public static class MetricsMasterClientService.Client extends AlluxioService.Client implements MetricsMasterClientService.Iface
Modifier and Type | Class and Description |
---|---|
static class |
MetricsMasterClientService.Client.Factory |
Constructor and Description |
---|
Client(org.apache.thrift.protocol.TProtocol prot) |
Client(org.apache.thrift.protocol.TProtocol iprot,
org.apache.thrift.protocol.TProtocol oprot) |
Modifier and Type | Method and Description |
---|---|
MetricsHeartbeatTResponse |
metricsHeartbeat(String clientId,
String hostname,
MetricsHeartbeatTOptions options)
Periodic metrics master client heartbeat.
|
MetricsHeartbeatTResponse |
recv_metricsHeartbeat() |
void |
send_metricsHeartbeat(String clientId,
String hostname,
MetricsHeartbeatTOptions options) |
getServiceVersion, recv_getServiceVersion, send_getServiceVersion
getInputProtocol, getOutputProtocol, receiveBase, sendBase, sendBaseOneway
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getServiceVersion
public Client(org.apache.thrift.protocol.TProtocol prot)
public Client(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
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
public void send_metricsHeartbeat(String clientId, String hostname, MetricsHeartbeatTOptions options) throws org.apache.thrift.TException
org.apache.thrift.TException
public MetricsHeartbeatTResponse recv_metricsHeartbeat() throws AlluxioTException, org.apache.thrift.TException
AlluxioTException
org.apache.thrift.TException
Copyright © 2023. All Rights Reserved.