![]() |
A platform for high-performance distributed tool and library development written in C++. It can be deployed in two different cluster modes: standalone or distributed. API for v0.5.0, released on June 13, 2018.
|
#include "Configuration.h"#include "PDBWork.h"#include "PDBWorkerQueue.h"#include "PDBWorker.h"#include "PDBFile.h"#include "SequenceFile.h"#include "PartitionedFile.h"#include "PDBLogger.h"#include "SharedMem.h"#include "PageCircularBuffer.h"#include "LocalitySet.h"#include <unordered_map>#include <memory>#include <queue>
Include dependency graph for PageCache.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | CacheKeyHash |
| struct | CacheKeyEqual |
| struct | CompareCachedPages |
| struct | CompareCachedPagesMRU |
| class | PageCache |
Typedefs | |
| typedef shared_ptr< PageCache > | PageCachePtr |
| typedef shared_ptr<PageCache> PageCachePtr |
Definition at line 39 of file PageCache.h.