| Package | Description |
|---|---|
| com.arangodb | |
| com.arangodb.entity | |
| com.arangodb.impl |
| Modifier and Type | Method and Description |
|---|---|
ReplicationSyncEntity |
ArangoDriver.syncReplication(String endpoint,
String database,
String username,
String password,
RestrictType restrictType,
String... restrictCollections)
Starts a full data synchronization from a remote endpoint into the local
ArangoDB database.
|
ReplicationSyncEntity |
InternalReplicationDriver.syncReplication(String localDatabase,
String endpoint,
String database,
String username,
String password,
RestrictType restrictType,
String... restrictCollections) |
| Modifier and Type | Method and Description |
|---|---|
static RestrictType |
RestrictType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestrictType[] |
RestrictType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicationSyncEntity |
InternalReplicationDriverImpl.syncReplication(String localDatabase,
String endpoint,
String database,
String username,
String password,
RestrictType restrictType,
String... restrictCollections) |
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.