public class ArangoViewAsyncImpl extends InternalArangoView<ArangoDBAsyncImpl,ArangoDatabaseAsyncImpl,ArangoExecutorAsync> implements ArangoViewAsync
db, name, PATH_API_ANALYZER, PATH_API_VIEWexecutor, serde| Modifier and Type | Method and Description |
|---|---|
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<ViewEntity> |
rename(String newName)
Renames the view.
|
db, dropRequest, getInfoRequest, name, renameRequestcreatePath, executor, getSerde, requestclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdb, namegetSerdepublic 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 ArangoViewAsyncCopyright © 2016–2023 ArangoDB GmbH. All rights reserved.