Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.internal | |
com.arangodb.util |
Modifier and Type | Method and Description |
---|---|
MultiDocumentEntity<DocumentDeleteEntity<RawData>> |
ArangoCollection.deleteDocuments(RawData values,
DocumentDeleteOptions options)
Deletes multiple documents from the collection.
|
MultiDocumentEntity<DocumentCreateEntity<RawData>> |
ArangoCollection.insertDocuments(RawData values,
DocumentCreateOptions options)
Creates new documents from the given documents, unless there is already a document with the _key given.
|
MultiDocumentEntity<DocumentUpdateEntity<RawData>> |
ArangoCollection.replaceDocuments(RawData values,
DocumentReplaceOptions options)
Replaces multiple documents in the specified collection with the ones in the values, the replaced documents are
specified by the _key attributes in the documents in values.
|
MultiDocumentEntity<DocumentUpdateEntity<RawData>> |
ArangoCollection.updateDocuments(RawData values,
DocumentUpdateOptions options)
Partially updates documents, the documents to update are specified by the _key attributes in the objects on
values.
|
Modifier and Type | Method and Description |
---|---|
MultiDocumentEntity<DocumentDeleteEntity<Void>> |
ArangoCollection.deleteDocuments(RawData values)
Deletes multiple documents from the collection.
|
MultiDocumentEntity<DocumentDeleteEntity<RawData>> |
ArangoCollection.deleteDocuments(RawData values,
DocumentDeleteOptions options)
Deletes multiple documents from 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.
|
MultiDocumentEntity<DocumentCreateEntity<Void>> |
ArangoCollection.insertDocuments(RawData values)
Creates new documents from the given documents, unless there is already a document with the _key given.
|
MultiDocumentEntity<DocumentCreateEntity<RawData>> |
ArangoCollection.insertDocuments(RawData values,
DocumentCreateOptions options)
Creates new documents from the given documents, unless there is already a document with the _key given.
|
MultiDocumentEntity<DocumentUpdateEntity<Void>> |
ArangoCollection.replaceDocuments(RawData values)
Replaces multiple documents in the specified collection with the ones in the values, the replaced documents are
specified by the _key attributes in the documents in values.
|
MultiDocumentEntity<DocumentUpdateEntity<RawData>> |
ArangoCollection.replaceDocuments(RawData values,
DocumentReplaceOptions options)
Replaces multiple documents in the specified collection with the ones in the values, the replaced documents are
specified by the _key attributes in the documents in values.
|
MultiDocumentEntity<DocumentUpdateEntity<Void>> |
ArangoCollection.updateDocuments(RawData values)
Partially updates documents, the documents to update are specified by the _key attributes in the objects on
values.
|
MultiDocumentEntity<DocumentUpdateEntity<RawData>> |
ArangoCollection.updateDocuments(RawData values,
DocumentUpdateOptions options)
Partially updates documents, the documents to update are specified by the _key attributes in the objects on
values.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<MultiDocumentEntity<DocumentDeleteEntity<RawData>>> |
ArangoCollectionAsync.deleteDocuments(RawData values,
DocumentDeleteOptions options)
Removes multiple document
|
CompletableFuture<MultiDocumentEntity<DocumentCreateEntity<RawData>>> |
ArangoCollectionAsync.insertDocuments(RawData values,
DocumentCreateOptions options)
Creates new documents from the given documents, unless there is already a document with the _key given.
|
CompletableFuture<MultiDocumentEntity<DocumentUpdateEntity<RawData>>> |
ArangoCollectionAsync.replaceDocuments(RawData values,
DocumentReplaceOptions options)
Replaces multiple documents in the specified collection with the ones in the values, the replaced documents are
specified by the _key attributes in the documents in values.
|
CompletableFuture<MultiDocumentEntity<DocumentUpdateEntity<RawData>>> |
ArangoCollectionAsync.updateDocuments(RawData values,
DocumentUpdateOptions options)
Partially updates documents, the documents to update are specified by the _key attributes in the objects on
values.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<MultiDocumentEntity<DocumentDeleteEntity<Void>>> |
ArangoCollectionAsync.deleteDocuments(RawData values)
Removes multiple document
|
CompletableFuture<MultiDocumentEntity<DocumentDeleteEntity<RawData>>> |
ArangoCollectionAsync.deleteDocuments(RawData values,
DocumentDeleteOptions options)
Removes multiple document
|
CompletableFuture<DocumentImportEntity> |
ArangoCollectionAsync.importDocuments(RawData values)
Imports documents
|
CompletableFuture<DocumentImportEntity> |
ArangoCollectionAsync.importDocuments(RawData values,
DocumentImportOptions options)
Imports documents
|
CompletableFuture<MultiDocumentEntity<DocumentCreateEntity<Void>>> |
ArangoCollectionAsync.insertDocuments(RawData values)
Creates new documents from the given documents, unless there is already a document with the _key given.
|
CompletableFuture<MultiDocumentEntity<DocumentCreateEntity<RawData>>> |
ArangoCollectionAsync.insertDocuments(RawData values,
DocumentCreateOptions options)
Creates new documents from the given documents, unless there is already a document with the _key given.
|
CompletableFuture<MultiDocumentEntity<DocumentUpdateEntity<Void>>> |
ArangoCollectionAsync.replaceDocuments(RawData values)
Replaces multiple documents in the specified collection with the ones in the values, the replaced documents are
specified by the _key attributes in the documents in values.
|
CompletableFuture<MultiDocumentEntity<DocumentUpdateEntity<RawData>>> |
ArangoCollectionAsync.replaceDocuments(RawData values,
DocumentReplaceOptions options)
Replaces multiple documents in the specified collection with the ones in the values, the replaced documents are
specified by the _key attributes in the documents in values.
|
CompletableFuture<MultiDocumentEntity<DocumentUpdateEntity<Void>>> |
ArangoCollectionAsync.updateDocuments(RawData values)
Partially updates documents, the documents to update are specified by the _key attributes in the objects on
values.
|
CompletableFuture<MultiDocumentEntity<DocumentUpdateEntity<RawData>>> |
ArangoCollectionAsync.updateDocuments(RawData values,
DocumentUpdateOptions options)
Partially updates documents, the documents to update are specified by the _key attributes in the objects on
values.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<MultiDocumentEntity<DocumentDeleteEntity<RawData>>> |
ArangoCollectionAsyncImpl.deleteDocuments(RawData values,
DocumentDeleteOptions options) |
CompletableFuture<MultiDocumentEntity<DocumentCreateEntity<RawData>>> |
ArangoCollectionAsyncImpl.insertDocuments(RawData values,
DocumentCreateOptions options) |
CompletableFuture<MultiDocumentEntity<DocumentUpdateEntity<RawData>>> |
ArangoCollectionAsyncImpl.replaceDocuments(RawData values,
DocumentReplaceOptions options) |
CompletableFuture<MultiDocumentEntity<DocumentUpdateEntity<RawData>>> |
ArangoCollectionAsyncImpl.updateDocuments(RawData values,
DocumentUpdateOptions options) |
Modifier and Type | Method and Description |
---|---|
MultiDocumentEntity<DocumentDeleteEntity<RawData>> |
ArangoCollectionImpl.deleteDocuments(RawData values,
DocumentDeleteOptions options) |
MultiDocumentEntity<DocumentCreateEntity<RawData>> |
ArangoCollectionImpl.insertDocuments(RawData values,
DocumentCreateOptions options) |
MultiDocumentEntity<DocumentUpdateEntity<RawData>> |
ArangoCollectionImpl.replaceDocuments(RawData values,
DocumentReplaceOptions options) |
MultiDocumentEntity<DocumentUpdateEntity<RawData>> |
ArangoCollectionImpl.updateDocuments(RawData values,
DocumentUpdateOptions options) |
Modifier and Type | Class and Description |
---|---|
class |
RawBytes
Helper class used to encapsulate raw value serialized as byte array.
|
class |
RawJson
Helper class used to encapsulate raw JSON string.
|
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.