public class ConsulClusterConfiguration extends ConsulClientConfiguration
| Constructor and Description |
|---|
ConsulClusterConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ConsulClusterConfiguration |
copy() |
String |
getRootPath() |
int |
getSessionLockDelay() |
int |
getSessionRefreshInterval() |
int |
getSessionTtl() |
void |
setRootPath(String rootPath) |
void |
setSessionLockDelay(int sessionLockDelay) |
void |
setSessionRefreshInterval(int sessionRefreshInterval) |
void |
setSessionTtl(int sessionTtl) |
createConsulClient, createConsulClient, getAclToken, getBlockSeconds, getConnectTimeout, getConnectTimeoutMillis, getConsistencyMode, getDatacenter, getDc, getFirstIndex, getNearNode, getNodeMeta, getPassword, getReadTimeout, getReadTimeoutMillis, getSslContextParameters, getTags, getUrl, getUserName, getWriteTimeout, getWriteTimeoutMillis, isPingInstance, isRecursive, requiresBasicAuthentication, setAclToken, setBlockSeconds, setConnectTimeout, setConnectTimeoutMillis, setConsistencyMode, setDatacenter, setDc, setFirstIndex, setNearNode, setNodeMeta, setPassword, setPingInstance, setReadTimeout, setReadTimeoutMillis, setRecursive, setSslContextParameters, setTags, setTags, setUrl, setUserName, setWriteTimeout, setWriteTimeoutMillispublic int getSessionTtl()
public void setSessionTtl(int sessionTtl)
public int getSessionLockDelay()
public void setSessionLockDelay(int sessionLockDelay)
public String getRootPath()
public void setRootPath(String rootPath)
public int getSessionRefreshInterval()
public void setSessionRefreshInterval(int sessionRefreshInterval)
public ConsulClusterConfiguration copy()
copy in class ConsulClientConfigurationApache Camel