1#ifndef Cpl_Persistent_Indexed_Entry_Requests_h_
2#define Cpl_Persistent_Indexed_Entry_Requests_h_
This template class represents a service request message to a particular server.
Definition RequestMessage.h:34
This template class represents a client response message, which is posted to the client's mailbox aft...
Definition ResponseMessage.h:40
This concrete template class represents the interface to a ITC Service Access Point (SAP).
Definition SAP.h:30
Payload for Message.
Definition IndexedEntryRequests.h:383
Payload()
Constructor. Use for getLatest() message.
Definition IndexedEntryRequests.h:393
bool m_success
Clear results (response field) true = all entries where successfully cleared false = an error occurre...
Definition IndexedEntryRequests.h:389
This abstract class define ITC message type and payload for the application to clear/delete all entri...
Definition IndexedEntryRequests.h:375
Cpl::Itc::SAP< ClearAllEntriesRequest > SAP
SAP for this API.
Definition IndexedEntryRequests.h:378
virtual ~ClearAllEntriesRequest()
Virtual Destructor.
Definition IndexedEntryRequests.h:408
Cpl::Itc::RequestMessage< ClearAllEntriesRequest, Payload > ClearAllEntriesMsg
Message Type: GetPrevious.
Definition IndexedEntryRequests.h:401
virtual void request(ClearAllEntriesMsg &msg)=0
Request: GetPrevious message.
This abstract class define ITC message type and payload for asynchronous response (to the application...
Definition IndexedEntryRequests.h:417
virtual ~ClearAllEntriesResponse()
Virtual destructor.
Definition IndexedEntryRequests.h:430
Cpl::Itc::ResponseMessage< ClearAllEntriesResponse, ClearAllEntriesRequest, ClearAllEntriesRequest::Payload > ClearAllEntriesMsg
Response Message Type.
Definition IndexedEntryRequests.h:422
virtual void response(ClearAllEntriesMsg &msg)=0
Response.
Payload for Message: GetByBufferIndex.
Definition IndexedEntryRequests.h:291
bool m_success
GET results (response field) true = entry was successfully retrieved/found false = no valid entry (th...
Definition IndexedEntryRequests.h:306
IndexedEntryReader::EntryMarker_T m_markerEntryRetreived
OUTPUT (response field): The 'marker' associated with the found/retrieved entry.
Definition IndexedEntryRequests.h:300
size_t m_index
INPUT: buffer index.
Definition IndexedEntryRequests.h:294
Cpl::Persistent::Payload & m_entryDst
INPUT/OUTPUT: Memory to hold the retrieved entry.
Definition IndexedEntryRequests.h:297
Payload(Cpl::Persistent::Payload &entryDst, size_t index)
Constructor. Use for getLatest() message.
Definition IndexedEntryRequests.h:310
This abstract class define ITC message type and payload for the application to request read Indexed E...
Definition IndexedEntryRequests.h:283
virtual size_t getMaxIndex() const noexcept=0
This method returns the maximum allowed 'bufferIndex' when calling getByIndex().
Cpl::Itc::RequestMessage< GetByBufferIndexRequest, Payload > GetByBufferIndexMsg
Message Type: GetByBufferIndex.
Definition IndexedEntryRequests.h:318
virtual void request(GetByBufferIndexMsg &msg)=0
Request: GetByBufferIndex message.
Cpl::Itc::SAP< GetByBufferIndexRequest > SAP
SAP for this API.
Definition IndexedEntryRequests.h:286
This abstract class define ITC message type and payload for asynchronous response (to the application...
Definition IndexedEntryRequests.h:346
virtual void response(GetByBufferIndexMsg &msg)=0
Response.
virtual ~GetByBufferIndexResponse()
Virtual destructor.
Definition IndexedEntryRequests.h:360
Cpl::Itc::ResponseMessage< GetByBufferIndexResponse, GetByBufferIndexRequest, GetByBufferIndexRequest::Payload > GetByBufferIndexMsg
Response Message Type.
Definition IndexedEntryRequests.h:351
Payload for Message: GetLatest.
Definition IndexedEntryRequests.h:46
bool m_success
GET results (response field) true = entry was successfully retrieved/found false = no valid entry (th...
Definition IndexedEntryRequests.h:58
IndexedEntryReader::EntryMarker_T m_markerEntryRetreived
OUTPUT (response field): The 'marker' associated with the found/retrieved entry.
Definition IndexedEntryRequests.h:52
Payload(Cpl::Persistent::Payload &entryDst)
Constructor. Use for getLatest() message.
Definition IndexedEntryRequests.h:62
Cpl::Persistent::Payload & m_entryDst
INPUT/OUTPUT: Memory to hold the retrieved entry.
Definition IndexedEntryRequests.h:49
This abstract class define ITC message type and payload for the application to request read Indexed E...
Definition IndexedEntryRequests.h:38
virtual ~GetLatestRequest()
Virtual Destructor.
Definition IndexedEntryRequests.h:78
Cpl::Itc::SAP< GetLatestRequest > SAP
SAP for this API.
Definition IndexedEntryRequests.h:41
virtual void request(GetLatestMsg &msg)=0
Request: GetLatest message.
Cpl::Itc::RequestMessage< GetLatestRequest, Payload > GetLatestMsg
Message Type: GetLatest.
Definition IndexedEntryRequests.h:71
This abstract class define ITC message type and payload for asynchronous response (to the application...
Definition IndexedEntryRequests.h:88
virtual void response(GetLatestMsg &msg)=0
Response.
Cpl::Itc::ResponseMessage< GetLatestResponse, GetLatestRequest, GetLatestRequest::Payload > GetLatestMsg
Response Message Type.
Definition IndexedEntryRequests.h:93
virtual ~GetLatestResponse()
Virtual destructor.
Definition IndexedEntryRequests.h:102
Payload for Message: GetNext.
Definition IndexedEntryRequests.h:124
uint64_t m_newerThan
INPUT: newer timestamp to search criteria.
Definition IndexedEntryRequests.h:127
Cpl::Persistent::Payload & m_entryDst
INPUT/OUTPUT: Memory to hold the retrieved entry.
Definition IndexedEntryRequests.h:130
IndexedEntryReader::EntryMarker_T m_markerEntryRetreived
OUTPUT (response field): The 'marker' associated with the found/retrieved entry.
Definition IndexedEntryRequests.h:136
IndexedEntryReader::EntryMarker_T & m_beginHereMarker
INPUT: The 'marker' on where to begin searching from.
Definition IndexedEntryRequests.h:133
bool m_success
GET results (response field) true = entry was successfully retrieved/found false = no valid entry (th...
Definition IndexedEntryRequests.h:142
Payload(Cpl::Persistent::Payload &entryDst, IndexedEntryReader::EntryMarker_T &beginHere, uint64_t newerThan)
Constructor. Use for getNext() message.
Definition IndexedEntryRequests.h:146
This abstract class define ITC message type and payload for the application to request read Indexed E...
Definition IndexedEntryRequests.h:116
virtual void request(GetNextMsg &msg)=0
Request: GetNext message.
virtual ~GetNextRequest()
Virtual Destructor.
Definition IndexedEntryRequests.h:162
Cpl::Itc::SAP< GetNextRequest > SAP
SAP for this API.
Definition IndexedEntryRequests.h:119
Cpl::Itc::RequestMessage< GetNextRequest, Payload > GetNextMsg
Message Type: GetNext.
Definition IndexedEntryRequests.h:155
This abstract class define ITC message type and payload for asynchronous response (to the application...
Definition IndexedEntryRequests.h:172
virtual ~GetNextResponse()
Virtual destructor.
Definition IndexedEntryRequests.h:186
Cpl::Itc::ResponseMessage< GetNextResponse, GetNextRequest, GetNextRequest::Payload > GetNextMsg
Response Message Type.
Definition IndexedEntryRequests.h:177
virtual void response(GetNextMsg &msg)=0
Response.
Payload for Message: GetPrevious.
Definition IndexedEntryRequests.h:208
Cpl::Persistent::Payload & m_entryDst
INPUT/OUTPUT: Memory to hold the retrieved entry.
Definition IndexedEntryRequests.h:217
IndexedEntryReader::EntryMarker_T m_markerEntryRetreived
OUTPUT (response field): The 'marker' associated with the found/retrieved entry.
Definition IndexedEntryRequests.h:220
Payload(Cpl::Persistent::Payload &entryDst, IndexedEntryReader::EntryMarker_T &beginHere, uint64_t olderThan)
Constructor. Use for getPrevious() message.
Definition IndexedEntryRequests.h:230
IndexedEntryReader::EntryMarker_T & m_beginHereMarker
INPUT (optional): The 'marker' on where to begin searching from.
Definition IndexedEntryRequests.h:214
bool m_success
GET results (response field) true = entry was successfully retrieved/found false = no valid entry (th...
Definition IndexedEntryRequests.h:226
uint64_t m_olderThan
INPUT: newer timestamp to search criteria.
Definition IndexedEntryRequests.h:211
This abstract class define ITC message type and payload for the application to request read Indexed E...
Definition IndexedEntryRequests.h:200
Cpl::Itc::SAP< GetPreviousRequest > SAP
SAP for this API.
Definition IndexedEntryRequests.h:203
virtual ~GetPreviousRequest()
Virtual Destructor.
Definition IndexedEntryRequests.h:245
virtual void request(GetPreviousMsg &msg)=0
Request: GetPrevious message.
Cpl::Itc::RequestMessage< GetPreviousRequest, Payload > GetPreviousMsg
Message Type: GetPrevious.
Definition IndexedEntryRequests.h:238
This abstract class define ITC message type and payload for asynchronous response (to the application...
Definition IndexedEntryRequests.h:254
virtual ~GetPreviousResponse()
Virtual destructor.
Definition IndexedEntryRequests.h:268
Cpl::Itc::ResponseMessage< GetPreviousResponse, GetPreviousRequest, GetPreviousRequest::Payload > GetPreviousMsg
Response Message Type.
Definition IndexedEntryRequests.h:259
virtual void response(GetPreviousMsg &msg)=0
Response.
This structure define an 'marker' that identifies an entry's location in persistent media.
Definition IndexedEntryReader.h:47
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