| Package | Description |
|---|---|
| org.apache.hadoop.security.authentication.util |
| Modifier and Type | Method | Description |
|---|---|---|
static ZookeeperClient |
ZookeeperClient.configure() |
|
ZookeeperClient |
ZookeeperClient.enableSSL(boolean enable) |
|
ZookeeperClient |
ZookeeperClient.withAuthType(java.lang.String authType) |
|
ZookeeperClient |
ZookeeperClient.withConnectionString(java.lang.String conn) |
|
ZookeeperClient |
ZookeeperClient.withConnectionTimeout(int timeoutMS) |
|
ZookeeperClient |
ZookeeperClient.withJaasLoginEntryName(java.lang.String entryName) |
|
ZookeeperClient |
ZookeeperClient.withKeystore(java.lang.String keystorePath) |
|
ZookeeperClient |
ZookeeperClient.withKeystorePassword(java.lang.String keystorePass) |
|
ZookeeperClient |
ZookeeperClient.withKeytab(java.lang.String keytabPath) |
|
ZookeeperClient |
ZookeeperClient.withNamespace(java.lang.String ns) |
|
ZookeeperClient |
ZookeeperClient.withPrincipal(java.lang.String princ) |
|
ZookeeperClient |
ZookeeperClient.withRetryPolicy(org.apache.curator.RetryPolicy policy) |
|
ZookeeperClient |
ZookeeperClient.withSessionTimeout(int timeoutMS) |
|
ZookeeperClient |
ZookeeperClient.withTruststore(java.lang.String truststorePath) |
|
ZookeeperClient |
ZookeeperClient.withTruststorePassword(java.lang.String truststorePass) |
|
ZookeeperClient |
ZookeeperClient.withZookeeperFactory(org.apache.curator.utils.ZookeeperFactory factory) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.