public abstract class ZkClientConnectionStrategy extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ZkClientConnectionStrategy.ZkUpdate |
| Constructor and Description |
|---|
ZkClientConnectionStrategy() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
connect(String zkServerAddress,
int zkClientTimeout,
org.apache.zookeeper.Watcher watcher,
ZkClientConnectionStrategy.ZkUpdate updater) |
abstract void |
reconnect(String serverAddress,
int zkClientTimeout,
org.apache.zookeeper.Watcher watcher,
ZkClientConnectionStrategy.ZkUpdate updater) |
public abstract void connect(String zkServerAddress, int zkClientTimeout, org.apache.zookeeper.Watcher watcher, ZkClientConnectionStrategy.ZkUpdate updater) throws IOException, InterruptedException, TimeoutException
public abstract void reconnect(String serverAddress, int zkClientTimeout, org.apache.zookeeper.Watcher watcher, ZkClientConnectionStrategy.ZkUpdate updater) throws IOException, InterruptedException, TimeoutException
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.