Uses of Interface
org.apache.hadoop.hbase.tool.CanaryTool.Sink
Packages that use CanaryTool.Sink
-
Uses of CanaryTool.Sink in org.apache.hadoop.hbase.tool
Classes in org.apache.hadoop.hbase.tool that implement CanaryTool.SinkModifier 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.Fields in org.apache.hadoop.hbase.tool declared as CanaryTool.SinkModifier and TypeFieldDescriptionprotected CanaryTool.Sink
CanaryTool.Monitor.sink
private CanaryTool.Sink
CanaryTool.sink
Methods in org.apache.hadoop.hbase.tool that return CanaryTool.SinkMethods in org.apache.hadoop.hbase.tool with parameters of type CanaryTool.SinkModifier 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) Constructors in org.apache.hadoop.hbase.tool with parameters of type CanaryTool.SinkModifierConstructorDescription(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)