|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.infinispan.configuration.cache.DeadlockDetectionConfiguration
public class DeadlockDetectionConfiguration
Configures deadlock detection.
| Method Summary | |
|---|---|
boolean |
enabled()
Whether deadlock detection is enabled or disabled |
boolean |
equals(Object o)
|
int |
hashCode()
|
long |
spinDuration()
Time period that determines how often is lock acquisition attempted within maximum time allowed to acquire a particular lock |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public long spinDuration()
public boolean enabled()
public String toString()
toString in class Objectpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
--> | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||