public static class ZooKeeperHiveHelper.ZooKeeperHiveHelperBuilder extends Object
| Constructor and Description |
|---|
ZooKeeperHiveHelperBuilder() |
public ZooKeeperHiveHelper build()
public ZooKeeperHiveHelper.ZooKeeperHiveHelperBuilder quorum(String quorum)
public ZooKeeperHiveHelper.ZooKeeperHiveHelperBuilder clientPort(String clientPort)
public ZooKeeperHiveHelper.ZooKeeperHiveHelperBuilder serverRegistryNameSpace(String serverRegistryNameSpace)
public ZooKeeperHiveHelper.ZooKeeperHiveHelperBuilder connectionTimeout(int connectionTimeout)
public ZooKeeperHiveHelper.ZooKeeperHiveHelperBuilder sessionTimeout(int sessionTimeout)
public ZooKeeperHiveHelper.ZooKeeperHiveHelperBuilder baseSleepTime(int baseSleepTime)
public ZooKeeperHiveHelper.ZooKeeperHiveHelperBuilder maxRetries(int maxRetries)
public ZooKeeperHiveHelper.ZooKeeperHiveHelperBuilder sslEnabled(boolean sslEnabled)
public ZooKeeperHiveHelper.ZooKeeperHiveHelperBuilder keyStoreLocation(String keyStoreLocation)
public ZooKeeperHiveHelper.ZooKeeperHiveHelperBuilder keyStorePassword(String keyStorePassword)
public ZooKeeperHiveHelper.ZooKeeperHiveHelperBuilder keyStoreType(String keyStoreType)
public ZooKeeperHiveHelper.ZooKeeperHiveHelperBuilder trustStoreLocation(String trustStoreLocation)
public ZooKeeperHiveHelper.ZooKeeperHiveHelperBuilder trustStorePassword(String trustStorePassword)
public ZooKeeperHiveHelper.ZooKeeperHiveHelperBuilder trustStoreType(String trustStoreType)
public String getQuorum()
public String getClientPort()
public String getServerRegistryNameSpace()
public int getConnectionTimeout()
public int getSessionTimeout()
public int getBaseSleepTime()
public int getMaxRetries()
public boolean isSslEnabled()
public String getKeyStoreLocation()
public String getKeyStorePassword()
public String getKeyStoreType()
public String getTrustStoreLocation()
public String getTrustStorePassword()
public String getTrustStoreType()
Copyright © 2024 The Apache Software Foundation. All rights reserved.