Package | Description |
---|---|
org.apache.hadoop.hbase.tool |
Modifier and Type | Class and Description |
---|---|
static class |
CanaryTool.RegionServerStdOutSink
By RegionServer, for 'regionserver' mode.
|
static class |
CanaryTool.RegionStdOutSink
By Region, for 'region' mode.
|
static class |
CanaryTool.StdOutSink
Simple implementation of canary sink that allows plotting to a file or standard output.
|
static class |
CanaryTool.ZookeeperStdOutSink
Output for 'zookeeper' mode.
|
Modifier and Type | Field and Description |
---|---|
protected CanaryTool.Sink |
CanaryTool.Monitor.sink |
Constructor and Description |
---|
CanaryTool.Monitor(Connection connection,
String[] monitorTargets,
boolean useRegExp,
CanaryTool.Sink sink,
ExecutorService executor,
boolean treatFailureAsError,
long allowedFailures) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.