Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal |
Modifier and Type | Method and Description |
---|---|
DocumentImportEntity |
ArangoCollection.importDocuments(Collection<?> values)
Bulk imports the given values into the collection.
|
DocumentImportEntity |
ArangoCollection.importDocuments(Collection<?> values,
DocumentImportOptions options)
Bulk imports the given values into the collection.
|
DocumentImportEntity |
ArangoCollection.importDocuments(String values)
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)
Imports documents
|
CompletableFuture<DocumentImportEntity> |
ArangoCollectionAsync.importDocuments(Collection<?> values,
DocumentImportOptions options)
Imports documents
|
CompletableFuture<DocumentImportEntity> |
ArangoCollectionAsync.importDocuments(String values)
Imports documents
|
CompletableFuture<DocumentImportEntity> |
ArangoCollectionAsync.importDocuments(String values,
DocumentImportOptions options)
Imports documents
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<DocumentImportEntity> |
ArangoCollectionAsyncImpl.importDocuments(Collection<?> values) |
CompletableFuture<DocumentImportEntity> |
ArangoCollectionAsyncImpl.importDocuments(Collection<?> values,
DocumentImportOptions options) |
CompletableFuture<DocumentImportEntity> |
ArangoCollectionAsyncImpl.importDocuments(String values) |
CompletableFuture<DocumentImportEntity> |
ArangoCollectionAsyncImpl.importDocuments(String values,
DocumentImportOptions options) |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.