@NotThreadSafe public final class MetricsMasterClientServiceHandler extends Object implements MetricsMasterClientService.Iface
Modifier and Type | Method and Description |
---|---|
GetServiceVersionTResponse |
getServiceVersion(GetServiceVersionTOptions options)
Returns the version of the master service.
|
MetricsHeartbeatTResponse |
metricsHeartbeat(String clientId,
String hostname,
MetricsHeartbeatTOptions options)
Periodic metrics master client heartbeat.
|
public GetServiceVersionTResponse getServiceVersion(GetServiceVersionTOptions options) throws AlluxioTException, org.apache.thrift.TException
AlluxioService.Iface
getServiceVersion
in interface AlluxioService.Iface
options
- the method optionsAlluxioTException
org.apache.thrift.TException
public MetricsHeartbeatTResponse metricsHeartbeat(String clientId, String hostname, MetricsHeartbeatTOptions options) throws AlluxioTException, org.apache.thrift.TException
MetricsMasterClientService.Iface
metricsHeartbeat
in interface MetricsMasterClientService.Iface
clientId
- the id of the clienthostname
- the client hostnameoptions
- the method optionsAlluxioTException
org.apache.thrift.TException
Copyright © 2023. All Rights Reserved.