org.apache.cassandra.io
Class IteratingRow
java.lang.Object
com.google.common.collect.UnmodifiableIterator<T>
com.google.common.collect.AbstractIterator<IColumn>
org.apache.cassandra.io.IteratingRow
- All Implemented Interfaces:
- java.util.Iterator<IColumn>
public class IteratingRow
- extends com.google.common.collect.AbstractIterator<IColumn>
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 |
IteratingRow
public IteratingRow(BufferedRandomAccessFile file,
SSTableReader sstable)
throws java.io.IOException
- Throws:
java.io.IOException
getKey
public java.lang.String getKey()
getEmptyColumnFamily
public ColumnFamily getEmptyColumnFamily()
skipRemaining
public void skipRemaining()
throws java.io.IOException
- Throws:
java.io.IOException
computeNext
protected IColumn computeNext()
- Specified by:
computeNext
in class com.google.common.collect.AbstractIterator<IColumn>
Copyright © 2009 The Apache Software Foundation