Package org.infinispan.loaders

This package contains loaders and stores, which are used for overflow or persistence.

See:
          Description

Interface Summary
CacheLoader Responsible for loading cache data from an external source
CacheLoaderConfig Configures individual cache loaders
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.
 

Class Summary
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.
CacheLoaderManagerImpl  
LockSupportCacheStore This class extends AbstractCacheStore adding lock support for consistently accessing stored data.
LockSupportCacheStoreConfig Adds configuration support for LockSupportCacheStore.
 

Exception Summary
CacheLoaderException An exception thrown by a CacheLoader implementation if there are problems reading from a loader.
 

Package org.infinispan.loaders Description

This package contains loaders and stores, which are used for overflow or persistence. Need @XmlSchema annotation for CacheLoaderConfig.java and AbstractCacheStoreConfig.java


Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.