Package org.apache.hadoop.hbase.tool
Class CanaryTool.ZookeeperTask
java.lang.Object
org.apache.hadoop.hbase.tool.CanaryTool.ZookeeperTask
- Enclosing class:
- CanaryTool
Run a single zookeeper Task and then exit.
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Connection
private final String
private CanaryTool.ZookeeperStdOutSink
private final int
private String
-
Constructor Summary
ConstructorDescriptionZookeeperTask
(Connection connection, String host, String znode, int timeout, CanaryTool.ZookeeperStdOutSink sink) -
Method Summary
-
Field Details
-
connection
-
host
-
znode
-
timeout
-
sink
-
-
Constructor Details
-
ZookeeperTask
public ZookeeperTask(Connection connection, String host, String znode, int timeout, CanaryTool.ZookeeperStdOutSink sink)
-
-
Method Details