1#ifndef Cpl_Persistent_Chunk_h_
2#define Cpl_Persistent_Chunk_h_
47 virtual void stop() noexcept = 0;
84 virtual
bool updateData(
Payload& srcHandler,
size_t index=0,
bool invalidate=false ) noexcept = 0;
This class extends the Cpl::Dm::EventLoop and Cpl::Itc:Mailbox classes to support the asynchronous ch...
Definition MailboxServer.h:43
This abstract class defines the interface for a Chunk.
Definition Chunk.h:30
virtual void stop() noexcept=0
This method is to stop/shutdown the chunk.
virtual void start(Cpl::Dm::MailboxServer &myMbox) noexcept=0
This method is to start/initialize the chunk.
virtual size_t getMetadataLength() const noexcept=0
This method returns the size, in bytes, of any/all metadata that is included with the record.
virtual bool updateData(Payload &srcHandler, size_t index=0, bool invalidate=false) noexcept=0
This method is used to update persistent storage with new data for the Record.
virtual bool loadData(Payload &dstHandler, size_t index=0) noexcept=0
This method is used to initiate the sequence to retrieve a Record's data from persistent storage.
This abstract class defines the interface accessing the 'data payload' of an individual Record instan...
Definition Payload.h:29
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20