Uses of Class
org.jboss.cache.loader.AbstractCacheLoader

Packages that use AbstractCacheLoader
org.jboss.cache.loader   
org.jboss.cache.loader.bdbje   
org.jboss.cache.loader.jdbm   
org.jboss.cache.loader.s3   
 

Uses of AbstractCacheLoader in org.jboss.cache.loader
 

Subclasses of AbstractCacheLoader in org.jboss.cache.loader
 class AbstractDelegatingCacheLoader
          AbstractDelegatingCacheLoader provides standard functionality for a cache loader that simply delegates each operation defined in the cache loader interface to the underlying cache loader, basically acting as a proxy to the real cache loader.
 class AdjListJDBCCacheLoader
          Adjacency List Model is the model of persisting trees in which each children holds a reference to its parent.
 class AsyncCacheLoader
          The AsyncCacheLoader is a delegating cache loader that extends AbstractDelegatingCacheLoader overriding methods to that should not just delegate the operation to the underlying cache loader.
 class ChainingCacheLoader
          This decorator is used whenever more than one cache loader is configured.
 class ClusteredCacheLoader
          A cache loader that consults other members in the cluster for values.
 class FileCacheLoader
          Simple file-based CacheLoader implementation.
 class JDBCCacheLoader
          JDBC implementation of AdjListJDBCCacheLoader.
 class JDBCCacheLoaderOld
          Deprecated. please use the JDBCCacheLoader.
 class LocalDelegatingCacheLoader
          DelegatingCacheLoader implementation which delegates to a local (in the same VM) CacheImpl.
 class ReadOnlyDelegatingCacheLoader
          Provides ignoreModifications features to all cache loaders.
 class SingletonStoreCacheLoader
          SingletonStoreCacheLoader is a delegating cache loader used for situations when only one node should interact with the underlying store.
 class TcpDelegatingCacheLoader
          DelegatingCacheLoader implementation which delegates to a remote (not in the same VM) CacheImpl using TCP/IP for communication.
 

Uses of AbstractCacheLoader in org.jboss.cache.loader.bdbje
 

Subclasses of AbstractCacheLoader in org.jboss.cache.loader.bdbje
 class BdbjeCacheLoader
          A persistent CacheLoader based on Berkeley DB Java Edition.
 

Uses of AbstractCacheLoader in org.jboss.cache.loader.jdbm
 

Subclasses of AbstractCacheLoader in org.jboss.cache.loader.jdbm
 class JdbmCacheLoader
          A persistent CacheLoader based on the JDBM project.
 class JdbmCacheLoader2
          Optimized version of the JdbmCacheLoader implementation which is better for storing data under a single node.
 

Uses of AbstractCacheLoader in org.jboss.cache.loader.s3
 

Subclasses of AbstractCacheLoader in org.jboss.cache.loader.s3
 class S3CacheLoader
          Uses the Amazon S3 service for storage.
 



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