Package | Description |
---|---|
alluxio.master.metrics | |
alluxio.metrics |
Constructor and Description |
---|
ClusterCounterKey(MetricsSystem.InstanceType instanceType,
String metricName)
Construct a new
MetricsStore.ClusterCounterKey . |
Modifier and Type | Method and Description |
---|---|
static MetricsSystem.InstanceType |
MetricsSystem.InstanceType.fromString(String text)
Creates an instance type from the string.
|
MetricsSystem.InstanceType |
Metric.getInstanceType() |
MetricsSystem.InstanceType |
MetricsFilter.getInstanceType() |
static MetricsSystem.InstanceType |
MetricsSystem.InstanceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricsSystem.InstanceType[] |
MetricsSystem.InstanceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Set<MetricKey> |
MetricKey.allShouldReportMetricKeys(MetricsSystem.InstanceType instanceType)
Gets all the metric keys that belong to the given instance type
and should be reported.
|
static void |
MetricsSystem.initShouldReportMetrics(MetricsSystem.InstanceType instanceType)
Initialize the
MetricsSystem.SHOULD_REPORT_METRICS . |
Constructor and Description |
---|
Metric(MetricsSystem.InstanceType instanceType,
String source,
MetricType metricType,
String name,
Double value)
Constructs a
Metric instance. |
MetricsFilter(MetricsSystem.InstanceType instanceType,
String name)
Constructs a new
MetricsFilter instance. |
Copyright © 2023. All Rights Reserved.