◆ addLogicalSourceAndCreatePhysicalSourceType()
uint64_t NES::QueryReconfigurationTest::addLogicalSourceAndCreatePhysicalSourceType |
( |
std::string |
logicalSourceName, |
|
|
std::string |
physicalSourceName |
|
) |
| |
|
inline |
◆ addMigrationPipelineToDecomposedQueryPlan()
void NES::QueryReconfigurationTest::addMigrationPipelineToDecomposedQueryPlan |
( |
DecomposedQueryPlanPtr & |
decomposedPlan | ) |
|
|
inline |
◆ SetUpTestCase()
static void NES::QueryReconfigurationTest::SetUpTestCase |
( |
| ) |
|
|
inlinestatic |
◆ startCoordinator()
void NES::QueryReconfigurationTest::startCoordinator |
( |
| ) |
|
|
inline |
◆ startWorker()
NesWorkerPtr NES::QueryReconfigurationTest::startWorker |
( |
std::vector< uint64_t > |
sourceIndices | ) |
|
|
inline |
◆ startWorkerAsChildOf()
NesWorkerPtr NES::QueryReconfigurationTest::startWorkerAsChildOf |
( |
std::vector< uint64_t > |
sourceIndices, |
|
|
NesWorkerPtr |
parent |
|
) |
| |
|
inline |
◆ startWorkerWithLambdaSource()
NesWorkerPtr NES::QueryReconfigurationTest::startWorkerWithLambdaSource |
( |
std::string |
logicalSourceName, |
|
|
std::string |
physicalSourceName, |
|
|
NesWorkerPtr |
parent |
|
) |
| |
|
inline |
◆ stop()
void NES::QueryReconfigurationTest::stop |
( |
| ) |
|
|
inline |
◆ waitForNodes()
static bool NES::QueryReconfigurationTest::waitForNodes |
( |
int |
timeoutSeconds, |
|
|
size_t |
nodes, |
|
|
TopologyPtr |
topology |
|
) |
| |
|
inlinestatic |
wait until the topology contains the expected number of nodes so we can rely on these nodes being present for the rest of the test
- Parameters
-
timeoutSeconds | time to wait before aborting |
nodes | expected number of nodes |
topology | the topology object to query |
- Returns
- true if expected number of nodes was reached. false in case of timeout before number was reached
◆ bufferCounts
std::map<uint64_t, std::atomic<uint64_t> > NES::QueryReconfigurationTest::bufferCounts |
◆ bytesPerTuple
uint8_t NES::QueryReconfigurationTest::bytesPerTuple = sizeof(uint64_t) |
◆ crd
◆ finalBufferCounts
std::map<uint64_t, std::atomic<uint64_t> > NES::QueryReconfigurationTest::finalBufferCounts |
◆ gatheringValue
uint64_t NES::QueryReconfigurationTest::gatheringValue = 10 |
◆ schema
◆ sourceTypes
std::map<uint64_t, LambdaSourceTypePtr> NES::QueryReconfigurationTest::sourceTypes |
◆ stopTriggers
std::map<uint64_t, std::atomic<bool> > NES::QueryReconfigurationTest::stopTriggers |
◆ systemSourceIdentifierToTestLocalIdentifier
std::map<std::tuple<WorkerId, std::string>, uint64_t> NES::QueryReconfigurationTest::systemSourceIdentifierToTestLocalIdentifier |
◆ topology
◆ tuplesPerBuffer
uint64_t NES::QueryReconfigurationTest::tuplesPerBuffer = 10 |
◆ workers
The documentation for this class was generated from the following file: