Uses of Class
com.orientechnologies.orient.core.iterator.OIdentifiableIterator
Packages that use OIdentifiableIterator
-
Uses of OIdentifiableIterator in com.orientechnologies.orient.core.iterator
Subclasses of OIdentifiableIterator 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.classORecordIteratorCluster<REC extends ORecord>Iterator class to browse forward and backward the records of a cluster.classORecordIteratorClusters<REC extends ORecord>Iterator to browse multiple clusters forward and backward.Methods in com.orientechnologies.orient.core.iterator that return OIdentifiableIteratorModifier and TypeMethodDescriptionabstract OIdentifiableIterator<REC> OIdentifiableIterator.begin()abstract OIdentifiableIterator<REC> OIdentifiableIterator.last()OIdentifiableIterator.setLimit(long limit) Set the limit on browsing record.OIdentifiableIterator.setLiveUpdated(boolean liveUpdated) Tell to the iterator that the upper limit must be checked at every cycle.OIdentifiableIterator.setReuseSameRecord(boolean reuseSameRecord) Tell to the iterator to use the same record for browsing.