Uses of Package
org.infinispan.loaders

Packages that use org.infinispan.loaders
org.infinispan.commands.control Commands that control and coordinate certain cache operations, such as rehashing, state transfer and locking. 
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 Abstract classes that use hashed buckets to store entries. 
org.infinispan.loaders.cloud This package contains a CacheStore implementation based on JClouds, which in turn is an abstraction layer to store data on cloud infrastructure providers such as Amazon's S3, RackspaceCloud's CloudFiles, Microsoft's Windows Azure Blob Storage API, and others. 
org.infinispan.loaders.cluster A CacheLoader (not CacheStore) that polls other nodes in the cluster for state. 
org.infinispan.loaders.decorators This package contains loaders and stores, which are used for overflow or persistence. 
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.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.statetransfer Transfer of state to new caches in a cluster. 
 

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 accessing stored data.
 

Classes in org.infinispan.loaders used by org.infinispan.loaders.cloud
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 accessing stored data.
LockSupportCacheStoreConfig
          Adds configuration support for LockSupportCacheStore.
 

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 accessing 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 accessing 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 accessing 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.statetransfer
CacheLoaderManager
          The cache loader manager interface
 


Google Analytics

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