NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
#include <Identifiers/Identifiers.hpp>
#include <Runtime/Execution/ExecutableQueryPlanStatus.hpp>
#include <Runtime/QueryTerminationType.hpp>
#include <Runtime/Reconfigurable.hpp>
#include <Runtime/RuntimeEventListener.hpp>
#include <Runtime/RuntimeForwardRefs.hpp>
#include <Sinks/SinksForwaredRefs.hpp>
#include <Sources/SourcesForwardedRefs.hpp>
#include <atomic>
#include <future>
#include <map>
#include <vector>
Classes | |
class | NES::Runtime::Execution::ExecutableQueryPlan |
Represents an executable plan of an particular query. Each executable query plan contains a set of sources, pipelines, and sinks. A valid query plan should contain at least one source and sink. This class is thread-safe. More... | |
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. | |
NES::Network | |
NES::Runtime::Execution | |
Enumerations | |
enum class | NES::Runtime::Execution::ExecutableQueryPlanResult : uint8_t { NES::Runtime::Execution::Ok , NES::Runtime::Execution::Fail } |