@Validated @ConfigurationProperties(prefix="openingo.gedid.engine.zookeeper") public class ZookeeperIdEngineConfigProperties extends Object
| Constructor and Description |
|---|
ZookeeperIdEngineConfigProperties() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBaseSleepTimeMs() |
TimeUnit |
getBlockUntilConnectedUnit() |
Integer |
getBlockUntilConnectedWait() |
String |
getConnectString() |
Integer |
getMaxRetries() |
Integer |
getMaxSleepMs() |
boolean |
isEnabled() |
void |
setBaseSleepTimeMs(Integer baseSleepTimeMs) |
void |
setBlockUntilConnectedUnit(TimeUnit blockUntilConnectedUnit) |
void |
setBlockUntilConnectedWait(Integer blockUntilConnectedWait) |
void |
setConnectString(String connectString) |
void |
setEnabled(boolean enabled) |
void |
setMaxRetries(Integer maxRetries) |
void |
setMaxSleepMs(Integer maxSleepMs) |
public String getConnectString()
public boolean isEnabled()
public Integer getBaseSleepTimeMs()
public Integer getMaxRetries()
public Integer getMaxSleepMs()
public Integer getBlockUntilConnectedWait()
public TimeUnit getBlockUntilConnectedUnit()
public void setConnectString(String connectString)
public void setEnabled(boolean enabled)
public void setBaseSleepTimeMs(Integer baseSleepTimeMs)
public void setMaxRetries(Integer maxRetries)
public void setMaxSleepMs(Integer maxSleepMs)
public void setBlockUntilConnectedWait(Integer blockUntilConnectedWait)
public void setBlockUntilConnectedUnit(TimeUnit blockUntilConnectedUnit)
Copyright © 2021. All rights reserved.