MediaWiki REL1_37
SqlBagOStuff Member List

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

$asyncHandlerBagOStuffprotected
$attrMapBagOStuffprotected
$busyCallbacksMediumSpecificBagOStuffprotected
$connFailureErrorsSqlBagOStuffprotected
$connFailureTimesSqlBagOStuffprotected
$connsSqlBagOStuffprotected
$debugModeBagOStuffprotected
$dupeTrackScheduledMediumSpecificBagOStuffprivate
$duplicateKeyLookupsMediumSpecificBagOStuffprivate
$globalKeyLbSqlBagOStuffprotected
$keyspaceBagOStuffprotected
$lastErrorMediumSpecificBagOStuffprotected
$lastGarbageCollectSqlBagOStuffprotected
$localKeyLbSqlBagOStuffprotected
$locksMediumSpecificBagOStuffprotected
$loggerBagOStuffprotected
$multiPrimaryModeTypeSqlBagOStuffprotected
$numTableShardsSqlBagOStuffprotected
$preparedValuesMediumSpecificBagOStuffprotected
$purgeLimitSqlBagOStuffprotected
$purgePeriodSqlBagOStuffprotected
$replicaOnlySqlBagOStuffprotected
$reportDupesMediumSpecificBagOStuffprivate
$segmentationSizeMediumSpecificBagOStuffprotected
$segmentedValueMaxSizeMediumSpecificBagOStuffprotected
$serverInfosSqlBagOStuffprotected
$serverTagsSqlBagOStuffprotected
$statsBagOStuffprotected
$syncTimeoutMediumSpecificBagOStuffprotected
$tableNameSqlBagOStuffprotected
$wallClockOverrideBagOStuffprivate
$wrapperInfoByPrefixBagOStuffprotected
$writeBatchSizeSqlBagOStuffprotected
__construct( $params)SqlBagOStuff
MediumSpecificBagOStuff::__construct(array $params=[])MediumSpecificBagOStuff
add( $key, $value, $exptime=0, $flags=0)MediumSpecificBagOStuff
addBusyCallback(callable $workCallback)MediumSpecificBagOStuff
addCasTokenFields(IDatabase $db, array $fields)SqlBagOStuffprivate
ATTR_DURABILITYWikimedia\LightweightObjectStore\StorageAwareness
ATTR_EMULATIONWikimedia\LightweightObjectStore\StorageAwareness
BLOB_CASTOKENSqlBagOStuffprivate
BLOB_EXPIRYSqlBagOStuffprivate
BLOB_VALUESqlBagOStuffprivate
buildExistenceConditions(IDatabase $db, $keys, string $time)SqlBagOStuffprivate
buildIncrUpsertSet(IDatabase $db, int $step, int $init, int $expiry, string $mt, int $mtUnixTs)SqlBagOStuffprivate
buildUpsertRow(IDatabase $db, $key, $serialValue, int $expiry, string $mt)SqlBagOStuffprivate
buildUpsertSetForOverwrite(IDatabase $db, $serialValue, int $expiry, string $mt)SqlBagOStuffprivate
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
clearLastError()MediumSpecificBagOStuff
componentsFromGenericKey( $key)BagOStuffprotected
convertGenericKey( $key)MediumSpecificBagOStuffprotected
createTables()SqlBagOStuff
dbDecodeSerialValue(IDatabase $db, $blob)SqlBagOStuffprivate
dbEncodeSerialValue(IDatabase $db, $serialValue)SqlBagOStuffprivate
debug( $text)MediumSpecificBagOStuffprotected
decodeDbExpiry(IDatabase $db, string $dbExpiry)SqlBagOStuffprivate
decr( $key, $value=1, $flags=0)SqlBagOStuff
delete( $key, $flags=0)MediumSpecificBagOStuff
deleteAll()SqlBagOStuff
deleteMulti(array $keys, $flags=0)MediumSpecificBagOStuff
deleteObjectsExpiringBefore( $timestamp, callable $progress=null, $limit=INF, string $tag=null)SqlBagOStuff
deleteServerObjectsExpiringBefore(IDatabase $db, $timestamp, $limit, &$keysDeletedCount=0, array $progress=null)SqlBagOStuffprivate
determineKeyPrefixForStats( $key)BagOStuffprotected
doAdd( $key, $value, $exptime=0, $flags=0)SqlBagOStuffprotected
doCas( $casToken, $key, $value, $exptime=0, $flags=0)SqlBagOStuffprotected
doChangeTTL( $key, $exptime, $flags)SqlBagOStuffprotected
doChangeTTLMulti(array $keys, $exptime, $flags=0)SqlBagOStuff
doDelete( $key, $flags=0)SqlBagOStuffprotected
doDeleteMulti(array $keys, $flags=0)SqlBagOStuffprotected
doGet( $key, $flags=0, &$casToken=null)SqlBagOStuffprotected
doGetMulti(array $keys, $flags=0)SqlBagOStuffprotected
doIncr( $key, $value=1, $flags=0)SqlBagOStuffprivate
doLock( $key, $timeout=6, $exptime=6)SqlBagOStuff
doSet( $key, $value, $exptime=0, $flags=0)SqlBagOStuffprotected
doSetMulti(array $data, $exptime=0, $flags=0)SqlBagOStuffprotected
doUnlock( $key)SqlBagOStuff
encodeDbExpiry(IDatabase $db, int $expiry)SqlBagOStuffprivate
ERR_NO_RESPONSEWikimedia\LightweightObjectStore\StorageAwareness
ERR_NONEWikimedia\LightweightObjectStore\StorageAwareness
ERR_UNEXPECTEDWikimedia\LightweightObjectStore\StorageAwareness
ERR_UNREACHABLEWikimedia\LightweightObjectStore\StorageAwareness
expireAll()SqlBagOStuff
fetchBlobs(array $keys, bool $getCasToken=false)SqlBagOStuffprivate
fieldHasFlags( $field, $flags)BagOStuffprotected
GC_DELAY_SECSqlBagOStuffprivate
genericKeyFromComponents(... $components)BagOStuffprotected
get( $key, $flags=0)MediumSpecificBagOStuff
getCasTokenFromRow(IDatabase $db, stdClass $row)SqlBagOStuffprivate
getConnection( $shardIndex)SqlBagOStuffprivate
getConnectionFromServerInfo( $shardIndex, array $server)SqlBagOStuffprivate
getConnectionViaLoadBalancer( $shardIndex)SqlBagOStuffprivate
getCurrentTime()BagOStuff
getExpirationAsTimestamp( $exptime)MediumSpecificBagOStuffprotected
getExpirationAsTTL( $exptime)MediumSpecificBagOStuffprotected
getKeyLocation( $key)SqlBagOStuffprivate
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
getShardServerIndexes()SqlBagOStuffprivate
getShardServerIndexForTag(string $tag)SqlBagOStuffprivate
getTableNameByShard( $index)SqlBagOStuffprivate
getWithSetCallback( $key, $exptime, $callback, $flags=0)BagOStuff
guessSerialValueSize( $value, $depth=0, &$loops=0)MediumSpecificBagOStuffprotected
handleDBError(DBError $exception, $shardIndex)SqlBagOStuffprivate
incr( $key, $value=1, $flags=0)SqlBagOStuff
incrWithInit( $key, $exptime, $value=1, $init=null, $flags=0)SqlBagOStuff
INF_TIMESTAMP_PLACEHOLDERSqlBagOStuffprivate
initSqliteDatabase(IMaintainableDatabase $db)SqlBagOStuffprivate
isInteger( $value)MediumSpecificBagOStuffprotected
isKeyGlobal( $key)BagOStuff
isMultiPrimaryModeEnabled()SqlBagOStuffprivate
isRelativeExpiration( $exptime)MediumSpecificBagOStuffprotected
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)SqlBagOStuff
makeLockKey( $key)MediumSpecificBagOStuffprotected
makeNewKeyExpiry( $exptime, int $nowTsUnix)SqlBagOStuffprivate
makeTimestampedModificationToken( $mtime, IDatabase $db)SqlBagOStuffprivate
makeValueOrSegmentList( $key, $value, $exptime, $flags)MediumSpecificBagOStuffprotected
markServerDown(DBError $exception, $shardIndex)SqlBagOStuffprivate
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
modifyBlobs(callable $tableWriteCallback, float $mtime, array $argsByKey, int $flags, &$resByKey=[])SqlBagOStuffprivate
modifyTableSpecificBlobsForAdd(IDatabase $db, string $ptable, float $mtime, array $argsByKey, array &$resByKey)SqlBagOStuffprivate
modifyTableSpecificBlobsForCas(IDatabase $db, string $ptable, float $mtime, array $argsByKey, array &$resByKey)SqlBagOStuffprivate
modifyTableSpecificBlobsForChangeTTL(IDatabase $db, string $ptable, float $mtime, array $argsByKey, array &$resByKey)SqlBagOStuffprivate
modifyTableSpecificBlobsForDelete(IDatabase $db, string $ptable, float $mtime, array $argsByKey, array &$resByKey)SqlBagOStuffprivate
modifyTableSpecificBlobsForIncrInit(IDatabase $db, string $ptable, float $mtime, array $argsByKey, array &$resByKey)SqlBagOStuffprivate
modifyTableSpecificBlobsForSet(IDatabase $db, string $ptable, float $mtime, array $argsByKey, array &$resByKey)SqlBagOStuffprivate
newLockingWriteSectionModificationTimestamp( $key, &$scope)SqlBagOStuffprivate
occasionallyGarbageCollect(IDatabase $db)SqlBagOStuffprivate
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
SAFE_CLOCK_BOUND_SECSqlBagOStuffprivate
SAFE_PURGE_DELAY_SECSqlBagOStuffprivate
serialize( $value)SqlBagOStuffprotected
set( $key, $value, $exptime=0, $flags=0)MediumSpecificBagOStuff
setAndLogDBError(DBError $exception)SqlBagOStuffprivate
setDebug( $enabled)BagOStuff
setLastError( $err)MediumSpecificBagOStuffprotected
setLogger(LoggerInterface $logger)BagOStuff
setMockTime(&$time)BagOStuff
setMulti(array $valueByKey, $exptime=0, $flags=0)MediumSpecificBagOStuff
setNewPreparedValues(array $valueByKey)MediumSpecificBagOStuff
SHARD_GLOBALSqlBagOStuffprivate
SHARD_LOCALSqlBagOStuffprivate
silenceTransactionProfiler()SqlBagOStuffprivate
TOMB_EXPTIMESqlBagOStuffprivate
TOMB_SERIALSqlBagOStuffprivate
trackDuplicateKeys( $key)MediumSpecificBagOStuffprivate
unlock( $key)MediumSpecificBagOStuff
unserialize( $value)SqlBagOStuffprotected
updateOpStats(string $op, array $keyInfo)MediumSpecificBagOStuffprotected
waitForReplication( $shardIndex)SqlBagOStuffprivate
WRAPPER_COLLECTION_CALLBACKBagOStuffprivate
WRAPPER_STATS_GROUPBagOStuffprivate
WRITE_ALLOW_SEGMENTSBagOStuff
WRITE_BACKGROUNDBagOStuff
WRITE_CACHE_ONLYBagOStuff
WRITE_PRUNE_SEGMENTSBagOStuff
WRITE_SYNCBagOStuff