@Deprecated public class DeadlockDetectionConfiguration extends java.lang.Object implements Matchable<DeadlockDetectionConfiguration>
| Modifier and Type | Field and Description |
|---|---|
static AttributeDefinition<java.lang.Boolean> |
ENABLED
Deprecated.
|
static AttributeDefinition<java.lang.Long> |
SPIN_DURATION
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeSet |
attributes()
Deprecated.
|
boolean |
enabled()
Deprecated.
Since 9.0, always returns
false. |
boolean |
equals(java.lang.Object obj)
Deprecated.
|
int |
hashCode()
Deprecated.
|
long |
spinDuration()
Deprecated.
Since 9.0, always returns
-1. |
java.lang.String |
toString()
Deprecated.
|
@Deprecated public static final AttributeDefinition<java.lang.Boolean> ENABLED
@Deprecated public static final AttributeDefinition<java.lang.Long> SPIN_DURATION
@Deprecated public long spinDuration()
-1.@Deprecated public boolean enabled()
false.public AttributeSet attributes()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object