NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
ISQPAddNodeEvent.hpp File Reference
Include dependency graph for ISQPAddNodeEvent.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  NES::RequestProcessor::ISQPAddNodeResponse
 ISQP add node response indicating if the event was applied successfully or not. More...
 
class  NES::RequestProcessor::ISQPAddNodeEvent
 ISQP add node represent the event for registering a worker node. More...
 

Namespaces

 NES
 This exception represents a network error.
 
 NES::RequestProcessor
 

Typedefs

using NES::RequestProcessor::ISQPAddNodeResponsePtr = std::shared_ptr< ISQPAddNodeResponse >
 
using NES::RequestProcessor::ISQPAddNodeEventPtr = std::shared_ptr< ISQPAddNodeEvent >
 

Enumerations

enum class  NES::RequestProcessor::WorkerType : uint8_t { NES::RequestProcessor::CLOUD = 0 , NES::RequestProcessor::FOG = 1 , NES::RequestProcessor::SENSOR = 2 }