Uses of Class
com.orientechnologies.orient.core.iterator.ORecordIteratorCluster
Packages that use ORecordIteratorCluster
Package
Description
-
Uses of ORecordIteratorCluster in com.orientechnologies.orient.core.command.script
Methods in com.orientechnologies.orient.core.command.script that return ORecordIteratorClusterModifier and TypeMethodDescriptionOScriptDocumentDatabaseWrapper.browseCluster(String iClusterName) Deprecated. -
Uses of ORecordIteratorCluster in com.orientechnologies.orient.core.db.document
Methods in com.orientechnologies.orient.core.db.document that return ORecordIteratorClusterModifier and TypeMethodDescription<REC extends ORecord>
ORecordIteratorCluster<REC> ODatabaseDocument.browseCluster(String iClusterName) Deprecated.<REC extends ORecord>
ORecordIteratorCluster<REC> ODatabaseDocument.browseCluster(String iClusterName, long startClusterPosition, long endClusterPosition, boolean loadTombstones) Deprecated.<REC extends ORecord>
ORecordIteratorCluster<REC> ODatabaseDocument.browseCluster(String iClusterName, Class<REC> iRecordClass) Deprecated.<REC extends ORecord>
ORecordIteratorCluster<REC> ODatabaseDocument.browseCluster(String iClusterName, Class<REC> iRecordClass, long startClusterPosition, long endClusterPosition) Deprecated.<REC extends ORecord>
ORecordIteratorCluster<REC> ODatabaseDocument.browseCluster(String iClusterName, Class<REC> iRecordClass, long startClusterPosition, long endClusterPosition, boolean loadTombstones) Deprecated.ODatabaseDocumentAbstract.browseCluster(String iClusterName) Browses all the records of the specified cluster.ODatabaseDocumentAbstract.browseCluster(String iClusterName, long startClusterPosition, long endClusterPosition, boolean loadTombstones) Deprecated.<REC extends ORecord>
ORecordIteratorCluster<REC> ODatabaseDocumentAbstract.browseCluster(String iClusterName, Class<REC> iClass) <REC extends ORecord>
ORecordIteratorCluster<REC> ODatabaseDocumentAbstract.browseCluster(String iClusterName, Class<REC> iRecordClass, long startClusterPosition, long endClusterPosition) <REC extends ORecord>
ORecordIteratorCluster<REC> ODatabaseDocumentAbstract.browseCluster(String iClusterName, Class<REC> iRecordClass, long startClusterPosition, long endClusterPosition, boolean loadTombstones) Deprecated.ODatabaseDocumentTx.browseCluster(String iClusterName) Deprecated.ODatabaseDocumentTx.browseCluster(String iClusterName, long startClusterPosition, long endClusterPosition, boolean loadTombstones) Deprecated.<REC extends ORecord>
ORecordIteratorCluster<REC> ODatabaseDocumentTx.browseCluster(String iClusterName, Class<REC> iRecordClass) Deprecated.<REC extends ORecord>
ORecordIteratorCluster<REC> ODatabaseDocumentTx.browseCluster(String iClusterName, Class<REC> iRecordClass, long startClusterPosition, long endClusterPosition) Deprecated.<REC extends ORecord>
ORecordIteratorCluster<REC> ODatabaseDocumentTx.browseCluster(String iClusterName, Class<REC> iRecordClass, long startClusterPosition, long endClusterPosition, boolean loadTombstones) Deprecated. -
Uses of ORecordIteratorCluster in com.orientechnologies.orient.core.iterator
Methods in com.orientechnologies.orient.core.iterator that return ORecordIteratorClusterModifier and TypeMethodDescriptionORecordIteratorCluster.begin()Move the iterator to the begin of the range.ORecordIteratorCluster.last()Move the iterator to the end of the range.ORecordIteratorCluster.setLiveUpdated(boolean iLiveUpdated) Tell to the iterator that the upper limit must be checked at every cycle.