Class ReducingKeyIterator

java.lang.Object
org.apache.cassandra.io.sstable.ReducingKeyIterator
All Implemented Interfaces:
AutoCloseable, Iterator<DecoratedKey>, CloseableIterator<DecoratedKey>

public class ReducingKeyIterator extends Object implements CloseableIterator<DecoratedKey>
Caller must acquire and release references to the sstables used here.