public static class BigTableScanner.EmptySSTableScanner extends AbstractUnfilteredPartitionIterator implements ISSTableScanner
Constructor and Description |
---|
EmptySSTableScanner(SSTableReader sstable) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<SSTableReader> |
getBackingSSTables() |
long |
getBytesScanned() |
long |
getCompressedLengthInBytes() |
long |
getCurrentPosition() |
long |
getLengthInBytes() |
boolean |
hasNext() |
TableMetadata |
metadata() |
UnfilteredRowIterator |
next() |
close, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
closeAllAndPropagate
close
public EmptySSTableScanner(SSTableReader sstable)
public long getLengthInBytes()
getLengthInBytes
in interface ISSTableScanner
public long getCurrentPosition()
getCurrentPosition
in interface ISSTableScanner
public long getBytesScanned()
getBytesScanned
in interface ISSTableScanner
public long getCompressedLengthInBytes()
getCompressedLengthInBytes
in interface ISSTableScanner
public java.util.Set<SSTableReader> getBackingSSTables()
getBackingSSTables
in interface ISSTableScanner
public TableMetadata metadata()
metadata
in interface UnfilteredPartitionIterator
public boolean hasNext()
hasNext
in interface java.util.Iterator<UnfilteredRowIterator>
public UnfilteredRowIterator next()
next
in interface java.util.Iterator<UnfilteredRowIterator>
Copyright © 2009-2020 The Apache Software Foundation