Class Combiner.ValueIterator

java.lang.Object
org.apache.accumulo.core.iterators.Combiner.ValueIterator
All Implemented Interfaces:
Iterator<Value>
Enclosing class:
Combiner

public static class Combiner.ValueIterator extends Object implements Iterator<Value>
A Java Iterator that iterates over the Values for a given Key from a source SortedKeyValueIterator.
  • Constructor Details

    • ValueIterator

      public ValueIterator(SortedKeyValueIterator<Key,Value> source)
      Constructs an iterator over Values whose Keys are versions of the current topKey of the source SortedKeyValueIterator.
      Parameters:
      source - The SortedKeyValueIterator<Key,Value> from which to read data.
  • Method Details