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.Type
Clear. getType()
Modification.Type
Modification. getType()
Modification.Type
ModificationsList. getType()
Modification.Type
Remove. getType()
Modification.Type
Store. getType()
static Modification.Type
Modification.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.
-