MediaWiki  1.23.12
FileBackendStoreShardListIterator Class Reference

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

Inheritance diagram for FileBackendStoreShardListIterator:
Collaboration diagram for FileBackendStoreShardListIterator:

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. More...
 

Protected Attributes

FileBackendStore $backend
 
string $container
 Full container name *. More...
 
string $directory
 Resolved relative path *. More...
 
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 1833 of file FileBackendStore.php.

Constructor & Destructor Documentation

◆ __construct()

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 1851 of file FileBackendStore.php.

References $backend, $container, $dir, $params, as, directory, and listFromShard().

Member Function Documentation

◆ accept()

FileBackendStoreShardListIterator::accept ( )

Definition at line 1867 of file FileBackendStore.php.

References $path.

◆ listFromShard()

FileBackendStoreShardListIterator::listFromShard (   $container)
abstractprotected

Get the list for a given container shard.

Parameters
string$containerResolved container name
Returns
Iterator

Reimplemented in FileBackendStoreShardFileIterator, and FileBackendStoreShardDirIterator.

Referenced by __construct().

◆ rewind()

FileBackendStoreShardListIterator::rewind ( )

Definition at line 1882 of file FileBackendStore.php.

References array().

Member Data Documentation

◆ $backend

FileBackendStore FileBackendStoreShardListIterator::$backend
protected

Definition at line 1834 of file FileBackendStore.php.

Referenced by __construct().

◆ $container

string FileBackendStoreShardListIterator::$container
protected

◆ $directory

string FileBackendStoreShardListIterator::$directory
protected

Resolved relative path *.

Definition at line 1840 of file FileBackendStore.php.

◆ $multiShardPaths

array FileBackendStoreShardListIterator::$multiShardPaths = array()
protected

Definition at line 1842 of file FileBackendStore.php.

◆ $params

array FileBackendStoreShardListIterator::$params
protected

Definition at line 1836 of file FileBackendStore.php.

Referenced by __construct().


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