rdmdbreplicationeapi.h File Reference
Header for the RDM Database Replication APIs. More...
#include "rdmtypes.h"
Include dependency graph for rdmdbreplicationeapi.h:
Functions |
|
RDM_RETCODE | rdm_dbReplicationGetProgress (RDM_DB db, uint64_t *progress) |
Get The progress with respect to replication. More... |
|
RDM_RETCODE | rdm_dbReplicationSetProgress (RDM_DB db, uint64_t progress) |
Set The progress with respect to replication. More... |
|
RDM_RETCODE | rdm_dbReplicationGet (RDM_DB db, void *replicationBuffer, size_t bufferSize, size_t *pBytesWritten) |
Populate a buffer with changes to a persistent database. More... |
|
RDM_RETCODE | rdm_dbReplicationPut (RDM_DB db, const void *replicationBuffer, size_t messageSize) |
Apply a replication buffer with changes to a persistent database. More... |
|
Detailed Description
Header for the RDM Database Replication APIs.