1
0
Fork 0
arangodb/Documentation/Books/Users/HttpReplications/ReplicationLogger.mdpp

29 lines
1.0 KiB
Plaintext

!CHAPTER Replication Logger Commands
The logger commands allow starting, starting, and fetching the current state of a
database's replication logger.
<!-- arangod/RestHandler/RestReplicationHandler.cpp -->
@startDocuBlock JSF_get_api_replication_logger_configuration
<!-- arangod/RestHandler/RestReplicationHandler.cpp -->
@startDocuBlock JSF_put_api_replication_logger_configuration
<!-- arangod/RestHandler/RestReplicationHandler.cpp -->
@startDocuBlock JSF_put_api_replication_logger_start
<!-- arangod/RestHandler/RestReplicationHandler.cpp -->
@startDocuBlock JSF_put_api_replication_logger_stop
<!-- arangod/RestHandler/RestReplicationHandler.cpp -->
@startDocuBlock JSF_get_api_replication_logger_return_state
To query the latest changes logged by the replication logger, the HTTP interface
also provides the `logger-follow`.
This method should be used by replication clients to incrementally fetch updates
from an ArangoDB database.
<!-- arangod/RestHandler/RestReplicationHandler.cpp -->
@startDocuBlock JSF_get_api_replication_logger_returns