NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
#include <cstdint>
#include <vector>
Namespaces | |
NES | |
This exception represents a network error. | |
NES::RequestProcessor | |
Enumerations | |
enum class | NES::RequestProcessor::ResourceType : uint8_t { NES::RequestProcessor::Topology , NES::RequestProcessor::QueryCatalogService , NES::RequestProcessor::SourceCatalog , NES::RequestProcessor::GlobalExecutionPlan , NES::RequestProcessor::GlobalQueryPlan , NES::RequestProcessor::UdfCatalog , NES::RequestProcessor::CoordinatorConfiguration , NES::RequestProcessor::StatisticProbeHandler } |
This class is used by coordinator side requests to indicate which data structures they need to access to perform an operation so they can acquire locks before starting to execute the request logic. More... | |
Variables | |
const std::vector< ResourceType > | NES::RequestProcessor::resourceTypeList |