NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
CpuMetricsWrapper.cpp File Reference
Include dependency graph for CpuMetricsWrapper.cpp:

Namespaces

 NES
 This exception represents a network error.
 
 NES::Monitoring
 

Functions

void NES::Monitoring::writeToBuffer (const CpuMetricsWrapper &metrics, Runtime::TupleBuffer &buf, uint64_t tupleIndex)
 The serialize method to write metrics into the given Schema and TupleBuffer. More...
 
void NES::Monitoring::readFromBuffer (CpuMetricsWrapper &wrapper, Runtime::TupleBuffer &buf, uint64_t tupleIndex)
 The deserialize method to read metrics from the given Schema and TupleBuffer. More...
 
nlohmann::json NES::Monitoring::asJson (const CpuMetricsWrapper &metrics)
 Parses the metric to JSON. More...