public static class AbstractCompactionStrategy.ScannerList
extends java.lang.Object
implements java.lang.AutoCloseable
Modifier and Type | Field and Description |
---|---|
java.util.List<ISSTableScanner> |
scanners |
Constructor and Description |
---|
ScannerList(java.util.List<ISSTableScanner> scanners) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
double |
getCompressionRatio() |
long |
getTotalBytesScanned() |
long |
getTotalCompressedSize() |
public final java.util.List<ISSTableScanner> scanners
public ScannerList(java.util.List<ISSTableScanner> scanners)
Copyright © 2009- The Apache Software Foundation