Package | Description |
---|---|
com.arangodb | |
com.arangodb.entity | |
com.arangodb.impl |
Modifier and Type | Method and Description |
---|---|
ReplicationLoggerConfigEntity |
ArangoDriver.getReplicationLoggerConfig()
Returns the configuration of the replication logger
|
ReplicationLoggerConfigEntity |
InternalReplicationDriver.getReplicationLoggerConfig(String database) |
ReplicationLoggerConfigEntity |
ArangoDriver.setReplicationLoggerConfig(Boolean autoStart,
Boolean logRemoteChanges,
Long maxEvents,
Long maxEventsSize)
Sets the replication logger configuration
|
ReplicationLoggerConfigEntity |
InternalReplicationDriver.setReplicationLoggerConfig(String database,
Boolean autoStart,
Boolean logRemoteChanges,
Long maxEvents,
Long maxEventsSize) |
Modifier and Type | Method and Description |
---|---|
ReplicationLoggerConfigEntity |
EntityDeserializers.ReplicationLoggerConfigEntityDeserializer.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
Modifier and Type | Method and Description |
---|---|
ReplicationLoggerConfigEntity |
InternalReplicationDriverImpl.getReplicationLoggerConfig(String database) |
ReplicationLoggerConfigEntity |
InternalReplicationDriverImpl.setReplicationLoggerConfig(String database,
Boolean autoStart,
Boolean logRemoteChanges,
Long maxEvents,
Long maxEventsSize) |
Copyright © 2012–2015 ArangoDB GmbH. All rights reserved.