Package | Description |
---|---|
com.arangodb | |
com.arangodb.entity | |
com.arangodb.impl |
Modifier and Type | Method and Description |
---|---|
ImportResultEntity |
ArangoDriver.importDocuments(String collection,
Collection<?> values)
Creates documents in a collection.
|
ImportResultEntity |
ArangoDriver.importDocuments(String collection,
Collection<?> values,
ImportOptionsJson importOptionsJson)
Creates documents in a collection.
|
ImportResultEntity |
InternalImportDriver.importDocuments(String database,
String collection,
Collection<?> values,
ImportOptionsJson importOptionsJson) |
ImportResultEntity |
ArangoDriver.importDocumentsByHeaderValues(String collection,
Collection<? extends Collection<?>> headerValues)
Creates documents in a collection.
|
ImportResultEntity |
ArangoDriver.importDocumentsByHeaderValues(String collection,
Collection<? extends Collection<?>> headerValues,
ImportOptions importOptions)
Creates documents in a collection.
|
ImportResultEntity |
InternalImportDriver.importDocumentsByHeaderValues(String database,
String collection,
Collection<? extends Collection<?>> headerValues,
ImportOptions importOptions) |
ImportResultEntity |
ArangoDriver.importDocumentsByHeaderValuesRaw(String collection,
String headerValues,
ImportOptions importOptions)
Creates documents in a collection.
|
ImportResultEntity |
InternalImportDriver.importDocumentsByHeaderValuesRaw(String database,
String collection,
String headerValues,
ImportOptions importOptions) |
ImportResultEntity |
ArangoDriver.importDocumentsRaw(String collection,
String values,
ImportOptionsRaw importOptionsRaw)
Creates documents in a collection.
|
ImportResultEntity |
InternalImportDriver.importDocumentsRaw(String database,
String collection,
String values,
ImportOptionsRaw importOptionsRaw) |
ImportResultEntity |
ArangoClient.importRawJsonDocuments(String collectionName,
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,
Collection<?> values,
ImportOptionsJson importOptionsJson) |
ImportResultEntity |
InternalImportDriverImpl.importDocumentsByHeaderValues(String database,
String collection,
Collection<? extends Collection<?>> headerValues,
ImportOptions importOptions) |
ImportResultEntity |
InternalImportDriverImpl.importDocumentsByHeaderValuesRaw(String database,
String collection,
String headerValues,
ImportOptions importOptions) |
ImportResultEntity |
InternalImportDriverImpl.importDocumentsRaw(String database,
String collection,
String values,
ImportOptionsRaw importOptionsRaw) |
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.