NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
DeploymentPhase.hpp File Reference
#include <Identifiers/Identifiers.hpp>
#include <Util/RequestType.hpp>
#include <iostream>
#include <memory>
#include <set>
Include dependency graph for DeploymentPhase.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  NES::DeploymentPhase
 This class contains logic to transmit a collection of query sub plans to the desired worker nodes. More...
 

Namespaces

 NES
 This exception represents a network error.
 
 NES::Optimizer
 
 NES::Configurations
 
 NES::Catalogs
 
 NES::Catalogs::Query
 

Typedefs

using NES::Optimizer::DeploymentContextPtr = std::shared_ptr< DeploymentContext >
 
using NES::DeploymentPhasePtr = std::shared_ptr< DeploymentPhase >