Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.loaders.LockSupportCacheStoreConfig

Packages that use LockSupportCacheStoreConfig
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.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. 
 

Uses of LockSupportCacheStoreConfig in org.infinispan.loaders.file
 

Subclasses of LockSupportCacheStoreConfig in org.infinispan.loaders.file
 class FileCacheStoreConfig
          Configures FileCacheStore.
 

Uses of LockSupportCacheStoreConfig in org.infinispan.loaders.jdbc
 

Subclasses of LockSupportCacheStoreConfig in org.infinispan.loaders.jdbc
 class AbstractJdbcCacheStoreConfig
          This is an abstract configuration class containing common elements for all JDBC cache store types.
 class AbstractNonDelegatingJdbcCacheStoreConfig
          An abstract configuration for JDBC cache stores which have support for locking.
 

Uses of LockSupportCacheStoreConfig in org.infinispan.loaders.jdbc.binary
 

Subclasses of LockSupportCacheStoreConfig in org.infinispan.loaders.jdbc.binary
 class JdbcBinaryCacheStoreConfig
          Defines available configuration elements for JdbcBinaryCacheStore.
 

Uses of LockSupportCacheStoreConfig in org.infinispan.loaders.jdbc.mixed
 

Subclasses of LockSupportCacheStoreConfig in org.infinispan.loaders.jdbc.mixed
 class JdbcMixedCacheStoreConfig
          Configuration for JdbcMixedCacheStore.
 

Uses of LockSupportCacheStoreConfig in org.infinispan.loaders.jdbc.stringbased
 

Subclasses of LockSupportCacheStoreConfig in org.infinispan.loaders.jdbc.stringbased
 class JdbcStringBasedCacheStoreConfig
          Configuration for JdbcStringBasedCacheStore cache store.
 


Infinispan Distribution 5.2.6.Final-redhat-2

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