MediaWiki  REL1_22
FileBackendStoreShardListIterator Class Reference

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

Inheritance diagram for FileBackendStoreShardListIterator:
Collaboration diagram for FileBackendStoreShardListIterator:

List of all members.

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
 *
 $container
 $directory
Array $multiShardPaths = array()
 *
Array $params
 *

Detailed Description

FileBackendStore helper function to handle listings that span container shards.

Do not use this class from places outside of FileBackendStore.

Definition at line 1641 of file FileBackendStore.php.


Constructor & Destructor Documentation

FileBackendStoreShardListIterator::__construct ( FileBackendStore backend,
container,
dir,
array suffixes,
array params 
)
Parameters:
FileBackendStore$backend
string$containerFull storage container name
string$dirStorage directory relative to container
array$suffixesList of container shard suffixes
array$params

Definition at line 1657 of file FileBackendStore.php.


Member Function Documentation

FileBackendStoreShardListIterator::listFromShard ( container) [abstract, protected]

Get the list for a given container shard.

Parameters:
string$containerResolved container name
Returns:
Iterator

Reimplemented in FileBackendStoreShardFileIterator, and FileBackendStoreShardDirIterator.


Member Data Documentation

FileBackendStore FileBackendStoreShardListIterator::$backend [protected]

*

Definition at line 1642 of file FileBackendStore.php.

FileBackendStoreShardListIterator::$container [protected]

Definition at line 1645 of file FileBackendStore.php.

FileBackendStoreShardListIterator::$directory [protected]

Definition at line 1646 of file FileBackendStore.php.

Array FileBackendStoreShardListIterator::$multiShardPaths = array() [protected]

*

Definition at line 1648 of file FileBackendStore.php.

Array FileBackendStoreShardListIterator::$params [protected]

*

Definition at line 1643 of file FileBackendStore.php.


The documentation for this class was generated from the following file: