1#ifndef Cpl_Persistent_Mirrored_Chunk_h_
2#define Cpl_Persistent_Mirrored_Chunk_h_
41 constexpr static size_t CRC_SIZE =
sizeof( uint32_t );
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
This concrete class implements the Chunk interface by storing two copies of the Record's data.
Definition MirroredChunk.h:32
virtual size_t pullFromRecord(Payload &srcHandler)
Helper method. Encapsulates retrieving data from the record. Returns the length of the data.
MirroredChunk(RegionMedia ®ionA, RegionMedia ®ionB)
Constructor.
virtual uint64_t getTransactionId(RegionMedia ®ion, size_t &dataLen, size_t index=0)
Helper method. If the region is 'corrupt' a transaction ID of zero is returned.
size_t getMetadataLength() const noexcept
See Cpl::Persistent::Chunk.
bool updateData(Payload &srcHandler, size_t index=0, bool invalidate=false) noexcept
See Cpl::Persistent::Chunk.
void start(Cpl::Dm::MailboxServer &myMbox) noexcept
See Cpl::Persistent::Chunk.
static constexpr size_t FRAME_OVERHEAD
Total overhead size.
Definition MirroredChunk.h:44
RegionMedia & m_regionB
Region/Media for copy B.
Definition MirroredChunk.h:86
uint64_t m_transId
Current Transaction ID (the larger the value - the newer the data)
Definition MirroredChunk.h:89
size_t m_dataLen
Data Length for the region.
Definition MirroredChunk.h:92
static constexpr size_t FRAME_OFFSET_DATA_LEN
Length of the data.
Definition MirroredChunk.h:35
virtual bool pushToRecord(Payload &dstHandler)
Helper method. Encapsulates pushing data to the record.
static constexpr size_t FRAME_OFFSET_DATA
Start of data (aka overhead length)
Definition MirroredChunk.h:38
bool loadData(Payload &dstHandler, size_t index=0) noexcept
See Cpl::Persistent::Chunk.
RegionMedia & m_regionA
Region/Media for copy A.
Definition MirroredChunk.h:83
static constexpr size_t CRC_SIZE
The size of the CRC.
Definition MirroredChunk.h:41
virtual void reset()
Helper method. Encapsulates actions that occur when there is NO VALID data.
void stop() noexcept
See Cpl::Persistent::Chunk.
RegionMedia * m_currentRegion
Pointer to the current region (i.e. newest read/written region)
Definition MirroredChunk.h:95
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