|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.common.collect.UnmodifiableIterator<T> com.google.common.collect.AbstractIterator<DecoratedKey> org.apache.cassandra.io.sstable.KeyIterator
public class KeyIterator
Constructor Summary | |
---|---|
KeyIterator(Descriptor desc)
|
Method Summary | |
---|---|
void |
close()
|
protected DecoratedKey |
computeNext()
|
long |
getBytesRead()
|
long |
getTotalBytes()
|
Methods inherited from class com.google.common.collect.AbstractIterator |
---|
endOfData, hasNext, next, peek |
Methods inherited from class com.google.common.collect.UnmodifiableIterator |
---|
remove |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Iterator |
---|
hasNext, next, remove |
Constructor Detail |
---|
public KeyIterator(Descriptor desc)
Method Detail |
---|
protected DecoratedKey computeNext()
computeNext
in class com.google.common.collect.AbstractIterator<DecoratedKey>
public void close() throws java.io.IOException
close
in interface java.io.Closeable
java.io.IOException
public long getBytesRead()
public long getTotalBytes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |