|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractCacheStoreConfig | |
---|---|
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.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.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 AbstractCacheStoreConfig in org.infinispan.loaders |
---|
Subclasses of AbstractCacheStoreConfig in org.infinispan.loaders | |
---|---|
class |
LockSupportCacheStoreConfig
Adds configuration support for LockSupportCacheStore . |
Methods in org.infinispan.loaders that return AbstractCacheStoreConfig | |
---|---|
AbstractCacheStoreConfig |
AbstractCacheStoreConfig.clone()
|
Uses of AbstractCacheStoreConfig in org.infinispan.loaders.bdbje |
---|
Subclasses of AbstractCacheStoreConfig in org.infinispan.loaders.bdbje | |
---|---|
class |
BdbjeCacheStoreConfig
Configures BdbjeCacheStore . |
Uses of AbstractCacheStoreConfig in org.infinispan.loaders.cloud |
---|
Subclasses of AbstractCacheStoreConfig in org.infinispan.loaders.cloud | |
---|---|
class |
CloudCacheStoreConfig
The cache store config bean for the CloudCacheStore . |
Uses of AbstractCacheStoreConfig in org.infinispan.loaders.file |
---|
Subclasses of AbstractCacheStoreConfig in org.infinispan.loaders.file | |
---|---|
class |
FileCacheStoreConfig
Configures FileCacheStore . |
Uses of AbstractCacheStoreConfig in org.infinispan.loaders.jdbc.binary |
---|
Subclasses of AbstractCacheStoreConfig in org.infinispan.loaders.jdbc.binary | |
---|---|
class |
JdbcBinaryCacheStoreConfig
Defines available configuration elements for JdbcBinaryCacheStore . |
Uses of AbstractCacheStoreConfig in org.infinispan.loaders.jdbc.mixed |
---|
Subclasses of AbstractCacheStoreConfig in org.infinispan.loaders.jdbc.mixed | |
---|---|
class |
JdbcMixedCacheStoreConfig
Configuration for JdbcMixedCacheStore . |
Uses of AbstractCacheStoreConfig in org.infinispan.loaders.jdbc.stringbased |
---|
Subclasses of AbstractCacheStoreConfig in org.infinispan.loaders.jdbc.stringbased | |
---|---|
class |
JdbcStringBasedCacheStoreConfig
Configuration for JdbcStringBasedCacheStore cache store. |
Uses of AbstractCacheStoreConfig in org.infinispan.loaders.jdbm |
---|
Subclasses of AbstractCacheStoreConfig in org.infinispan.loaders.jdbm | |
---|---|
class |
JdbmCacheStoreConfig
Configures JdbmCacheStore . |
|
Google Analytics | |||||||||
PREV NEXT | FRAMES NO FRAMES |