MediaWiki REL1_39
RedisBagOStuff Member List

This is the complete list of members for RedisBagOStuff, including all inherited members.

$asyncHandlerBagOStuffprotected
$attrMapBagOStuffprotected
$automaticFailoverRedisBagOStuffprotected
$keyspaceBagOStuffprotected
$lastErrorBagOStuffprotected
$lastErrorIdBagOStuffprotected
$locksMediumSpecificBagOStuffprotected
$loggerBagOStuffprotected
$nextErrorMonitorIdBagOStuffprotectedstatic
$preparedValuesMediumSpecificBagOStuffprotected
$redisPoolRedisBagOStuffprotected
$segmentationSizeMediumSpecificBagOStuffprotected
$segmentedValueMaxSizeMediumSpecificBagOStuffprotected
$serversRedisBagOStuffprotected
$serverTagMapRedisBagOStuffprotected
$statsBagOStuffprotected
$wrapperInfoByPrefixBagOStuffprotected
__construct( $params)RedisBagOStuff
MediumSpecificBagOStuff::__construct(array $params=[])MediumSpecificBagOStuff
add( $key, $value, $exptime=0, $flags=0)MediumSpecificBagOStuff
addBusyCallback(callable $workCallback)MediumSpecificBagOStuff
ATTR_DURABILITYWikimedia\LightweightObjectStore\StorageAwareness
ATTR_EMULATIONWikimedia\LightweightObjectStore\StorageAwareness
cas( $casToken, $key, $value, $exptime=0, $flags=0)MediumSpecificBagOStuffprotected
changeTTL( $key, $exptime=0, $flags=0)MediumSpecificBagOStuff
changeTTLMulti(array $keys, $exptime, $flags=0)MediumSpecificBagOStuff
clearLastError()BagOStuff
componentsFromGenericKey( $key)BagOStuffprotected
convertGenericKey( $key)RedisBagOStuffprotected
debug( $text)MediumSpecificBagOStuffprotected
decr( $key, $value=1, $flags=0)RedisBagOStuff
delete( $key, $flags=0)MediumSpecificBagOStuff
deleteMulti(array $keys, $flags=0)MediumSpecificBagOStuff
deleteObjectsExpiringBefore( $timestamp, callable $progress=null, $limit=INF, string $tag=null)MediumSpecificBagOStuff
determineKeyPrefixForStats( $key)BagOStuffprotected
doAdd( $key, $value, $expiry=0, $flags=0)RedisBagOStuffprotected
doCas( $casToken, $key, $value, $exptime=0, $flags=0)MediumSpecificBagOStuffprotected
doChangeTTL( $key, $exptime, $flags)RedisBagOStuffprotected
doChangeTTLMulti(array $keys, $exptime, $flags=0)RedisBagOStuff
doDelete( $key, $flags=0)RedisBagOStuffprotected
doDeleteMulti(array $keys, $flags=0)RedisBagOStuffprotected
doGet( $key, $flags=0, &$casToken=null)RedisBagOStuffprotected
doGetMulti(array $keys, $flags=0)RedisBagOStuffprotected
doIncrWithInit( $key, $exptime, $step, $init, $flags)RedisBagOStuffprotected
doLock( $key, $timeout, $exptime)MediumSpecificBagOStuffprotected
doSet( $key, $value, $exptime=0, $flags=0)RedisBagOStuffprotected
doSetMulti(array $data, $exptime=0, $flags=0)RedisBagOStuffprotected
doUnlock( $key)MediumSpecificBagOStuffprotected
ERR_NO_RESPONSEWikimedia\LightweightObjectStore\StorageAwareness
ERR_NONEWikimedia\LightweightObjectStore\StorageAwareness
ERR_UNEXPECTEDWikimedia\LightweightObjectStore\StorageAwareness
ERR_UNREACHABLEWikimedia\LightweightObjectStore\StorageAwareness
fieldHasFlags( $field, $flags)BagOStuffprotected
genericKeyFromComponents(... $components)BagOStuffprotected
get( $key, $flags=0)MediumSpecificBagOStuff
getConnection( $key)RedisBagOStuffprotected
getCurrentTime()BagOStuff
getExpirationAsTimestamp( $exptime)MediumSpecificBagOStuffprotected
getExpirationAsTTL( $exptime)MediumSpecificBagOStuffprotected
getLastError( $watchPoint=0)BagOStuff
getLogger()BagOStuff
getMulti(array $keys, $flags=0)MediumSpecificBagOStuff
getQoS( $flag)MediumSpecificBagOStuff
getScopedLock( $key, $timeout=6, $expiry=30, $rclass='')BagOStuff
getSegmentationSize()MediumSpecificBagOStuff
getSegmentedValueMaxSize()MediumSpecificBagOStuff
getSerialized( $value, $key)MediumSpecificBagOStuffprotected
getWithSetCallback( $key, $exptime, $callback, $flags=0)BagOStuff
guessSerialSizeOfValues(array $values)MediumSpecificBagOStuffprotected
guessSerialValueSize( $value, $depth=0, &$loops=0)MediumSpecificBagOStuffprotected
handleException(RedisConnRef $conn, RedisException $e)RedisBagOStuffprotected
incr( $key, $value=1, $flags=0)RedisBagOStuff
incrWithInit( $key, $exptime, $step=1, $init=null, $flags=0)MediumSpecificBagOStuff
isInteger( $value)MediumSpecificBagOStuffprotected
isKeyGlobal( $key)BagOStuff
isRelativeExpiration( $exptime)MediumSpecificBagOStuffprotected
lock( $key, $timeout=6, $exptime=6, $rclass='')MediumSpecificBagOStuff
LOCK_DEPTHMediumSpecificBagOStuffprotected
LOCK_EXPIRYMediumSpecificBagOStuffprotected
LOCK_RCLASSMediumSpecificBagOStuffprotected
LOCK_TIMEMediumSpecificBagOStuffprotected
logError( $msg)RedisBagOStuffprotected
logRequest( $op, $keys, $server, $e=null)RedisBagOStuff
makeGlobalKey( $collection,... $components)MediumSpecificBagOStuff
makeKey( $collection,... $components)MediumSpecificBagOStuff
makeKeyInternal( $keyspace, $components)RedisBagOStuff
makeLockKey( $key)MediumSpecificBagOStuffprotected
makeValueOrSegmentList( $key, $value, $exptime, $flags, &$ok)MediumSpecificBagOStuffprotected
MAX_CONFLICTS_ONEBagOStuff
merge( $key, callable $callback, $exptime=0, $attempts=10, $flags=0)MediumSpecificBagOStuff
mergeFlagMaps(array $bags)BagOStuffprotected
mergeViaCas( $key, callable $callback, $exptime, $attempts, $flags)MediumSpecificBagOStuffprotected
METRIC_OP_ADDMediumSpecificBagOStuffprotected
METRIC_OP_CASMediumSpecificBagOStuffprotected
METRIC_OP_CHANGE_TTLMediumSpecificBagOStuffprotected
METRIC_OP_DECRMediumSpecificBagOStuffprotected
METRIC_OP_DELETEMediumSpecificBagOStuffprotected
METRIC_OP_GETMediumSpecificBagOStuffprotected
METRIC_OP_INCRMediumSpecificBagOStuffprotected
METRIC_OP_SETMediumSpecificBagOStuffprotected
PASS_BY_REFMediumSpecificBagOStuffprotected
proxyCall(string $method, int $arg0Sig, int $resSig, array $genericArgs, BagOStuff $wrapper)BagOStuffprotected
QOS_DURABILITY_DISKWikimedia\LightweightObjectStore\StorageAwareness
QOS_DURABILITY_NONEWikimedia\LightweightObjectStore\StorageAwareness
QOS_DURABILITY_RDBMSWikimedia\LightweightObjectStore\StorageAwareness
QOS_DURABILITY_SCRIPTWikimedia\LightweightObjectStore\StorageAwareness
QOS_DURABILITY_SERVICEWikimedia\LightweightObjectStore\StorageAwareness
QOS_EMULATION_SQLWikimedia\LightweightObjectStore\StorageAwareness
QOS_UNKNOWNWikimedia\LightweightObjectStore\StorageAwareness
READ_LATESTBagOStuff
READ_VERIFIEDBagOStuff
registerWrapperInfoForStats(string $prefixComponent, string $statsGroup, callable $collectionCallback)BagOStuff
resolveSegments( $key, $mainValue)MediumSpecificBagOStuffprotected
serialize( $value)MediumSpecificBagOStuffprotected
set( $key, $value, $exptime=0, $flags=0)MediumSpecificBagOStuff
setLastError( $error)BagOStuffprotected
setLogger(LoggerInterface $logger)BagOStuff
setMockTime(&$time)BagOStuff
setMulti(array $valueByKey, $exptime=0, $flags=0)MediumSpecificBagOStuff
setNewPreparedValues(array $valueByKey)MediumSpecificBagOStuff
tokensMatch( $value, $otherValue)MediumSpecificBagOStuffprotected
unlock( $key)MediumSpecificBagOStuff
unserialize( $value)MediumSpecificBagOStuffprotected
updateOpStats(string $op, array $keyInfo)MediumSpecificBagOStuffprotected
watchErrors()BagOStuff
WRITE_ALLOW_SEGMENTSBagOStuff
WRITE_BACKGROUNDBagOStuff
WRITE_CACHE_ONLYBagOStuff
WRITE_PRUNE_SEGMENTSBagOStuff