Uses of Interface
com.arangodb.internal.ArangoCursorExecute
Packages that use ArangoCursorExecute
-
Uses of ArangoCursorExecute in com.arangodb.internal.cursor
Methods in com.arangodb.internal.cursor that return ArangoCursorExecuteConstructors in com.arangodb.internal.cursor with parameters of type ArangoCursorExecuteModifierConstructorDescriptionArangoCursorImpl
(ArangoCursorExecute<T> execute, Class<T> type, CursorEntity<T> result, Boolean allowRetry) protected
ArangoCursorIterator
(String cursorId, ArangoCursorExecute<T> execute, CursorEntity<T> result)