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.internal
Methods in com.arangodb.internal with parameters of type DocumentImportOptionsModifier and TypeMethodDescriptionArangoCollectionAsyncImpl.importDocuments
(RawData values, DocumentImportOptions options) ArangoCollectionAsyncImpl.importDocuments
(Iterable<?> values, DocumentImportOptions options) ArangoCollectionImpl.importDocuments
(RawData values, DocumentImportOptions options) ArangoCollectionImpl.importDocuments
(Iterable<?> values, DocumentImportOptions options) protected InternalRequest
InternalArangoCollection.importDocumentsRequest
(DocumentImportOptions options) protected InternalRequest
InternalArangoCollection.importDocumentsRequest
(RawData values, DocumentImportOptions options) protected InternalRequest
InternalArangoCollection.importDocumentsRequest
(Iterable<?> values, DocumentImportOptions options) -
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)