, More...
#include <RockStoreFileSystem.h>


Public Types | |
typedef std::vector< StoreFileSystem * >::iterator | iterator |
typedef std::vector< StoreFileSystem * >::const_iterator | const_iterator |
Public Member Functions | |
StoreFileSystem () | |
virtual | ~StoreFileSystem () |
virtual char const * | type () const |
virtual SwapDir * | createSwapDir () |
virtual void | done () |
virtual void | registerWithCacheManager () |
virtual void | setup () |
Static Public Member Functions | |
static void | Stats (StoreEntry *sentry) |
static void | SetupAllFs () |
static void | FsAdd (StoreFileSystem &) |
static void | FreeAllFs () |
static StoreFileSystem * | FindByType (const char *type) |
static std::vector< StoreFileSystem * > const & | FileSystems () |
Protected Attributes | |
bool | initialised |
Private Member Functions | |
StoreFileSystem (const StoreFileSystem &) | |
StoreFileSystem & | operator= (const StoreFileSystem &) |
Static Private Member Functions | |
static std::vector< StoreFileSystem * > & | GetFileSystems () |
static void | RegisterAllFsWithCacheManager (void) |
Static Private Attributes | |
static std::vector< StoreFileSystem * > * | _FileSystems = NULL |
Detailed Description
Definition at line 19 of file RockStoreFileSystem.h.
Member Typedef Documentation
◆ const_iterator
|
inherited |
Definition at line 99 of file StoreFileSystem.h.
◆ iterator
|
inherited |
Definition at line 98 of file StoreFileSystem.h.
Constructor & Destructor Documentation
◆ StoreFileSystem() [1/2]
StoreFileSystem::StoreFileSystem | ( | ) |
Definition at line 15 of file RockStoreFileSystem.cc.
References StoreFileSystem::FsAdd().
◆ ~StoreFileSystem()
|
virtual |
Reimplemented from StoreFileSystem.
Definition at line 20 of file RockStoreFileSystem.cc.
◆ StoreFileSystem() [2/2]
|
private |
Member Function Documentation
◆ createSwapDir()
|
virtual |
Implements StoreFileSystem.
Definition at line 31 of file RockStoreFileSystem.cc.
◆ done()
|
virtual |
Implements StoreFileSystem.
Definition at line 37 of file RockStoreFileSystem.cc.
◆ FileSystems()
|
staticinherited |
Definition at line 45 of file StoreFileSystem.cc.
References StoreFileSystem::GetFileSystems().
Referenced by StoreFileSystem::FindByType().
◆ FindByType()
|
staticinherited |
Definition at line 74 of file StoreFileSystem.cc.
References StoreFileSystem::FileSystems(), and StoreFileSystem::type().
Referenced by Store::Disks::Parse().
◆ FreeAllFs()
|
staticinherited |
Definition at line 64 of file StoreFileSystem.cc.
References StoreFileSystem::done(), and StoreFileSystem::GetFileSystems().
Referenced by SquidShutdown().
◆ FsAdd()
|
staticinherited |
Definition at line 32 of file StoreFileSystem.cc.
References assert, StoreFileSystem::GetFileSystems(), and instance.
Referenced by StoreFileSystem(), and Fs::Ufs::StoreFSufs< TheSwapDir >::StoreFSufs().
◆ GetFileSystems()
|
staticprivateinherited |
Definition at line 51 of file StoreFileSystem.cc.
References StoreFileSystem::_FileSystems.
Referenced by StoreFileSystem::FileSystems(), StoreFileSystem::FreeAllFs(), StoreFileSystem::FsAdd(), StoreFileSystem::RegisterAllFsWithCacheManager(), and StoreFileSystem::SetupAllFs().
◆ operator=()
|
private |
◆ RegisterAllFsWithCacheManager()
|
staticprivateinherited |
Definition at line 17 of file StoreFileSystem.cc.
References StoreFileSystem::GetFileSystems().
◆ registerWithCacheManager()
|
virtual |
Reimplemented from StoreFileSystem.
Definition at line 42 of file RockStoreFileSystem.cc.
References assert.
◆ setup()
|
virtual |
Implements StoreFileSystem.
Definition at line 48 of file RockStoreFileSystem.cc.
References debugs.
◆ SetupAllFs()
|
staticinherited |
Definition at line 24 of file StoreFileSystem.cc.
References StoreFileSystem::GetFileSystems().
Referenced by testRock::commonInit(), and SquidMain().
◆ Stats()
|
static |
Definition at line 54 of file RockStoreFileSystem.cc.
References assert.
◆ type()
|
virtual |
Implements StoreFileSystem.
Definition at line 25 of file RockStoreFileSystem.cc.
Member Data Documentation
◆ _FileSystems
|
staticprivateinherited |
Definition at line 118 of file StoreFileSystem.h.
Referenced by StoreFileSystem::GetFileSystems().
◆ initialised
|
protectedinherited |
Definition at line 113 of file StoreFileSystem.h.
The documentation for this class was generated from the following files:
- src/fs/rock/RockStoreFileSystem.h
- src/fs/rock/RockStoreFileSystem.cc