java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.ClusterInfo

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class ClusterInfo extends Object
ClusterInfo
  • Konstruktordetails

  • Methodendetails

    • getActionOnStartupError

      public String getActionOnStartupError()
      How APIGateway responds when an error at start up prevents APIGateway from joining the cluster.
    • getCacheManagerName

      public String getCacheManagerName()
      The default cache manager.
    • getCacheName

      public String getCacheName()
      The default cache.
    • getClusterAware

      public Boolean getClusterAware()
      The property which is used to find whether APIGateway is cluster aware.
    • getClusterName

      public String getClusterName()
      Name of the cluster to which this APIGateway belongs.
    • getClusterSessTimeout

      public String getClusterSessTimeout()
      Number of minutes an inactive session will be retained in the clustered session store. The default is 60.
    • getCurrentlyClustered

      public Boolean getCurrentlyClustered()
      The current clustered state of APIGateway.
    • getMessage

      public String getMessage()
      Message to be displayed to the clients.
    • getPendingRestart

      public Boolean getPendingRestart()
      The property used to determine whether APIGateway is pending for restart for the cluster settings to take effect.
    • getTsaURLs

      public String 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

      public void setActionOnStartupError(String actionOnStartupError)
      How APIGateway responds when an error at start up prevents APIGateway from joining the cluster.
    • setCacheManagerName

      public void setCacheManagerName(String cacheManagerName)
      The default cache manager.
    • setCacheName

      public void setCacheName(String cacheName)
      The default cache.
    • setClusterAware

      public void setClusterAware(Boolean clusterAware)
      The property which is used to find whether APIGateway is cluster aware.
    • setClusterName

      public void setClusterName(String clusterName)
      Name of the cluster to which this APIGateway belongs.
    • setClusterSessTimeout

      public void setClusterSessTimeout(String clusterSessTimeout)
      Number of minutes an inactive session will be retained in the clustered session store. The default is 60.
    • setCurrentlyClustered

      public void setCurrentlyClustered(Boolean currentlyClustered)
      The current clustered state of APIGateway.
    • setMessage

      public void setMessage(String message)
      Message to be displayed to the clients.
    • setPendingRestart

      public void setPendingRestart(Boolean pendingRestart)
      The property used to determine whether APIGateway is pending for restart for the cluster settings to take effect.
    • setTsaURLs

      public void setTsaURLs(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.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object