Uses of Interface
org.apache.hadoop.hbase.tool.CanaryTool.Sink
-
Uses of CanaryTool.Sink in org.apache.hadoop.hbase.tool
Modifier and TypeClassDescriptionstatic class
By RegionServer, for 'regionserver' mode.static class
By Region, for 'region' mode.static class
Simple implementation of canary sink that allows plotting to a file or standard output.static class
Output for 'zookeeper' mode.Modifier and TypeFieldDescriptionprotected CanaryTool.Sink
CanaryTool.Monitor.sink
private CanaryTool.Sink
CanaryTool.sink
Modifier and TypeMethodDescriptionCanaryTool.getActiveSink()
Return a CanaryTool.Sink object containing the detailed results of the canary run.(package private) CanaryTool.Sink
Modifier and TypeMethodDescriptionstatic Canary
Canary.create
(org.apache.hadoop.conf.Configuration conf, ExecutorService executor, CanaryTool.Sink sink) 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) ModifierConstructorDescription(package private)
CanaryTool
(ExecutorService executor, CanaryTool.Sink sink) (package private)
CanaryTool
(org.apache.hadoop.conf.Configuration conf, ExecutorService executor, CanaryTool.Sink sink) protected
Monitor
(Connection connection, String[] monitorTargets, boolean useRegExp, CanaryTool.Sink sink, ExecutorService executor, boolean treatFailureAsError, long allowedFailures) RegionMonitor
(Connection connection, String[] monitorTargets, boolean useRegExp, CanaryTool.Sink sink, ExecutorService executor, boolean writeSniffing, TableName writeTableName, boolean treatFailureAsError, HashMap<String, Long> configuredReadTableTimeouts, long configuredWriteTableTimeout, long allowedFailures) RegionServerMonitor
(Connection connection, String[] monitorTargets, boolean useRegExp, CanaryTool.Sink sink, ExecutorService executor, boolean allRegions, boolean treatFailureAsError, long allowedFailures) protected
ZookeeperMonitor
(Connection connection, String[] monitorTargets, boolean useRegExp, CanaryTool.Sink sink, ExecutorService executor, boolean treatFailureAsError, long allowedFailures)