Uses of Package
org.jboss.cache.loader

Packages that use org.jboss.cache.loader
org.jboss.cache   
org.jboss.cache.config   
org.jboss.cache.interceptors   
org.jboss.cache.invocation   
org.jboss.cache.loader   
org.jboss.cache.loader.bdbje   
org.jboss.cache.loader.jdbm   
org.jboss.cache.loader.s3   
org.jboss.cache.statetransfer   
 

Classes in org.jboss.cache.loader used by org.jboss.cache
CacheLoaderManager
          Manages all cache loader functionality.
 

Classes in org.jboss.cache.loader used by org.jboss.cache.config
CacheLoader
          A CacheLoader implementation persists and load keys to and from secondary storage, such as a database or filesystem.
 

Classes in org.jboss.cache.loader used by org.jboss.cache.interceptors
CacheLoader
          A CacheLoader implementation persists and load keys to and from secondary storage, such as a database or filesystem.
CacheLoaderManager
          Manages all cache loader functionality.
 

Classes in org.jboss.cache.loader used by org.jboss.cache.invocation
CacheLoaderManager
          Manages all cache loader functionality.
 

Classes in org.jboss.cache.loader used by org.jboss.cache.loader
AbstractCacheLoader
          A convenience abstract implementation of a CacheLoader.
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.
AdjListJDBCCacheLoader
          Adjacency List Model is the model of persisting trees in which each children holds a reference to its parent.
AdjListJDBCCacheLoaderConfig
          AdjListJDBCCacheLoaderConfig
AsyncCacheLoaderConfig
           
CacheLoader
          A CacheLoader implementation persists and load keys to and from secondary storage, such as a database or filesystem.
ClusteredCacheLoaderConfig
           
ConnectionFactory
          ConnectionFactory interface defining the operations to be defined by connection providers
FileCacheLoaderConfig
           
LocalDelegatingCacheLoaderConfig
           
SingletonStoreCacheLoader.PushStateException
          Exception representing any issues that arise from pushing the in-memory state to the cache loader.
SingletonStoreDefaultConfig
          Default singleton store cache loader configuration implementation, which is provided with the default singleton store cache loader implementation.
TcpDelegatingCacheLoaderConfig
           
 

Classes in org.jboss.cache.loader used by org.jboss.cache.loader.bdbje
AbstractCacheLoader
          A convenience abstract implementation of a CacheLoader.
CacheLoader
          A CacheLoader implementation persists and load keys to and from secondary storage, such as a database or filesystem.
 

Classes in org.jboss.cache.loader used by org.jboss.cache.loader.jdbm
AbstractCacheLoader
          A convenience abstract implementation of a CacheLoader.
CacheLoader
          A CacheLoader implementation persists and load keys to and from secondary storage, such as a database or filesystem.
 

Classes in org.jboss.cache.loader used by org.jboss.cache.loader.s3
AbstractCacheLoader
          A convenience abstract implementation of a CacheLoader.
CacheLoader
          A CacheLoader implementation persists and load keys to and from secondary storage, such as a database or filesystem.
 

Classes in org.jboss.cache.loader used by org.jboss.cache.statetransfer
CacheLoaderManager
          Manages all cache loader functionality.
 



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