public abstract static class MetaMasterMasterServiceGrpc.MetaMasterMasterServiceImplBase extends Object implements io.grpc.BindableService
This interface contains meta master service endpoints for Alluxio standby masters.
Constructor and Description |
---|
MetaMasterMasterServiceImplBase() |
Modifier and Type | Method and Description |
---|---|
io.grpc.ServerServiceDefinition |
bindService() |
void |
getMasterId(GetMasterIdPRequest request,
io.grpc.stub.StreamObserver<GetMasterIdPResponse> responseObserver)
Returns a master id for the given master address.
|
void |
masterHeartbeat(MasterHeartbeatPRequest request,
io.grpc.stub.StreamObserver<MasterHeartbeatPResponse> responseObserver)
Heartbeats to indicate the master is lost or not.
|
void |
registerMaster(RegisterMasterPRequest request,
io.grpc.stub.StreamObserver<RegisterMasterPResponse> responseObserver)
Registers a master.
|
public void getMasterId(GetMasterIdPRequest request, io.grpc.stub.StreamObserver<GetMasterIdPResponse> responseObserver)
Returns a master id for the given master address.
public void registerMaster(RegisterMasterPRequest request, io.grpc.stub.StreamObserver<RegisterMasterPResponse> responseObserver)
Registers a master.
public void masterHeartbeat(MasterHeartbeatPRequest request, io.grpc.stub.StreamObserver<MasterHeartbeatPResponse> responseObserver)
Heartbeats to indicate the master is lost or not.
public final io.grpc.ServerServiceDefinition bindService()
bindService
in interface io.grpc.BindableService
Copyright © 2023. All Rights Reserved.