Uses of Class
org.apache.hadoop.security.authentication.util.ZookeeperClient
Packages that use ZookeeperClient
-
Uses of ZookeeperClient in org.apache.hadoop.security.authentication.util
Methods in org.apache.hadoop.security.authentication.util that return ZookeeperClientModifier and TypeMethodDescriptionstatic ZookeeperClientZookeeperClient.configure()ZookeeperClient.enableSSL(boolean enable) ZookeeperClient.withAuthType(String authType) ZookeeperClient.withConnectionString(String conn) ZookeeperClient.withConnectionTimeout(int timeoutMS) ZookeeperClient.withJaasLoginEntryName(String entryName) ZookeeperClient.withKeystore(String keystorePath) ZookeeperClient.withKeystorePassword(String keystorePass) ZookeeperClient.withKeytab(String keytabPath) ZookeeperClient.withNamespace(String ns) ZookeeperClient.withPrincipal(String princ) ZookeeperClient.withRetryPolicy(org.apache.curator.RetryPolicy policy) ZookeeperClient.withSessionTimeout(int timeoutMS) ZookeeperClient.withTruststore(String truststorePath) ZookeeperClient.withTruststorePassword(String truststorePass) ZookeeperClient.withZookeeperFactory(org.apache.curator.utils.ZookeeperFactory factory)