Package | Description |
---|---|
alluxio.master.meta | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
GetMetricsTResponse |
MetaMasterClientServiceHandler.getMetrics(GetMetricsTOptions options) |
Modifier and Type | Method and Description |
---|---|
GetMetricsTOptions |
GetMetricsTOptions.deepCopy() |
GetMetricsTOptions |
MetaMasterClientService.getMetrics_args.getOptions()
the method options
|
Modifier and Type | Method and Description |
---|---|
int |
GetMetricsTOptions.compareTo(GetMetricsTOptions other) |
boolean |
GetMetricsTOptions.equals(GetMetricsTOptions that) |
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) |
void |
MetaMasterClientService.AsyncIface.getMetrics(GetMetricsTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
MetaMasterClientService.AsyncClient.getMetrics(GetMetricsTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
MetaMasterClientService.Client.send_getMetrics(GetMetricsTOptions options) |
MetaMasterClientService.getMetrics_args |
MetaMasterClientService.getMetrics_args.setOptions(GetMetricsTOptions options)
the method options
|
Constructor and Description |
---|
getMetrics_args(GetMetricsTOptions options) |
getMetrics_call(GetMetricsTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
GetMetricsTOptions(GetMetricsTOptions other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.