|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.zookeeper.ZooKeeper org.apache.zookeeper.SolrZooKeeper
public class SolrZooKeeper
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.zookeeper.ZooKeeper |
---|
org.apache.zookeeper.ZooKeeper.States |
Field Summary |
---|
Fields inherited from class org.apache.zookeeper.ZooKeeper |
---|
cnxn |
Constructor Summary | |
---|---|
SolrZooKeeper(String connectString,
int sessionTimeout,
org.apache.zookeeper.Watcher watcher)
|
Method Summary | |
---|---|
org.apache.zookeeper.ClientCnxn |
getConnection()
|
void |
pauseCnxn(long ms)
Cause this ZooKeeper object to stop receiving from the ZooKeeperServer for the given number of milliseconds. |
Methods inherited from class org.apache.zookeeper.ZooKeeper |
---|
addAuthInfo, close, create, create, delete, delete, exists, exists, exists, exists, getACL, getACL, getChildren, getChildren, getChildren, getChildren, getChildren, getChildren, getChildren, getChildren, getData, getData, getData, getData, getSessionId, getSessionPasswd, getSessionTimeout, getState, register, setACL, setACL, setData, setData, sync, testableLocalSocketAddress, testableRemoteSocketAddress, testableWaitForShutdown, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SolrZooKeeper(String connectString, int sessionTimeout, org.apache.zookeeper.Watcher watcher) throws IOException
IOException
Method Detail |
---|
public org.apache.zookeeper.ClientCnxn getConnection()
public void pauseCnxn(long ms)
ms
- the number of milliseconds to pause.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |