Package com.vaadin.kubernetes.starter.ui
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, for removal: This API element is subject to removal in a future version.
Cluster support for Vaadin applications.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.UseKubernetesKitProperties.getAppVersion()to configure the application version instead.static final StringDeprecated, for removal: This API element is subject to removal in a future version.UseKubernetesKitProperties.getStickySessionCookieName()to configure the sticky session cookie name instead.static final StringDeprecated, for removal: This API element is subject to removal in a future version.UseKubernetesKitProperties.getUpdateVersionHeaderName()to configure the update version header name instead. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.UseRollingUpdateHandlerinstead.ClusterSupport(String stickySessionCookieName, String updateVersionHeaderName) Deprecated, for removal: This API element is subject to removal in a future version.UseRollingUpdateHandlerinstead.ClusterSupport(String appVersion, String stickySessionCookieName, String updateVersionHeaderName) Deprecated, for removal: This API element is subject to removal in a future version.UseRollingUpdateHandlerinstead. -
Method Summary
Methods inherited from class com.vaadin.kubernetes.starter.ui.RollingUpdateHandler
serviceInit, setSwitchVersionListener
-
Field Details
-
ENV_APP_VERSION
Deprecated, for removal: This API element is subject to removal in a future version.UseKubernetesKitProperties.getAppVersion()to configure the application version instead.Version environment variable name.- See Also:
-
UPDATE_VERSION_HEADER
Deprecated, for removal: This API element is subject to removal in a future version.UseKubernetesKitProperties.getUpdateVersionHeaderName()to configure the update version header name instead.Update version header name.- See Also:
-
STICKY_CLUSTER_COOKIE
Deprecated, for removal: This API element is subject to removal in a future version.UseKubernetesKitProperties.getStickySessionCookieName()to configure the sticky session cookie name instead.Sticky cluster cookie name.- See Also:
-
-
Constructor Details
-
ClusterSupport
Deprecated, for removal: This API element is subject to removal in a future version.UseRollingUpdateHandlerinstead.Creates a newClusterSupportinstance 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.UseRollingUpdateHandlerinstead.Creates a newClusterSupportinstance.- Parameters:
stickySessionCookieName- the name of the sticky session cookieupdateVersionHeaderName- 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.UseRollingUpdateHandlerinstead.Creates a newClusterSupportinstance.- Parameters:
appVersion- the application versionstickySessionCookieName- the name of the sticky session cookieupdateVersionHeaderName- the name of the update version header
-
RollingUpdateHandlerinstead.