Uses of Interface
org.infinispan.persistence.spi.CacheWriter
-
Packages that use CacheWriter Package Description org.infinispan.persistence.file Simple filesystem-basedCacheWriterimplementation.org.infinispan.persistence.jdbc.stringbased JDBC CacheStore implementation which maps keys to strings.org.infinispan.persistence.jpa JPA-basedAdvancedLoadWriteStore.org.infinispan.persistence.spi The Persistence SPI. -
-
Uses of CacheWriter in org.infinispan.persistence.file
Classes in org.infinispan.persistence.file that implement CacheWriter Modifier and Type Class Description classSingleFileStore<K,V>A filesystem-based implementation of aAdvancedLoadWriteStore. -
Uses of CacheWriter in org.infinispan.persistence.jdbc.stringbased
Classes in org.infinispan.persistence.jdbc.stringbased that implement CacheWriter Modifier and Type Class Description classJdbcStringBasedStore<K,V>AdvancedCacheLoaderimplementation that stores the entries in a database. -
Uses of CacheWriter in org.infinispan.persistence.jpa
Classes in org.infinispan.persistence.jpa that implement CacheWriter Modifier and Type Class Description classJpaStore<K,V>NOTE: This store can return expired keys or entries on any given operation ifJpaStoreConfiguration.storeMetadata()was set to false. -
Uses of CacheWriter in org.infinispan.persistence.spi
Subinterfaces of CacheWriter in org.infinispan.persistence.spi Modifier and Type Interface Description interfaceAdvancedCacheExpirationWriter<K,V>Deprecated.since 11.0 replaced byNonBlockingStoreinterfaceAdvancedCacheWriter<K,V>Deprecated.since 11.0 replaced byNonBlockingStoreinterfaceAdvancedLoadWriteStore<K,V>Deprecated.since 11.0 replaced byNonBlockingStoreinterfaceExternalStore<K,V>Deprecated.since 11.0 replaced byNonBlockingStoreinterfaceFlagAffectedStore<K,V>Implemented by stores that can skip writes based on certain flags present in the invocation.interfaceSegmentedAdvancedLoadWriteStore<K,V>Deprecated.since 11.0 replaced byNonBlockingStoreinterfaceTransactionalCacheWriter<K,V>Deprecated.since 11.0 replaced byNonBlockingStore
-