public interface ArangoSearchAsync extends ArangoViewAsync
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<com.arangodb.entity.ViewEntity> |
create()
Creates a view, then returns view information from the server.
|
CompletableFuture<com.arangodb.entity.ViewEntity> |
create(com.arangodb.model.arangosearch.ArangoSearchCreateOptions options)
Creates a view with the given
options, then returns view information from the server. |
CompletableFuture<com.arangodb.entity.arangosearch.ArangoSearchPropertiesEntity> |
getProperties()
Reads the properties of the specified view.
|
CompletableFuture<com.arangodb.entity.arangosearch.ArangoSearchPropertiesEntity> |
replaceProperties(com.arangodb.model.arangosearch.ArangoSearchPropertiesOptions options)
Changes properties of the view.
|
CompletableFuture<com.arangodb.entity.arangosearch.ArangoSearchPropertiesEntity> |
updateProperties(com.arangodb.model.arangosearch.ArangoSearchPropertiesOptions options)
Partially changes properties of the view.
|
CompletableFuture<com.arangodb.entity.ViewEntity> create()
CompletableFuture<com.arangodb.entity.ViewEntity> create(com.arangodb.model.arangosearch.ArangoSearchCreateOptions options)
options, then returns view information from the server.options - Additional options, can be nullCompletableFuture<com.arangodb.entity.arangosearch.ArangoSearchPropertiesEntity> getProperties()
CompletableFuture<com.arangodb.entity.arangosearch.ArangoSearchPropertiesEntity> updateProperties(com.arangodb.model.arangosearch.ArangoSearchPropertiesOptions options)
options - properties to changeCompletableFuture<com.arangodb.entity.arangosearch.ArangoSearchPropertiesEntity> replaceProperties(com.arangodb.model.arangosearch.ArangoSearchPropertiesOptions options)
options - properties to changeCopyright © 2016–2018 ArangoDB GmbH. All rights reserved.