![]() |
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 "PDBDebug.h"#include "JoinMap.h"#include "PangeaStorageServer.h"#include "SimpleRequestResult.h"#include "CatalogServer.h"#include "StorageAddData.h"#include "StorageAddObjectInLoop.h"#include "StorageAddDatabase.h"#include "StorageAddSet.h"#include "StorageClearSet.h"#include "StorageGetData.h"#include "StorageGetDataResponse.h"#include "StorageGetSetPages.h"#include "StoragePinPage.h"#include "StoragePinBytes.h"#include "StorageUnpinPage.h"#include "StoragePagePinned.h"#include "StorageBytesPinned.h"#include "StorageNoMorePage.h"#include "StorageTestSetScan.h"#include "BackendTestSetScan.h"#include "StorageTestSetCopy.h"#include "BackendTestSetCopy.h"#include "StorageAddTempSet.h"#include "StorageAddTempSetResult.h"#include "StorageRemoveDatabase.h"#include "StorageRemoveTempSet.h"#include "StorageExportSet.h"#include "StorageRemoveUserSet.h"#include "StorageRemoveHashSet.h"#include "StorageCleanup.h"#include "StorageCollectStats.h"#include "StorageCollectStatsResponse.h"#include "PDBScanWork.h"#include "UseTemporaryAllocationBlock.h"#include "SimpleRequestHandler.h"#include "Record.h"#include "InterfaceFunctions.h"#include "DeleteSet.h"#include "DefaultDatabase.h"#include "DataTypes.h"#include "SharedMem.h"#include "PDBFlushProducerWork.h"#include "PDBFlushConsumerWork.h"#include "ExportableObject.h"#include "JoinTupleBase.h"#include <cstdio>#include <memory>#include <string>#include <iostream>#include <signal.h>#include <stdio.h>#include <map>#include <iterator>#include <pthread.h>Go to the source code of this file.
Namespaces | |
| pdb | |
Macros | |
| #define | PANGEA_STORAGE_SERVER_C |
| #define | FLUSH_BUFFER_SIZE 3 |
| #define FLUSH_BUFFER_SIZE 3 |
Definition at line 82 of file PangeaStorageServer.cc.
| #define PANGEA_STORAGE_SERVER_C |
Definition at line 20 of file PangeaStorageServer.cc.