Uses of Interface
org.infinispan.persistence.modifications.Modification
-
Packages that use Modification Package Description org.infinispan.persistence.async org.infinispan.persistence.modifications Modifications that are used to encapsulate cache operations for application to aCacheStore. -
-
Uses of Modification in org.infinispan.persistence.async
Method parameters in org.infinispan.persistence.async with type arguments of type Modification Modifier and Type Method Description protected voidAsyncCacheWriter. applyModificationsSync(List<Modification> mods)Constructor parameters in org.infinispan.persistence.async with type arguments of type Modification Constructor Description State(boolean clear, ConcurrentMap<Object,Modification> modMap, State next) -
Uses of Modification in org.infinispan.persistence.modifications
Classes in org.infinispan.persistence.modifications that implement Modification Modifier and Type Class Description classClearclassModificationsListModificationsList contains a ListclassRemoveRepresents aCacheWriter.delete(Object)(Object)} modificationclassStoreModification representingCacheWriter.write(org.infinispan.marshall.core.MarshalledEntry).Methods in org.infinispan.persistence.modifications that return types with arguments of type Modification Modifier and Type Method Description List<? extends Modification>ModificationsList. getList()Constructor parameters in org.infinispan.persistence.modifications with type arguments of type Modification Constructor Description ModificationsList(List<? extends Modification> list)
-