Package | Description |
---|---|
com.arangodb | |
com.arangodb.entity | |
com.arangodb.impl |
Modifier and Type | Method and Description |
---|---|
ImportResultEntity |
ArangoDriver.importDocuments(String collection,
Boolean createCollection,
Collection<?> values)
Creates documents in the collection.
|
ImportResultEntity |
InternalImportDriver.importDocuments(String database,
String collection,
Boolean createCollection,
Collection<?> values) |
ImportResultEntity |
ArangoDriver.importDocumentsByHeaderValues(String collection,
Boolean createCollection,
Collection<? extends Collection<?>> headerValues)
Creates documents in the collection.
|
ImportResultEntity |
InternalImportDriver.importDocumentsByHeaderValues(String database,
String collection,
Boolean createCollection,
Collection<? extends Collection<?>> headerValues) |
ImportResultEntity |
ArangoClient.importRawJsonDocuments(String collectionName,
boolean createCollection,
Iterator<String> itr,
int bufferCount) |
Modifier and Type | Method and Description |
---|---|
ImportResultEntity |
EntityDeserializers.ImportResultEntityDeserializer.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
Modifier and Type | Method and Description |
---|---|
ImportResultEntity |
InternalImportDriverImpl.importDocuments(String database,
String collection,
Boolean createCollection,
Collection<?> values) |
ImportResultEntity |
InternalImportDriverImpl.importDocumentsByHeaderValues(String database,
String collection,
Boolean createCollection,
Collection<? extends Collection<?>> headerValues) |
Copyright © 2012–2015 ArangoDB GmbH. All rights reserved.