NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
#include <Runtime/AbstractLineageManager.hpp>
#include <Util/BufferSequenceNumber.hpp>
#include <memory>
#include <mutex>
#include <unordered_map>
#include <vector>
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 > |