NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
TwoPhaseLockingStorageHandler.hpp File Reference
#include <RequestProcessor/StorageHandles/StorageHandler.hpp>
#include <atomic>
#include <deque>
#include <future>
#include <vector>
Include dependency graph for TwoPhaseLockingStorageHandler.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  NES::RequestProcessor::TwoPhaseLockingStorageHandler
 Resource handles created by this class ensure that the resource has been locked in the growing phase and stay locked until the handle goes out of scope. More...
 

Namespaces

 NES
 This exception represents a network error.
 
 NES::RequestProcessor
 

Typedefs

using NES::RequestProcessor::TicketId = uint16_t
 
using NES::RequestProcessor::TwoPhaseLockingStorageHandlerPtr = std::shared_ptr< TwoPhaseLockingStorageHandler >