NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
NES::UpdateQueryMetadata Class Reference

Metadata defining the information about the new decomposed plan that needs to be started instead of the current one. This metadata can be used for updating the query plan due to addition, removal, or updation of an operator. More...

#include <UpdateQueryMetadata.hpp>

Collaboration diagram for NES::UpdateQueryMetadata:
[legend]

Public Member Functions

 UpdateQueryMetadata (WorkerId workerId, SharedQueryId sharedQueryId, DecomposedQueryId decomposedQueryId, DecomposedQueryPlanVersion decomposedQueryPlanVersion)
 

Public Attributes

const WorkerId workerId
 
const SharedQueryId sharedQueryId
 
const DecomposedQueryId decomposedQueryId
 
const DecomposedQueryPlanVersion decomposedQueryPlanVersion
 

Detailed Description

Metadata defining the information about the new decomposed plan that needs to be started instead of the current one. This metadata can be used for updating the query plan due to addition, removal, or updation of an operator.

Constructor & Destructor Documentation

◆ UpdateQueryMetadata()

NES::UpdateQueryMetadata::UpdateQueryMetadata ( WorkerId  workerId,
SharedQueryId  sharedQueryId,
DecomposedQueryId  decomposedQueryId,
DecomposedQueryPlanVersion  decomposedQueryPlanVersion 
)
inline

References NES::UpdateQuery.

Member Data Documentation

◆ decomposedQueryId

const DecomposedQueryId NES::UpdateQueryMetadata::decomposedQueryId

Referenced by TEST_F().

◆ decomposedQueryPlanVersion

const DecomposedQueryPlanVersion NES::UpdateQueryMetadata::decomposedQueryPlanVersion

Referenced by TEST_F().

◆ sharedQueryId

const SharedQueryId NES::UpdateQueryMetadata::sharedQueryId

Referenced by TEST_F().

◆ workerId

const WorkerId NES::UpdateQueryMetadata::workerId

Referenced by TEST_F().


The documentation for this class was generated from the following file: