1#ifndef Cpl_Dm_Persistent_IndexEntryServer_h_
2#define Cpl_Dm_Persistent_IndexEntryServer_h_
15#include "colony_config.h"
26#ifndef OPTION_CPL_PERSISTENT_INDEXED_ENTRY_SERVER_MAX_BATCH_WRITE
27#define OPTION_CPL_PERSISTENT_INDEXED_ENTRY_SERVER_MAX_BATCH_WRITE 4
95 if (
mp.readAndSync( count, clientObserver ) && count > 0 )
98 unsigned iterations = 0;
#define OPTION_CPL_PERSISTENT_INDEXED_ENTRY_SERVER_MAX_BATCH_WRITE
Maximum number of entries that can be written as the result of single change notification.
Definition IndexedEntryServer.h:27
bool remove(ITEM &dst) noexcept
See Cpl::Container::RingBuffer.
Definition RingBufferMP.h:56
Cpl::Dm::Mp::Uint32 & m_mpElementCount
Model point to report my element count. NOTE: Public access is allowed to simply the application subs...
Definition RingBufferMP.h:146
This template class implements a THREAD SAFE Ring Buffer.
Definition RingBufferMT.h:33
This class extends the Cpl::System::EventLoop class to support the asynchronous change notification g...
Definition EventLoop.h:44
This class extends the Cpl::Dm::EventLoop and Cpl::Itc:Mailbox classes to support the asynchronous ch...
Definition MailboxServer.h:43
void attach(Cpl::Dm::Subscriber< MPTYPE > &observer, uint16_t initialSeqNumber=SEQUENCE_NUMBER_UNKNOWN) noexcept
Type safe register observer.
Definition Numeric.h:121
void detach(Cpl::Dm::Subscriber< MPTYPE > &observer) noexcept
Type safe un-register observer.
Definition Numeric.h:127
This class provides a concrete implementation for a Point who's data is a uint32_t.
Definition Uint32.h:43
This abstract class defines the Subscriber interface - for change notifications - to a Model Points d...
Definition SubscriberApi.h:34
This template class is a composer pattern/class that manages the callback function for a Model Point'...
Definition SubscriberComposer.h:37
This partially concrete class implements the synchronous ITC close call for the CloseApi.
Definition CloseSync.h:34
This template class represents a service request message to a particular server.
Definition RequestMessage.h:34
PAYLOAD & getPayload()
Returns the payload associated with this request.
Definition RequestMessage.h:94
void returnToSender() noexcept
This operation is invoked by the server when it has completed the operation implemented as a part of ...
Payload for Message.
Definition IndexedEntryRequests.h:383
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
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
This abstract class define ITC message type and payload for the application to request read Indexed E...
Definition IndexedEntryRequests.h:283
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
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
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
This abstract class define ITC message type and payload for the application to request read Indexed E...
Definition IndexedEntryRequests.h:116
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
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
This concrete class implements the Cpl::Persistent::Record interface to store a collection 'entries'.
Definition IndexedEntryRecord.h:53
bool clearAllEntries() noexcept
See Cpl::Persistent::IndexedEntryWriter.
size_t getMaxIndex() const noexcept
See Cpl::Persistent::IndexedEntryReader.
bool getNext(uint64_t newerThan, const IndexedEntryReader::EntryMarker_T beginHereMarker, Payload &dst, IndexedEntryReader::EntryMarker_T &entryMarker) noexcept
See Cpl::Persistent::IndexedEntryReader.
bool getByBufferIndex(size_t bufferIndex, Payload &dst, IndexedEntryReader::EntryMarker_T &entryMarker) noexcept
See Cpl::Persistent::IndexedEntryReader.
bool addEntry(const Payload &src) noexcept
See Cpl::Persistent::IndexedEntryWriter.
bool getLatest(Payload &dst, IndexedEntryReader::EntryMarker_T &entryMarker) noexcept
See Cpl::Persistent::IndexedEntryReader.
bool getPrevious(uint64_t olderThan, const IndexedEntryReader::EntryMarker_T beginHereMarker, Payload &dst, IndexedEntryReader::EntryMarker_T &entryMarker) noexcept
See Cpl::Persistent::IndexedEntryReader.
This concrete template class implements the ITC messaging (and Model Point monitoring) needed to prov...
Definition IndexedEntryServer.h:51
bool m_opened
Track my open state.
Definition IndexedEntryServer.h:176
Cpl::Container::RingBufferMP< ENTRY > & m_addBuffer
the 'add' buffer
Definition IndexedEntryServer.h:173
size_t getMaxIndex() const noexcept
See Cpl::Persistent::IndexEntryReader.
Definition IndexedEntryServer.h:152
void request(CloseMsg &msg)
This method stops the server (See Cpl::Itc::CloseSync)
Definition IndexedEntryServer.h:80
void request(OpenMsg &msg)
This method starts the server (See Cpl::Itc::OpenSync)
Definition IndexedEntryServer.h:68
void request(GetLatestMsg &msg)
See Cpl::Persistent::GetLatestRequest.
Definition IndexedEntryServer.h:118
IndexedEntryServer(Cpl::Dm::MailboxServer &myMbox, IndexedEntryRecord &indexedEntryRecord, Cpl::Container::RingBufferMP< ENTRY > &incomingEntriesBuffer) noexcept
Constructor.
Definition IndexedEntryServer.h:54
virtual void hookAddingEntry(ENTRY &src)
Hook to allow a child class processing when an entry is added. This method is called just PRIOR to wr...
Definition IndexedEntryServer.h:111
Cpl::Dm::SubscriberComposer< IndexedEntryServer, Cpl::Dm::Mp::Uint32 > m_observerElementCount
Observer for change notification (to the RingBuffer)
Definition IndexedEntryServer.h:170
void request(GetNextMsg &msg)
See Cpl::Persistent::GetNextRequest.
Definition IndexedEntryServer.h:126
IndexedEntryRecord & m_record
Indexed Entry Record that handles the actual work to read/write the data.
Definition IndexedEntryServer.h:167
void elementCountChanged(Cpl::Dm::Mp::Uint32 &mp, Cpl::Dm::SubscriberApi &clientObserver) noexcept
Element Count Change notification.
Definition IndexedEntryServer.h:92
void request(GetPreviousMsg &msg)
See Cpl::Persistent::GetPreviousRequest.
Definition IndexedEntryServer.h:135
void request(GetByBufferIndexMsg &msg)
See Cpl::Persistent::GetByBufferIndexRequest.
Definition IndexedEntryServer.h:144
void request(ClearAllEntriesMsg &msg)
See Cpl::Persistent::ClearAllEntriesRequest.
Definition IndexedEntryServer.h:158
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20
Encapsulate all Model Points in the 'mp' namespace to prevent polluting the global name space.
Definition ModelPoints.h:30