|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cassandra.io.sstable.ReducingKeyIterator
public class ReducingKeyIterator
| Constructor Summary | |
|---|---|
ReducingKeyIterator(java.util.Collection<SSTableReader> sstables)
|
|
| Method Summary | |
|---|---|
void |
close()
|
long |
getBytesRead()
|
java.lang.String |
getTaskType()
|
long |
getTotalBytes()
|
boolean |
hasNext()
|
DecoratedKey<?> |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReducingKeyIterator(java.util.Collection<SSTableReader> sstables)
| Method Detail |
|---|
public void close()
throws java.io.IOException
close in interface java.io.Closeablejava.io.IOExceptionpublic long getTotalBytes()
public long getBytesRead()
public java.lang.String getTaskType()
public boolean hasNext()
hasNext in interface java.util.Iterator<DecoratedKey>public DecoratedKey<?> next()
next in interface java.util.Iterator<DecoratedKey>public void remove()
remove in interface java.util.Iterator<DecoratedKey>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||