Uses of Class
org.infinispan.commons.configuration.ConfiguredBy
-
Packages that use ConfiguredBy Package Description org.infinispan.persistence.cluster ACacheLoader
(notCacheWriter
) that polls other nodes in the cluster for state.org.infinispan.persistence.file Simple filesystem-basedCacheWriter
implementation.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
.org.infinispan.persistence.rocksdb RocksDB-basedAdvancedLoadWriteStore
. -
-
Uses of ConfiguredBy in org.infinispan.persistence.cluster
Classes in org.infinispan.persistence.cluster with annotations of type ConfiguredBy Modifier and Type Class Description class
ClusterLoader
Deprecated.since 11.0. -
Uses of ConfiguredBy in org.infinispan.persistence.file
Classes in org.infinispan.persistence.file with annotations of type ConfiguredBy Modifier and Type Class Description class
SingleFileStore<K,V>
A filesystem-based implementation of aAdvancedLoadWriteStore
. -
Uses of ConfiguredBy in org.infinispan.persistence.jdbc.stringbased
Classes in org.infinispan.persistence.jdbc.stringbased with annotations of type ConfiguredBy Modifier and Type Class Description class
JdbcStringBasedStore<K,V>
AdvancedCacheLoader
implementation that stores the entries in a database. -
Uses of ConfiguredBy in org.infinispan.persistence.jpa
Classes in org.infinispan.persistence.jpa with annotations of type ConfiguredBy Modifier and Type Class Description class
JpaStore<K,V>
NOTE: This store can return expired keys or entries on any given operation ifJpaStoreConfiguration.storeMetadata()
was set to false. -
Uses of ConfiguredBy in org.infinispan.persistence.remote
Classes in org.infinispan.persistence.remote with annotations of type ConfiguredBy Modifier and Type Class Description class
RemoteStore<K,V>
Cache store that delegates the call to a infinispan cluster. -
Uses of ConfiguredBy in org.infinispan.persistence.rest
Classes in org.infinispan.persistence.rest with annotations of type ConfiguredBy Modifier and Type Class Description class
RestStore<K,V>
Deprecated.This cache store will be changed to only implementCacheLoader
-
Uses of ConfiguredBy in org.infinispan.persistence.rocksdb
Classes in org.infinispan.persistence.rocksdb with annotations of type ConfiguredBy Modifier and Type Class Description class
RocksDBStore<K,V>
-