Class ReducingKeyIterator

    • Constructor Detail

      • ReducingKeyIterator

        public ReducingKeyIterator​(java.util.Collection<SSTableReader> sstables)
    • Method Detail

      • getTotalBytes

        public long getTotalBytes()
      • getBytesRead

        public long getBytesRead()
      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<DecoratedKey>
      • remove

        public void remove()
        Specified by:
        remove in interface java.util.Iterator<DecoratedKey>