|
NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
#include <API/Schema.hpp>#include <Configurations/Coordinator/SchemaType.hpp>#include <Identifiers/NESStrongTypeJson.hpp>#include <Monitoring/Metrics/Gauge/MemoryMetrics.hpp>#include <Runtime/MemoryLayout/RowLayout.hpp>#include <Util/TestTupleBuffer.hpp>#include <nlohmann/json.hpp>Namespaces | |
| NES | |
| This exception represents a network error. | |
| NES::Monitoring | |
Functions | |
| SchemaPtr | NES::Monitoring::getSchema (const MemoryMetrics &, const std::string &prefix) |
| void | NES::Monitoring::writeToBuffer (const MemoryMetrics &metrics, Runtime::TupleBuffer &buf, uint64_t tupleIndex) |
| Writes metrics objects to a given Schema and TupleBuffer. More... | |
| void | NES::Monitoring::readFromBuffer (MemoryMetrics &metrics, Runtime::TupleBuffer &buf, uint64_t tupleIndex) |
| Parses metrics objects from a given Schema and TupleBuffer. More... | |
| nlohmann::json | NES::Monitoring::asJson (const MemoryMetrics &metrics) |
| Parses the metric to JSON. More... | |