Uses of Interface
org.infinispan.persistence.spi.AdvancedCacheWriter
Package
Description
The Persistence SPI.
-
Uses of AdvancedCacheWriter in org.infinispan.persistence.spi
Modifier and TypeInterfaceDescriptioninterface
Deprecated, for removal: This API element is subject to removal in a future version.interface
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0 replaced byNonBlockingStore
interface
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0 replaced byNonBlockingStore
interface
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0 replaced byNonBlockingStore
-
Uses of AdvancedCacheWriter in org.infinispan.persistence.support
Modifier and TypeClassDescriptionclass
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
Segmented store that creates multiple inner stores for each segment.
NonBlockingStore