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, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseAllAndPropagateclosepublic EmptySSTableScanner(SSTableReader sstable)
public long getLengthInBytes()
getLengthInBytes in interface ISSTableScannerpublic long getCurrentPosition()
getCurrentPosition in interface ISSTableScannerpublic long getBytesScanned()
getBytesScanned in interface ISSTableScannerpublic long getCompressedLengthInBytes()
getCompressedLengthInBytes in interface ISSTableScannerpublic java.util.Set<SSTableReader> getBackingSSTables()
getBackingSSTables in interface ISSTableScannerpublic TableMetadata metadata()
metadata in interface UnfilteredPartitionIteratorpublic 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