NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
BufferStorage.hpp File Reference
#include <Runtime/AbstractBufferStorage.hpp>
#include <Runtime/TupleBuffer.hpp>
#include <mutex>
#include <optional>
#include <queue>
#include <unordered_map>
Include dependency graph for BufferStorage.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  NES::Runtime::BufferSorter
 
class  NES::Runtime::BufferStorage
 The Buffer Storage class stores tuples inside a queue and trims it when the right acknowledgement is received. More...
 

Namespaces

 NES
 This exception represents a network error.
 
 NES::Runtime
 Turn this on to have Thread::current_num_threads_ keep a count of currently-active threads.
 

Typedefs

using NES::Runtime::BufferStoragePtr = std::shared_ptr< Runtime::BufferStorage >