public static class SSTableSimpleIterator.EmptySSTableSimpleIterator extends SSTableSimpleIterator
SSTableSimpleIterator.EmptySSTableSimpleIterator
helper, in
Constructor and Description |
---|
EmptySSTableSimpleIterator(TableMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
protected Unfiltered |
computeNext() |
boolean |
hasNext() |
Row |
readStaticRow() |
create, createTombstoneOnly
close, endOfData, next, peek, remove
public EmptySSTableSimpleIterator(TableMetadata metadata)
public Row readStaticRow() throws java.io.IOException
readStaticRow
in class SSTableSimpleIterator
java.io.IOException
protected Unfiltered computeNext()
computeNext
in class AbstractIterator<Unfiltered>
public boolean hasNext()
hasNext
in interface java.util.Iterator<Unfiltered>
hasNext
in class AbstractIterator<Unfiltered>
Copyright © 2009- The Apache Software Foundation