MediaWiki REL1_37
|
Concatenated gzip (CGZ) storage Improves compression ratio by concatenating like objects before gzipping. More...
Public Member Functions | |
__construct () | |
__sleep () | |
__wakeup () | |
addItem ( $text) | |
compress () | |
Compress the bulk data in the object. | |
getItem ( $hash) | |
getText () | |
isHappy () | |
Helper function for compression jobs Returns true until the object is "full" and ready to be committed. | |
removeItem ( $hash) | |
Remove an item. | |
setText ( $text) | |
uncompress () | |
Uncompress bulk data. | |
Public Attributes | |
$mCompressed = false | |
$mDefaultHash = '' | |
array string | $mItems = [] |
@fixme Why are some methods treating it as an array, and others as a string, unconditionally? | |
$mMaxCount = 100 | |
$mMaxSize = 10000000 | |
$mSize = 0 | |
$mVersion = 0 | |
Concatenated gzip (CGZ) storage Improves compression ratio by concatenating like objects before gzipping.
Definition at line 27 of file ConcatenatedGzipHistoryBlob.php.
ConcatenatedGzipHistoryBlob::__construct | ( | ) |
Definition at line 40 of file ConcatenatedGzipHistoryBlob.php.
ConcatenatedGzipHistoryBlob::__sleep | ( | ) |
ConcatenatedGzipHistoryBlob::__wakeup | ( | ) |
Definition at line 129 of file ConcatenatedGzipHistoryBlob.php.
References uncompress().
ConcatenatedGzipHistoryBlob::addItem | ( | $text | ) |
string | $text |
Implements HistoryBlob.
Definition at line 51 of file ConcatenatedGzipHistoryBlob.php.
References uncompress().
Referenced by setText().
ConcatenatedGzipHistoryBlob::compress | ( | ) |
Compress the bulk data in the object.
Definition at line 104 of file ConcatenatedGzipHistoryBlob.php.
References serialize().
Referenced by __sleep().
ConcatenatedGzipHistoryBlob::getItem | ( | $hash | ) |
string | $hash |
Implements HistoryBlob.
Definition at line 65 of file ConcatenatedGzipHistoryBlob.php.
References uncompress().
Referenced by getText().
ConcatenatedGzipHistoryBlob::getText | ( | ) |
Implements HistoryBlob.
Definition at line 86 of file ConcatenatedGzipHistoryBlob.php.
References getItem(), and uncompress().
ConcatenatedGzipHistoryBlob::isHappy | ( | ) |
Helper function for compression jobs Returns true until the object is "full" and ready to be committed.
Definition at line 139 of file ConcatenatedGzipHistoryBlob.php.
References $mMaxCount.
ConcatenatedGzipHistoryBlob::removeItem | ( | $hash | ) |
Remove an item.
string | $hash |
Definition at line 96 of file ConcatenatedGzipHistoryBlob.php.
ConcatenatedGzipHistoryBlob::setText | ( | $text | ) |
string | $text |
Implements HistoryBlob.
Definition at line 78 of file ConcatenatedGzipHistoryBlob.php.
References addItem(), and uncompress().
ConcatenatedGzipHistoryBlob::uncompress | ( | ) |
Uncompress bulk data.
Definition at line 114 of file ConcatenatedGzipHistoryBlob.php.
References unserialize().
Referenced by __wakeup(), addItem(), getItem(), getText(), and setText().
ConcatenatedGzipHistoryBlob::$mCompressed = false |
Definition at line 29 of file ConcatenatedGzipHistoryBlob.php.
ConcatenatedGzipHistoryBlob::$mDefaultHash = '' |
Definition at line 35 of file ConcatenatedGzipHistoryBlob.php.
array string ConcatenatedGzipHistoryBlob::$mItems = [] |
@fixme Why are some methods treating it as an array, and others as a string, unconditionally?
Definition at line 34 of file ConcatenatedGzipHistoryBlob.php.
ConcatenatedGzipHistoryBlob::$mMaxCount = 100 |
Definition at line 38 of file ConcatenatedGzipHistoryBlob.php.
Referenced by isHappy().
ConcatenatedGzipHistoryBlob::$mMaxSize = 10000000 |
Definition at line 37 of file ConcatenatedGzipHistoryBlob.php.
ConcatenatedGzipHistoryBlob::$mSize = 0 |
Definition at line 36 of file ConcatenatedGzipHistoryBlob.php.
ConcatenatedGzipHistoryBlob::$mVersion = 0 |
Definition at line 28 of file ConcatenatedGzipHistoryBlob.php.