|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.infinispan.loaders | |
---|---|
org.infinispan.commands | Commands that operate on the cache, either locally or remotely. |
org.infinispan.commands.control | |
org.infinispan.config | Cache configuration beans and parsers. |
org.infinispan.distribution | Classes relating to the distributed cache mode. |
org.infinispan.eviction | Classes related to eviction. |
org.infinispan.interceptors | Infinispan is designed around a set of interceptors around a data container. |
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 | |
org.infinispan.loaders.cluster | |
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 | 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.connectionfactory | Connection factories for use with the JDBC Cache Store. |
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. |
org.infinispan.statetransfer | Transfer of state to new caches in a cluster. |
Classes in org.infinispan.loaders used by org.infinispan.commands | |
---|---|
CacheLoaderManager
The cache loader manager interface |
Classes in org.infinispan.loaders used by org.infinispan.commands.control | |
---|---|
CacheLoaderException
An exception thrown by a CacheLoader implementation if there are problems reading from a loader. |
Classes in org.infinispan.loaders used by org.infinispan.config | |
---|---|
CacheLoaderConfig
Configures individual cache loaders |
Classes in org.infinispan.loaders used by org.infinispan.distribution | |
---|---|
CacheLoaderManager
The cache loader manager interface |
|
CacheStore
A specialization of the CacheLoader interface that can be written to. |
Classes in org.infinispan.loaders used by org.infinispan.eviction | |
---|---|
CacheLoaderManager
The cache loader manager interface |
Classes in org.infinispan.loaders used by org.infinispan.interceptors | |
---|---|
CacheLoader
Responsible for loading cache data from an external source |
|
CacheLoaderManager
The cache loader manager interface |
Classes in org.infinispan.loaders used by org.infinispan.loaders | |
---|---|
AbstractCacheLoader
An abstract CacheLoader that holds common implementations for some methods |
|
AbstractCacheLoaderConfig
Abstract base class for CacheLoaderConfigs. |
|
AbstractCacheStore
An abstract CacheStore that holds common implementations for some methods |
|
AbstractCacheStoreConfig
Configures AbstractCacheStore . |
|
CacheLoader
Responsible for loading cache data from an external source |
|
CacheLoaderConfig
Configures individual cache loaders |
|
CacheLoaderException
An exception thrown by a CacheLoader implementation if there are problems reading from a loader. |
|
CacheLoaderManager
The cache loader manager interface |
|
CacheStore
A specialization of the CacheLoader interface that can be written to. |
|
CacheStoreConfig
Defines config elements for all CacheStoreConfigs. |
Classes in org.infinispan.loaders used by org.infinispan.loaders.bdbje | |
---|---|
AbstractCacheLoader
An abstract CacheLoader that holds common implementations for some methods |
|
AbstractCacheLoaderConfig
Abstract base class for CacheLoaderConfigs. |
|
AbstractCacheStore
An abstract CacheStore that holds common implementations for some methods |
|
AbstractCacheStoreConfig
Configures AbstractCacheStore . |
|
CacheLoader
Responsible for loading cache data from an external source |
|
CacheLoaderConfig
Configures individual cache loaders |
|
CacheLoaderException
An exception thrown by a CacheLoader implementation if there are problems reading from a loader. |
|
CacheStore
A specialization of the CacheLoader interface that can be written to. |
|
CacheStoreConfig
Defines config elements for all CacheStoreConfigs. |
Classes in org.infinispan.loaders used by org.infinispan.loaders.bucket | |
---|---|
AbstractCacheLoader
An abstract CacheLoader that holds common implementations for some methods |
|
AbstractCacheStore
An abstract CacheStore that holds common implementations for some methods |
|
CacheLoader
Responsible for loading cache data from an external source |
|
CacheLoaderException
An exception thrown by a CacheLoader implementation if there are problems reading from a loader. |
|
CacheStore
A specialization of the CacheLoader interface that can be written to. |
|
LockSupportCacheStore
This class extends AbstractCacheStore adding lock support for consistently acceessing stored data. |
Classes in org.infinispan.loaders used by org.infinispan.loaders.cluster | |
---|---|
AbstractCacheLoader
An abstract CacheLoader that holds common implementations for some methods |
|
AbstractCacheLoaderConfig
Abstract base class for CacheLoaderConfigs. |
|
CacheLoader
Responsible for loading cache data from an external source |
|
CacheLoaderConfig
Configures individual cache loaders |
|
CacheLoaderException
An exception thrown by a CacheLoader implementation if there are problems reading from a loader. |
Classes in org.infinispan.loaders used by org.infinispan.loaders.decorators | |
---|---|
CacheLoader
Responsible for loading cache data from an external source |
|
CacheLoaderConfig
Configures individual cache loaders |
|
CacheLoaderException
An exception thrown by a CacheLoader implementation if there are problems reading from a loader. |
|
CacheStore
A specialization of the CacheLoader interface that can be written to. |
|
CacheStoreConfig
Defines config elements for all CacheStoreConfigs. |
Classes in org.infinispan.loaders used by org.infinispan.loaders.file | |
---|---|
AbstractCacheLoader
An abstract CacheLoader that holds common implementations for some methods |
|
AbstractCacheLoaderConfig
Abstract base class for CacheLoaderConfigs. |
|
AbstractCacheStore
An abstract CacheStore that holds common implementations for some methods |
|
AbstractCacheStoreConfig
Configures AbstractCacheStore . |
|
CacheLoader
Responsible for loading cache data from an external source |
|
CacheLoaderConfig
Configures individual cache loaders |
|
CacheLoaderException
An exception thrown by a CacheLoader implementation if there are problems reading from a loader. |
|
CacheStore
A specialization of the CacheLoader interface that can be written to. |
|
CacheStoreConfig
Defines config elements for all CacheStoreConfigs. |
|
LockSupportCacheStore
This class extends AbstractCacheStore adding lock support for consistently acceessing stored data. |
|
LockSupportCacheStoreConfig
Adds configuration support for LockSupportCacheStore . |
Classes in org.infinispan.loaders used by org.infinispan.loaders.jdbc | |
---|---|
CacheLoaderException
An exception thrown by a CacheLoader implementation if there are problems reading from a loader. |
Classes in org.infinispan.loaders used by org.infinispan.loaders.jdbc.binary | |
---|---|
AbstractCacheLoader
An abstract CacheLoader that holds common implementations for some methods |
|
AbstractCacheLoaderConfig
Abstract base class for CacheLoaderConfigs. |
|
AbstractCacheStore
An abstract CacheStore that holds common implementations for some methods |
|
AbstractCacheStoreConfig
Configures AbstractCacheStore . |
|
CacheLoader
Responsible for loading cache data from an external source |
|
CacheLoaderConfig
Configures individual cache loaders |
|
CacheLoaderException
An exception thrown by a CacheLoader implementation if there are problems reading from a loader. |
|
CacheStore
A specialization of the CacheLoader interface that can be written to. |
|
CacheStoreConfig
Defines config elements for all CacheStoreConfigs. |
|
LockSupportCacheStore
This class extends AbstractCacheStore adding lock support for consistently acceessing stored data. |
|
LockSupportCacheStoreConfig
Adds configuration support for LockSupportCacheStore . |
Classes in org.infinispan.loaders used by org.infinispan.loaders.jdbc.connectionfactory | |
---|---|
CacheLoaderException
An exception thrown by a CacheLoader implementation if there are problems reading from a loader. |
Classes in org.infinispan.loaders used by org.infinispan.loaders.jdbc.mixed | |
---|---|
AbstractCacheLoader
An abstract CacheLoader that holds common implementations for some methods |
|
AbstractCacheLoaderConfig
Abstract base class for CacheLoaderConfigs. |
|
AbstractCacheStore
An abstract CacheStore that holds common implementations for some methods |
|
AbstractCacheStoreConfig
Configures AbstractCacheStore . |
|
CacheLoader
Responsible for loading cache data from an external source |
|
CacheLoaderConfig
Configures individual cache loaders |
|
CacheLoaderException
An exception thrown by a CacheLoader implementation if there are problems reading from a loader. |
|
CacheStore
A specialization of the CacheLoader interface that can be written to. |
|
CacheStoreConfig
Defines config elements for all CacheStoreConfigs. |
Classes in org.infinispan.loaders used by org.infinispan.loaders.jdbc.stringbased | |
---|---|
AbstractCacheLoader
An abstract CacheLoader that holds common implementations for some methods |
|
AbstractCacheLoaderConfig
Abstract base class for CacheLoaderConfigs. |
|
AbstractCacheStore
An abstract CacheStore that holds common implementations for some methods |
|
AbstractCacheStoreConfig
Configures AbstractCacheStore . |
|
CacheLoader
Responsible for loading cache data from an external source |
|
CacheLoaderConfig
Configures individual cache loaders |
|
CacheLoaderException
An exception thrown by a CacheLoader implementation if there are problems reading from a loader. |
|
CacheStore
A specialization of the CacheLoader interface that can be written to. |
|
CacheStoreConfig
Defines config elements for all CacheStoreConfigs. |
|
LockSupportCacheStore
This class extends AbstractCacheStore adding lock support for consistently acceessing stored data. |
|
LockSupportCacheStoreConfig
Adds configuration support for LockSupportCacheStore . |
Classes in org.infinispan.loaders used by org.infinispan.loaders.jdbm | |
---|---|
AbstractCacheLoader
An abstract CacheLoader that holds common implementations for some methods |
|
AbstractCacheLoaderConfig
Abstract base class for CacheLoaderConfigs. |
|
AbstractCacheStore
An abstract CacheStore that holds common implementations for some methods |
|
AbstractCacheStoreConfig
Configures AbstractCacheStore . |
|
CacheLoader
Responsible for loading cache data from an external source |
|
CacheLoaderConfig
Configures individual cache loaders |
|
CacheLoaderException
An exception thrown by a CacheLoader implementation if there are problems reading from a loader. |
|
CacheStore
A specialization of the CacheLoader interface that can be written to. |
|
CacheStoreConfig
Defines config elements for all CacheStoreConfigs. |
|
LockSupportCacheStoreConfig
Adds configuration support for LockSupportCacheStore . |
Classes in org.infinispan.loaders used by org.infinispan.loaders.s3 | |
---|---|
AbstractCacheLoader
An abstract CacheLoader that holds common implementations for some methods |
|
AbstractCacheLoaderConfig
Abstract base class for CacheLoaderConfigs. |
|
AbstractCacheStore
An abstract CacheStore that holds common implementations for some methods |
|
AbstractCacheStoreConfig
Configures AbstractCacheStore . |
|
CacheLoader
Responsible for loading cache data from an external source |
|
CacheLoaderConfig
Configures individual cache loaders |
|
CacheLoaderException
An exception thrown by a CacheLoader implementation if there are problems reading from a loader. |
|
CacheStore
A specialization of the CacheLoader interface that can be written to. |
|
CacheStoreConfig
Defines config elements for all CacheStoreConfigs. |
|
LockSupportCacheStore
This class extends AbstractCacheStore adding lock support for consistently acceessing stored data. |
|
LockSupportCacheStoreConfig
Adds configuration support for LockSupportCacheStore . |
Classes in org.infinispan.loaders used by org.infinispan.statetransfer | |
---|---|
CacheLoaderManager
The cache loader manager interface |
|
Google Analytics | |||||||||
PREV NEXT | FRAMES NO FRAMES |