Uses of Enum Class
org.infinispan.configuration.global.UncleanShutdownAction
Packages that use UncleanShutdownAction
-
Uses of UncleanShutdownAction in org.infinispan.configuration.global
Fields in org.infinispan.configuration.global with type parameters of type UncleanShutdownActionModifier and TypeFieldDescriptionstatic final AttributeDefinition<UncleanShutdownAction> GlobalStateConfiguration.UNCLEAN_SHUTDOWN_ACTIONMethods in org.infinispan.configuration.global that return UncleanShutdownActionModifier and TypeMethodDescriptionGlobalStateConfiguration.uncleanShutdownAction()static UncleanShutdownActionReturns the enum constant of this class with the specified name.static UncleanShutdownAction[]UncleanShutdownAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.configuration.global with parameters of type UncleanShutdownActionModifier and TypeMethodDescriptionGlobalStateConfigurationBuilder.uncleanShutdownAction(UncleanShutdownAction action) Defines the action taken when a dangling lock file is found in the persistent global state, signifying an unclean shutdown of the node (usually because of a crash or an external termination).