Package | Description |
---|---|
com.datastax.dse.driver.api.core.metrics | |
com.datastax.oss.driver.api.core.metrics |
Modifier and Type | Class and Description |
---|---|
class |
DseNodeMetric
See
reference.conf for a description of each metric. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultNodeMetric
See
reference.conf for a description of each metric. |
Modifier and Type | Method and Description |
---|---|
default <T extends com.codahale.metrics.Metric> |
Metrics.getNodeMetric(Node node,
NodeMetric metric)
Shortcut for
getNodeMetric(node, metric,
null) . |
<T extends com.codahale.metrics.Metric> |
Metrics.getNodeMetric(Node node,
NodeMetric metric,
String profileName)
Retrieves a node-level metric for a given node from the registry.
|
Copyright © 2017–2024. All rights reserved.