Uses of Class
org.infinispan.persistence.support.BatchModification
-
Packages that use BatchModification Package Description org.infinispan.persistence.spi The Persistence SPI. -
-
Uses of BatchModification in org.infinispan.persistence.spi
Methods in org.infinispan.persistence.spi with parameters of type BatchModification Modifier and Type Method Description voidTransactionalCacheWriter. prepareWithModifications(Transaction transaction, BatchModification batchModification)Deprecated.Write modifications to the store in the prepare phase, as this is the only way we know the FINAL values of the entries.
-