Uses of Class
org.apache.zookeeper.client.ZKClientConfig
Packages that use ZKClientConfig
-
Uses of ZKClientConfig in org.apache.zookeeper
Fields in org.apache.zookeeper declared as ZKClientConfigModifier and TypeFieldDescriptionprotected ZKClientConfigClientCnxnSocket.clientConfigprotected ZKClientConfigClientCnxnSocket.clientConfigMethods in org.apache.zookeeper that return ZKClientConfigConstructors in org.apache.zookeeper with parameters of type ZKClientConfigModifierConstructorDescriptionClientCnxn(String chrootPath, HostProvider hostProvider, int sessionTimeout, ZKClientConfig clientConfig, Watcher defaultWatcher, org.apache.zookeeper.ClientCnxnSocket clientCnxnSocket, boolean canBeReadOnly) Creates a connection object.ClientCnxn(String chrootPath, HostProvider hostProvider, int sessionTimeout, ZKClientConfig clientConfig, Watcher defaultWatcher, org.apache.zookeeper.ClientCnxnSocket clientCnxnSocket, long sessionId, byte[] sessionPasswd, boolean canBeReadOnly) Creates a connection object.ZooKeeper(String connectString, int sessionTimeout, Watcher watcher, boolean canBeReadOnly, HostProvider hostProvider, ZKClientConfig clientConfig) To create a ZooKeeper client object, the application needs to pass a connection string containing a comma separated list of host:port pairs, each corresponding to a ZooKeeper server.ZooKeeper(String connectString, int sessionTimeout, Watcher watcher, boolean canBeReadOnly, ZKClientConfig conf) To create a ZooKeeper client object, the application needs to pass a connection string containing a comma separated list of host:port pairs, each corresponding to a ZooKeeper server.ZooKeeper(String connectString, int sessionTimeout, Watcher watcher, long sessionId, byte[] sessionPasswd, boolean canBeReadOnly, HostProvider hostProvider, ZKClientConfig clientConfig) To create a ZooKeeper client object, the application needs to pass a connection string containing a comma separated list of host:port pairs, each corresponding to a ZooKeeper server.ZooKeeper(String connectString, int sessionTimeout, Watcher watcher, ZKClientConfig conf) To create a ZooKeeper client object, the application needs to pass a connection string containing a comma separated list of host:port pairs, each corresponding to a ZooKeeper server. -
Uses of ZKClientConfig in org.apache.zookeeper.admin
Constructors in org.apache.zookeeper.admin with parameters of type ZKClientConfigModifierConstructorDescriptionZooKeeperAdmin(String connectString, int sessionTimeout, Watcher watcher, boolean canBeReadOnly, ZKClientConfig conf) Create a ZooKeeperAdmin object which is used to perform dynamic reconfiguration operations.ZooKeeperAdmin(String connectString, int sessionTimeout, Watcher watcher, ZKClientConfig conf) Create a ZooKeeperAdmin object which is used to perform dynamic reconfiguration operations. -
Uses of ZKClientConfig in org.apache.zookeeper.client
Constructors in org.apache.zookeeper.client with parameters of type ZKClientConfigModifierConstructorDescriptionZooKeeperSaslClient(String serverPrincipal, ZKClientConfig clientConfig)