Package | Description |
---|---|
alluxio.client.meta | |
alluxio.grpc |
Modifier and Type | Method and Description |
---|---|
Map<String,MetricValue> |
RetryHandlingMetaMasterClient.getMetrics() |
Map<String,MetricValue> |
MetaMasterClient.getMetrics()
Gets a map of metrics property names and their values from metrics system.
|
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<MetricValue> |
MetricValue.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
MetricValue |
MetricValue.Builder.build() |
MetricValue |
MetricValue.Builder.buildPartial() |
static MetricValue |
MetricValue.getDefaultInstance() |
MetricValue |
MetricValue.getDefaultInstanceForType() |
MetricValue |
MetricValue.Builder.getDefaultInstanceForType() |
MetricValue |
GetMetricsPResponseOrBuilder.getMetricsOrDefault(String key,
MetricValue defaultValue)
map<string, .alluxio.grpc.meta.MetricValue> metrics = 1; |
MetricValue |
GetMetricsPResponse.getMetricsOrDefault(String key,
MetricValue defaultValue)
map<string, .alluxio.grpc.meta.MetricValue> metrics = 1; |
MetricValue |
GetMetricsPResponse.Builder.getMetricsOrDefault(String key,
MetricValue defaultValue)
map<string, .alluxio.grpc.meta.MetricValue> metrics = 1; |
MetricValue |
GetMetricsPResponseOrBuilder.getMetricsOrThrow(String key)
map<string, .alluxio.grpc.meta.MetricValue> metrics = 1; |
MetricValue |
GetMetricsPResponse.getMetricsOrThrow(String key)
map<string, .alluxio.grpc.meta.MetricValue> metrics = 1; |
MetricValue |
GetMetricsPResponse.Builder.getMetricsOrThrow(String key)
map<string, .alluxio.grpc.meta.MetricValue> metrics = 1; |
static MetricValue |
MetricValue.parseDelimitedFrom(InputStream input) |
static MetricValue |
MetricValue.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MetricValue |
MetricValue.parseFrom(byte[] data) |
static MetricValue |
MetricValue.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MetricValue |
MetricValue.parseFrom(ByteBuffer data) |
static MetricValue |
MetricValue.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MetricValue |
MetricValue.parseFrom(com.google.protobuf.ByteString data) |
static MetricValue |
MetricValue.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MetricValue |
MetricValue.parseFrom(com.google.protobuf.CodedInputStream input) |
static MetricValue |
MetricValue.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MetricValue |
MetricValue.parseFrom(InputStream input) |
static MetricValue |
MetricValue.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Map<String,MetricValue> |
GetMetricsPResponseOrBuilder.getMetrics()
Deprecated.
|
Map<String,MetricValue> |
GetMetricsPResponse.getMetrics()
Deprecated.
|
Map<String,MetricValue> |
GetMetricsPResponse.Builder.getMetrics()
Deprecated.
|
Map<String,MetricValue> |
GetMetricsPResponseOrBuilder.getMetricsMap()
map<string, .alluxio.grpc.meta.MetricValue> metrics = 1; |
Map<String,MetricValue> |
GetMetricsPResponse.getMetricsMap()
map<string, .alluxio.grpc.meta.MetricValue> metrics = 1; |
Map<String,MetricValue> |
GetMetricsPResponse.Builder.getMetricsMap()
map<string, .alluxio.grpc.meta.MetricValue> metrics = 1; |
Map<String,MetricValue> |
GetMetricsPResponse.Builder.getMutableMetrics()
Deprecated.
|
com.google.protobuf.Parser<MetricValue> |
MetricValue.getParserForType() |
static com.google.protobuf.Parser<MetricValue> |
MetricValue.parser() |
Modifier and Type | Method and Description |
---|---|
MetricValue |
GetMetricsPResponseOrBuilder.getMetricsOrDefault(String key,
MetricValue defaultValue)
map<string, .alluxio.grpc.meta.MetricValue> metrics = 1; |
MetricValue |
GetMetricsPResponse.getMetricsOrDefault(String key,
MetricValue defaultValue)
map<string, .alluxio.grpc.meta.MetricValue> metrics = 1; |
MetricValue |
GetMetricsPResponse.Builder.getMetricsOrDefault(String key,
MetricValue defaultValue)
map<string, .alluxio.grpc.meta.MetricValue> metrics = 1; |
MetricValue.Builder |
MetricValue.Builder.mergeFrom(MetricValue other) |
static MetricValue.Builder |
MetricValue.newBuilder(MetricValue prototype) |
GetMetricsPResponse.Builder |
GetMetricsPResponse.Builder.putMetrics(String key,
MetricValue value)
map<string, .alluxio.grpc.meta.MetricValue> metrics = 1; |
Modifier and Type | Method and Description |
---|---|
GetMetricsPResponse.Builder |
GetMetricsPResponse.Builder.putAllMetrics(Map<String,MetricValue> values)
map<string, .alluxio.grpc.meta.MetricValue> metrics = 1; |
Copyright © 2023. All Rights Reserved.