Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.configuration.cache
Interface LockSupportStoreConfiguration

All Superinterfaces:
CacheLoaderConfiguration, CacheStoreConfiguration
All Known Implementing Classes:
AbstractJdbcCacheStoreConfiguration, AbstractLockSupportStoreConfiguration, FileCacheStoreConfiguration, JdbcBinaryCacheStoreConfiguration, JdbcMixedCacheStoreConfiguration, JdbcStringBasedCacheStoreConfiguration

public interface LockSupportStoreConfiguration
extends CacheStoreConfiguration

LockSupportStoreConfiguration.

Since:
5.2
Author:
Tristan Tarrant

Method Summary
 long lockAcquistionTimeout()
          The timeout in milliseconds before giving up on acquiring a lock
 int lockConcurrencyLevel()
          This value determines the number of threads that can concurrently access the lock container
 
Methods inherited from interface org.infinispan.configuration.cache.CacheStoreConfiguration
async, fetchPersistentState, ignoreModifications, purgeOnStartup, purgerThreads, purgeSynchronously, singletonStore
 
Methods inherited from interface org.infinispan.configuration.cache.CacheLoaderConfiguration
properties
 

Method Detail

lockAcquistionTimeout

long lockAcquistionTimeout()
The timeout in milliseconds before giving up on acquiring a lock

Returns:

lockConcurrencyLevel

int lockConcurrencyLevel()
This value determines the number of threads that can concurrently access the lock container

Returns:

Infinispan Distribution 5.2.6.Final-redhat-2

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