Uses of Interface
org.infinispan.persistence.spi.AdvancedCacheExpirationWriter
-
Packages that use AdvancedCacheExpirationWriter Package Description org.infinispan.persistence.jdbc.stringbased JDBC CacheStore implementation which maps keys to strings.org.infinispan.persistence.remote Hot Rod-basedAdvancedLoadWriteStore
.org.infinispan.persistence.rocksdb RocksDB-basedAdvancedLoadWriteStore
.org.infinispan.persistence.spi The Persistence SPI. -
-
Uses of AdvancedCacheExpirationWriter in org.infinispan.persistence.jdbc.stringbased
Classes in org.infinispan.persistence.jdbc.stringbased that implement AdvancedCacheExpirationWriter Modifier and Type Class Description class
JdbcStringBasedStore<K,V>
AdvancedCacheLoader
implementation that stores the entries in a database. -
Uses of AdvancedCacheExpirationWriter in org.infinispan.persistence.remote
Classes in org.infinispan.persistence.remote that implement AdvancedCacheExpirationWriter Modifier and Type Class Description class
RemoteStore<K,V>
Cache store that delegates the call to a infinispan cluster. -
Uses of AdvancedCacheExpirationWriter in org.infinispan.persistence.rocksdb
Classes in org.infinispan.persistence.rocksdb that implement AdvancedCacheExpirationWriter Modifier and Type Class Description class
RocksDBStore<K,V>
-
Uses of AdvancedCacheExpirationWriter in org.infinispan.persistence.spi
Subinterfaces of AdvancedCacheExpirationWriter in org.infinispan.persistence.spi Modifier and Type Interface Description 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.
-