public class ArangoSearchAsyncImpl extends com.arangodb.internal.InternalArangoSearch<ArangoDBAsyncImpl,ArangoDatabaseAsyncImpl,ArangoExecutorAsync> implements ArangoSearchAsync
| 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<Void> |
drop()
Deletes the view from the database.
|
CompletableFuture<Boolean> |
exists()
Checks whether the view exists.
|
CompletableFuture<ViewEntity> |
getInfo()
Returns information about the view.
|
CompletableFuture<ArangoSearchPropertiesEntity> |
getProperties()
Reads the properties of the specified view.
|
CompletableFuture<ViewEntity> |
rename(String newName)
Renames the view.
|
CompletableFuture<ArangoSearchPropertiesEntity> |
replaceProperties(ArangoSearchPropertiesOptions options)
Changes properties of the view.
|
CompletableFuture<ArangoSearchPropertiesEntity> |
updateProperties(ArangoSearchPropertiesOptions options)
Partially changes properties of the view.
|
getPropertiesRequest, replacePropertiesRequest, updatePropertiesRequestdb, dropRequest, getInfoRequest, name, renameRequestcreatePath, executor, request, util, utilclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdb, nameutil, utilpublic CompletableFuture<Boolean> exists()
ArangoViewAsyncexists in interface ArangoViewAsyncpublic CompletableFuture<Void> drop()
ArangoViewAsyncdrop in interface ArangoViewAsyncpublic CompletableFuture<ViewEntity> rename(String newName)
ArangoViewAsyncrename in interface ArangoViewAsyncnewName - The new namepublic CompletableFuture<ViewEntity> getInfo()
ArangoViewAsyncgetInfo in interface ArangoViewAsyncpublic CompletableFuture<ViewEntity> create()
ArangoSearchAsynccreate in interface ArangoSearchAsyncpublic CompletableFuture<ViewEntity> create(ArangoSearchCreateOptions options)
ArangoSearchAsyncoptions, then returns view information from the server.create in interface ArangoSearchAsyncoptions - Additional options, can be nullpublic CompletableFuture<ArangoSearchPropertiesEntity> getProperties()
ArangoSearchAsyncgetProperties in interface ArangoSearchAsyncpublic CompletableFuture<ArangoSearchPropertiesEntity> updateProperties(ArangoSearchPropertiesOptions options)
ArangoSearchAsyncupdateProperties in interface ArangoSearchAsyncoptions - properties to changepublic CompletableFuture<ArangoSearchPropertiesEntity> replaceProperties(ArangoSearchPropertiesOptions options)
ArangoSearchAsyncreplaceProperties in interface ArangoSearchAsyncoptions - properties to changeCopyright © 2016–2021 ArangoDB GmbH. All rights reserved.