|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.infinispan.configuration.cache.LockingConfiguration
public class LockingConfiguration
Defines the local, in-VM locking and concurrency characteristics of the cache.
Method Summary | |
---|---|
int |
concurrencyLevel()
Concurrency level for lock containers. |
boolean |
equals(Object o)
|
int |
hashCode()
|
IsolationLevel |
isolationLevel()
Cache isolation level. |
long |
lockAcquisitionTimeout()
Maximum time to attempt a particular lock acquisition |
LockingConfiguration |
lockAcquisitionTimeout(long lockAcquisitionTimeout)
|
String |
toString()
|
boolean |
useLockStriping()
If true, a pool of shared locks is maintained for all entries that need to be locked. |
boolean |
writeSkewCheck()
This setting is only applicable in the case of REPEATABLE_READ. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public int concurrencyLevel()
public IsolationLevel isolationLevel()
public long lockAcquisitionTimeout()
public LockingConfiguration lockAcquisitionTimeout(long lockAcquisitionTimeout)
public boolean useLockStriping()
public boolean writeSkewCheck()
public String toString()
toString
in class Object
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
--> | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |