public class SSLZookeeperFactory extends Object implements org.apache.curator.utils.ZookeeperFactory
| Constructor and Description |
|---|
SSLZookeeperFactory(boolean sslEnabled,
String keyStoreLocation,
String keyStorePassword,
String keyStoreType,
String trustStoreLocation,
String trustStorePassword,
String trustStoreType) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.zookeeper.ZooKeeper |
newZooKeeper(String connectString,
int sessionTimeout,
org.apache.zookeeper.Watcher watcher,
boolean canBeReadOnly) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.