public interface ISSTableScanner extends UnfilteredPartitionIterator
Modifier and Type | Method and Description |
---|---|
static void |
closeAllAndPropagate(java.util.Collection<ISSTableScanner> scanners,
java.lang.Throwable throwable) |
java.util.Set<SSTableReader> |
getBackingSSTables() |
long |
getBytesScanned() |
long |
getCompressedLengthInBytes() |
long |
getCurrentPosition() |
long |
getLengthInBytes() |
metadata
close
long getLengthInBytes()
long getCompressedLengthInBytes()
long getCurrentPosition()
long getBytesScanned()
java.util.Set<SSTableReader> getBackingSSTables()
static void closeAllAndPropagate(java.util.Collection<ISSTableScanner> scanners, java.lang.Throwable throwable)
Copyright © 2009- The Apache Software Foundation