Package | Description |
---|---|
alluxio.master.meta | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
GetMetricsTResponse |
MetaMasterClientServiceHandler.getMetrics(GetMetricsTOptions options) |
Modifier and Type | Method and Description |
---|---|
GetMetricsTResponse |
GetMetricsTResponse.deepCopy() |
GetMetricsTResponse |
MetaMasterClientService.Iface.getMetrics(GetMetricsTOptions options)
Returns a map of metrics property names and their values from Alluxio metrics system.
|
GetMetricsTResponse |
MetaMasterClientService.Client.getMetrics(GetMetricsTOptions options) |
GetMetricsTResponse |
MetaMasterClientService.AsyncClient.getMetrics_call.getResult() |
GetMetricsTResponse |
MetaMasterClientService.getMetrics_result.getSuccess() |
GetMetricsTResponse |
MetaMasterClientService.Client.recv_getMetrics() |
GetMetricsTResponse |
GetMetricsTResponse.setMetricsMap(Map<String,MetricValue> metricsMap) |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<GetMetricsTResponse> |
MetaMasterClientService.AsyncProcessor.getMetrics.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
GetMetricsTResponse.compareTo(GetMetricsTResponse other) |
boolean |
GetMetricsTResponse.equals(GetMetricsTResponse that) |
MetaMasterClientService.getMetrics_result |
MetaMasterClientService.getMetrics_result.setSuccess(GetMetricsTResponse success) |
Modifier and Type | Method and Description |
---|---|
void |
MetaMasterClientService.AsyncProcessor.getMetrics.start(I iface,
MetaMasterClientService.getMetrics_args args,
org.apache.thrift.async.AsyncMethodCallback<GetMetricsTResponse> resultHandler) |
Constructor and Description |
---|
getMetrics_result(GetMetricsTResponse success,
AlluxioTException e) |
GetMetricsTResponse(GetMetricsTResponse other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.