| Package | Description |
|---|---|
| com.orientechnologies.orient.core.iterator |
| Modifier and Type | Class and Description |
|---|---|
class |
ORecordIteratorClass<REC extends ORecord>
Iterator class to browse forward and backward the records of a cluster.
|
class |
ORecordIteratorClassDescendentOrder<REC extends ORecord>
Record iterator to browse records in inverse order: from last to the first.
|
class |
ORecordIteratorCluster<REC extends ORecord>
Iterator class to browse forward and backward the records of a cluster.
|
class |
ORecordIteratorClusters<REC extends ORecord>
Iterator to browse multiple clusters forward and backward.
|
| Modifier and Type | Method and Description |
|---|---|
abstract OIdentifiableIterator<REC> |
OIdentifiableIterator.begin() |
abstract OIdentifiableIterator<REC> |
OIdentifiableIterator.last() |
OIdentifiableIterator<REC> |
OIdentifiableIterator.setLimit(long limit)
Set the limit on browsing record.
|
OIdentifiableIterator<REC> |
OIdentifiableIterator.setLiveUpdated(boolean liveUpdated)
Tell to the iterator that the upper limit must be checked at every cycle.
|
OIdentifiableIterator<REC> |
OIdentifiableIterator.setReuseSameRecord(boolean reuseSameRecord)
Tell to the iterator to use the same record for browsing.
|
Copyright © 2009–2025 OrientDB. All rights reserved.