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

Classes

class  NES::BufferSequenceNumber
 The Buffer Sequence Number class encapsulates a unique id for every tuple buffer in the system. It consists out of a sequence number and an origin id. Their combination allows uniquely define a tuple buffer in the system. More...
 
struct  std::hash< NES::BufferSequenceNumber >
 

Namespaces

 NES
 This exception represents a network error.
 
 std
 

Typedefs

using NES::BufferSequenceNumberPtr = std::shared_ptr< BufferSequenceNumber >