NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
#include <Identifiers/Identifiers.hpp>
#include <RequestProcessor/RequestTypes/ISQP/ISQPEvents/ISQPEvent.hpp>
#include <any>
#include <map>
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 } |