NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
BenchmarkSource.hpp File Reference
Include dependency graph for BenchmarkSource.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  NES::BenchmarkSource
 Benchmark Source is a special source for benchmarking purposes only and stripes away all overhead The memory area out of which buffers will be produced must be initialized beforehand and allocated as a shared_ptr that must have ownership of the area, i.e., it must control when to free it. Do not use in distributed settings but only for single node dev and testing. More...
 

Namespaces

 NES
 This exception represents a network error.
 
 NES::detail
 
 NES::detail::Runtime
 

Typedefs

using NES::BenchmarkSourcePtr = std::shared_ptr< BenchmarkSource >