|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.datastax.driver.core.MetricsOptions
public class MetricsOptions
Metrics options.
| Constructor Summary | |
|---|---|
MetricsOptions()
Creates a new MetricsOptions object with default values. |
|
MetricsOptions(boolean jmxEnabled)
Creates a new MetricsOptions object. |
|
| Method Summary | |
|---|---|
boolean |
isJMXReportingEnabled()
Returns whether JMX reporting is enabled (the default). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MetricsOptions()
MetricsOptions object with default values.
public MetricsOptions(boolean jmxEnabled)
MetricsOptions object.
jmxEnabled - whether to enable JMX reporting or not.| Method Detail |
|---|
public boolean isJMXReportingEnabled()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||