MediaWiki  1.34.4
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
$GC_DELAY_SECSqlBagOStuffprivatestatic
$keyspaceMediumSpecificBagOStuffprotected
$lastErrorMediumSpecificBagOStuffprotected
$lastGarbageCollectSqlBagOStuffprotected
$locksMediumSpecificBagOStuffprotected
$loggerBagOStuffprotected
$numServerShardsSqlBagOStuffprotected
$numTableShardsSqlBagOStuffprotected
$OP_ADDSqlBagOStuffprivatestatic
$OP_DELETESqlBagOStuffprivatestatic
$OP_SETSqlBagOStuffprivatestatic
$OP_TOUCHSqlBagOStuffprivatestatic
$purgeLimitSqlBagOStuffprotected
$purgePeriodSqlBagOStuffprotected
$replicaOnlySqlBagOStuffprotected
$reportDupesMediumSpecificBagOStuffprivate
$segmentationSizeMediumSpecificBagOStuffprotected
$segmentedValueMaxSizeMediumSpecificBagOStuffprotected
$separateMainLBSqlBagOStuffprotected
$serverInfosSqlBagOStuffprotected
$serverTagsSqlBagOStuffprotected
$syncTimeoutMediumSpecificBagOStuffprotected
$tableNameSqlBagOStuffprotected
$wallClockOverrideBagOStuffprivate
__construct( $params)SqlBagOStuff
MediumSpecificBagOStuff::__construct(array $params=[])MediumSpecificBagOStuff
add( $key, $value, $exptime=0, $flags=0)MediumSpecificBagOStuff
addBusyCallback(callable $workCallback)MediumSpecificBagOStuff
ATTR_EMULATIONIExpiringStore
ATTR_SYNCWRITESIExpiringStore
cas( $casToken, $key, $value, $exptime=0, $flags=0)MediumSpecificBagOStuffprotected
changeTTL( $key, $exptime=0, $flags=0)MediumSpecificBagOStuff
changeTTLMulti(array $keys, $exptime, $flags=0)SqlBagOStuff
clearLastError()MediumSpecificBagOStuff
createTables()SqlBagOStuff
debug( $text)MediumSpecificBagOStuffprotected
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)SqlBagOStuff
deleteServerObjectsExpiringBefore(IDatabase $db, $timestamp, $progressCallback, $limit, $serversDoneCount=0, &$keysDeletedCount=0)SqlBagOStuffprivate
doAdd( $key, $value, $exptime=0, $flags=0)SqlBagOStuffprotected
doCas( $casToken, $key, $value, $exptime=0, $flags=0)SqlBagOStuffprotected
doChangeTTL( $key, $exptime, $flags)SqlBagOStuffprotected
doDelete( $key, $flags=0)SqlBagOStuffprotected
doDeleteMulti(array $keys, $flags=0)SqlBagOStuffprotected
doGet( $key, $flags=0, &$casToken=null)SqlBagOStuffprotected
doGetMulti(array $keys, $flags=0)SqlBagOStuffprotected
doSet( $key, $value, $exptime=0, $flags=0)SqlBagOStuffprotected
doSetMulti(array $data, $exptime=0, $flags=0)SqlBagOStuffprotected
ERR_NO_RESPONSEIExpiringStore
ERR_NONEIExpiringStore
ERR_UNEXPECTEDIExpiringStore
ERR_UNREACHABLEIExpiringStore
expireAll()SqlBagOStuff
fetchBlobMulti(array $keys, $flags=0)SqlBagOStuffprivate
fieldHasFlags( $field, $flags)BagOStuffprotected
get( $key, $flags=0)MediumSpecificBagOStuff
getConnection( $shardIndex)SqlBagOStuffprivate
getCurrentTime()BagOStuff
getExpirationAsTimestamp( $exptime)MediumSpecificBagOStuffprotected
getExpirationAsTTL( $exptime)MediumSpecificBagOStuffprotected
getLastError()MediumSpecificBagOStuff
getMaxDateTime( $db)SqlBagOStuffprivate
getMulti(array $keys, $flags=0)MediumSpecificBagOStuff
getQoS( $flag)MediumSpecificBagOStuff
getScopedLock( $key, $timeout=6, $expiry=30, $rclass='')BagOStuff
getSegmentationSize()MediumSpecificBagOStuff
getSegmentedValueMaxSize()MediumSpecificBagOStuff
getTableByKey( $key)SqlBagOStuffprivate
getTableNameByShard( $index)SqlBagOStuffprivate
getWithSetCallback( $key, $ttl, $callback, $flags=0)BagOStuff
handleReadError(DBError $exception, $shardIndex)SqlBagOStuffprivate
handleWriteError(DBError $exception, $db, $shardIndex)SqlBagOStuffprivate
incr( $key, $step=1, $flags=0)SqlBagOStuff
incrWithInit( $key, $exptime, $value=1, $init=null, $flags=0)MediumSpecificBagOStuff
initSqliteDatabase(IMaintainableDatabase $db)SqlBagOStuffprivate
isExpired(IDatabase $db, $exptime)SqlBagOStuffprivate
isInteger( $value)MediumSpecificBagOStuffprotected
isRelativeExpiration( $exptime)MediumSpecificBagOStuffprotected
lock( $key, $timeout=6, $expiry=6, $rclass='')SqlBagOStuff
makeGlobalKey( $class,... $components)MediumSpecificBagOStuff
makeKey( $class,... $components)MediumSpecificBagOStuff
makeKeyInternal( $keyspace, $args)MediumSpecificBagOStuff
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
modifyMulti(array $data, $exptime, $flags, $op)SqlBagOStuffprivate
occasionallyGarbageCollect(IDatabase $db)SqlBagOStuffprivate
QOS_EMULATION_SQLIExpiringStore
QOS_SYNCWRITES_BEIExpiringStore
QOS_SYNCWRITES_NONEIExpiringStore
QOS_SYNCWRITES_QCIExpiringStore
QOS_SYNCWRITES_SSIExpiringStore
QOS_UNKNOWNIExpiringStore
READ_LATESTBagOStuff
READ_VERIFIEDBagOStuff
resolveSegments( $key, $mainValue)MediumSpecificBagOStuffprotected
serialize( $data)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 $data, $exptime=0, $flags=0)MediumSpecificBagOStuff
silenceTransactionProfiler()SqlBagOStuffprivate
trackDuplicateKeys( $key)MediumSpecificBagOStuffprivate
TTL_DAYIExpiringStore
TTL_HOURIExpiringStore
TTL_INDEFINITEIExpiringStore
TTL_MINUTEIExpiringStore
TTL_MONTHIExpiringStore
TTL_PROC_LONGIExpiringStore
TTL_PROC_SHORTIExpiringStore
TTL_SECONDIExpiringStore
TTL_WEEKIExpiringStore
TTL_YEARIExpiringStore
unlock( $key)SqlBagOStuff
unserialize( $serial)SqlBagOStuffprotected
updateTableKeys( $op, $db, $table, $tableKeys, $data, $dbExpiry)SqlBagOStuffprivate
usesMainDB()SqlBagOStuffprivate
waitForReplication()SqlBagOStuffprivate
WRITE_ALLOW_SEGMENTSBagOStuff
WRITE_BACKGROUNDBagOStuff
WRITE_CACHE_ONLYBagOStuff
WRITE_PRUNE_SEGMENTSBagOStuff
WRITE_SYNCBagOStuff