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