|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheStoreConfig | |
---|---|
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.decorators | This package contains loaders and stores, which are used for overflow or persistence. |
org.infinispan.loaders.file | |
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.s3 | This package contains a CacheStore implementation based on
persisting to Amazon's S3 service. |
Uses of CacheStoreConfig in org.infinispan.loaders |
---|
Classes in org.infinispan.loaders that implement CacheStoreConfig | |
---|---|
class |
AbstractCacheStoreConfig
Configures AbstractCacheStore . |
class |
LockSupportCacheStoreConfig
Adds configuration support for LockSupportCacheStore . |
Methods in org.infinispan.loaders that return CacheStoreConfig | |
---|---|
CacheStoreConfig |
CacheStore.getCacheStoreConfig()
Returns the configuration object associated to this cache store config. |
CacheStoreConfig |
AbstractCacheStore.getCacheStoreConfig()
|
Uses of CacheStoreConfig in org.infinispan.loaders.bdbje |
---|
Classes in org.infinispan.loaders.bdbje that implement CacheStoreConfig | |
---|---|
class |
BdbjeCacheStoreConfig
Configures BdbjeCacheStore . |
Uses of CacheStoreConfig in org.infinispan.loaders.decorators |
---|
Methods in org.infinispan.loaders.decorators that return CacheStoreConfig | |
---|---|
CacheStoreConfig |
ChainingCacheStore.getCacheStoreConfig()
|
CacheStoreConfig |
AbstractDelegatingStore.getCacheStoreConfig()
|
Uses of CacheStoreConfig in org.infinispan.loaders.file |
---|
Classes in org.infinispan.loaders.file that implement CacheStoreConfig | |
---|---|
class |
FileCacheStoreConfig
Configures FileCacheStore . |
Uses of CacheStoreConfig in org.infinispan.loaders.jdbc.binary |
---|
Classes in org.infinispan.loaders.jdbc.binary that implement CacheStoreConfig | |
---|---|
class |
JdbcBinaryCacheStoreConfig
Defines available configuration elements for JdbcBinaryCacheStore . |
Uses of CacheStoreConfig in org.infinispan.loaders.jdbc.mixed |
---|
Classes in org.infinispan.loaders.jdbc.mixed that implement CacheStoreConfig | |
---|---|
class |
JdbcMixedCacheStoreConfig
Configuration for JdbcMixedCacheStore . |
Uses of CacheStoreConfig in org.infinispan.loaders.jdbc.stringbased |
---|
Classes in org.infinispan.loaders.jdbc.stringbased that implement CacheStoreConfig | |
---|---|
class |
JdbcStringBasedCacheStoreConfig
Configuration for JdbcStringBasedCacheStore cache store. |
Uses of CacheStoreConfig in org.infinispan.loaders.jdbm |
---|
Classes in org.infinispan.loaders.jdbm that implement CacheStoreConfig | |
---|---|
class |
JdbmCacheStoreConfig
Configures JdbmCacheStore . |
Uses of CacheStoreConfig in org.infinispan.loaders.s3 |
---|
Classes in org.infinispan.loaders.s3 that implement CacheStoreConfig | |
---|---|
class |
S3CacheStoreConfig
Configures S3CacheStore . |
|
Google Analytics | |||||||||
PREV NEXT | FRAMES NO FRAMES |