$asyncHandler | BagOStuff | protected |
$attrMap | BagOStuff | protected |
$consistencyWindow | ReplicatedBagOStuff | private |
$debugMode | BagOStuff | protected |
$keyspace | BagOStuff | protected |
$lastKeyWrites | ReplicatedBagOStuff | private |
$logger | BagOStuff | protected |
$readStore | ReplicatedBagOStuff | private |
$stats | BagOStuff | protected |
$wallClockOverride | BagOStuff | private |
$wrapperInfoByPrefix | BagOStuff | protected |
$writeStore | ReplicatedBagOStuff | private |
__construct( $params) | ReplicatedBagOStuff | |
BagOStuff::__construct(array $params=[]) | BagOStuff | |
add( $key, $value, $exptime=0, $flags=0) | ReplicatedBagOStuff | |
addBusyCallback(callable $workCallback) | ReplicatedBagOStuff | |
ATTR_DURABILITY | Wikimedia\LightweightObjectStore\StorageAwareness | |
ATTR_EMULATION | Wikimedia\LightweightObjectStore\StorageAwareness | |
changeTTL( $key, $exptime=0, $flags=0) | ReplicatedBagOStuff | |
changeTTLMulti(array $keys, $exptime, $flags=0) | ReplicatedBagOStuff | |
clearLastError() | ReplicatedBagOStuff | |
componentsFromGenericKey( $key) | BagOStuff | protected |
convertGenericKey( $key) | ReplicatedBagOStuff | protected |
decr( $key, $value=1, $flags=0) | ReplicatedBagOStuff | |
delete( $key, $flags=0) | ReplicatedBagOStuff | |
deleteMulti(array $keys, $flags=0) | ReplicatedBagOStuff | |
deleteObjectsExpiringBefore( $timestamp, callable $progress=null, $limit=INF, string $tag=null) | ReplicatedBagOStuff | |
determineKeyPrefixForStats( $key) | BagOStuff | protected |
ERR_NO_RESPONSE | Wikimedia\LightweightObjectStore\StorageAwareness | |
ERR_NONE | Wikimedia\LightweightObjectStore\StorageAwareness | |
ERR_UNEXPECTED | Wikimedia\LightweightObjectStore\StorageAwareness | |
ERR_UNREACHABLE | Wikimedia\LightweightObjectStore\StorageAwareness | |
fieldHasFlags( $field, $flags) | BagOStuff | protected |
genericKeyFromComponents(... $components) | BagOStuff | protected |
get( $key, $flags=0) | ReplicatedBagOStuff | |
getCurrentTime() | BagOStuff | |
getLastError() | ReplicatedBagOStuff | |
getLogger() | BagOStuff | |
getMulti(array $keys, $flags=0) | ReplicatedBagOStuff | |
getQoS( $flag) | BagOStuff | |
getScopedLock( $key, $timeout=6, $expiry=30, $rclass='') | BagOStuff | |
getSegmentationSize() | BagOStuff | |
getSegmentedValueMaxSize() | BagOStuff | |
getWithSetCallback( $key, $exptime, $callback, $flags=0) | BagOStuff | |
hadRecentSessionWrite(array $keys) | ReplicatedBagOStuff | private |
incr( $key, $value=1, $flags=0) | ReplicatedBagOStuff | |
incrWithInit( $key, $exptime, $value=1, $init=null, $flags=0) | ReplicatedBagOStuff | |
isKeyGlobal( $key) | BagOStuff | |
lock( $key, $timeout=6, $exptime=6, $rclass='') | ReplicatedBagOStuff | |
makeGlobalKey( $collection,... $components) | ReplicatedBagOStuff | |
makeKey( $collection,... $components) | ReplicatedBagOStuff | |
makeKeyInternal( $keyspace, $components) | ReplicatedBagOStuff | |
merge( $key, callable $callback, $exptime=0, $attempts=10, $flags=0) | ReplicatedBagOStuff | |
mergeFlagMaps(array $bags) | BagOStuff | protected |
proxyCall( $method, $arg0Sig, $resSig, array $genericArgs) | BagOStuff | protected |
QOS_DURABILITY_DISK | Wikimedia\LightweightObjectStore\StorageAwareness | |
QOS_DURABILITY_NONE | Wikimedia\LightweightObjectStore\StorageAwareness | |
QOS_DURABILITY_RDBMS | Wikimedia\LightweightObjectStore\StorageAwareness | |
QOS_DURABILITY_SCRIPT | Wikimedia\LightweightObjectStore\StorageAwareness | |
QOS_DURABILITY_SERVICE | Wikimedia\LightweightObjectStore\StorageAwareness | |
QOS_EMULATION_SQL | Wikimedia\LightweightObjectStore\StorageAwareness | |
QOS_UNKNOWN | Wikimedia\LightweightObjectStore\StorageAwareness | |
READ_LATEST | BagOStuff | |
READ_VERIFIED | BagOStuff | |
registerWrapperInfoForStats(string $prefixComponent, string $statsGroup, callable $collectionCallback) | BagOStuff | |
remarkRecentSessionWrite(array $keys) | ReplicatedBagOStuff | private |
set( $key, $value, $exptime=0, $flags=0) | ReplicatedBagOStuff | |
setDebug( $enabled) | BagOStuff | |
setLogger(LoggerInterface $logger) | BagOStuff | |
setMockTime(&$time) | ReplicatedBagOStuff | |
setMulti(array $valueByKey, $exptime=0, $flags=0) | ReplicatedBagOStuff | |
setNewPreparedValues(array $valueByKey) | ReplicatedBagOStuff | |
unlock( $key) | ReplicatedBagOStuff | |
WRAPPER_COLLECTION_CALLBACK | BagOStuff | private |
WRAPPER_STATS_GROUP | BagOStuff | private |
WRITE_ALLOW_SEGMENTS | BagOStuff | |
WRITE_BACKGROUND | BagOStuff | |
WRITE_CACHE_ONLY | BagOStuff | |
WRITE_PRUNE_SEGMENTS | BagOStuff | |
WRITE_SYNC | BagOStuff | |