public class KeyIterator extends AbstractIterator<DecoratedKey> implements CloseableIterator<DecoratedKey>
| Constructor and Description | 
|---|
| KeyIterator(Descriptor desc,
           CFMetaData metadata) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close() | 
| protected DecoratedKey | computeNext() | 
| long | getBytesRead() | 
| long | getKeyPosition() | 
| long | getTotalBytes() | 
endOfData, hasNext, next, peek, removepublic KeyIterator(Descriptor desc, CFMetaData metadata)
protected DecoratedKey computeNext()
computeNext in class AbstractIterator<DecoratedKey>public void close()
close in interface java.lang.AutoCloseableclose in interface CloseableIterator<DecoratedKey>public long getBytesRead()
public long getTotalBytes()
public long getKeyPosition()
Copyright © 2018 The Apache Software Foundation