public class ArangoViewAsyncImpl extends com.arangodb.internal.InternalArangoView<ArangoDBAsyncImpl,ArangoDatabaseAsyncImpl,ArangoExecutorAsync> implements ArangoViewAsync
| 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, 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 ArangoViewAsyncCopyright © 2016–2023 ArangoDB GmbH. All rights reserved.