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() |
public final java.util.List<ISSTableScanner> scanners
public ScannerList(java.util.List<ISSTableScanner> scanners)
Copyright © 2017 The Apache Software Foundation