Uses of Interface
org.infinispan.persistence.spi.AdvancedLoadWriteStore
Packages that use AdvancedLoadWriteStore
Package
Description
The Persistence SPI.
-
Uses of AdvancedLoadWriteStore in org.infinispan.persistence.spi
Subinterfaces of AdvancedLoadWriteStore in org.infinispan.persistence.spiModifier and TypeInterfaceDescriptioninterface
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of AdvancedLoadWriteStore in org.infinispan.persistence.support
Classes in org.infinispan.persistence.support that implement AdvancedLoadWriteStoreModifier 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.Method parameters in org.infinispan.persistence.support with type arguments of type AdvancedLoadWriteStoreModifier and TypeMethodDescriptionvoid
ComposedSegmentedLoadWriteStore.forEach
(ObjIntConsumer<? super AdvancedLoadWriteStore> consumer) Method that allows user to directly invoke some method(s) on the underlying store.
NonBlockingStore