Package com.arangodb
Interface BaseArangoCursor<T>
-
- All Known Subinterfaces:
ArangoCursorAsync<T>
public interface BaseArangoCursor<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Integer
getCount()
CursorEntity.Extras
getExtra()
String
getId()
String
getNextBatchId()
List<T>
getResult()
Boolean
hasMore()
Boolean
isCached()
Boolean
isPotentialDirtyRead()
-