CCF
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ccf::kv::ILedgerChunker Struct Referenceabstract

#include <ledger_chunker_interface.h>

Inherited by ccf::kv::LedgerChunker.

Public Member Functions

virtual ~ILedgerChunker ()=default
 
virtual void append_entry_size (size_t)=0
 
virtual void force_end_of_chunk (Version v)=0
 
virtual bool is_chunk_end_requested (Version)=0
 
virtual void rolled_back_to (Version)=0
 
virtual void compacted_to (Version)=0
 
virtual void produced_chunk_at (Version)=0
 

Constructor & Destructor Documentation

◆ ~ILedgerChunker()

virtual ccf::kv::ILedgerChunker::~ILedgerChunker ( )
virtualdefault

Member Function Documentation

◆ append_entry_size()

virtual void ccf::kv::ILedgerChunker::append_entry_size ( size_t  )
pure virtual

Implemented in ccf::kv::LedgerChunker.

◆ compacted_to()

virtual void ccf::kv::ILedgerChunker::compacted_to ( Version  )
pure virtual

Implemented in ccf::kv::LedgerChunker.

◆ force_end_of_chunk()

virtual void ccf::kv::ILedgerChunker::force_end_of_chunk ( Version  v)
pure virtual

Implemented in ccf::kv::LedgerChunker.

◆ is_chunk_end_requested()

virtual bool ccf::kv::ILedgerChunker::is_chunk_end_requested ( Version  )
pure virtual

Implemented in ccf::kv::LedgerChunker.

◆ produced_chunk_at()

virtual void ccf::kv::ILedgerChunker::produced_chunk_at ( Version  )
pure virtual

Implemented in ccf::kv::LedgerChunker.

◆ rolled_back_to()

virtual void ccf::kv::ILedgerChunker::rolled_back_to ( Version  )
pure virtual

Implemented in ccf::kv::LedgerChunker.


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