|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheLoaderMetadata | |
---|---|
org.infinispan.loaders.bdbje | This package contains a CacheStore implementation based on
Oracle's BDBJE storage engine. |
org.infinispan.loaders.cassandra | This package contains a CacheStore implementation based on
persisting to Apache Cassandra |
org.infinispan.loaders.cloud | This package contains a CacheStore implementation based on
JClouds, which in turn is an abstraction layer to store data on cloud infrastructure providers
such as Amazon's S3,
RackspaceCloud's CloudFiles,
Microsoft's Windows Azure Blob Storage API, and others. |
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.jdbm | This package contains a CacheStore implementation based on
persisting to JDBM. |
org.infinispan.loaders.remote |
Uses of CacheLoaderMetadata in org.infinispan.loaders.bdbje |
---|
Classes in org.infinispan.loaders.bdbje with annotations of type CacheLoaderMetadata | |
---|---|
class |
BdbjeCacheStore
An Oracle SleepyCat JE implementation of a CacheStore . |
Uses of CacheLoaderMetadata in org.infinispan.loaders.cassandra |
---|
Classes in org.infinispan.loaders.cassandra with annotations of type CacheLoaderMetadata | |
---|---|
class |
CassandraCacheStore
A persistent CacheLoader based on Apache Cassandra project. |
Uses of CacheLoaderMetadata in org.infinispan.loaders.cloud |
---|
Classes in org.infinispan.loaders.cloud with annotations of type CacheLoaderMetadata | |
---|---|
class |
CloudCacheStore
The CloudCacheStore implementation that utilizes JClouds to communicate with cloud storage providers such as Amazon's S3, Rackspace's Cloudfiles, or any other such provider supported by JClouds. |
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.jdbm |
---|
Classes in org.infinispan.loaders.jdbm with annotations of type CacheLoaderMetadata | |
---|---|
class |
JdbmCacheStore
A persistent CacheLoader based on the JDBM project. |
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. |
|
--> |