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