|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractCacheLoader | |
---|---|
org.infinispan.loaders | This package contains loaders and stores, which are used for overflow or persistence. |
org.infinispan.loaders.bdbje | This package contains a CacheStore implementation based on
Oracle's BDBJE storage engine. |
org.infinispan.loaders.bucket | Abstract classes that use hashed buckets to store entries. |
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. |
Uses of AbstractCacheLoader in org.infinispan.loaders |
---|
Subclasses of AbstractCacheLoader in org.infinispan.loaders | |
---|---|
class |
AbstractCacheStore
An abstract CacheStore that holds common implementations for some methods |
class |
LockSupportCacheStore
This class extends AbstractCacheStore adding lock support for consistently accessing stored data. |
Uses of AbstractCacheLoader in org.infinispan.loaders.bdbje |
---|
Subclasses of AbstractCacheLoader in org.infinispan.loaders.bdbje | |
---|---|
class |
BdbjeCacheStore
An Oracle SleepyCat JE implementation of a CacheStore . |
Uses of AbstractCacheLoader in org.infinispan.loaders.bucket |
---|
Subclasses of AbstractCacheLoader in org.infinispan.loaders.bucket | |
---|---|
class |
BucketBasedCacheStore
Base class for CacheStore implementations that combine entries into buckets when storing data. |
Uses of AbstractCacheLoader in org.infinispan.loaders.cloud |
---|
Subclasses of AbstractCacheLoader in org.infinispan.loaders.cloud | |
---|---|
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 AbstractCacheLoader in org.infinispan.loaders.cluster |
---|
Subclasses of AbstractCacheLoader in org.infinispan.loaders.cluster | |
---|---|
class |
ClusterCacheLoader
Cache loader that consults other members in the cluster for values. |
Uses of AbstractCacheLoader in org.infinispan.loaders.file |
---|
Subclasses of AbstractCacheLoader in org.infinispan.loaders.file | |
---|---|
class |
FileCacheStore
A filesystem-based implementation of a BucketBasedCacheStore . |
Uses of AbstractCacheLoader in org.infinispan.loaders.jdbc.binary |
---|
Subclasses of AbstractCacheLoader in org.infinispan.loaders.jdbc.binary | |
---|---|
class |
JdbcBinaryCacheStore
BucketBasedCacheStore implementation that will store all the buckets as rows in database, each row
corresponding to a bucket. |
Uses of AbstractCacheLoader in org.infinispan.loaders.jdbc.mixed |
---|
Subclasses of AbstractCacheLoader in org.infinispan.loaders.jdbc.mixed | |
---|---|
class |
JdbcMixedCacheStore
Cache store that combines functionality of JdbcBinaryCacheStore and JdbcStringBasedCacheStore . |
Uses of AbstractCacheLoader in org.infinispan.loaders.jdbc.stringbased |
---|
Subclasses of AbstractCacheLoader in org.infinispan.loaders.jdbc.stringbased | |
---|---|
class |
JdbcStringBasedCacheStore
CacheStore implementation that stores the entries in a database. |
Uses of AbstractCacheLoader in org.infinispan.loaders.jdbm |
---|
Subclasses of AbstractCacheLoader in org.infinispan.loaders.jdbm | |
---|---|
class |
JdbmCacheStore
A persistent CacheLoader based on the JDBM project. |
|
Google Analytics | |||||||||
PREV NEXT | FRAMES NO FRAMES |