Uses of Interface
org.apache.accumulo.core.spi.scan.ScanPrioritizer
-
Packages that use ScanPrioritizer Package Description org.apache.accumulo.core.spi.scan -
-
Uses of ScanPrioritizer in org.apache.accumulo.core.spi.scan
Classes in org.apache.accumulo.core.spi.scan that implement ScanPrioritizer Modifier and Type Class Description classHintScanPrioritizerWhen configured for a scan executor, this prioritizer allows scanners to set priorities as integers.classIdleRatioScanPrioritizerPrioritize scans based on the ratio of runTime/idleTime.
-