Uses of Class
org.infinispan.functional.Param.PersistenceMode
-
Packages that use Param.PersistenceMode Package Description org.infinispan.counter.util org.infinispan.functional Functional API package -
-
Uses of Param.PersistenceMode in org.infinispan.counter.util
Methods in org.infinispan.counter.util that return Param.PersistenceMode Modifier and Type Method Description static Param.PersistenceMode
Utils. getPersistenceMode(Storage storage)
-
Uses of Param.PersistenceMode in org.infinispan.functional
Methods in org.infinispan.functional that return Param.PersistenceMode Modifier and Type Method Description static Param.PersistenceMode
Param.PersistenceMode. defaultValue()
Provides default persistence mode.Param.PersistenceMode
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
Param.PersistenceMode. valueOf(String name)
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.
-