org.infinispan.configuration.cache
Class DeadlockDetectionConfiguration

java.lang.Object
  extended by org.infinispan.configuration.cache.DeadlockDetectionConfiguration

public class DeadlockDetectionConfiguration
extends Object

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

spinDuration

public long spinDuration()
Time period that determines how often is lock acquisition attempted within maximum time allowed to acquire a particular lock


enabled

public boolean enabled()
Whether deadlock detection is enabled or disabled


toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

-->

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