public class JMXStatisticsConfiguration extends java.lang.Object implements Matchable<JMXStatisticsConfiguration>
| Modifier and Type | Field and Description |
|---|---|
static AttributeDefinition<java.lang.Boolean> |
AVAILABLE |
static AttributeDefinition<java.lang.Boolean> |
ENABLED |
| Modifier and Type | Method and Description |
|---|---|
AttributeSet |
attributes() |
boolean |
available()
If set to false, statistics gathering cannot be enabled during runtime.
|
boolean |
enabled() |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
public static final AttributeDefinition<java.lang.Boolean> ENABLED
public static final AttributeDefinition<java.lang.Boolean> AVAILABLE
public boolean enabled()
public boolean available()
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