NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
SharedQueryPlanStatus.hpp File Reference
#include <cinttypes>
#include <stdint.h>
#include <string>
#include <unordered_map>
Include dependency graph for SharedQueryPlanStatus.hpp:

Namespaces

 NES
 This exception represents a network error.
 

Enumerations

enum class  NES::SharedQueryPlanStatus : uint8_t {
  NES::CREATED = 0 , NES::DEPLOYED , NES::PROCESSED , NES::PARTIALLY_PROCESSED ,
  NES::UPDATED , NES::STOPPED , NES::FAILED , NES::MIGRATING
}
 Represents various states a Shared query Plan goes through. More...