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 classBy RegionServer, for 'regionserver' mode.static classBy Region, for 'region' mode.static classSimple implementation of canary sink that allows plotting to a file or standard output.static classOutput for 'zookeeper' mode.Fields in org.apache.hadoop.hbase.tool declared as CanaryTool.SinkModifier and TypeFieldDescriptionprotected CanaryTool.SinkCanaryTool.Monitor.sinkprivate CanaryTool.SinkCanaryTool.sinkMethods in org.apache.hadoop.hbase.tool that return CanaryTool.SinkModifier and TypeMethodDescriptionCanaryTool.getActiveSink()Return a CanaryTool.Sink object containing the detailed results of the canary run.(package private) CanaryTool.SinkMethods in org.apache.hadoop.hbase.tool with parameters of type CanaryTool.SinkModifier and TypeMethodDescriptionstatic CanaryCanary.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) protectedMonitor(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) protectedZookeeperMonitor(Connection connection, String[] monitorTargets, boolean useRegExp, CanaryTool.Sink sink, ExecutorService executor, boolean treatFailureAsError, long allowedFailures)