Package org.apache.cassandra.io.sstable
Class ReducingKeyIterator
java.lang.Object
org.apache.cassandra.io.sstable.ReducingKeyIterator
- All Implemented Interfaces:
AutoCloseable,Iterator<DecoratedKey>,CloseableIterator<DecoratedKey>
Caller must acquire and release references to the sstables used here.
-
Constructor Details
-
ReducingKeyIterator
-
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseableIterator<DecoratedKey>
-
getTotalBytes
public long getTotalBytes() -
getBytesRead
public long getBytesRead() -
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<DecoratedKey>
-
next
- Specified by:
nextin interfaceIterator<DecoratedKey>
-
remove
public void remove()- Specified by:
removein interfaceIterator<DecoratedKey>
-