![]() |
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 "InterfaceFunctions.h"#include "QuerySchedulerServer.h"#include "ResourceManagerServer.h"#include "SimpleRequestHandler.h"#include "GenericWork.h"#include "StorageCollectStats.h"#include "StorageCollectStatsResponse.h"#include "Profiling.h"#include "RegisterReplica.h"#include <ctime>#include <chrono>#include <SimplePhysicalOptimizer/SimplePhysicalNodeFactory.h>#include <AdvancedPhysicalOptimizer/AdvancedPhysicalNodeFactory.h>
Include dependency graph for QuerySchedulerServer.cc:Go to the source code of this file.
Namespaces | |
| pdb | |
Macros | |
| #define | QUERY_SCHEDULER_SERVER_CC |
| #define QUERY_SCHEDULER_SERVER_CC |
Definition at line 19 of file QuerySchedulerServer.cc.