Uses of Class
org.infinispan.commons.persistence.Store
-
Packages that use Store 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.remote Hot Rod-basedAdvancedLoadWriteStore.org.infinispan.persistence.rest RESTfulAdvancedLoadWriteStore. -
-
Uses of Store in org.infinispan.persistence.file
Classes in org.infinispan.persistence.file with annotations of type Store Modifier and Type Class Description classSingleFileStore<K,V>A filesystem-based implementation of aAdvancedLoadWriteStore. -
Uses of Store in org.infinispan.persistence.jdbc.stringbased
Classes in org.infinispan.persistence.jdbc.stringbased with annotations of type Store Modifier and Type Class Description classJdbcStringBasedStore<K,V>AdvancedCacheLoaderimplementation that stores the entries in a database. -
Uses of Store in org.infinispan.persistence.jpa
Classes in org.infinispan.persistence.jpa with annotations of type Store 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 Store in org.infinispan.persistence.remote
Classes in org.infinispan.persistence.remote with annotations of type Store Modifier and Type Class Description classRemoteStore<K,V>Cache store that delegates the call to a infinispan cluster. -
Uses of Store in org.infinispan.persistence.rest
Classes in org.infinispan.persistence.rest with annotations of type Store Modifier and Type Class Description classRestStore<K,V>Deprecated.This cache store will be changed to only implementCacheLoader
-