Uses of Interface
org.infinispan.persistence.spi.ExternalStore
-
Packages that use ExternalStore Package Description org.infinispan.persistence.file Simple filesystem-basedCacheWriter
implementation.org.infinispan.persistence.spi The Persistence SPI. -
-
Uses of ExternalStore in org.infinispan.persistence.file
Classes in org.infinispan.persistence.file that implement ExternalStore Modifier and Type Class Description class
SingleFileStore<K,V>
A filesystem-based implementation of aAdvancedLoadWriteStore
. -
Uses of ExternalStore in org.infinispan.persistence.spi
Subinterfaces of ExternalStore in org.infinispan.persistence.spi Modifier and Type Interface Description interface
AdvancedLoadWriteStore<K,V>
Advanced interface for interacting with an external store in a read-write mode.interface
FlagAffectedStore<K,V>
Implemented by stores that can skip writes based on certain flags present in the invocation.
-