Class DeadlockDetectionConfiguration
- java.lang.Object
-
- org.infinispan.configuration.cache.DeadlockDetectionConfiguration
-
- All Implemented Interfaces:
Matchable<DeadlockDetectionConfiguration>
@Deprecated public class DeadlockDetectionConfiguration extends Object implements Matchable<DeadlockDetectionConfiguration>
Deprecated.Since 9.0, deadlock detection is always disabled.Configures deadlock detection.
-
-
Field Summary
Fields Modifier and Type Field Description static AttributeDefinition<Boolean>ENABLEDDeprecated.static AttributeDefinition<Long>SPIN_DURATIONDeprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description AttributeSetattributes()Deprecated.booleanenabled()Deprecated.Since 9.0, always returnsfalse.booleanequals(Object obj)Deprecated.inthashCode()Deprecated.longspinDuration()Deprecated.Since 9.0, always returns-1.StringtoString()Deprecated.
-
-
-
Field Detail
-
ENABLED
@Deprecated public static final AttributeDefinition<Boolean> ENABLED
Deprecated.
-
SPIN_DURATION
@Deprecated public static final AttributeDefinition<Long> SPIN_DURATION
Deprecated.
-
-
Method Detail
-
spinDuration
@Deprecated public long spinDuration()
Deprecated.Since 9.0, always returns-1.Time period that determines how often is lock acquisition attempted within maximum time allowed to acquire a particular lock
-
enabled
@Deprecated public boolean enabled()
Deprecated.Since 9.0, always returnsfalse.Whether deadlock detection is enabled or disabled
-
attributes
public AttributeSet attributes()
Deprecated.
-
-