Uses of Class
org.infinispan.persistence.modifications.Modification.Type
-
Packages that use Modification.Type Package Description org.infinispan.persistence.modifications Modifications that are used to encapsulate cache operations for application to aCacheStore. -
-
Uses of Modification.Type in org.infinispan.persistence.modifications
Methods in org.infinispan.persistence.modifications that return Modification.Type Modifier and Type Method Description Modification.TypeClear. getType()Modification.TypeModification. getType()Modification.TypeModificationsList. getType()Modification.TypeRemove. getType()Modification.TypeStore. getType()static Modification.TypeModification.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Modification.Type[]Modification.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-