Package com.arangodb.internal
Class ArangoViewAsyncImpl
java.lang.Object
com.arangodb.internal.ArangoExecuteable
com.arangodb.internal.InternalArangoView
com.arangodb.internal.ArangoViewAsyncImpl
- All Implemented Interfaces:
ArangoSerdeAccessor
,ArangoViewAsync
- Author:
- Mark Vollmary
-
Field Summary
Fields inherited from class com.arangodb.internal.InternalArangoView
dbName, name, PATH_API_ANALYZER, PATH_API_VIEW
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ArangoViewAsyncImpl
(ArangoDatabaseAsyncImpl db, String name) -
Method Summary
Modifier and TypeMethodDescriptiondb()
The handler of the database the collection is withindrop()
Asynchronous version ofArangoView.drop()
exists()
Asynchronous version ofArangoView.exists()
getInfo()
Asynchronous version ofArangoView.getInfo()
Asynchronous version ofArangoView.rename(String)
Methods inherited from class com.arangodb.internal.InternalArangoView
dropRequest, getInfoRequest, name, renameRequest
Methods inherited from class com.arangodb.internal.ArangoExecuteable
createPath, executorAsync, executorSync, getSerde, request
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.arangodb.ArangoSerdeAccessor
getSerde
Methods inherited from interface com.arangodb.ArangoViewAsync
name
-
Constructor Details
-
ArangoViewAsyncImpl
-
-
Method Details
-
db
Description copied from interface:ArangoViewAsync
The handler of the database the collection is within- Specified by:
db
in interfaceArangoViewAsync
- Returns:
- database handler
-
exists
Description copied from interface:ArangoViewAsync
Asynchronous version ofArangoView.exists()
- Specified by:
exists
in interfaceArangoViewAsync
-
drop
Description copied from interface:ArangoViewAsync
Asynchronous version ofArangoView.drop()
- Specified by:
drop
in interfaceArangoViewAsync
-
rename
Description copied from interface:ArangoViewAsync
Asynchronous version ofArangoView.rename(String)
- Specified by:
rename
in interfaceArangoViewAsync
-
getInfo
Description copied from interface:ArangoViewAsync
Asynchronous version ofArangoView.getInfo()
- Specified by:
getInfo
in interfaceArangoViewAsync
-