|
Squid Web Cache master
|
, More...
#include <RockStoreFileSystem.h>
Public Types | |
| typedef std::vector< StoreFileSystem * >::iterator | iterator |
| typedef std::vector< StoreFileSystem * >::const_iterator | const_iterator |
Public Member Functions | |
| StoreFileSystem () | |
| ~StoreFileSystem () override | |
| char const * | type () const override |
| SwapDir * | createSwapDir () override |
Static Public Member Functions | |
| static void | Stats (StoreEntry *sentry) |
| static void | FsAdd (StoreFileSystem &) |
| static StoreFileSystem * | FindByType (const char *type) |
| static std::vector< StoreFileSystem * > const & | FileSystems () |
Private Member Functions | |
| StoreFileSystem (const StoreFileSystem &) | |
| StoreFileSystem & | operator= (const StoreFileSystem &) |
Static Private Member Functions | |
| static std::vector< StoreFileSystem * > & | GetFileSystems () |
Static Private Attributes | |
| static std::vector< StoreFileSystem * > * | _FileSystems = nullptr |
Definition at line 19 of file RockStoreFileSystem.h.
|
inherited |
Definition at line 98 of file StoreFileSystem.h.
|
inherited |
Definition at line 97 of file StoreFileSystem.h.
| StoreFileSystem::StoreFileSystem | ( | ) |
Definition at line 15 of file RockStoreFileSystem.cc.
References StoreFileSystem::FsAdd().
|
override |
Definition at line 20 of file RockStoreFileSystem.cc.
|
private |
|
overridevirtual |
Implements StoreFileSystem.
Definition at line 31 of file RockStoreFileSystem.cc.
|
staticinherited |
Definition at line 30 of file StoreFileSystem.cc.
References StoreFileSystem::GetFileSystems().
Referenced by StoreFileSystem::FindByType().
|
staticinherited |
Definition at line 45 of file StoreFileSystem.cc.
References StoreFileSystem::FileSystems(), and StoreFileSystem::type().
Referenced by Store::Disks::Parse().
|
staticinherited |
Definition at line 17 of file StoreFileSystem.cc.
References assert, StoreFileSystem::GetFileSystems(), and StoreFileSystem::type().
Referenced by StoreFileSystem(), and Fs::Ufs::StoreFSufs< TheSwapDir >::StoreFSufs().
|
staticprivateinherited |
Definition at line 36 of file StoreFileSystem.cc.
References StoreFileSystem::_FileSystems.
Referenced by StoreFileSystem::FileSystems(), and StoreFileSystem::FsAdd().
|
private |
|
static |
|
overridevirtual |
Implements StoreFileSystem.
Definition at line 25 of file RockStoreFileSystem.cc.
|
staticprivateinherited |
Definition at line 108 of file StoreFileSystem.h.
Referenced by StoreFileSystem::GetFileSystems().