public abstract class AbstractLockSupportStoreConfiguration extends AbstractStoreConfiguration implements LockSupportStoreConfiguration
Modifier | Constructor and Description |
---|---|
protected |
AbstractLockSupportStoreConfiguration(long lockAcquistionTimeout,
int lockConcurrencyLevel,
boolean purgeOnStartup,
boolean purgeSynchronously,
int purgerThreads,
boolean fetchPersistentState,
boolean ignoreModifications,
TypedProperties properties,
AsyncStoreConfiguration async,
SingletonStoreConfiguration singletonStore) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
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
|
async, fetchPersistentState, ignoreModifications, purgeOnStartup, purgerThreads, purgeSynchronously, singletonStore
properties
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
async, fetchPersistentState, ignoreModifications, purgeOnStartup, purgerThreads, purgeSynchronously, singletonStore
properties
protected AbstractLockSupportStoreConfiguration(long lockAcquistionTimeout, int lockConcurrencyLevel, boolean purgeOnStartup, boolean purgeSynchronously, int purgerThreads, boolean fetchPersistentState, boolean ignoreModifications, TypedProperties properties, AsyncStoreConfiguration async, SingletonStoreConfiguration singletonStore)
public long lockAcquistionTimeout()
LockSupportStoreConfiguration
lockAcquistionTimeout
in interface LockSupportStoreConfiguration
public int lockConcurrencyLevel()
LockSupportStoreConfiguration
lockConcurrencyLevel
in interface LockSupportStoreConfiguration
public boolean equals(Object o)
equals
in class AbstractStoreConfiguration
public int hashCode()
hashCode
in class AbstractStoreConfiguration
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.