NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
InMemoryLineageManager.hpp File Reference
#include <Runtime/AbstractLineageManager.hpp>
#include <Util/BufferSequenceNumber.hpp>
#include <memory>
#include <mutex>
#include <unordered_map>
#include <vector>
Include dependency graph for InMemoryLineageManager.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  NES::Runtime::InMemoryLineageManager
 The Lineage Manager class stores map of all tuples that got their sequence number changed by stateful operators. 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::LineageManagerPtr = std::shared_ptr< Runtime::InMemoryLineageManager >