public class ArangoClient extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_IMPORT_BUFFER_SIZE |
protected ArangoDriver |
driver |
| Constructor and Description |
|---|
ArangoClient(ArangoConfigure configure) |
| Modifier and Type | Method and Description |
|---|---|
ImportResultEntity |
importRawJsonDocuments(String collectionName,
Iterator<String> itr,
int bufferCount) |
public static final int DEFAULT_IMPORT_BUFFER_SIZE
protected ArangoDriver driver
public ArangoClient(ArangoConfigure configure)
public ImportResultEntity importRawJsonDocuments(String collectionName, Iterator<String> itr, int bufferCount) throws ArangoException
ArangoExceptionCopyright © 2012–2016 ArangoDB GmbH. All rights reserved.