Class SecureClientZooKeeperFactory
java.lang.Object
org.apache.nifi.framework.cluster.zookeeper.SecureClientZooKeeperFactory
- All Implemented Interfaces:
org.apache.curator.utils.ZookeeperFactory
public class SecureClientZooKeeperFactory
extends Object
implements org.apache.curator.utils.ZookeeperFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringprivate org.apache.zookeeper.client.ZKClientConfig -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.zookeeper.ZooKeepernewZooKeeper(String connectString, int sessionTimeout, org.apache.zookeeper.Watcher watcher, boolean canBeReadOnly) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.curator.utils.ZookeeperFactory
newZooKeeper
-
Field Details
-
NETTY_CLIENT_CNXN_SOCKET
-
zkSecureClientConfig
private org.apache.zookeeper.client.ZKClientConfig zkSecureClientConfig
-
-
Constructor Details
-
SecureClientZooKeeperFactory
-
-
Method Details