Uses of Class
com.arangodb.model.DocumentImportOptions
Packages that use DocumentImportOptions
-
Uses of DocumentImportOptions in com.arangodb
Methods in com.arangodb with parameters of type DocumentImportOptionsModifier and TypeMethodDescriptionArangoCollection.importDocuments(RawData values, DocumentImportOptions options) Bulk imports the given values into the collection.ArangoCollection.importDocuments(Iterable<?> values, DocumentImportOptions options) Bulk imports the given values into the collection.ArangoCollectionAsync.importDocuments(RawData values, DocumentImportOptions options) Asynchronous version ofArangoCollection.importDocuments(RawData, DocumentImportOptions)ArangoCollectionAsync.importDocuments(Iterable<?> values, DocumentImportOptions options) Asynchronous version ofArangoCollection.importDocuments(Iterable, DocumentImportOptions) -
Uses of DocumentImportOptions in com.arangodb.model
Methods in com.arangodb.model that return DocumentImportOptionsModifier and TypeMethodDescriptionDocumentImportOptions.fromPrefix(String fromPrefix) DocumentImportOptions.onDuplicate(DocumentImportOptions.OnDuplicate onDuplicate) DocumentImportOptions.waitForSync(Boolean waitForSync)