MediaWiki REL1_37
HashBagOStuff Member List

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

$asyncHandlerBagOStuffprotected
$attrMapBagOStuffprotected
$bagHashBagOStuffprotected
$busyCallbacksMediumSpecificBagOStuffprotected
$casCounterHashBagOStuffprivatestatic
$debugModeBagOStuffprotected
$dupeTrackScheduledMediumSpecificBagOStuffprivate
$duplicateKeyLookupsMediumSpecificBagOStuffprivate
$keyspaceBagOStuffprotected
$lastErrorMediumSpecificBagOStuffprotected
$locksMediumSpecificBagOStuffprotected
$loggerBagOStuffprotected
$maxCacheKeysHashBagOStuffprotected
$preparedValuesMediumSpecificBagOStuffprotected
$reportDupesMediumSpecificBagOStuffprivate
$segmentationSizeMediumSpecificBagOStuffprotected
$segmentedValueMaxSizeMediumSpecificBagOStuffprotected
$statsBagOStuffprotected
$syncTimeoutMediumSpecificBagOStuffprotected
$tokenHashBagOStuffprivate
$wallClockOverrideBagOStuffprivate
$wrapperInfoByPrefixBagOStuffprotected
__construct( $params=[])HashBagOStuff
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
checkIterableMapSerializability( $value, $key)MediumSpecificBagOStuffprivate
checkValueSerializability( $value, $key)MediumSpecificBagOStuffprivate
clear()HashBagOStuff
clearLastError()MediumSpecificBagOStuff
componentsFromGenericKey( $key)BagOStuffprotected
convertGenericKey( $key)HashBagOStuffprotected
debug( $text)MediumSpecificBagOStuffprotected
decr( $key, $value=1, $flags=0)HashBagOStuff
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, $exptime=0, $flags=0)HashBagOStuffprotected
doCas( $casToken, $key, $value, $exptime=0, $flags=0)MediumSpecificBagOStuffprotected
doChangeTTL( $key, $exptime, $flags)MediumSpecificBagOStuffprotected
doChangeTTLMulti(array $keys, $exptime, $flags=0)MediumSpecificBagOStuffprotected
doDelete( $key, $flags=0)HashBagOStuffprotected
doDeleteMulti(array $keys, $flags=0)MediumSpecificBagOStuffprotected
doGet( $key, $flags=0, &$casToken=null)HashBagOStuffprotected
doGetMulti(array $keys, $flags=0)MediumSpecificBagOStuffprotected
doLock( $key, $timeout, $exptime)MediumSpecificBagOStuffprotected
doSet( $key, $value, $exptime=0, $flags=0)HashBagOStuffprotected
doSetMulti(array $data, $exptime=0, $flags=0)MediumSpecificBagOStuffprotected
doUnlock( $key)MediumSpecificBagOStuffprotected
ERR_NO_RESPONSEWikimedia\LightweightObjectStore\StorageAwareness
ERR_NONEWikimedia\LightweightObjectStore\StorageAwareness
ERR_UNEXPECTEDWikimedia\LightweightObjectStore\StorageAwareness
ERR_UNREACHABLEWikimedia\LightweightObjectStore\StorageAwareness
expire( $key)HashBagOStuffprotected
fieldHasFlags( $field, $flags)BagOStuffprotected
genericKeyFromComponents(... $components)BagOStuffprotected
get( $key, $flags=0)MediumSpecificBagOStuff
getCurrentTime()BagOStuff
getExpirationAsTimestamp( $exptime)MediumSpecificBagOStuffprotected
getExpirationAsTTL( $exptime)MediumSpecificBagOStuffprotected
getLastError()MediumSpecificBagOStuff
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
guessSerialValueSize( $value, $depth=0, &$loops=0)MediumSpecificBagOStuffprotected
hasKey( $key)HashBagOStuff
incr( $key, $value=1, $flags=0)HashBagOStuff
incrWithInit( $key, $exptime, $value=1, $init=null, $flags=0)MediumSpecificBagOStuff
isInteger( $value)MediumSpecificBagOStuffprotected
isKeyGlobal( $key)BagOStuff
isRelativeExpiration( $exptime)MediumSpecificBagOStuffprotected
KEY_CASHashBagOStuff
KEY_EXPHashBagOStuff
KEY_VALHashBagOStuff
lock( $key, $timeout=6, $exptime=6, $rclass='')MediumSpecificBagOStuff
LOCK_DEPTHMediumSpecificBagOStuffprotected
LOCK_EXPIRYMediumSpecificBagOStuffprotected
LOCK_RCLASSMediumSpecificBagOStuffprotected
LOCK_TIMEMediumSpecificBagOStuffprotected
makeGlobalKey( $collection,... $components)MediumSpecificBagOStuff
makeKey( $collection,... $components)MediumSpecificBagOStuff
makeKeyInternal( $keyspace, $components)HashBagOStuff
makeLockKey( $key)MediumSpecificBagOStuffprotected
makeValueOrSegmentList( $key, $value, $exptime, $flags)MediumSpecificBagOStuffprotected
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
proxyCall( $method, $arg0Sig, $resSig, array $genericArgs)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
setDebug( $enabled)BagOStuff
setLastError( $err)MediumSpecificBagOStuffprotected
setLogger(LoggerInterface $logger)BagOStuff
setMockTime(&$time)BagOStuff
setMulti(array $valueByKey, $exptime=0, $flags=0)MediumSpecificBagOStuff
setNewPreparedValues(array $valueByKey)HashBagOStuff
trackDuplicateKeys( $key)MediumSpecificBagOStuffprivate
unlock( $key)MediumSpecificBagOStuff
unserialize( $value)MediumSpecificBagOStuffprotected
updateOpStats(string $op, array $keyInfo)MediumSpecificBagOStuffprotected
WRAPPER_COLLECTION_CALLBACKBagOStuffprivate
WRAPPER_STATS_GROUPBagOStuffprivate
WRITE_ALLOW_SEGMENTSBagOStuff
WRITE_BACKGROUNDBagOStuff
WRITE_CACHE_ONLYBagOStuff
WRITE_PRUNE_SEGMENTSBagOStuff
WRITE_SYNCBagOStuff