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

Associate a timestamp (in microseconds) with a query status change. More...

#include <QueryStateHistory.hpp>

Public Member Functions

 QueryStateHistoryEntry (const uint64_t timestampInUs, const QueryState queryState)
 

Friends

void to_json (nlohmann::json &, const QueryStateHistoryEntry &)
 Transfor this query status history entry to JSON. (There is no corresponding method from_json method.) More...
 

Detailed Description

Associate a timestamp (in microseconds) with a query status change.

Also includes code to transform to JSON.

Constructor & Destructor Documentation

◆ QueryStateHistoryEntry()

NES::QueryStateHistoryEntry::QueryStateHistoryEntry ( const uint64_t  timestampInUs,
const QueryState  queryState 
)
inline

Friends And Related Function Documentation

◆ to_json

void to_json ( nlohmann::json &  json,
const QueryStateHistoryEntry queryState 
)
friend

Transfor this query status history entry to JSON. (There is no corresponding method from_json method.)


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