Uses of Interface
org.apache.accumulo.core.spi.scan.ScanServerSelector
Packages that use ScanServerSelector
-
Uses of ScanServerSelector in org.apache.accumulo.core.spi.scan
Classes in org.apache.accumulo.core.spi.scan that implement ScanServerSelectorModifier and TypeClassDescriptionclassExtension of theConfigurableScanServerSelectorthat can be used when there are multiple ScanServers running on the same host and for some reason, like using a shared off-heap cache, sending scans for the same tablet to the same host may provide a better experience.classThe default Accumulo selector for scan servers.