Uses of Class
com.orientechnologies.orient.core.iterator.ORecordIteratorClusters
Packages that use ORecordIteratorClusters
-
Uses of ORecordIteratorClusters in com.orientechnologies.orient.core.iterator
Subclasses of ORecordIteratorClusters in com.orientechnologies.orient.core.iteratorModifier and TypeClassDescriptionclassORecordIteratorClass<REC extends ORecord>Iterator class to browse forward and backward the records of a cluster.classORecordIteratorClassDescendentOrder<REC extends ORecord>Record iterator to browse records in inverse order: from last to the first.Methods in com.orientechnologies.orient.core.iterator that return ORecordIteratorClustersModifier and TypeMethodDescriptionORecordIteratorClassDescendentOrder.begin()ORecordIteratorClusters.begin()Move the iterator to the begin of the range.ORecordIteratorClusters.last()Move the iterator to the end of the range.ORecordIteratorClusters.setLiveUpdated(boolean iLiveUpdated) Tell to the iterator that the upper limit must be checked at every cycle.