Uses of Class
org.apache.accumulo.tserver.scan.ScanRunState
-
Packages that use ScanRunState Package Description org.apache.accumulo.tserver org.apache.accumulo.tserver.scan org.apache.accumulo.tserver.session -
-
Uses of ScanRunState in org.apache.accumulo.tserver
Method parameters in org.apache.accumulo.tserver with type arguments of type ScanRunState Modifier and Type Method Description TabletServerStatusTabletServer. getStats(Map<TableId,MapCounter<ScanRunState>> scanCounts) -
Uses of ScanRunState in org.apache.accumulo.tserver.scan
Fields in org.apache.accumulo.tserver.scan with type parameters of type ScanRunState Modifier and Type Field Description protected AtomicReference<ScanRunState>ScanTask. runStateMethods in org.apache.accumulo.tserver.scan that return ScanRunState Modifier and Type Method Description ScanRunStateScanTask. getScanRunState()static ScanRunStateScanRunState. valueOf(String name)Returns the enum constant of this type with the specified name.static ScanRunState[]ScanRunState. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ScanRunState in org.apache.accumulo.tserver.session
Methods in org.apache.accumulo.tserver.session that return types with arguments of type ScanRunState Modifier and Type Method Description Map<TableId,MapCounter<ScanRunState>>SessionManager. getActiveScansPerTable()
-