@Deprecated public class DeadlockDetectionConfiguration extends Object implements Matchable<DeadlockDetectionConfiguration>
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<Boolean> |
ENABLED
Deprecated.
|
static AttributeDefinition<Long> |
SPIN_DURATION
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AttributeSet |
attributes()
Deprecated.
|
boolean |
enabled()
Deprecated.
Whether deadlock detection is enabled or disabled
|
boolean |
equals(Object obj)
Deprecated.
|
int |
hashCode()
Deprecated.
|
long |
spinDuration()
Deprecated.
Time period that determines how often is lock acquisition attempted within maximum time
allowed to acquire a particular lock
|
String |
toString()
Deprecated.
|
public static final AttributeDefinition<Boolean> ENABLED
public static final AttributeDefinition<Long> SPIN_DURATION
public long spinDuration()
public boolean enabled()
public AttributeSet attributes()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.