|
void | NES::Monitoring::writeToBuffer (const uint64_t &metrics, Runtime::TupleBuffer &buf, uint64_t tupleIndex) |
| Class specific serialize methods for basic types. The serialize method to write CpuMetricsWrapper into the given Schema and TupleBuffer. The prefix specifies a string that should be added before each field description in the Schema. More...
|
|
void | NES::Monitoring::writeToBuffer (const std::string &metrics, Runtime::TupleBuffer &buf, uint64_t tupleIndex) |
|
void | NES::Monitoring::writeToBuffer (const std::shared_ptr< Metric > metric, Runtime::TupleBuffer &buf, uint64_t tupleIndex) |
|
void | NES::Monitoring::readFromBuffer (uint64_t &metrics, Runtime::TupleBuffer &buf, uint64_t tupleIndex) |
| class specific readFromBuffer() More...
|
|
void | NES::Monitoring::readFromBuffer (std::string &metrics, Runtime::TupleBuffer &buf, uint64_t tupleIndex) |
|
void | NES::Monitoring::readFromBuffer (std::shared_ptr< Metric > metrics, Runtime::TupleBuffer &buf, uint64_t tupleIndex) |
|
nlohmann::json | NES::Monitoring::asJson (uint64_t intMetric) |
| class specific asJson() More...
|
|
nlohmann::json | NES::Monitoring::asJson (std::string stringMetric) |
|
nlohmann::json | NES::Monitoring::asJson (std::shared_ptr< Metric > ptrMetric) |
|