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