use of io.fabric8.zookeeper.jgroups.ConfigurableZooKeeperPing in project fabric8 by jboss-fuse.
the class ConfigurableZKPingTest method createPing.
protected Protocol createPing() {
ConfigurableZooKeeperPing zkPing = new ConfigurableZooKeeperPing();
zkPing.setConnection("localhost:2181");
return zkPing;
}
Aggregations