static ZookeeperClient |
ZookeeperClient.configure() |
ZookeeperClient |
ZookeeperClient.enableSSL(boolean enable) |
ZookeeperClient |
ZookeeperClient.withAuthType(String authType) |
ZookeeperClient |
ZookeeperClient.withConnectionString(String conn) |
ZookeeperClient |
ZookeeperClient.withConnectionTimeout(int timeoutMS) |
ZookeeperClient |
ZookeeperClient.withJaasLoginEntryName(String entryName) |
ZookeeperClient |
ZookeeperClient.withKeystore(String keystorePath) |
ZookeeperClient |
ZookeeperClient.withKeystorePassword(String keystorePass) |
ZookeeperClient |
ZookeeperClient.withKeytab(String keytabPath) |
ZookeeperClient |
ZookeeperClient.withNamespace(String ns) |
ZookeeperClient |
ZookeeperClient.withPrincipal(String princ) |
ZookeeperClient |
ZookeeperClient.withRetryPolicy(org.apache.curator.RetryPolicy policy) |
ZookeeperClient |
ZookeeperClient.withSessionTimeout(int timeoutMS) |
ZookeeperClient |
ZookeeperClient.withTruststore(String truststorePath) |
ZookeeperClient |
ZookeeperClient.withTruststorePassword(String truststorePass) |
ZookeeperClient |
ZookeeperClient.withZookeeperFactory(org.apache.curator.utils.ZookeeperFactory factory) |