mirror of https://gitee.com/bigwinds/arangodb
29 lines
1003 B
Markdown
29 lines
1003 B
Markdown
---
|
|
layout: default
|
|
description: The applier commands allow to remotely start, stop, and query the state and configuration of an ArangoDB database's replication applier
|
|
---
|
|
Replication Applier Commands
|
|
============================
|
|
|
|
The applier commands allow to remotely start, stop, and query the state and
|
|
configuration of an ArangoDB database's replication applier.
|
|
|
|
<!-- arangod/RestHandler/RestReplicationHandler.cpp -->
|
|
{% docublock put_api_replication_applier %}
|
|
|
|
<!-- arangod/RestHandler/RestReplicationHandler.cpp -->
|
|
{% docublock put_api_replication_applier_adjust %}
|
|
|
|
<!-- arangod/RestHandler/RestReplicationHandler.cpp -->
|
|
{% docublock put_api_replication_applier_start %}
|
|
|
|
<!-- arangod/RestHandler/RestReplicationHandler.cpp -->
|
|
{% docublock put_api_replication_applier_stop %}
|
|
|
|
<!-- arangod/RestHandler/RestReplicationHandler.cpp -->
|
|
{% docublock get_api_replication_applier_state %}
|
|
|
|
<!-- arangod/RestHandler/RestReplicationHandler.cpp -->
|
|
{% docublock put_api_replication_makeSlave %}
|
|
|