NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
#include <Runtime/BufferRecycler.hpp>
#include <Runtime/TupleBuffer.hpp>
#include <Sources/GeneratorSource.hpp>
Classes | |
class | NES::MemorySource |
Memory Source that reads from main memory and produces buffers. 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::MemorySourcePtr = std::shared_ptr< MemorySource > |