Package | Description |
---|---|
alluxio.grpc | |
alluxio.metrics |
Modifier and Type | Method and Description |
---|---|
static MetricType |
MetricType.forNumber(int value) |
MetricType |
MetricValueOrBuilder.getMetricType()
optional .alluxio.grpc.MetricType metricType = 6; |
MetricType |
MetricValue.getMetricType()
optional .alluxio.grpc.MetricType metricType = 6; |
MetricType |
MetricValue.Builder.getMetricType()
optional .alluxio.grpc.MetricType metricType = 6; |
MetricType |
MetricOrBuilder.getMetricType()
required .alluxio.grpc.MetricType metricType = 5; |
MetricType |
Metric.getMetricType()
required .alluxio.grpc.MetricType metricType = 5; |
MetricType |
Metric.Builder.getMetricType()
required .alluxio.grpc.MetricType metricType = 5; |
static MetricType |
MetricType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MetricType |
MetricType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MetricType |
MetricType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricType[] |
MetricType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<MetricType> |
MetricType.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
MetricValue.Builder |
MetricValue.Builder.setMetricType(MetricType value)
optional .alluxio.grpc.MetricType metricType = 6; |
Metric.Builder |
Metric.Builder.setMetricType(MetricType value)
required .alluxio.grpc.MetricType metricType = 5; |
Modifier and Type | Method and Description |
---|---|
MetricType |
MetricKey.getMetricType() |
MetricType |
Metric.getMetricType() |
Modifier and Type | Method and Description |
---|---|
static Metric |
Metric.from(String fullName,
double value,
MetricType metricType)
Creates the metric from the full name and the value.
|
MetricKey.Builder |
MetricKey.Builder.setMetricType(MetricType metricType) |
Constructor and Description |
---|
Metric(MetricsSystem.InstanceType instanceType,
String source,
MetricType metricType,
String name,
Double value)
Constructs a
Metric instance. |
Copyright © 2023. All Rights Reserved.