![]() |
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 <iostream>#include <string>#include "PDBServer.h"#include "CatalogServer.h"#include "CatalogClient.h"#include "ResourceManagerServer.h"#include "PangeaStorageServer.h"#include "DistributedStorageManagerServer.h"#include "DispatcherServer.h"#include "QuerySchedulerServer.h"#include "StorageAddDatabase.h"#include "SharedEmployee.h"
Include dependency graph for ManagerMain.cc:Go to the source code of this file.
Macros | |
| #define | MASTER_MAIN_CC |
Functions | |
| int | main (int argc, char *argv[]) |
| #define MASTER_MAIN_CC |
Definition at line 19 of file ManagerMain.cc.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |