public static class ZooKeeperHiveHelper.ZooKeeperHiveHelperBuilder extends Object
| Constructor and Description |
|---|
ZooKeeperHiveHelperBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ZooKeeperHiveHelper.ZooKeeperHiveHelperBuilder |
baseSleepTime(int baseSleepTime) |
ZooKeeperHiveHelper |
build() |
ZooKeeperHiveHelper.ZooKeeperHiveHelperBuilder |
clientPort(String clientPort) |
ZooKeeperHiveHelper.ZooKeeperHiveHelperBuilder |
connectionTimeout(int connectionTimeout) |
int |
getBaseSleepTime() |
String |
getClientPort() |
int |
getConnectionTimeout() |
int |
getMaxRetries() |
String |
getQuorum() |
String |
getServerRegistryNameSpace() |
int |
getSessionTimeout() |
ZooKeeperHiveHelper.ZooKeeperHiveHelperBuilder |
maxRetries(int maxRetries) |
ZooKeeperHiveHelper.ZooKeeperHiveHelperBuilder |
quorum(String quorum) |
ZooKeeperHiveHelper.ZooKeeperHiveHelperBuilder |
serverRegistryNameSpace(String serverRegistryNameSpace) |
ZooKeeperHiveHelper.ZooKeeperHiveHelperBuilder |
sessionTimeout(int sessionTimeout) |
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 String getQuorum()
public String getClientPort()
public String getServerRegistryNameSpace()
public int getConnectionTimeout()
public int getSessionTimeout()
public int getBaseSleepTime()
public int getMaxRetries()
Copyright © 2022 The Apache Software Foundation. All rights reserved.