Derecho  0.9
Distributed systems toolkit for RDMA
Public Member Functions | List of all members
persistent::IDeltaSupport< ObjectType > Class Template Referenceabstract

#include <Persistent.hpp>

Inheritance diagram for persistent::IDeltaSupport< ObjectType >:
Inheritance graph
[legend]
Collaboration diagram for persistent::IDeltaSupport< ObjectType >:
Collaboration graph
[legend]

Public Member Functions

virtual void finalizeCurrentDelta (const DeltaFinalizer &)=0
 
virtual void applyDelta (char const *const)=0
 

Additional Inherited Members

- Static Public Member Functions inherited from persistent::IDeltaObjectFactory< ObjectType >
static std::unique_ptr< ObjectType > create (mutils::DeserializationManager *dm)
 

Detailed Description

template<typename ObjectType>
class persistent::IDeltaSupport< ObjectType >

Definition at line 266 of file Persistent.hpp.

Member Function Documentation

◆ applyDelta()

template<typename ObjectType>
virtual void persistent::IDeltaSupport< ObjectType >::applyDelta ( char const *  const)
pure virtual

◆ finalizeCurrentDelta()

template<typename ObjectType>
virtual void persistent::IDeltaSupport< ObjectType >::finalizeCurrentDelta ( const DeltaFinalizer )
pure virtual

The documentation for this class was generated from the following file: