
public class ORecordIteratorClassDescendentOrder<REC extends ORecord> extends ORecordIteratorClass<REC>
polymorphic, targetClassbeginRange, clusterIds, currentClusterIdx, currentRecord, endRangebrokenRIDs, browsedRecords, current, currentTxEntryPosition, database, firstClusterEntry, lastClusterEntry, limit, liveUpdated, lockingStrategy, totalAvailableRecords, txEntries| Constructor and Description |
|---|
ORecordIteratorClassDescendentOrder(ODatabaseDocumentInternal iDatabase,
ODatabaseDocumentInternal iLowLevelDatabase,
String iClassName,
boolean iPolymorphic) |
ORecordIteratorClassDescendentOrder(ODatabaseDocumentInternal iDatabase,
ODatabaseDocumentInternal iLowLevelDatabase,
String iClassName,
boolean iPolymorphic,
OStorage.LOCKING_STRATEGY iLockingStrategy)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ORecordIteratorClusters<REC> |
begin()
Move the iterator to the begin of the range.
|
boolean |
hasNext() |
REC |
next()
Return the element at the current position and move forward the stream to the next position
available.
|
config, getTargetClass, include, isPolymorphic, previous, toStringgetBeginRange, getClusterIds, getEndRange, hasPrevious, last, setLiveUpdated, setRange, updateClusterRangecheckCurrentPosition, checkDirection, checkForSystemClusters, current, currentPosition, getBrokenRIDs, getCurrentEntry, getFetchPlan, getLimit, getRecord, getTransactionEntry, isLiveUpdated, isReuseSameRecord, iterator, nextPosition, prevPosition, readCurrentRecord, remove, resetCurrentPosition, setFetchPlan, setLimit, setReuseSameRecordclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemainingforEach, spliteratorpublic ORecordIteratorClassDescendentOrder(ODatabaseDocumentInternal iDatabase, ODatabaseDocumentInternal iLowLevelDatabase, String iClassName, boolean iPolymorphic)
@Deprecated public ORecordIteratorClassDescendentOrder(ODatabaseDocumentInternal iDatabase, ODatabaseDocumentInternal iLowLevelDatabase, String iClassName, boolean iPolymorphic, OStorage.LOCKING_STRATEGY iLockingStrategy)
public ORecordIteratorClusters<REC> begin()
ORecordIteratorClustersbegin in class ORecordIteratorClusters<REC extends ORecord>public REC next()
ORecordIteratorClustersCopyright © 2009–2025 OrientDB. All rights reserved.