Package | Description |
---|---|
com.arangodb | |
com.arangodb.entity | |
com.arangodb.impl |
Modifier and Type | Method and Description |
---|---|
ReplicationLoggerConfigEntity |
ArangoDriver.getReplicationLoggerConfig() |
ReplicationLoggerConfigEntity |
InternalReplicationDriver.getReplicationLoggerConfig(String database) |
ReplicationLoggerConfigEntity |
ArangoDriver.setReplicationLoggerConfig(Boolean autoStart,
Boolean logRemoteChanges,
Long maxEvents,
Long maxEventsSize) |
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–2014 ArangoDB GmbH. All rights reserved.