public class ConnectionManager extends Object implements org.apache.zookeeper.Watcher
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
ConnectionManager(String name,
SolrZkClient client,
String zkServerAddress,
ZkClientConnectionStrategy strat,
OnReconnect onConnect,
BeforeReconnect beforeReconnect) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
isConnected() |
boolean |
isLikelyExpired() |
void |
process(org.apache.zookeeper.WatchedEvent event) |
void |
waitForConnected(long waitForConnection) |
void |
waitForDisconnected(long timeout) |
public ConnectionManager(String name, SolrZkClient client, String zkServerAddress, ZkClientConnectionStrategy strat, OnReconnect onConnect, BeforeReconnect beforeReconnect)
public void process(org.apache.zookeeper.WatchedEvent event)
process in interface org.apache.zookeeper.Watcherpublic boolean isConnected()
public void close()
public boolean isLikelyExpired()
public void waitForConnected(long waitForConnection)
throws TimeoutException
TimeoutExceptionpublic void waitForDisconnected(long timeout)
throws InterruptedException,
TimeoutException
InterruptedExceptionTimeoutExceptionCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.