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 IntegergetCount()CursorEntity.ExtrasgetExtra()StringgetId()StringgetNextBatchId()List<T>getResult()BooleanhasMore()BooleanisCached()BooleanisPotentialDirtyRead()
-