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 |
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:
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.