Uses of Enum
org.infinispan.configuration.global.ShutdownHookBehavior
Packages that use ShutdownHookBehavior
-
Uses of ShutdownHookBehavior in org.infinispan.configuration.global
Methods in org.infinispan.configuration.global that return ShutdownHookBehaviorModifier and TypeMethodDescriptionShutdownConfiguration.hookBehavior()
static ShutdownHookBehavior
Returns the enum constant of this type with the specified name.static ShutdownHookBehavior[]
ShutdownHookBehavior.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.configuration.global with parameters of type ShutdownHookBehaviorModifier and TypeMethodDescriptionShutdownConfigurationBuilder.hookBehavior
(ShutdownHookBehavior hookBehavior)