public class CountingUnfilteredRowIterator extends WrappingUnfilteredRowIterator
wrapped
Constructor and Description |
---|
CountingUnfilteredRowIterator(UnfilteredRowIterator iter,
DataLimits.Counter counter) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
DataLimits.Counter |
counter() |
boolean |
hasNext() |
Unfiltered |
next() |
columns, isReverseOrder, metadata, partitionKey, partitionLevelDeletion, staticRow, stats
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isEmpty
public CountingUnfilteredRowIterator(UnfilteredRowIterator iter, DataLimits.Counter counter)
public DataLimits.Counter counter()
public boolean hasNext()
hasNext
in interface java.util.Iterator<Unfiltered>
hasNext
in class WrappingUnfilteredRowIterator
public Unfiltered next()
next
in interface java.util.Iterator<Unfiltered>
next
in class WrappingUnfilteredRowIterator
public void close()
close
in interface java.lang.AutoCloseable
close
in interface UnfilteredRowIterator
close
in class WrappingUnfilteredRowIterator
Copyright © 2015 The Apache Software Foundation