Uses of Annotation Type
org.infinispan.commons.configuration.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
AdvancedLoadWriteStore
.This package contains a
AdvancedLoadWriteStore
implementation based on
a JDBC database connection.-
Uses of ConfiguredBy in org.infinispan.configuration.parsing
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
SingleFileStore<K,
V> A filesystem-based implementation of aNonBlockingStore
. -
Uses of ConfiguredBy in org.infinispan.persistence.jdbc.stringbased
Modifier and TypeClassDescriptionclass
JdbcStringBasedStore<K,
V> AdvancedCacheLoader
implementation that stores the entries in a database. -
Uses of ConfiguredBy in org.infinispan.persistence.remote
Modifier and TypeClassDescriptionclass
RemoteStore<K,
V> Cache store that delegates the call to a infinispan cluster. -
Uses of ConfiguredBy in org.infinispan.persistence.rocksdb
-
Uses of ConfiguredBy in org.infinispan.persistence.sifs
Modifier 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