|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LockSupportCacheStoreConfig | |
---|---|
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.file | Simple filesystem-based CacheStore implementation. |
org.infinispan.loaders.jdbc | This package contains a CacheStore implementation based on
a JDBC database connection. |
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 LockSupportCacheStoreConfig in org.infinispan.loaders.cassandra |
---|
Subclasses of LockSupportCacheStoreConfig in org.infinispan.loaders.cassandra | |
---|---|
class |
CassandraCacheStoreConfig
Configures CassandraCacheStore . |
Uses of LockSupportCacheStoreConfig in org.infinispan.loaders.cloud |
---|
Subclasses of LockSupportCacheStoreConfig in org.infinispan.loaders.cloud | |
---|---|
class |
CloudCacheStoreConfig
The cache store config bean for the CloudCacheStore . |
Uses of LockSupportCacheStoreConfig in org.infinispan.loaders.file |
---|
Subclasses of LockSupportCacheStoreConfig in org.infinispan.loaders.file | |
---|---|
class |
FileCacheStoreConfig
Configures FileCacheStore . |
Uses of LockSupportCacheStoreConfig in org.infinispan.loaders.jdbc |
---|
Subclasses of LockSupportCacheStoreConfig in org.infinispan.loaders.jdbc | |
---|---|
class |
AbstractJdbcCacheStoreConfig
This is an abstract configuration class containing common elements for all JDBC cache store types. |
class |
AbstractNonDelegatingJdbcCacheStoreConfig
An abstract configuration for JDBC cache stores which have support for locking. |
Uses of LockSupportCacheStoreConfig in org.infinispan.loaders.jdbc.binary |
---|
Subclasses of LockSupportCacheStoreConfig in org.infinispan.loaders.jdbc.binary | |
---|---|
class |
JdbcBinaryCacheStoreConfig
Defines available configuration elements for JdbcBinaryCacheStore . |
Uses of LockSupportCacheStoreConfig in org.infinispan.loaders.jdbc.mixed |
---|
Subclasses of LockSupportCacheStoreConfig in org.infinispan.loaders.jdbc.mixed | |
---|---|
class |
JdbcMixedCacheStoreConfig
Configuration for JdbcMixedCacheStore . |
Uses of LockSupportCacheStoreConfig in org.infinispan.loaders.jdbc.stringbased |
---|
Subclasses of LockSupportCacheStoreConfig in org.infinispan.loaders.jdbc.stringbased | |
---|---|
class |
JdbcStringBasedCacheStoreConfig
Configuration for JdbcStringBasedCacheStore cache store. |
Uses of LockSupportCacheStoreConfig in org.infinispan.loaders.jdbm |
---|
Subclasses of LockSupportCacheStoreConfig in org.infinispan.loaders.jdbm | |
---|---|
class |
JdbmCacheStoreConfig
Configures JdbmCacheStore . |
|
Google Analytics | |||||||||
PREV NEXT | FRAMES NO FRAMES |