|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cassandra.io.SSTableScanner
public class SSTableScanner
| Method Summary | |
|---|---|
void |
close()
|
long |
getFileLength()
|
long |
getFilePointer()
|
boolean |
hasNext()
|
IteratingRow |
next()
|
void |
remove()
|
void |
seekTo(DecoratedKey seekKey)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void close()
throws java.io.IOException
close in interface java.io.Closeablejava.io.IOExceptionpublic void seekTo(DecoratedKey seekKey)
public long getFileLength()
public long getFilePointer()
public boolean hasNext()
hasNext in interface java.util.Iterator<IteratingRow>public IteratingRow next()
next in interface java.util.Iterator<IteratingRow>public void remove()
remove in interface java.util.Iterator<IteratingRow>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||