This is the complete list of members for JobQueueRedis, including all inherited members.
| $claimTTL | JobQueue | protected |
| $compression | JobQueueRedis | protected |
| $domain | JobQueue | protected |
| $idGenerator | JobQueue | protected |
| $logger | JobQueueRedis | protected |
| $maxTries | JobQueue | protected |
| $order | JobQueue | protected |
| $readOnlyReason | JobQueue | protected |
| $redisPool | JobQueueRedis | protected |
| $server | JobQueueRedis | protected |
| $stats | JobQueue | protected |
| $type | JobQueue | protected |
| $typeAgnostic | JobQueue | protected |
| $wanCache | JobQueue | protected |
| __construct(array $params) | JobQueueRedis | |
| ack(RunnableJob $job) | JobQueue | |
| assertNotReadOnly() | JobQueue | protected |
| batchPush(array $jobs, $flags=0) | JobQueue | |
| deduplicateRootJob(IJobSpecification $job) | JobQueue | |
| delayedJobsEnabled() | JobQueue | |
| delete() | JobQueue | |
| doAck(RunnableJob $job) | JobQueueRedis | protected |
| doBatchPush(array $jobs, $flags) | JobQueueRedis | protected |
| doDeduplicateRootJob(IJobSpecification $job) | JobQueueRedis | protected |
| doDelete() | JobQueueRedis | protected |
| doFlushCaches() | JobQueue | protected |
| doGetAbandonedCount() | JobQueueRedis | protected |
| doGetAcquiredCount() | JobQueueRedis | protected |
| doGetDelayedCount() | JobQueueRedis | protected |
| doGetSiblingQueueSizes(array $types) | JobQueueRedis | protected |
| doGetSiblingQueuesWithJobs(array $types) | JobQueueRedis | protected |
| doGetSize() | JobQueueRedis | protected |
| doIsEmpty() | JobQueueRedis | protected |
| doIsRootJobOldDuplicate(IJobSpecification $job) | JobQueueRedis | protected |
| doPop() | JobQueueRedis | protected |
| doWaitForBackups() | JobQueue | protected |
| factory(array $params) | JobQueue | static |
| factoryJob( $command, $params) | JobQueue | protected |
| flushCaches() | JobQueue | |
| getAbandonedCount() | JobQueue | |
| getAcquiredCount() | JobQueue | |
| getAllAbandonedJobs() | JobQueueRedis | |
| getAllAcquiredJobs() | JobQueueRedis | |
| getAllDelayedJobs() | JobQueueRedis | |
| getAllQueuedJobs() | JobQueueRedis | |
| getCoalesceLocationInternal() | JobQueueRedis | |
| getConnection() | JobQueueRedis | protected |
| getDelayedCount() | JobQueue | |
| getDomain() | JobQueue | |
| getJobFromFields(array $fields) | JobQueueRedis | protected |
| getJobFromUidInternal( $uid, $conn) | JobQueueRedis | |
| getJobIterator(RedisConnRef $conn, array $uids) | JobQueueRedis | protected |
| getNewJobFields(IJobSpecification $job) | JobQueueRedis | protected |
| getOrder() | JobQueue | |
| getReadOnlyReason() | JobQueue | |
| getRootJobCacheKey( $signature, $type) | JobQueue | protected |
| getServerQueuesWithJobs() | JobQueueRedis | |
| getSiblingQueueSizes(array $types) | JobQueue | |
| getSiblingQueuesWithJobs(array $types) | JobQueue | |
| getSize() | JobQueue | |
| getType() | JobQueue | |
| getWiki() | JobQueue | |
| handleErrorAndMakeException(RedisConnRef $conn, $e) | JobQueueRedis | protected |
| incrStats( $key, $type, $delta=1) | JobQueue | protected |
| isEmpty() | JobQueue | |
| isRootJobOldDuplicate(IJobSpecification $job) | JobQueue | protected |
| optimalOrder() | JobQueueRedis | protected |
| pop() | JobQueue | |
| popAndAcquireBlob(RedisConnRef $conn) | JobQueueRedis | protected |
| push( $jobs, $flags=0) | JobQueue | |
| pushBlobs(RedisConnRef $conn, array $items) | JobQueueRedis | protected |
| QOS_ATOMIC | JobQueue | protected |
| ROOTJOB_TTL | JobQueue | protected |
| serialize(array $fields) | JobQueueRedis | protected |
| supportedOrders() | JobQueueRedis | protected |
| supportsDelayedJobs() | JobQueueRedis | protected |
| supportsTypeAgnostic() | JobQueue | protected |
| unserialize( $blob) | JobQueueRedis | protected |
| waitForBackups() | JobQueue | |