Package | Description |
---|---|
alluxio.master.metrics | |
alluxio.metrics | |
alluxio.metrics.aggregator |
Modifier and Type | Method and Description |
---|---|
Set<Metric> |
MetricsStore.getMetricsByInstanceTypeAndName(MetricsSystem.InstanceType instanceType,
String name)
Gets all the metrics by instance type and the metric name.
|
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.
|
Constructor and Description |
---|
Metric(MetricsSystem.InstanceType instanceType,
String hostname,
MetricType metricType,
String name,
Double value)
Constructs a
Metric instance. |
Metric(MetricsSystem.InstanceType instanceType,
String hostname,
String id,
MetricType metricType,
String name,
Double value)
Constructs a
Metric instance. |
MetricsFilter(MetricsSystem.InstanceType instanceType,
String name)
Constructs a new
MetricsFilter instance. |
Modifier and Type | Method and Description |
---|---|
MetricsSystem.InstanceType |
SumInstancesAggregator.getInstanceType() |
Constructor and Description |
---|
SingleTagValueAggregator(String aggregationName,
MetricsSystem.InstanceType instanceType,
String metricName,
String tagName)
Constructs a new instance of
SingleTagValueAggregator . |
SumInstancesAggregator(String aggregationName,
MetricsSystem.InstanceType instanceType,
String metricName)
Creates an instance of
SumInstancesAggregator . |
Copyright © 2023. All Rights Reserved.