Uses of Interface
org.infinispan.persistence.spi.AdvancedCacheWriter
-
Packages that use AdvancedCacheWriter Package Description org.infinispan.persistence.async org.infinispan.persistence.file Simple filesystem-basedCacheWriter
implementation.org.infinispan.persistence.spi The Persistence SPI.org.infinispan.persistence.support -
-
Uses of AdvancedCacheWriter in org.infinispan.persistence.async
Classes in org.infinispan.persistence.async that implement AdvancedCacheWriter Modifier and Type Class Description class
AdvancedAsyncCacheWriter
-
Uses of AdvancedCacheWriter in org.infinispan.persistence.file
Classes in org.infinispan.persistence.file that implement AdvancedCacheWriter Modifier and Type Class Description class
SingleFileStore<K,V>
A filesystem-based implementation of aAdvancedLoadWriteStore
. -
Uses of AdvancedCacheWriter in org.infinispan.persistence.spi
Subinterfaces of AdvancedCacheWriter in org.infinispan.persistence.spi Modifier and Type Interface Description interface
AdvancedCacheExpirationWriter<K,V>
Defines functionality for advanced expiration techniques.interface
AdvancedLoadWriteStore<K,V>
Advanced interface for interacting with an external store in a read-write mode.interface
SegmentedAdvancedLoadWriteStore<K,V>
An interface implementing bothAdvancedCacheWriter
andAdvancedCacheLoader
as well as overrides of those methods that can be optimized when a segment is already known for the key or a subset of segments are to be used instead of the entire store.interface
TransactionalCacheWriter<K,V>
Defines the functionality of a transactional store. -
Uses of AdvancedCacheWriter in org.infinispan.persistence.support
Classes in org.infinispan.persistence.support that implement AdvancedCacheWriter Modifier and Type Class Description class
AbstractSegmentedAdvancedLoadWriteStore<K,V>
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()
.class
AdvancedSingletonCacheWriter
Deprecated.this writer will be removed in 10.0.class
ComposedSegmentedLoadWriteStore<K,V,T extends AbstractSegmentedStoreConfiguration>
Segmented store that creates multiple inner stores for each segment.
-