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

Namespaces

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

Enumerations

enum class  NES::Network::PartitionRegistrationStatus : uint8_t { NES::Network::Registered , NES::Network::Deleted , NES::Network::NotFound }
 This enum represent the life-cycle of a nes partition in the partition manager: NotFound: partition was never registered in the current partition manager. Deleted: partition was unregistered at some point in time (we keep it for bookkeeping). Registered: partition was registered and alive (meaning its ref cnt is greater than 0). More...