static class CanaryTool.ZookeeperTask extends Object implements Callable<Void>
Modifier and Type | Field and Description |
---|---|
private Connection |
connection |
private String |
host |
private CanaryTool.ZookeeperStdOutSink |
sink |
private int |
timeout |
private String |
znode |
Constructor and Description |
---|
ZookeeperTask(Connection connection,
String host,
String znode,
int timeout,
CanaryTool.ZookeeperStdOutSink sink) |
private final Connection connection
private final int timeout
private CanaryTool.ZookeeperStdOutSink sink
public ZookeeperTask(Connection connection, String host, String znode, int timeout, CanaryTool.ZookeeperStdOutSink sink)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.