public interface BaseConfig
Modifier and Type | Method and Description |
---|---|
int |
getBackoffStableFactor()
Returns the (maximum) backoff factor to be used for stable connectors
|
int |
getBackoffStandbyFactor()
Returns the backoff factor to be used for standby (loop) connectors
|
long |
getBackoffStandbyInterval()
Returns the backoff interval for standby (loop) connectors in seconds
|
java.lang.String |
getClusterInstancesPath()
Returns the resource path where cluster instance informations are stored.
|
long |
getConnectorPingInterval()
Returns the interval (in seconds) in which connectors are pinged
|
long |
getConnectorPingTimeout()
Returns the timeout (in seconds) after which a connector ping is considered invalid/timed out
|
long |
getKeyInterval() |
int |
getMinEventDelay()
The minEventDelay to apply to the ViewStateManager
|
java.lang.String |
getSharedKey() |
int |
getSocketConnectTimeout()
Returns the socket connect() timeout used by the topology connector, 0 disables the timeout
|
int |
getSoTimeout()
Returns the socket read timeout (SO_TIMEOUT) used by the topology connector, 0 disables the timeout
|
java.net.URL[] |
getTopologyConnectorURLs()
Returns the URLs to which to open a topology connector - or null/empty if no topology connector
is configured (default is null)
|
java.lang.String[] |
getTopologyConnectorWhitelist()
Returns a comma separated list of hostnames and/or ip addresses which are allowed as
remote hosts to open connections to the topology connector servlet
|
boolean |
isAutoStopLocalLoopEnabled() |
boolean |
isEncryptionEnabled() |
boolean |
isGzipConnectorRequestsEnabled() |
boolean |
isHmacEnabled() |
int getSocketConnectTimeout()
int getSoTimeout()
java.net.URL[] getTopologyConnectorURLs()
java.lang.String[] getTopologyConnectorWhitelist()
java.lang.String getClusterInstancesPath()
boolean isHmacEnabled()
java.lang.String getSharedKey()
long getKeyInterval()
boolean isEncryptionEnabled()
boolean isGzipConnectorRequestsEnabled()
boolean isAutoStopLocalLoopEnabled()
int getBackoffStandbyFactor()
int getBackoffStableFactor()
long getBackoffStandbyInterval()
long getConnectorPingInterval()
long getConnectorPingTimeout()
int getMinEventDelay()
Copyright © 2018 The Apache Software Foundation. All rights reserved.