Class BigTableScanner.KeyScanningIterator
- java.lang.Object
-
- org.apache.cassandra.utils.AbstractIterator<UnfilteredRowIterator>
-
- org.apache.cassandra.io.sstable.format.big.BigTableScanner.KeyScanningIterator
-
- All Implemented Interfaces:
com.google.common.collect.PeekingIterator<UnfilteredRowIterator>
,java.lang.AutoCloseable
,java.util.Iterator<UnfilteredRowIterator>
,CloseableIterator<UnfilteredRowIterator>
- Enclosing class:
- BigTableScanner
protected class BigTableScanner.KeyScanningIterator extends AbstractIterator<UnfilteredRowIterator>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
KeyScanningIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected UnfilteredRowIterator
computeNext()
-
Methods inherited from class org.apache.cassandra.utils.AbstractIterator
close, endOfData, hasNext, next, peek, remove
-
-
-
-
Method Detail
-
computeNext
protected UnfilteredRowIterator computeNext()
- Specified by:
computeNext
in classAbstractIterator<UnfilteredRowIterator>
-
-