![]() |
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 "DistributedStorageManagerServer.h"#include "CatalogClient.h"#include "CatalogServer.h"#include "ResourceManagerServer.h"#include "DispatcherServer.h"#include "PDBCatalogMsgType.h"#include "CatalogDatabaseMetadata.h"#include "CatalogSetMetadata.h"#include "SimpleRequestHandler.h"#include "DistributedStorageAddDatabase.h"#include "DistributedStorageAddSet.h"#include "DistributedStorageAddTempSet.h"#include "DistributedStorageRemoveDatabase.h"#include "DistributedStorageRemoveSet.h"#include "DistributedStorageRemoveTempSet.h"#include "DistributedStorageExportSet.h"#include "DistributedStorageClearSet.h"#include "DistributedStorageCleanup.h"#include "QuerySchedulerServer.h"#include "Statistics.h"#include "StorageAddDatabase.h"#include "StorageAddSet.h"#include "StorageAddTempSet.h"#include "StorageRemoveDatabase.h"#include "StorageRemoveUserSet.h"#include "StorageExportSet.h"#include "StorageClearSet.h"#include "StorageCleanup.h"#include "Configuration.h"#include "SetScan.h"#include "KeepGoing.h"#include "DoneWithResult.h"#include <chrono>#include <ctime>#include <unistd.h>#include <snappy.h>
Include dependency graph for DistributedStorageManagerServer.cc:Go to the source code of this file.
Namespaces | |
| pdb | |
Macros | |
| #define | OBJECTQUERYMODEL_DISTRIBUTEDSTORAGEMANAGERSERVER_CC |
| #define | USING_ALL_NODES |
| #define OBJECTQUERYMODEL_DISTRIBUTEDSTORAGEMANAGERSERVER_CC |
Definition at line 19 of file DistributedStorageManagerServer.cc.
| #define USING_ALL_NODES |
Definition at line 62 of file DistributedStorageManagerServer.cc.