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

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

    • actionOnStartupError

      protected String actionOnStartupError
      How APIGateway responds when an error at start up prevents APIGateway from joining the cluster.
    • cacheManagerName

      protected String cacheManagerName
      The default cache manager.
    • cacheName

      protected String cacheName
      The default cache.
    • clusterAware

      protected Boolean clusterAware
      The property which is used to find whether APIGateway is cluster aware.
    • clusterName

      protected String clusterName
      Name of the cluster to which this APIGateway belongs.
    • clusterSessTimeout

      protected String clusterSessTimeout
      Number of minutes an inactive session will be retained in the clustered session store. The default is 60.
    • currentlyClustered

      protected Boolean currentlyClustered
      The current clustered state of APIGateway.
    • message

      protected String message
      Message to be displayed to the clients.
    • pendingRestart

      protected Boolean pendingRestart
      The property used to determine whether APIGateway is pending for restart for the cluster settings to take effect.
    • tsaURLs

      protected 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.
  • Konstruktordetails

    • ClusterInfo

      public ClusterInfo(Consumer<ClusterInfo> spec)
      Constructs a validated instance of ClusterInfo.
      Parameter:
      spec - the specification to process
    • ClusterInfo

      @Internal public ClusterInfo(String actionOnStartupError, String cacheManagerName, String cacheName, Boolean clusterAware, String clusterName, String clusterSessTimeout, Boolean currentlyClustered, String message, Boolean pendingRestart, String tsaURLs)
      Constructs a validated instance of ClusterInfo.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using ClusterInfo(Consumer) instead.

      Parameter:
      actionOnStartupError - How APIGateway responds when an error at start up prevents APIGateway from joining the cluster.
      cacheManagerName - The default cache manager.
      cacheName - The default cache.
      clusterAware - The property which is used to find whether APIGateway is cluster aware.
      clusterName - Name of the cluster to which this APIGateway belongs.
      clusterSessTimeout - Number of minutes an inactive session will be retained in the clustered session store. The default is 60.
      currentlyClustered - The current clustered state of APIGateway.
      message - Message to be displayed to the clients.
      pendingRestart - The property used to determine whether APIGateway is pending for restart for the cluster settings to take effect.
      tsaURLs - A comma separated list of the URLs for the Terracotta Server Array to be used with the cluster to which this APIGateway belongs.
    • ClusterInfo

      protected ClusterInfo()
  • Methodendetails

    • builder

      public static ClusterInfo.ClusterInfoBuilder builder()
    • actionOnStartupError

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

      public String cacheManagerName()
      The default cache manager.
    • cacheName

      public String cacheName()
      The default cache.
    • clusterAware

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

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

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

      public Boolean currentlyClustered()
      The current clustered state of APIGateway.
    • message

      public String message()
      Message to be displayed to the clients.
    • pendingRestart

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

      public 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.
    • actionOnStartupError

      public ClusterInfo actionOnStartupError(String actionOnStartupError)
      How APIGateway responds when an error at start up prevents APIGateway from joining the cluster.
      Gibt zurück:
      this.
    • cacheManagerName

      public ClusterInfo cacheManagerName(String cacheManagerName)
      The default cache manager.
      Gibt zurück:
      this.
    • cacheName

      public ClusterInfo cacheName(String cacheName)
      The default cache.
      Gibt zurück:
      this.
    • clusterAware

      public ClusterInfo clusterAware(Boolean clusterAware)
      The property which is used to find whether APIGateway is cluster aware.
      Gibt zurück:
      this.
    • clusterName

      public ClusterInfo clusterName(String clusterName)
      Name of the cluster to which this APIGateway belongs.
      Gibt zurück:
      this.
    • clusterSessTimeout

      public ClusterInfo clusterSessTimeout(String clusterSessTimeout)
      Number of minutes an inactive session will be retained in the clustered session store. The default is 60.
      Gibt zurück:
      this.
    • currentlyClustered

      public ClusterInfo currentlyClustered(Boolean currentlyClustered)
      The current clustered state of APIGateway.
      Gibt zurück:
      this.
    • message

      public ClusterInfo message(String message)
      Message to be displayed to the clients.
      Gibt zurück:
      this.
    • pendingRestart

      public ClusterInfo pendingRestart(Boolean pendingRestart)
      The property used to determine whether APIGateway is pending for restart for the cluster settings to take effect.
      Gibt zurück:
      this.
    • tsaURLs

      public ClusterInfo tsaURLs(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.
      Gibt zurück:
      this.
    • 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