![]() |
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 "DispatcherServer.h"#include "CatalogServer.h"#include "PDBDebug.h"#include "SimpleRequestHandler.h"#include "SimpleRequestResult.h"#include "SimpleSendBytesRequest.h"#include "DispatcherAddData.h"#include "BuiltInObjectTypeIDs.h"#include "QuerySchedulerServer.h"#include "Statistics.h"#include "PartitionPolicyFactory.h"#include "DispatcherRegisterPartitionPolicy.h"#include <snappy.h>
Include dependency graph for DispatcherServer.cc:Go to the source code of this file.
Namespaces | |
| pdb | |
Macros | |
| #define | DISPATCHER_SERVER_CC |
| #define | MAX_CONCURRENT_REQUESTS 10 |
| #define DISPATCHER_SERVER_CC |
Definition at line 20 of file DispatcherServer.cc.
| #define MAX_CONCURRENT_REQUESTS 10 |
Definition at line 35 of file DispatcherServer.cc.