Uses of Enum
org.infinispan.functional.Param.PersistenceMode
-
Uses of Param.PersistenceMode in org.infinispan.counter.impl
Modifier and TypeMethodDescriptionstatic Param.PersistenceMode
Utils.getPersistenceMode
(Storage storage) -
Uses of Param.PersistenceMode in org.infinispan.functional
Modifier 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.