Package | Description |
---|---|
com.arangodb | |
com.arangodb.entity | |
com.arangodb.impl |
Modifier and Type | Method and Description |
---|---|
ReplicationApplierStateEntity |
ArangoDriver.getReplicationApplierState()
Returns the state of the replication applier, regardless of whether the
applier is currently running or not.
|
ReplicationApplierStateEntity |
InternalReplicationDriver.getReplicationApplierState(String database) |
ReplicationApplierStateEntity |
ArangoDriver.startReplicationApplier(Long from)
Starts the replication applier.
|
ReplicationApplierStateEntity |
InternalReplicationDriver.startReplicationApplier(String database,
Long from) |
ReplicationApplierStateEntity |
ArangoDriver.stopReplicationApplier()
Stops the replication applier.
|
ReplicationApplierStateEntity |
InternalReplicationDriver.stopReplicationApplier(String database) |
Modifier and Type | Method and Description |
---|---|
ReplicationApplierStateEntity |
EntityDeserializers.ReplicationApplierStateEntityDeserializer.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
Modifier and Type | Method and Description |
---|---|
ReplicationApplierStateEntity |
InternalReplicationDriverImpl.getReplicationApplierState(String database) |
ReplicationApplierStateEntity |
InternalReplicationDriverImpl.startReplicationApplier(String database,
Long from) |
ReplicationApplierStateEntity |
InternalReplicationDriverImpl.stopReplicationApplier(String database) |
Copyright © 2012–2015 ArangoDB GmbH. All rights reserved.