Class OIndexCursorStream
java.lang.Object
com.orientechnologies.orient.core.index.OIndexAbstractCursor
com.orientechnologies.orient.core.index.iterator.OIndexCursorStream
- All Implemented Interfaces:
OIndexCursor,Iterator<OIdentifiable>
-
Field Summary
Fields inherited from class com.orientechnologies.orient.core.index.OIndexAbstractCursor
prefetchSize -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns nextEntry element in subset of index data which should be iterated by given cursor.Methods inherited from class com.orientechnologies.orient.core.index.OIndexAbstractCursor
getPrefetchSize, hasNext, next, remove, setPrefetchSize, toEntries, toKeys, toValuesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
OIndexCursorStream
-
-
Method Details
-
nextEntry
Description copied from interface:OIndexCursorReturns nextEntry element in subset of index data which should be iterated by given cursor.- Returns:
- nextEntry element in subset of index data which should be iterated by given cursor or
nullif all data are iterated.
-