public static final class MetaMasterMasterServiceGrpc.MetaMasterMasterServiceStub extends io.grpc.stub.AbstractAsyncStub<MetaMasterMasterServiceGrpc.MetaMasterMasterServiceStub>
This interface contains meta master service endpoints for Alluxio standby masters.
Modifier and Type | Method and Description |
---|---|
protected MetaMasterMasterServiceGrpc.MetaMasterMasterServiceStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
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.
|
protected MetaMasterMasterServiceGrpc.MetaMasterMasterServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<MetaMasterMasterServiceGrpc.MetaMasterMasterServiceStub>
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.
Copyright © 2023. All Rights Reserved.