Klasse ClusterInfo
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.ClusterInfo
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ClusterInfo
extends Object
ClusterInfo
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleanHow APIGateway responds when an error at start up prevents APIGateway from joining the cluster.The default cache manager.The default cache.The property which is used to find whether APIGateway is cluster aware.Name of the cluster to which this APIGateway belongs.Number of minutes an inactive session will be retained in the clustered session store.The current clustered state of APIGateway.Message to be displayed to the clients.The property used to determine whether APIGateway is pending for restart for the cluster settings to take effect.A comma separated list of the URLs for the Terracotta Server Array to be used with the cluster to which this APIGateway belongs.inthashCode()voidsetActionOnStartupError(String actionOnStartupError) How APIGateway responds when an error at start up prevents APIGateway from joining the cluster.voidsetCacheManagerName(String cacheManagerName) The default cache manager.voidsetCacheName(String cacheName) The default cache.voidsetClusterAware(Boolean clusterAware) The property which is used to find whether APIGateway is cluster aware.voidsetClusterName(String clusterName) Name of the cluster to which this APIGateway belongs.voidsetClusterSessTimeout(String clusterSessTimeout) Number of minutes an inactive session will be retained in the clustered session store.voidsetCurrentlyClustered(Boolean currentlyClustered) The current clustered state of APIGateway.voidsetMessage(String message) Message to be displayed to the clients.voidsetPendingRestart(Boolean pendingRestart) The property used to determine whether APIGateway is pending for restart for the cluster settings to take effect.voidsetTsaURLs(String tsaURLs) A comma separated list of the URLs for the Terracotta Server Array to be used with the cluster to which this APIGateway belongs.toString()
-
Konstruktordetails
-
ClusterInfo
-
ClusterInfo
public ClusterInfo()
-
-
Methodendetails
-
getActionOnStartupError
How APIGateway responds when an error at start up prevents APIGateway from joining the cluster. -
getCacheManagerName
The default cache manager. -
getCacheName
The default cache. -
getClusterAware
The property which is used to find whether APIGateway is cluster aware. -
getClusterName
Name of the cluster to which this APIGateway belongs. -
getClusterSessTimeout
Number of minutes an inactive session will be retained in the clustered session store. The default is 60. -
getCurrentlyClustered
The current clustered state of APIGateway. -
getMessage
Message to be displayed to the clients. -
getPendingRestart
The property used to determine whether APIGateway is pending for restart for the cluster settings to take effect. -
getTsaURLs
A comma separated list of the URLs for the Terracotta Server Array to be used with the cluster to which this APIGateway belongs. -
setActionOnStartupError
How APIGateway responds when an error at start up prevents APIGateway from joining the cluster. -
setCacheManagerName
The default cache manager. -
setCacheName
The default cache. -
setClusterAware
The property which is used to find whether APIGateway is cluster aware. -
setClusterName
Name of the cluster to which this APIGateway belongs. -
setClusterSessTimeout
Number of minutes an inactive session will be retained in the clustered session store. The default is 60. -
setCurrentlyClustered
The current clustered state of APIGateway. -
setMessage
Message to be displayed to the clients. -
setPendingRestart
The property used to determine whether APIGateway is pending for restart for the cluster settings to take effect. -
setTsaURLs
A comma separated list of the URLs for the Terracotta Server Array to be used with the cluster to which this APIGateway belongs. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-