Uses of Annotation Interface
org.infinispan.commons.configuration.ConfiguredBy
Packages that use ConfiguredBy
Package
Description
A
CacheLoader
(not CacheWriter
) that polls other nodes in the cluster for state.Simple filesystem-based
CacheWriter
implementation.JDBC CacheStore implementation which maps keys to strings.
Hot Rod-based
AdvancedLoadWriteStore
.RocksDB-based
AdvancedLoadWriteStore
.Soft Index
NonBlockingStore
.This package contains a
AdvancedLoadWriteStore
implementation based on
a JDBC database connection.-
Uses of ConfiguredBy in org.infinispan.configuration.parsing
Classes in org.infinispan.configuration.parsing with annotations of type ConfiguredByModifier and TypeClassDescriptionclass
SFSToSIFSStore<K,
V> Store that is used to migrate data from ISPN 12.0 SingleFileStore to an ISPN 13.0 SoftIndexFileStore. -
Uses of ConfiguredBy in org.infinispan.persistence.cluster
Classes in org.infinispan.persistence.cluster with annotations of type ConfiguredByModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0. -
Uses of ConfiguredBy in org.infinispan.persistence.file
Classes in org.infinispan.persistence.file with annotations of type ConfiguredByModifier and TypeClassDescriptionclass
SingleFileStore<K,
V> A filesystem-based implementation of aNonBlockingStore
. -
Uses of ConfiguredBy in org.infinispan.persistence.jdbc.stringbased
Classes in org.infinispan.persistence.jdbc.stringbased with annotations of type ConfiguredByModifier and TypeClassDescriptionclass
JdbcStringBasedStore<K,
V> AdvancedCacheLoader
implementation that stores the entries in a database. -
Uses of ConfiguredBy in org.infinispan.persistence.remote
Classes in org.infinispan.persistence.remote with annotations of type ConfiguredByModifier and TypeClassDescriptionclass
RemoteStore<K,
V> Cache store that delegates the call to a infinispan cluster. -
Uses of ConfiguredBy in org.infinispan.persistence.rocksdb
Classes in org.infinispan.persistence.rocksdb with annotations of type ConfiguredBy -
Uses of ConfiguredBy in org.infinispan.persistence.sifs
Classes in org.infinispan.persistence.sifs with annotations of type ConfiguredByModifier and TypeClassDescriptionclass
Local file-based cache store, optimized for write-through use with strong consistency guarantees (ability to flush disk operations before returning from the store call). -
Uses of ConfiguredBy in org.infinispan.persistence.sql
Classes in org.infinispan.persistence.sql with annotations of type ConfiguredBy