Uses of Class
com.arangodb.entity.CursorEntity
Packages that use CursorEntity
-
Uses of CursorEntity in com.arangodb.internal
Methods in com.arangodb.internal that return CursorEntityModifier and TypeMethodDescriptionMethods in com.arangodb.internal that return types with arguments of type CursorEntityConstructors in com.arangodb.internal with parameters of type CursorEntityModifierConstructorDescriptionprotected
InternalArangoCursor
(ArangoExecuteable executeable, String dbName, CursorEntity<T> entity, Class<T> type, Boolean allowRetry) -
Uses of CursorEntity in com.arangodb.internal.cursor
Constructors in com.arangodb.internal.cursor with parameters of type CursorEntityModifierConstructorDescriptionArangoCursorAsyncImpl
(ArangoDatabaseAsyncImpl db, CursorEntity<T> entity, Class<T> type, HostHandle hostHandle, Boolean allowRetry) ArangoCursorImpl
(ArangoCursorExecute<T> execute, Class<T> type, CursorEntity<T> result, Boolean allowRetry) protected
ArangoCursorIterator
(String cursorId, ArangoCursorExecute<T> execute, CursorEntity<T> result)