Package | Description |
---|---|
org.apache.cassandra.metrics |
Modifier and Type | Class and Description |
---|---|
class |
DefaultNameFactory
MetricNameFactory that generates default MetricName of metrics.
|
Modifier and Type | Field and Description |
---|---|
static MetricNameFactory |
CommitLogMetrics.factory |
static MetricNameFactory |
CompactionMetrics.factory |
MetricNameFactory |
KeyspaceMetrics.factory |
protected MetricNameFactory |
LatencyMetrics.factory |
Constructor and Description |
---|
LatencyMetrics(MetricNameFactory factory,
java.lang.String namePrefix)
Create LatencyMetrics with given group, type, prefix to append to each metric name, and scope.
|
LatencyMetrics(MetricNameFactory factory,
java.lang.String namePrefix,
LatencyMetrics... parents)
Create LatencyMetrics with given group, type, prefix to append to each metric name, and scope.
|
Copyright © 2014 The Apache Software Foundation