Package | Description |
---|---|
com.arangodb | |
com.arangodb.impl | |
com.arangodb.util |
Modifier and Type | Method and Description |
---|---|
<T> void |
ArangoDriver.getReplicationDump(String collectionName,
Long from,
Long to,
Integer chunkSize,
Boolean ticks,
Class<T> clazz,
DumpHandler<T> handler)
Returns the data from the collection for the requested range.
|
<T> void |
InternalReplicationDriver.getReplicationDump(String database,
String collectionName,
Long from,
Long to,
Integer chunkSize,
Boolean ticks,
Class<T> clazz,
DumpHandler<T> handler) |
Modifier and Type | Method and Description |
---|---|
<T> void |
InternalReplicationDriverImpl.getReplicationDump(String database,
String collectionName,
Long from,
Long to,
Integer chunkSize,
Boolean ticks,
Class<T> clazz,
DumpHandler<T> handler) |
Modifier and Type | Class and Description |
---|---|
class |
DumpHandlerAdapter<T> |
Copyright © 2012–2015 ArangoDB GmbH. All rights reserved.