Package com.arangodb.internal.cursor
Class ArangoCursorAsyncImpl<T>
java.lang.Object
com.arangodb.internal.ArangoExecuteable
com.arangodb.internal.InternalArangoCursor<T>
com.arangodb.internal.cursor.ArangoCursorAsyncImpl<T>
- All Implemented Interfaces:
ArangoCursorAsync<T>
,ArangoSerdeAccessor
,BaseArangoCursor<T>
public class ArangoCursorAsyncImpl<T>
extends InternalArangoCursor<T>
implements ArangoCursorAsync<T>
-
Constructor Summary
ConstructorsConstructorDescriptionArangoCursorAsyncImpl
(ArangoDatabaseAsyncImpl db, CursorEntity<T> entity, Class<T> type, HostHandle hostHandle, Boolean allowRetry) -
Method Summary
Methods inherited from class com.arangodb.internal.InternalArangoCursor
allowRetry, getCount, getExtra, getId, getNextBatchId, getResult, getType, hasMore, isCached, isPotentialDirtyRead, queryCloseRequest, queryNextRequest
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.BaseArangoCursor
getCount, getExtra, getId, getNextBatchId, getResult, hasMore, isCached, isPotentialDirtyRead
-
Constructor Details
-
ArangoCursorAsyncImpl
public ArangoCursorAsyncImpl(ArangoDatabaseAsyncImpl db, CursorEntity<T> entity, Class<T> type, HostHandle hostHandle, Boolean allowRetry)
-
-
Method Details
-
nextBatch
- Specified by:
nextBatch
in interfaceArangoCursorAsync<T>
-
close
- Specified by:
close
in interfaceArangoCursorAsync<T>
-