NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
QueryTerminationType.hpp File Reference
#include <Util/Logger/Logger.hpp>
#include <ostream>
#include <stdint.h>
Include dependency graph for QueryTerminationType.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  fmt::formatter< NES::Runtime::QueryTerminationType >
 

Namespaces

 NES
 This exception represents a network error.
 
 NES::Runtime
 Turn this on to have Thread::current_num_threads_ keep a count of currently-active threads.
 
 fmt
 

Enumerations

enum class  NES::Runtime::QueryTerminationType : uint8_t {
  NES::Runtime::Graceful = 0 , NES::Runtime::HardStop , NES::Runtime::Failure , NES::Runtime::Reconfiguration ,
  NES::Runtime::Invalid
}
 

Functions

ReconfigurationType NES::Runtime::terminationTypeToReconfigurationType (QueryTerminationType terminationType)