Package | Description |
---|---|
alluxio.thrift | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
MetricValue |
MetricValue.deepCopy() |
MetricValue |
MetricValue.setDoubleValue(double doubleValue) |
MetricValue |
MetricValue.setLongValue(long longValue) |
Modifier and Type | Method and Description |
---|---|
Map<String,MetricValue> |
GetMetricsTResponse.getMetricsMap() |
Modifier and Type | Method and Description |
---|---|
int |
MetricValue.compareTo(MetricValue other) |
boolean |
MetricValue.equals(MetricValue that) |
void |
GetMetricsTResponse.putToMetricsMap(String key,
MetricValue val) |
Modifier and Type | Method and Description |
---|---|
GetMetricsTResponse |
GetMetricsTResponse.setMetricsMap(Map<String,MetricValue> metricsMap) |
Constructor and Description |
---|
MetricValue(MetricValue other)
Performs a deep copy on other.
|
Constructor and Description |
---|
GetMetricsTResponse(Map<String,MetricValue> metricsMap) |
Modifier and Type | Method and Description |
---|---|
MetricValue |
MetricValue.toThrift() |
Modifier and Type | Method and Description |
---|---|
static MetricValue |
MetricValue.fromThrift(MetricValue metricValue)
Converts a thrift type to a wire type.
|
Copyright © 2023. All Rights Reserved.