rdmdbreplicationeapi.h File Reference

Header for the RaimaDB 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 RaimaDB Database Replication APIs.


Raima Database Manager

Copyright (c) 2021 Raima Inc., All rights reserved.

Use of this software, whether in source code format, or in executable, binary object code form, is governed by the Raima LICENSE which is fully described in the LICENSE.TXT file, included within this

distribution of files.