Uses of Class
org.infinispan.persistence.support.BatchModification
-
Packages that use BatchModification Package Description org.infinispan.persistence.jdbc.stringbased JDBC CacheStore implementation which maps keys to strings.org.infinispan.persistence.manager Implementations of thePersistenceManagerinterface, which define the logic of how infinispan interacts with external stores.org.infinispan.persistence.spi The Persistence SPI. -
-
Uses of BatchModification in org.infinispan.persistence.jdbc.stringbased
Methods in org.infinispan.persistence.jdbc.stringbased with parameters of type BatchModification Modifier and Type Method Description voidJdbcStringBasedStore. prepareWithModifications(Transaction transaction, BatchModification batchModification) -
Uses of BatchModification in org.infinispan.persistence.manager
Methods in org.infinispan.persistence.manager with parameters of type BatchModification Modifier and Type Method Description voidPersistenceManager. prepareAllTxStores(Transaction transaction, BatchModification batchModification, Predicate<? super StoreConfiguration> predicate)Perform the prepare phase of 2PC on all Tx stores.voidPersistenceManagerImpl. prepareAllTxStores(Transaction transaction, BatchModification batchModification, Predicate<? super StoreConfiguration> predicate)voidPersistenceManagerStub. prepareAllTxStores(Transaction transaction, BatchModification batchModification, Predicate<? super StoreConfiguration> predicate) -
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)Write modifications to the store in the prepare phase, as this is the only way we know the FINAL values of the entries.
-