Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Interface
org.infinispan.configuration.cache.LockSupportStoreConfigurationBuilder

Packages that use LockSupportStoreConfigurationBuilder
org.infinispan.configuration.cache Classes related to eviction. 
org.infinispan.configuration.parsing   
org.infinispan.loaders.jdbc.configuration   
 

Uses of LockSupportStoreConfigurationBuilder in org.infinispan.configuration.cache
 

Classes in org.infinispan.configuration.cache with type parameters of type LockSupportStoreConfigurationBuilder
 interface LockSupportStoreConfigurationBuilder<T extends LockSupportStoreConfiguration,S extends LockSupportStoreConfigurationBuilder<T,S>>
          LockSupportCacheStoreConfigurationBuilder is an interface which should be implemented by all cache store builders which support locking
 

Classes in org.infinispan.configuration.cache that implement LockSupportStoreConfigurationBuilder
 class AbstractLockSupportStoreConfigurationBuilder<T extends LockSupportStoreConfiguration,S extends AbstractLockSupportStoreConfigurationBuilder<T,S>>
          AbstractLockSupportCacheStoreConfigurationBuilder.
 class FileCacheStoreConfigurationBuilder
          File cache store configuration builder
 

Constructor parameters in org.infinispan.configuration.cache with type arguments of type LockSupportStoreConfigurationBuilder
AbstractLockSupportStoreConfigurationChildBuilder(AbstractLockSupportStoreConfigurationBuilder<? extends AbstractLockSupportStoreConfiguration,? extends LockSupportStoreConfigurationBuilder<?,?>> builder)
           
 

Uses of LockSupportStoreConfigurationBuilder in org.infinispan.configuration.parsing
 

Methods in org.infinispan.configuration.parsing with parameters of type LockSupportStoreConfigurationBuilder
static void Parser52.parseLockSupportStoreAttributes(org.jboss.staxmapper.XMLExtendedStreamReader reader, int i, LockSupportStoreConfigurationBuilder<?,?> builder)
          This method is public static so that it can be reused by custom cache store/loader configuration parsers
 

Uses of LockSupportStoreConfigurationBuilder in org.infinispan.loaders.jdbc.configuration
 

Classes in org.infinispan.loaders.jdbc.configuration that implement LockSupportStoreConfigurationBuilder
 class AbstractJdbcCacheStoreConfigurationBuilder<T extends AbstractJdbcCacheStoreConfiguration,S extends AbstractJdbcCacheStoreConfigurationBuilder<T,S>>
           
 class JdbcBinaryCacheStoreConfigurationBuilder
           
 class JdbcMixedCacheStoreConfigurationBuilder
          JdbcMixedCacheStoreConfigurationBuilder.
 class JdbcStringBasedCacheStoreConfigurationBuilder
          JdbcStringBasedCacheStoreConfigurationBuilder.
 


Infinispan Distribution 5.2.6.Final-redhat-2

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