Uses of Class
com.arangodb.entity.DocumentImportEntity
-
Packages that use DocumentImportEntity Package Description com.arangodb -
-
Uses of DocumentImportEntity in com.arangodb
Methods in com.arangodb that return DocumentImportEntity Modifier and Type Method Description 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.DocumentImportEntity
ArangoCollection. importDocuments(Iterable<?> values)
Bulk imports the given values into the collection.DocumentImportEntity
ArangoCollection. importDocuments(Iterable<?> values, DocumentImportOptions options)
Bulk imports the given values into the collection.Methods in com.arangodb that return types with arguments of type DocumentImportEntity Modifier and Type Method Description CompletableFuture<DocumentImportEntity>
ArangoCollectionAsync. importDocuments(RawData values)
Asynchronous version ofArangoCollection.importDocuments(RawData)
CompletableFuture<DocumentImportEntity>
ArangoCollectionAsync. importDocuments(RawData values, DocumentImportOptions options)
Asynchronous version ofArangoCollection.importDocuments(RawData, DocumentImportOptions)
CompletableFuture<DocumentImportEntity>
ArangoCollectionAsync. importDocuments(Iterable<?> values)
Asynchronous version ofArangoCollection.importDocuments(Iterable)
CompletableFuture<DocumentImportEntity>
ArangoCollectionAsync. importDocuments(Iterable<?> values, DocumentImportOptions options)
Asynchronous version ofArangoCollection.importDocuments(Iterable, DocumentImportOptions)
-