This is the complete list of members for JobQueueRedis, including all inherited members.
$aggr | JobQueue | protected |
$claimTTL | JobQueue | protected |
$compression | JobQueueRedis | protected |
$dupCache | JobQueue | protected |
$logger | JobQueueRedis | protected |
$maxTries | JobQueue | protected |
$order | JobQueue | protected |
$readOnlyReason | JobQueue | protected |
$redisPool | JobQueueRedis | protected |
$server | JobQueueRedis | protected |
$type | JobQueue | protected |
$wiki | JobQueue | protected |
__construct(array $params) | JobQueueRedis | |
ack(Job $job) | JobQueue | |
assertNotReadOnly() | JobQueue | protected |
batchPush(array $jobs, $flags=0) | JobQueue | |
decodeQueueName( $name) | JobQueueRedis | private |
deduplicateRootJob(IJobSpecification $job) | JobQueue | |
delayedJobsEnabled() | JobQueue | |
delete() | JobQueue | |
doAck(Job $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(Job $job) | JobQueueRedis | protected |
doPop() | JobQueueRedis | protected |
doWaitForBackups() | JobQueue | protected |
encodeQueueName() | JobQueueRedis | private |
factory(array $params) | JobQueue | static |
flushCaches() | JobQueue | |
getAbandonedCount() | JobQueue | |
getAcquiredCount() | JobQueue | |
getAllAbandonedJobs() | JobQueueRedis | |
getAllAcquiredJobs() | JobQueueRedis | |
getAllDelayedJobs() | JobQueueRedis | |
getAllQueuedJobs() | JobQueueRedis | |
getCoalesceLocationInternal() | JobQueueRedis | |
getConnection() | JobQueueRedis | protected |
getDelayedCount() | JobQueue | |
getGlobalKey( $name) | JobQueueRedis | private |
getJobFromFields(array $fields) | JobQueueRedis | protected |
getJobFromUidInternal( $uid, RedisConnRef $conn) | JobQueueRedis | |
getJobIterator(RedisConnRef $conn, array $uids) | JobQueueRedis | protected |
getNewJobFields(IJobSpecification $job) | JobQueueRedis | protected |
getOrder() | JobQueue | |
getQueueKey( $prop, $type=null) | JobQueueRedis | private |
getReadOnlyReason() | JobQueue | |
getRootJobCacheKey( $signature) | JobQueue | protected |
getServerQueuesWithJobs() | JobQueueRedis | |
getSiblingQueueSizes(array $types) | JobQueue | |
getSiblingQueuesWithJobs(array $types) | JobQueue | |
getSize() | JobQueue | |
getType() | JobQueue | |
getWiki() | JobQueue | |
incrStats( $key, $type, $delta=1) | JobQueue | static |
isEmpty() | JobQueue | |
isRootJobOldDuplicate(Job $job) | JobQueue | protected |
MAX_PUSH_SIZE | JobQueueRedis | |
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 | |
ROOTJOB_TTL | JobQueue | |
serialize(array $fields) | JobQueueRedis | protected |
supportedOrders() | JobQueueRedis | protected |
supportsDelayedJobs() | JobQueueRedis | protected |
throwRedisException(RedisConnRef $conn, $e) | JobQueueRedis | protected |
unserialize( $blob) | JobQueueRedis | protected |
waitForBackups() | JobQueue | |