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

Namespaces

 NES
 This exception represents a network error.
 

Enumerations

enum class  NES::RequestType : uint8_t {
  NES::AddQuery = 0 , NES::StopQuery , NES::RestartQuery , NES::FailQuery ,
  NES::MigrateQuery , NES::UpdateQuery , NES::AddTopologyNode , NES::RemoveTopologyNode ,
  NES::MigrateTopologyNode , NES::AddTopologyLink , NES::RemoveTopologyLink
}
 Represents various request types. More...