Uses of Class
org.infinispan.configuration.global.ShutdownHookBehavior
-
Packages that use ShutdownHookBehavior Package Description org.infinispan.configuration.global EmbeddedCacheManagerconfiguration -
-
Uses of ShutdownHookBehavior in org.infinispan.configuration.global
Methods in org.infinispan.configuration.global that return ShutdownHookBehavior Modifier and Type Method Description ShutdownHookBehaviorShutdownConfiguration. hookBehavior()static ShutdownHookBehaviorShutdownHookBehavior. valueOf(String name)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 ShutdownHookBehavior Modifier and Type Method Description ShutdownConfigurationBuilderShutdownConfigurationBuilder. hookBehavior(ShutdownHookBehavior hookBehavior)
-