Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.configuration.cache
Interface LockSupportStoreConfigurationBuilder<T extends LockSupportStoreConfiguration,S extends LockSupportStoreConfigurationBuilder<T,S>>

All Superinterfaces:
Builder<T>, CacheLoaderConfigurationBuilder<T,S>, CacheStoreConfigurationBuilder<T,S>, ConfigurationChildBuilder, LoaderConfigurationChildBuilder<S>, LockSupportStoreConfigurationChildBuilder<S>, Self<S>, StoreConfigurationChildBuilder<S>
All Known Implementing Classes:
AbstractJdbcCacheStoreConfigurationBuilder, AbstractLockSupportStoreConfigurationBuilder, FileCacheStoreConfigurationBuilder, JdbcBinaryCacheStoreConfigurationBuilder, JdbcMixedCacheStoreConfigurationBuilder, JdbcStringBasedCacheStoreConfigurationBuilder

public interface LockSupportStoreConfigurationBuilder<T extends LockSupportStoreConfiguration,S extends LockSupportStoreConfigurationBuilder<T,S>>
extends CacheStoreConfigurationBuilder<T,S>, LockSupportStoreConfigurationChildBuilder<S>

LockSupportCacheStoreConfigurationBuilder is an interface which should be implemented by all cache store builders which support locking

Since:
5.2
Author:
Tristan Tarrant

Method Summary
 
Methods inherited from interface org.infinispan.configuration.Builder
create, read, validate
 
Methods inherited from interface org.infinispan.configuration.Self
self
 
Methods inherited from interface org.infinispan.configuration.cache.LockSupportStoreConfigurationChildBuilder
lockAcquistionTimeout, lockAcquistionTimeout, lockConcurrencyLevel
 
Methods inherited from interface org.infinispan.configuration.cache.StoreConfigurationChildBuilder
async, fetchPersistentState, ignoreModifications, purgeOnStartup, purgerThreads, purgeSynchronously, singletonStore
 
Methods inherited from interface org.infinispan.configuration.cache.LoaderConfigurationChildBuilder
addProperty, withProperties
 
Methods inherited from interface org.infinispan.configuration.cache.ConfigurationChildBuilder
build, clustering, customInterceptors, dataContainer, deadlockDetection, eviction, expiration, indexing, invocationBatching, jmxStatistics, loaders, locking, sites, storeAsBinary, transaction, unsafe, versioning
 


Infinispan Distribution 5.2.6.Final-redhat-2

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