Uses of Class
com.arangodb.entity.DocumentImportEntity
Packages that use DocumentImportEntity
-
Uses of DocumentImportEntity in com.arangodb
Methods in com.arangodb that return DocumentImportEntityModifier and TypeMethodDescriptionArangoCollection.importDocuments(RawData values) Bulk imports the given values into the collection.ArangoCollection.importDocuments(RawData values, DocumentImportOptions options) Bulk imports the given values into the collection.ArangoCollection.importDocuments(Iterable<?> values) Bulk imports the given values into the collection.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 DocumentImportEntityModifier and TypeMethodDescriptionArangoCollectionAsync.importDocuments(RawData values) Asynchronous version ofArangoCollection.importDocuments(RawData)ArangoCollectionAsync.importDocuments(RawData values, DocumentImportOptions options) Asynchronous version ofArangoCollection.importDocuments(RawData, DocumentImportOptions)ArangoCollectionAsync.importDocuments(Iterable<?> values) Asynchronous version ofArangoCollection.importDocuments(Iterable)ArangoCollectionAsync.importDocuments(Iterable<?> values, DocumentImportOptions options) Asynchronous version ofArangoCollection.importDocuments(Iterable, DocumentImportOptions)