Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
DocumentImportEntity |
ArangoCollection.importDocuments(Collection<?> values,
DocumentImportOptions options)
Bulk imports the given values into the collection.
|
DocumentImportEntity |
ArangoCollection.importDocuments(String values,
DocumentImportOptions options)
Bulk imports the given values into the collection.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<DocumentImportEntity> |
ArangoCollectionAsync.importDocuments(Collection<?> values,
DocumentImportOptions options)
Imports documents
|
CompletableFuture<DocumentImportEntity> |
ArangoCollectionAsync.importDocuments(String values,
DocumentImportOptions options)
Imports documents
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<DocumentImportEntity> |
ArangoCollectionAsyncImpl.importDocuments(Collection<?> values,
DocumentImportOptions options) |
CompletableFuture<DocumentImportEntity> |
ArangoCollectionAsyncImpl.importDocuments(String values,
DocumentImportOptions options) |
Modifier and Type | Method and Description |
---|---|
DocumentImportOptions |
DocumentImportOptions.complete(Boolean complete) |
DocumentImportOptions |
DocumentImportOptions.details(Boolean details) |
DocumentImportOptions |
DocumentImportOptions.fromPrefix(String fromPrefix) |
DocumentImportOptions |
DocumentImportOptions.onDuplicate(DocumentImportOptions.OnDuplicate onDuplicate) |
DocumentImportOptions |
DocumentImportOptions.overwrite(Boolean overwrite) |
DocumentImportOptions |
DocumentImportOptions.toPrefix(String toPrefix) |
DocumentImportOptions |
DocumentImportOptions.waitForSync(Boolean waitForSync) |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.