Uses of Class
com.arangodb.internal.ArangoDatabaseAsyncImpl
Packages that use ArangoDatabaseAsyncImpl
-
Uses of ArangoDatabaseAsyncImpl in com.arangodb.internal
Constructors in com.arangodb.internal with parameters of type ArangoDatabaseAsyncImplModifierConstructorDescriptionprotected
protected
protected
protected
ArangoViewAsyncImpl
(ArangoDatabaseAsyncImpl db, String name) protected
-
Uses of ArangoDatabaseAsyncImpl in com.arangodb.internal.cursor
Constructors in com.arangodb.internal.cursor with parameters of type ArangoDatabaseAsyncImplModifierConstructorDescriptionArangoCursorAsyncImpl
(ArangoDatabaseAsyncImpl db, CursorEntity<T> entity, Class<T> type, HostHandle hostHandle, Boolean allowRetry)