Uses of Package
org.infinispan.persistence.support
-
Packages that use org.infinispan.persistence.support Package Description org.infinispan.persistence.async org.infinispan.persistence.jdbc.stringbased JDBC CacheStore implementation which maps keys to strings.org.infinispan.persistence.manager Implementations of thePersistenceManager
interface, which define the logic of how infinispan interacts with external stores.org.infinispan.persistence.spi The Persistence SPI.org.infinispan.persistence.support org.infinispan.util.logging Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines. -
Classes in org.infinispan.persistence.support used by org.infinispan.persistence.async Class Description DelegatingCacheLoader DelegatingCacheWriter -
Classes in org.infinispan.persistence.support used by org.infinispan.persistence.jdbc.stringbased Class Description BatchModification A simple wrapper class, necessary for Transactional stores, which allows MarshalledEntries and Object keys to be passed to a store implementation in order. -
Classes in org.infinispan.persistence.support used by org.infinispan.persistence.manager Class Description BatchModification A simple wrapper class, necessary for Transactional stores, which allows MarshalledEntries and Object keys to be passed to a store implementation in order. -
Classes in org.infinispan.persistence.support used by org.infinispan.persistence.spi Class Description BatchModification A simple wrapper class, necessary for Transactional stores, which allows MarshalledEntries and Object keys to be passed to a store implementation in order. -
Classes in org.infinispan.persistence.support used by org.infinispan.persistence.support Class Description AbstractSegmentedAdvancedLoadWriteStore Abstract segment loader writer that implements all the single key non segmented methods by invoking the segmented equivalent by passing in the segment returned from invokingAbstractSegmentedAdvancedLoadWriteStore.getKeyMapper()
.DelegatingCacheWriter SingletonCacheWriter Deprecated.this writer will be removed in 10.0.SingletonCacheWriter.PushStateException Deprecated.Exception representing any issues that arise from pushing the in-memory state to the cache loader. -
Classes in org.infinispan.persistence.support used by org.infinispan.util.logging Class Description SingletonCacheWriter.PushStateException Deprecated.Exception representing any issues that arise from pushing the in-memory state to the cache loader.