Uses of Interface
org.infinispan.loader.CacheStoreConfig

Packages that use CacheStoreConfig
org.infinispan.loader   
org.infinispan.loader.bdbje   
org.infinispan.loader.file   
org.infinispan.loader.jdbc.binary   
org.infinispan.loader.jdbc.mixed   
org.infinispan.loader.jdbc.stringbased   
org.infinispan.loader.s3   
 

Uses of CacheStoreConfig in org.infinispan.loader
 

Classes in org.infinispan.loader that implement CacheStoreConfig
 class AbstractCacheStoreConfig
          Configures AbstractCacheStore.
 class LockSupportCacheStoreConfig
          Adds configuration support for LockSupportCacheStore.
 

Uses of CacheStoreConfig in org.infinispan.loader.bdbje
 

Classes in org.infinispan.loader.bdbje that implement CacheStoreConfig
 class BdbjeCacheStoreConfig
          Configures BdbjeCacheStore.
 

Uses of CacheStoreConfig in org.infinispan.loader.file
 

Classes in org.infinispan.loader.file that implement CacheStoreConfig
 class FileCacheStoreConfig
          Configures FileCacheStore.
 

Uses of CacheStoreConfig in org.infinispan.loader.jdbc.binary
 

Classes in org.infinispan.loader.jdbc.binary that implement CacheStoreConfig
 class JdbcBinaryCacheStoreConfig
          Defines available configuration elements for JdbcBinaryCacheStore.
 

Uses of CacheStoreConfig in org.infinispan.loader.jdbc.mixed
 

Classes in org.infinispan.loader.jdbc.mixed that implement CacheStoreConfig
 class JdbcMixedCacheStoreConfig
          Configureation for JdbcMixedCacheStore.
 

Uses of CacheStoreConfig in org.infinispan.loader.jdbc.stringbased
 

Classes in org.infinispan.loader.jdbc.stringbased that implement CacheStoreConfig
 class JdbcStringBasedCacheStoreConfig
          Configuration for JdbcStringBasedCacheStore cache store.
 

Uses of CacheStoreConfig in org.infinispan.loader.s3
 

Classes in org.infinispan.loader.s3 that implement CacheStoreConfig
 class S3CacheStoreConfig
          Configures S3CacheStore.
 



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