#include "VDirVolatileRoot.H"
#include "VDirChangeable.H"
#include "VDirEvaluator.H"
#include "VMemPool.H"
#include "VestaLog.H"
#include "Recovery.H"
#include "VRConcurrency.H"
#include "IndexKey.H"
#include "logging.H"
#include "ShortIdRefCount.H"
#include "lock_timing.H"
#include <BufStream.H>
Go to the source code of this file.
Defines | |
#define | INDEX_BLOCKSIZE 1024 |
#define | GARDENER_SLEEP (60*60) |
Typedefs | |
typedef Table< IndexKey, VolRootEntry * >::Default | VolRootTable |
typedef Table< IndexKey, VolRootEntry * >::Iterator | VolRootIter |
Functions | |
void * | GardenerThread (void *arg) throw () |
|
Definition at line 160 of file VDirVolatileRoot.C. Referenced by GardenerThread(). |
|
Definition at line 159 of file VDirVolatileRoot.C. Referenced by VDirVolatileRoot::createVolatileDirectory(), and VDirVolatileRoot::finishCheckpoint(). |
|
Definition at line 153 of file VDirVolatileRoot.C. |
|
Definition at line 152 of file VDirVolatileRoot.C. |
|