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

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 >