Uses of Enum
org.apache.hadoop.hbase.tool.CanaryTool.RegionTask.TaskType
Packages that use CanaryTool.RegionTask.TaskType
-
Uses of CanaryTool.RegionTask.TaskType in org.apache.hadoop.hbase.tool
Fields in org.apache.hadoop.hbase.tool declared as CanaryTool.RegionTask.TaskTypeModifier and TypeFieldDescriptionprivate CanaryTool.RegionTask.TaskType
CanaryTool.RegionTask.taskType
Methods in org.apache.hadoop.hbase.tool that return CanaryTool.RegionTask.TaskTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static CanaryTool.RegionTask.TaskType[]
CanaryTool.RegionTask.TaskType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.hadoop.hbase.tool with parameters of type CanaryTool.RegionTask.TaskTypeModifier and TypeMethodDescriptionCanaryTool.RegionMonitor.sniff
(CanaryTool.RegionTask.TaskType taskType, CanaryTool.RegionStdOutSink regionSink) CanaryTool.sniff
(Admin admin, CanaryTool.Sink sink, String tableName, ExecutorService executor, CanaryTool.RegionTask.TaskType taskType, boolean rawScanEnabled, LongAdder readLatency, boolean readAllCF) Canary entry point for specified table.CanaryTool.sniff
(Admin admin, CanaryTool.Sink sink, TableDescriptor tableDesc, ExecutorService executor, CanaryTool.RegionTask.TaskType taskType, boolean rawScanEnabled, LongAdder rwLatency, boolean readAllCF) Constructors in org.apache.hadoop.hbase.tool with parameters of type CanaryTool.RegionTask.TaskTypeModifierConstructorDescription(package private)
RegionTask
(Connection connection, RegionInfo region, ServerName serverName, CanaryTool.RegionStdOutSink sink, CanaryTool.RegionTask.TaskType taskType, boolean rawScanEnabled, LongAdder rwLatency, boolean readAllCF)