|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheLoaderMetadata | |
---|---|
org.infinispan.loaders.cluster | A CacheLoader (not CacheStore ) that polls other nodes in the cluster for state. |
org.infinispan.loaders.file | Simple filesystem-based CacheStore implementation. |
org.infinispan.loaders.jdbc.binary | This JDBC CacheStore implementation is optimized for storing binary (non-String) keys in the cache. |
org.infinispan.loaders.jdbc.mixed | This is a delegating CacheStore implementation that delegates either to a binary or String based JDBC cache store depending on the key used. |
org.infinispan.loaders.jdbc.stringbased | This JDBC CacheStore implementation is optimized for storing String keys in the cache. |
org.infinispan.loaders.remote | |
org.infinispan.lucene.cachestore |
Uses of CacheLoaderMetadata in org.infinispan.loaders.cluster |
---|
Classes in org.infinispan.loaders.cluster with annotations of type CacheLoaderMetadata | |
---|---|
class |
ClusterCacheLoader
Cache loader that consults other members in the cluster for values. |
Uses of CacheLoaderMetadata in org.infinispan.loaders.file |
---|
Classes in org.infinispan.loaders.file with annotations of type CacheLoaderMetadata | |
---|---|
class |
FileCacheStore
A filesystem-based implementation of a BucketBasedCacheStore . |
Uses of CacheLoaderMetadata in org.infinispan.loaders.jdbc.binary |
---|
Classes in org.infinispan.loaders.jdbc.binary with annotations of type CacheLoaderMetadata | |
---|---|
class |
JdbcBinaryCacheStore
BucketBasedCacheStore implementation that will store all the buckets as rows in database, each row
corresponding to a bucket. |
Uses of CacheLoaderMetadata in org.infinispan.loaders.jdbc.mixed |
---|
Classes in org.infinispan.loaders.jdbc.mixed with annotations of type CacheLoaderMetadata | |
---|---|
class |
JdbcMixedCacheStore
Cache store that combines functionality of JdbcBinaryCacheStore and JdbcStringBasedCacheStore . |
Uses of CacheLoaderMetadata in org.infinispan.loaders.jdbc.stringbased |
---|
Classes in org.infinispan.loaders.jdbc.stringbased with annotations of type CacheLoaderMetadata | |
---|---|
class |
JdbcStringBasedCacheStore
CacheStore implementation that stores the entries in a database. |
Uses of CacheLoaderMetadata in org.infinispan.loaders.remote |
---|
Classes in org.infinispan.loaders.remote with annotations of type CacheLoaderMetadata | |
---|---|
class |
RemoteCacheStore
Cache store that delegates the call to a infinispan cluster. |
Uses of CacheLoaderMetadata in org.infinispan.lucene.cachestore |
---|
Classes in org.infinispan.lucene.cachestore with annotations of type CacheLoaderMetadata | |
---|---|
class |
LuceneCacheLoader
A CacheLoader meant to load Lucene index(es) from filesystem based Lucene index(es). |
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |