@ThreadSafe public interface ArangoSearchAsync extends ArangoViewAsync
Modifier and Type | Method and Description |
---|---|
CompletableFuture<ViewEntity> |
create()
Creates a view, then returns view information from the server.
|
CompletableFuture<ViewEntity> |
create(ArangoSearchCreateOptions options)
Creates a view with the given
options , then returns view information from the server. |
CompletableFuture<ArangoSearchPropertiesEntity> |
getProperties()
Reads the properties of the specified view.
|
CompletableFuture<ArangoSearchPropertiesEntity> |
replaceProperties(ArangoSearchPropertiesOptions options)
Changes properties of the view.
|
CompletableFuture<ArangoSearchPropertiesEntity> |
updateProperties(ArangoSearchPropertiesOptions options)
Partially changes properties of the view.
|
db, drop, exists, getInfo, name, rename
getSerde
CompletableFuture<ViewEntity> create()
CompletableFuture<ViewEntity> create(ArangoSearchCreateOptions options)
options
, then returns view information from the server.options
- Additional options, can be nullCompletableFuture<ArangoSearchPropertiesEntity> getProperties()
CompletableFuture<ArangoSearchPropertiesEntity> updateProperties(ArangoSearchPropertiesOptions options)
options
- properties to changeCompletableFuture<ArangoSearchPropertiesEntity> replaceProperties(ArangoSearchPropertiesOptions options)
options
- properties to changeCopyright © 2016–2023 ArangoDB GmbH. All rights reserved.