Uses of Enum
org.infinispan.functional.Param.PersistenceMode
Packages that use Param.PersistenceMode
-
Uses of Param.PersistenceMode in org.infinispan.functional
Methods in org.infinispan.functional that return Param.PersistenceModeModifier and TypeMethodDescriptionstatic Param.PersistenceMode
Param.PersistenceMode.defaultValue()
Provides default persistence mode.Param.PersistenceMode.get()
static Param.PersistenceMode
Param.PersistenceMode.valueOf
(int ordinal) Returns the enum constant of this type with the specified name.static Param.PersistenceMode
Returns the enum constant of this type with the specified name.static Param.PersistenceMode[]
Param.PersistenceMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.