|
NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
#include <Runtime/RuntimeForwardRefs.hpp>#include <Statistics/Statistic.hpp>#include <Statistics/StatisticKey.hpp>#include <functional>#include <memory>#include <vector>Classes | |
| class | NES::Statistic::AbstractStatisticFormat |
| An interface for parsing (reading and creating) statistics from/to a TupleBuffer. The idea is that this format is called in the StatisticSink as well as the operator handler and returns multiple statistics that are then inserted into a StatisticStorage. More... | |
Namespaces | |
| NES | |
| This exception represents a network error. | |
| NES::Statistic | |
Typedefs | |
| using | NES::Statistic::StatisticPtr = std::shared_ptr< Statistic > |
| using | NES::Statistic::HashStatisticPair = std::pair< StatisticHash, StatisticPtr > |
| using | NES::Statistic::StatisticFormatPtr = std::shared_ptr< AbstractStatisticFormat > |