1#ifndef Cpl_Dm_Persistent_IndexRecord_h_
2#define Cpl_Dm_Persistent_IndexRecord_h_
62 virtual bool getLatestOffset(
size_t& offset, uint64_t& indexValue )
const noexcept;
79 void start(
Cpl::Dm::MailboxServer& myMbox ) noexcept;
86 size_t getData(
void* dst,
size_t maxDstLen ) noexcept;
89 bool putData( const
void* src,
size_t srcLen ) noexcept;
This abstract class defines the interface for a Chunk.
Definition Chunk.h:30
This mostly concrete class implements the Cpl::Persistent::DataRecord interface where a DataRecord in...
Definition DataRecord.h:36
This concrete class extends the Cpl::Persistent::DataRecord interface to store a latest/oldest 'recor...
Definition IndexRecord.h:48
bool putData(const void *src, size_t srcLen) noexcept
Default Payload method: payload is the 2 offset-index values.
size_t m_latest
Offset for the latest entry.
Definition IndexRecord.h:101
size_t getPayloadSize() const noexcept
Helper method: returns the length of the payload.
bool m_validLatest
Flag that indicates the state of offsets.
Definition IndexRecord.h:104
bool processNoValidData() noexcept
Default Method: Simply resets both the head/tail pointers to ZERO.
void stop() noexcept
See Cpl::Persistent::DataRecord.
void start(Cpl::Dm::MailboxServer &myMbox) noexcept
See Cpl::Persistent::DataRecord.
uint64_t m_latestIndex
Index of the latest entry.
Definition IndexRecord.h:98
virtual bool getLatestOffset(size_t &offset, uint64_t &indexValue) const noexcept
This method returns the 'offset-index' (starting from the start of RegionMedia used for the entries) ...
IndexRecord(Cpl::Persistent::Chunk &chunkHandler) noexcept
Constructor.
virtual void setLatestOffset(size_t offset, uint64_t indexValue) noexcept
This method updates/sets the 'offset-index' (starting from the start of RegionMedia used for the entr...
size_t getData(void *dst, size_t maxDstLen) noexcept
Default Payload method: payload is the 2 offset-index values.
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20