NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
Classes | |
struct | NES::RequestProcessor::ISQPRequestResponse |
Response to the execution of the ISQP request with the success, start time, and end time. More... | |
class | NES::RequestProcessor::ISQPRequest |
This is a meta request that is capable of handling a batch of external events. For example, the system can either execute 10 individual add query requests or one ISQPRequest with a batch of 10 ISQPAddQueryEvents. Both will result in deployment of 10 queries. However, batch based deployment will result in a lower deployment latency. Similarly, we can submit an arbitrary batch consisting of AddQuery, RemoveQuery, AddNode, RemoveNode, AddLink, or RemoveLink events. More... | |
Namespaces | |
z3 | |
NES | |
This exception represents a network error. | |
NES::Statistic | |
NES::Optimizer | |
NES::Catalogs | |
NES::Catalogs::Query | |
NES::RequestProcessor | |
Typedefs | |
using | NES::SharedQueryPlanPtr = std::shared_ptr< SharedQueryPlan > |
using | NES::RequestProcessor::ISQPRequestPtr = std::shared_ptr< ISQPRequest > |
using | NES::RequestProcessor::ISQPRequestResponsePtr = std::shared_ptr< ISQPRequestResponse > |
using | NES::RequestProcessor::PlacementAmendmentInstancePtr = std::shared_ptr< PlacementAmendmentInstance > |