Package | Description |
---|---|
org.infinispan.loaders |
This package contains loaders and stores, which are used for overflow or persistence.
|
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 |
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.remote |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCacheStoreConfig
Configures
AbstractCacheStore . |
class |
LockSupportCacheStoreConfig
Adds configuration support for
LockSupportCacheStore . |
Modifier and Type | Method and Description |
---|---|
AbstractCacheLoaderConfig |
AbstractCacheLoaderConfig.clone() |
Modifier and Type | Class and Description |
---|---|
class |
ClusterCacheLoaderConfig
Configuration for
ClusterCacheLoader . |
Modifier and Type | Class and Description |
---|---|
class |
FileCacheStoreConfig
Configures
FileCacheStore . |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
JdbcBinaryCacheStoreConfig
Defines available configuration elements for
JdbcBinaryCacheStore . |
Modifier and Type | Class and Description |
---|---|
class |
JdbcMixedCacheStoreConfig
Configuration for
JdbcMixedCacheStore . |
Modifier and Type | Class and Description |
---|---|
class |
JdbcStringBasedCacheStoreConfig
Configuration for
JdbcStringBasedCacheStore cache store. |
Modifier and Type | Class and Description |
---|---|
class |
RemoteCacheStoreConfig
Configuration for RemoteCacheStore.
|
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.