public static final class JobMasterWorkerServiceGrpc.JobMasterWorkerServiceFutureStub extends io.grpc.stub.AbstractFutureStub<JobMasterWorkerServiceGrpc.JobMasterWorkerServiceFutureStub>
This interface contains job master service endpoints for job service workers.
Modifier and Type | Method and Description |
---|---|
protected JobMasterWorkerServiceGrpc.JobMasterWorkerServiceFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<JobHeartbeatPResponse> |
heartbeat(JobHeartbeatPRequest request)
Periodic worker heartbeat returns a list of commands for the worker to execute.
|
com.google.common.util.concurrent.ListenableFuture<RegisterJobWorkerPResponse> |
registerJobWorker(RegisterJobWorkerPRequest request)
Returns a worker id for the given network address.
|
protected JobMasterWorkerServiceGrpc.JobMasterWorkerServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<JobMasterWorkerServiceGrpc.JobMasterWorkerServiceFutureStub>
public com.google.common.util.concurrent.ListenableFuture<JobHeartbeatPResponse> heartbeat(JobHeartbeatPRequest request)
Periodic worker heartbeat returns a list of commands for the worker to execute.
public com.google.common.util.concurrent.ListenableFuture<RegisterJobWorkerPResponse> registerJobWorker(RegisterJobWorkerPRequest request)
Returns a worker id for the given network address.
Copyright © 2023. All Rights Reserved.