public static final class JobMasterMasterServiceGrpc.JobMasterMasterServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<JobMasterMasterServiceGrpc.JobMasterMasterServiceBlockingStub>
This interface contains meta master service endpoints for Alluxio standby masters.
Modifier and Type | Method and Description |
---|---|
protected JobMasterMasterServiceGrpc.JobMasterMasterServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
GetJobMasterIdPResponse |
getMasterId(GetJobMasterIdPRequest request)
Returns a master id for the given master address.
|
JobMasterHeartbeatPResponse |
masterHeartbeat(JobMasterHeartbeatPRequest request)
Heartbeats to indicate the master is lost or not.
|
RegisterJobMasterPResponse |
registerMaster(RegisterJobMasterPRequest request)
Registers a master.
|
protected JobMasterMasterServiceGrpc.JobMasterMasterServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<JobMasterMasterServiceGrpc.JobMasterMasterServiceBlockingStub>
public GetJobMasterIdPResponse getMasterId(GetJobMasterIdPRequest request)
Returns a master id for the given master address.
public RegisterJobMasterPResponse registerMaster(RegisterJobMasterPRequest request)
Registers a master.
public JobMasterHeartbeatPResponse masterHeartbeat(JobMasterHeartbeatPRequest request)
Heartbeats to indicate the master is lost or not.
Copyright © 2023. All Rights Reserved.