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