|
MediaWiki REL1_39
|
FileBackendStore helper function to handle listings that span container shards. More...


Public Member Functions | |
| __construct (FileBackendStore $backend, $container, $dir, array $suffixes, array $params) | |
| accept () | |
| rewind () | |
Protected Member Functions | |
| listFromShard ( $container) | |
| Get the list for a given container shard. | |
Protected Attributes | |
| FileBackendStore | $backend |
| string | $container |
| Full container name. | |
| string | $directory |
| Resolved relative path. | |
| array | $multiShardPaths = [] |
| array | $params |
FileBackendStore helper function to handle listings that span container shards.
Do not use this class from places outside of FileBackendStore.
Definition at line 28 of file FileBackendStoreShardListIterator.php.
| FileBackendStoreShardListIterator::__construct | ( | FileBackendStore | $backend, |
| $container, | |||
| $dir, | |||
| array | $suffixes, | ||
| array | $params ) |
| FileBackendStore | $backend | |
| string | $container | Full storage container name |
| string | $dir | Storage directory relative to container |
| array | $suffixes | List of container shard suffixes |
| array | $params |
Definition at line 51 of file FileBackendStoreShardListIterator.php.
References $backend, $container, $params, and listFromShard().
| FileBackendStoreShardListIterator::accept | ( | ) |
Definition at line 67 of file FileBackendStoreShardListIterator.php.
|
abstractprotected |
Get the list for a given container shard.
| string | $container | Resolved container name |
Reimplemented in FileBackendStoreShardDirIterator, and FileBackendStoreShardFileIterator.
Referenced by __construct().
| FileBackendStoreShardListIterator::rewind | ( | ) |
Definition at line 84 of file FileBackendStoreShardListIterator.php.
|
protected |
Definition at line 30 of file FileBackendStoreShardListIterator.php.
Referenced by __construct().
|
protected |
Full container name.
Definition at line 36 of file FileBackendStoreShardListIterator.php.
Referenced by __construct(), FileBackendStoreShardDirIterator\listFromShard(), and FileBackendStoreShardFileIterator\listFromShard().
|
protected |
Resolved relative path.
Definition at line 39 of file FileBackendStoreShardListIterator.php.
|
protected |
Definition at line 42 of file FileBackendStoreShardListIterator.php.
|
protected |
Definition at line 33 of file FileBackendStoreShardListIterator.php.
Referenced by __construct().