Uses of Enum Class
org.infinispan.functional.Param.PersistenceMode
Packages that use Param.PersistenceMode
-
Uses of Param.PersistenceMode in org.infinispan.counter.impl
Methods in org.infinispan.counter.impl that return Param.PersistenceModeModifier and TypeMethodDescriptionstatic Param.PersistenceModeUtils.getPersistenceMode(org.infinispan.counter.api.Storage storage) -
Uses of Param.PersistenceMode in org.infinispan.functional
Subclasses with type arguments of type Param.PersistenceMode in org.infinispan.functionalModifier and TypeClassDescriptionstatic enumWhen a persistence store is attached to a cache, by default all write operations, regardless of whether they are inserts, updates or removes, are persisted to the store.Classes in org.infinispan.functional that implement interfaces with type arguments of type Param.PersistenceModeModifier and TypeClassDescriptionstatic enumWhen a persistence store is attached to a cache, by default all write operations, regardless of whether they are inserts, updates or removes, are persisted to the store.Methods in org.infinispan.functional that return Param.PersistenceModeModifier and TypeMethodDescriptionstatic Param.PersistenceModeParam.PersistenceMode.defaultValue()Provides default persistence mode.Param.PersistenceMode.get()static Param.PersistenceModeParam.PersistenceMode.valueOf(int ordinal) Returns the enum constant of this class with the specified name.static Param.PersistenceModeReturns the enum constant of this class with the specified name.static Param.PersistenceMode[]Param.PersistenceMode.values()Returns an array containing the constants of this enum class, in the order they are declared.