Uses of Interface
org.apache.accumulo.core.spi.scan.ScanServerSelector.SelectorParameters
Packages that use ScanServerSelector.SelectorParameters
-
Uses of ScanServerSelector.SelectorParameters in org.apache.accumulo.core.spi.scan
Methods in org.apache.accumulo.core.spi.scan with parameters of type ScanServerSelector.SelectorParametersModifier and TypeMethodDescriptionprotected intConfigurableScanServerHostSelector.selectServers(ScanServerSelector.SelectorParameters params, ConfigurableScanServerSelector.Profile profile, List<String> orderedScanServers, Map<TabletId, String> serversToUse) ConfigurableScanServerSelector.selectServers(ScanServerSelector.SelectorParameters params) protected intConfigurableScanServerSelector.selectServers(ScanServerSelector.SelectorParameters params, ConfigurableScanServerSelector.Profile profile, List<String> orderedScanServers, Map<TabletId, String> serversToUse) ScanServerSelector.selectServers(ScanServerSelector.SelectorParameters params) Uses theScanServerSelector.SelectorParametersto determine which, if any, ScanServer should be used for scanning a tablet.