Class OrderedKeysToRowSequenceIteratorAdapter
java.lang.Object
io.deephaven.enterprise.compatibility.rowset.OrderedKeysToRowSequenceIteratorAdapter
- All Implemented Interfaces:
- RowSequence.Iterator,- SafeCloseable,- AutoCloseable
- 
Constructor SummaryConstructorsConstructorDescriptionOrderedKeysToRowSequenceIteratorAdapter(io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.utils.OrderedKeys.Iterator delegate) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanadvance(long nextKey) voidclose()getNextRowSequenceThrough(long maxKeyInclusive) getNextRowSequenceWithLength(long numberOfKeys) longbooleanhasMore()longMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.deephaven.engine.rowset.RowSequence.IteratoradvanceAndGetPositionDistance
- 
Constructor Details- 
OrderedKeysToRowSequenceIteratorAdapterpublic OrderedKeysToRowSequenceIteratorAdapter(@NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.utils.OrderedKeys.Iterator delegate) 
 
- 
- 
Method Details- 
hasMorepublic boolean hasMore()- Specified by:
- hasMorein interface- RowSequence.Iterator
 
- 
peekNextKeypublic long peekNextKey()- Specified by:
- peekNextKeyin interface- RowSequence.Iterator
 
- 
getNextRowSequenceThrough- Specified by:
- getNextRowSequenceThroughin interface- RowSequence.Iterator
 
- 
getNextRowSequenceWithLength- Specified by:
- getNextRowSequenceWithLengthin interface- RowSequence.Iterator
 
- 
advancepublic boolean advance(long nextKey) - Specified by:
- advancein interface- RowSequence.Iterator
 
- 
getRelativePositionpublic long getRelativePosition()- Specified by:
- getRelativePositionin interface- RowSequence.Iterator
 
- 
closepublic void close()- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- RowSequence.Iterator
- Specified by:
- closein interface- SafeCloseable
 
 
-