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