This is the complete list of members for MediaWikiBagOStuff, including all inherited members.
$connFailureErrors | SqlBagOStuff | protected |
$connFailureTimes | SqlBagOStuff | protected |
$conns | SqlBagOStuff | |
$debugMode | BagOStuff | private |
$lastError | BagOStuff | protected |
$lastExpireAll | SqlBagOStuff | |
$lb | SqlBagOStuff | |
$numServers | SqlBagOStuff | |
$purgePeriod | SqlBagOStuff | |
$serverInfos | SqlBagOStuff | |
$serverNames | SqlBagOStuff | |
$shards | SqlBagOStuff | |
$tableName | SqlBagOStuff | |
__construct( $params) | SqlBagOStuff | |
add( $key, $value, $exptime=0) | BagOStuff | |
cas( $casToken, $key, $value, $exptime=0) | SqlBagOStuff | |
clearLastError() | BagOStuff | |
convertExpiry( $exptime) | BagOStuff | protected |
convertToRelative( $exptime) | BagOStuff | protected |
createTables() | SqlBagOStuff | |
debug( $text) | BagOStuff | |
decr( $key, $value=1) | BagOStuff | |
delete( $key, $time=0) | SqlBagOStuff | |
deleteAll() | SqlBagOStuff | |
deleteObjectsExpiringBefore( $timestamp, $progressCallback=false) | SqlBagOStuff | |
ERR_NO_RESPONSE | BagOStuff | |
ERR_NONE | BagOStuff | |
ERR_UNEXPECTED | BagOStuff | |
ERR_UNREACHABLE | BagOStuff | |
expireAll() | SqlBagOStuff | |
garbageCollect() | SqlBagOStuff | protected |
get( $key, &$casToken=null) | SqlBagOStuff | |
getDB( $serverIndex) | SqlBagOStuff | protected |
getLastError() | BagOStuff | |
getMaxDateTime( $db) | SqlBagOStuff | protected |
getMulti(array $keys) | SqlBagOStuff | |
getTableByKey( $key) | SqlBagOStuff | protected |
getTableNameByShard( $index) | SqlBagOStuff | protected |
handleReadError(DBError $exception, $serverIndex) | SqlBagOStuff | protected |
handleWriteError(DBError $exception, $serverIndex) | SqlBagOStuff | protected |
incr( $key, $step=1) | SqlBagOStuff | |
isExpired( $db, $exptime) | SqlBagOStuff | protected |
isInteger( $value) | BagOStuff | protected |
lock( $key, $timeout=6) | BagOStuff | |
markServerDown( $exception, $serverIndex) | SqlBagOStuff | protected |
merge( $key, closure $callback, $exptime=0, $attempts=10) | BagOStuff | |
mergeViaCas( $key, closure $callback, $exptime=0, $attempts=10) | BagOStuff | protected |
mergeViaLock( $key, closure $callback, $exptime=0, $attempts=10) | BagOStuff | protected |
replace( $key, $value, $exptime=0) | BagOStuff | |
serialize(&$data) | SqlBagOStuff | protected |
set( $key, $value, $exptime=0) | SqlBagOStuff | |
setDebug( $bool) | BagOStuff | |
setLastError( $err) | BagOStuff | protected |
unlock( $key) | BagOStuff | |
unserialize( $serial) | SqlBagOStuff | protected |