Class ClusterSupport

java.lang.Object
com.vaadin.kubernetes.starter.ui.RollingUpdateHandler
com.vaadin.kubernetes.starter.ui.ClusterSupport
All Implemented Interfaces:
com.vaadin.flow.server.VaadinServiceInitListener, Serializable, EventListener

@Deprecated(forRemoval=true) public class ClusterSupport extends RollingUpdateHandler
Deprecated, for removal: This API element is subject to removal in a future version.
Cluster support for Vaadin applications.
See Also:
  • Field Details

  • Constructor Details

    • ClusterSupport

      @Deprecated(forRemoval=true) public ClusterSupport()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Creates a new ClusterSupport instance with default values.
    • ClusterSupport

      @Deprecated(forRemoval=true) public ClusterSupport(String stickySessionCookieName, String updateVersionHeaderName)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Creates a new ClusterSupport instance.
      Parameters:
      stickySessionCookieName - the name of the sticky session cookie
      updateVersionHeaderName - the name of the update version header
    • ClusterSupport

      @Deprecated(forRemoval=true) public ClusterSupport(String appVersion, String stickySessionCookieName, String updateVersionHeaderName)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Creates a new ClusterSupport instance.
      Parameters:
      appVersion - the application version
      stickySessionCookieName - the name of the sticky session cookie
      updateVersionHeaderName - the name of the update version header