Search in sources :

Example 1 with ConfigurableZooKeeperPing

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;
}
Also used : ConfigurableZooKeeperPing(io.fabric8.zookeeper.jgroups.ConfigurableZooKeeperPing)

Aggregations

ConfigurableZooKeeperPing (io.fabric8.zookeeper.jgroups.ConfigurableZooKeeperPing)1