Uses of Enum Class
org.infinispan.configuration.global.ShutdownHookBehavior
Packages that use ShutdownHookBehavior
-
Uses of ShutdownHookBehavior in org.infinispan.configuration.global
Subclasses with type arguments of type ShutdownHookBehavior in org.infinispan.configuration.globalModifier and TypeClassDescriptionenum
Behavior of the JVM shutdown hook registered by the cacheMethods in org.infinispan.configuration.global that return ShutdownHookBehaviorModifier and TypeMethodDescriptionShutdownConfiguration.hookBehavior()
static ShutdownHookBehavior
Returns the enum constant of this class with the specified name.static ShutdownHookBehavior[]
ShutdownHookBehavior.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 ShutdownHookBehaviorModifier and TypeMethodDescriptionShutdownConfigurationBuilder.hookBehavior
(ShutdownHookBehavior hookBehavior)