public interface InternalReplicationDriver extends BaseDriverInterface
getHttpManager, setHttpManagerReplicationInventoryEntity getReplicationInventory(String database, Boolean includeSystem) throws ArangoException
ArangoException<T> void getReplicationDump(String database, String collectionName, Long from, Long to, Integer chunkSize, Boolean ticks, Class<T> clazz, DumpHandler<T> handler) throws ArangoException
ArangoExceptionReplicationSyncEntity syncReplication(String localDatabase, String endpoint, String database, String username, String password, RestrictType restrictType, String... restrictCollections) throws ArangoException
ArangoExceptionString getReplicationServerId() throws ArangoException
ArangoExceptionboolean startReplicationLogger(String database) throws ArangoException
ArangoExceptionboolean stopReplicationLogger(String database) throws ArangoException
ArangoExceptionReplicationLoggerConfigEntity getReplicationLoggerConfig(String database) throws ArangoException
ArangoExceptionReplicationLoggerConfigEntity setReplicationLoggerConfig(String database, Boolean autoStart, Boolean logRemoteChanges, Long maxEvents, Long maxEventsSize) throws ArangoException
ArangoExceptionReplicationLoggerStateEntity getReplicationLoggerState(String database) throws ArangoException
ArangoExceptionReplicationApplierConfigEntity getReplicationApplierConfig(String database) throws ArangoException
ArangoExceptionReplicationApplierConfigEntity setReplicationApplierConfig(String localDatabase, String endpoint, String database, String username, String password, Integer maxConnectRetries, Integer connectTimeout, Integer requestTimeout, Integer chunkSize, Boolean autoStart, Boolean adaptivePolling) throws ArangoException
ArangoExceptionReplicationApplierConfigEntity setReplicationApplierConfig(String database, ReplicationApplierConfigEntity param) throws ArangoException
ArangoExceptionReplicationApplierStateEntity startReplicationApplier(String database, Long from) throws ArangoException
ArangoExceptionReplicationApplierStateEntity stopReplicationApplier(String database) throws ArangoException
ArangoExceptionReplicationApplierStateEntity getReplicationApplierState(String database) throws ArangoException
ArangoExceptionCopyright © 2012–2016 ArangoDB GmbH. All rights reserved.