Uses of Annotation Interface
org.infinispan.commons.configuration.ConfiguredBy
Packages that use ConfiguredBy
Package
Description
Simple filesystem-based
NonBlockingStore
implementation.JDBC CacheStore implementation which maps keys to strings.
Hot Rod-based
NonBlockingStore
.RocksDB-based
NonBlockingStore
.Soft Index
NonBlockingStore
.This package contains a
NonBlockingStore
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.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> NonBlockingStore
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