$asyncHandler | BagOStuff | protected |
$attrMap | BagOStuff | protected |
$bag | HashBagOStuff | protected |
$keyspace | BagOStuff | protected |
$lastError | BagOStuff | protected |
$lastErrorId | BagOStuff | protected |
$locks | MediumSpecificBagOStuff | protected |
$logger | BagOStuff | protected |
$maxCacheKeys | HashBagOStuff | protected |
$nextErrorMonitorId | BagOStuff | protectedstatic |
$preparedValues | MediumSpecificBagOStuff | protected |
$segmentationSize | MediumSpecificBagOStuff | protected |
$segmentedValueMaxSize | MediumSpecificBagOStuff | protected |
$stats | BagOStuff | protected |
$wrapperInfoByPrefix | BagOStuff | protected |
__construct( $params=[]) | HashBagOStuff | |
MediumSpecificBagOStuff::__construct(array $params=[]) | MediumSpecificBagOStuff | |
add( $key, $value, $exptime=0, $flags=0) | MediumSpecificBagOStuff | |
addBusyCallback(callable $workCallback) | MediumSpecificBagOStuff | |
ATTR_DURABILITY | Wikimedia\LightweightObjectStore\StorageAwareness | |
ATTR_EMULATION | Wikimedia\LightweightObjectStore\StorageAwareness | |
cas( $casToken, $key, $value, $exptime=0, $flags=0) | MediumSpecificBagOStuff | protected |
changeTTL( $key, $exptime=0, $flags=0) | MediumSpecificBagOStuff | |
changeTTLMulti(array $keys, $exptime, $flags=0) | MediumSpecificBagOStuff | |
clear() | HashBagOStuff | |
clearLastError() | BagOStuff | |
componentsFromGenericKey( $key) | BagOStuff | protected |
convertGenericKey( $key) | HashBagOStuff | protected |
debug( $text) | MediumSpecificBagOStuff | protected |
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) | BagOStuff | protected |
doAdd( $key, $value, $exptime=0, $flags=0) | HashBagOStuff | protected |
doCas( $casToken, $key, $value, $exptime=0, $flags=0) | MediumSpecificBagOStuff | protected |
doChangeTTL( $key, $exptime, $flags) | MediumSpecificBagOStuff | protected |
doChangeTTLMulti(array $keys, $exptime, $flags=0) | MediumSpecificBagOStuff | protected |
doDelete( $key, $flags=0) | HashBagOStuff | protected |
doDeleteMulti(array $keys, $flags=0) | MediumSpecificBagOStuff | protected |
doGet( $key, $flags=0, &$casToken=null) | HashBagOStuff | protected |
doGetMulti(array $keys, $flags=0) | MediumSpecificBagOStuff | protected |
doIncrWithInit( $key, $exptime, $step, $init, $flags) | HashBagOStuff | protected |
doLock( $key, $timeout, $exptime) | MediumSpecificBagOStuff | protected |
doSet( $key, $value, $exptime=0, $flags=0) | HashBagOStuff | protected |
doSetMulti(array $data, $exptime=0, $flags=0) | MediumSpecificBagOStuff | protected |
doUnlock( $key) | MediumSpecificBagOStuff | protected |
ERR_NO_RESPONSE | Wikimedia\LightweightObjectStore\StorageAwareness | |
ERR_NONE | Wikimedia\LightweightObjectStore\StorageAwareness | |
ERR_UNEXPECTED | Wikimedia\LightweightObjectStore\StorageAwareness | |
ERR_UNREACHABLE | Wikimedia\LightweightObjectStore\StorageAwareness | |
expire( $key) | HashBagOStuff | protected |
fieldHasFlags( $field, $flags) | BagOStuff | protected |
genericKeyFromComponents(... $components) | BagOStuff | protected |
get( $key, $flags=0) | MediumSpecificBagOStuff | |
getCurrentTime() | BagOStuff | |
getExpirationAsTimestamp( $exptime) | MediumSpecificBagOStuff | protected |
getExpirationAsTTL( $exptime) | MediumSpecificBagOStuff | protected |
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) | MediumSpecificBagOStuff | protected |
getWithSetCallback( $key, $exptime, $callback, $flags=0) | BagOStuff | |
guessSerialSizeOfValues(array $values) | MediumSpecificBagOStuff | protected |
guessSerialValueSize( $value, $depth=0, &$loops=0) | MediumSpecificBagOStuff | protected |
hasKey( $key) | HashBagOStuff | |
incr( $key, $value=1, $flags=0) | HashBagOStuff | |
incrWithInit( $key, $exptime, $step=1, $init=null, $flags=0) | MediumSpecificBagOStuff | |
isInteger( $value) | MediumSpecificBagOStuff | protected |
isKeyGlobal( $key) | BagOStuff | |
isRelativeExpiration( $exptime) | MediumSpecificBagOStuff | protected |
KEY_CAS | HashBagOStuff | |
KEY_EXP | HashBagOStuff | |
KEY_VAL | HashBagOStuff | |
lock( $key, $timeout=6, $exptime=6, $rclass='') | MediumSpecificBagOStuff | |
LOCK_DEPTH | MediumSpecificBagOStuff | protected |
LOCK_EXPIRY | MediumSpecificBagOStuff | protected |
LOCK_RCLASS | MediumSpecificBagOStuff | protected |
LOCK_TIME | MediumSpecificBagOStuff | protected |
makeGlobalKey( $collection,... $components) | MediumSpecificBagOStuff | |
makeKey( $collection,... $components) | MediumSpecificBagOStuff | |
makeKeyInternal( $keyspace, $components) | HashBagOStuff | |
makeLockKey( $key) | MediumSpecificBagOStuff | protected |
makeValueOrSegmentList( $key, $value, $exptime, $flags, &$ok) | MediumSpecificBagOStuff | protected |
MAX_CONFLICTS_ONE | BagOStuff | |
merge( $key, callable $callback, $exptime=0, $attempts=10, $flags=0) | MediumSpecificBagOStuff | |
mergeFlagMaps(array $bags) | BagOStuff | protected |
mergeViaCas( $key, callable $callback, $exptime, $attempts, $flags) | MediumSpecificBagOStuff | protected |
METRIC_OP_ADD | MediumSpecificBagOStuff | protected |
METRIC_OP_CAS | MediumSpecificBagOStuff | protected |
METRIC_OP_CHANGE_TTL | MediumSpecificBagOStuff | protected |
METRIC_OP_DECR | MediumSpecificBagOStuff | protected |
METRIC_OP_DELETE | MediumSpecificBagOStuff | protected |
METRIC_OP_GET | MediumSpecificBagOStuff | protected |
METRIC_OP_INCR | MediumSpecificBagOStuff | protected |
METRIC_OP_SET | MediumSpecificBagOStuff | protected |
PASS_BY_REF | MediumSpecificBagOStuff | protected |
proxyCall(string $method, int $arg0Sig, int $resSig, array $genericArgs, BagOStuff $wrapper) | 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 | |
resolveSegments( $key, $mainValue) | MediumSpecificBagOStuff | protected |
serialize( $value) | MediumSpecificBagOStuff | protected |
set( $key, $value, $exptime=0, $flags=0) | MediumSpecificBagOStuff | |
setLastError( $error) | BagOStuff | protected |
setLogger(LoggerInterface $logger) | BagOStuff | |
setMockTime(&$time) | BagOStuff | |
setMulti(array $valueByKey, $exptime=0, $flags=0) | MediumSpecificBagOStuff | |
setNewPreparedValues(array $valueByKey) | HashBagOStuff | |
tokensMatch( $value, $otherValue) | MediumSpecificBagOStuff | protected |
unlock( $key) | MediumSpecificBagOStuff | |
unserialize( $value) | MediumSpecificBagOStuff | protected |
updateOpStats(string $op, array $keyInfo) | MediumSpecificBagOStuff | protected |
watchErrors() | BagOStuff | |
WRITE_ALLOW_SEGMENTS | BagOStuff | |
WRITE_BACKGROUND | BagOStuff | |
WRITE_CACHE_ONLY | BagOStuff | |
WRITE_PRUNE_SEGMENTS | BagOStuff | |