Class SolrZooKeeper

  • All Implemented Interfaces:
    AutoCloseable

    public class SolrZooKeeper
    extends org.apache.zookeeper.ZooKeeper
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.zookeeper.ZooKeeper

        org.apache.zookeeper.ZooKeeper.States, org.apache.zookeeper.ZooKeeper.WatchRegistration
    • Field Summary

      • Fields inherited from class org.apache.zookeeper.ZooKeeper

        cnxn, hostProvider, SECURE_CLIENT, watchManager, ZOOKEEPER_CLIENT_CNXN_SOCKET
    • Constructor Summary

      Constructors 
      Constructor Description
      SolrZooKeeper​(String connectString, int sessionTimeout, org.apache.zookeeper.Watcher watcher)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      void closeCnxn()  
      org.apache.zookeeper.ClientCnxn getConnection()  
      SocketAddress getSocketAddress()  
      • Methods inherited from class org.apache.zookeeper.ZooKeeper

        addAuthInfo, close, create, create, create, create, create, create, createConnection, defaultWatchManager, delete, delete, exists, exists, exists, exists, getACL, getACL, getChildren, getChildren, getChildren, getChildren, getChildren, getChildren, getChildren, getChildren, getChildWatches, getClientConfig, getConfig, getConfig, getConfig, getConfig, getData, getData, getData, getData, getDataWatches, getExistWatches, getSaslClient, getSessionId, getSessionPasswd, getSessionTimeout, getState, getTestable, internalReconfig, internalReconfig, internalReconfig, internalReconfig, multi, multi, multiInternal, multiInternal, reconfig, reconfig, reconfig, reconfig, register, removeAllWatches, removeAllWatches, removeWatches, removeWatches, setACL, setACL, setData, setData, sync, testableLocalSocketAddress, testableRemoteSocketAddress, testableWaitForShutdown, toString, transaction, updateServerList
    • Constructor Detail

      • SolrZooKeeper

        public SolrZooKeeper​(String connectString,
                             int sessionTimeout,
                             org.apache.zookeeper.Watcher watcher)
                      throws IOException
        Throws:
        IOException