public static final class JobMasterClientServiceGrpc.JobMasterClientServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<JobMasterClientServiceGrpc.JobMasterClientServiceBlockingStub>
This interface contains job master service endpoints for job service clients.
Modifier and Type | Method and Description |
---|---|
protected JobMasterClientServiceGrpc.JobMasterClientServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
CancelPResponse |
cancel(CancelPRequest request)
Cancels the given job.
|
GetAllWorkerHealthPResponse |
getAllWorkerHealth(GetAllWorkerHealthPRequest request)
Lists all worker health.
|
GetJobServiceSummaryPResponse |
getJobServiceSummary(GetJobServiceSummaryPRequest request)
Gets the summary of the job service.
|
GetJobStatusPResponse |
getJobStatus(GetJobStatusPRequest request)
Gets the status of the given job.
|
GetJobStatusDetailedPResponse |
getJobStatusDetailed(GetJobStatusDetailedPRequest request)
Gets the status of the given job.
|
ListAllPResponse |
listAll(ListAllPRequest request)
Lists ids of all known jobs.
|
RunPResponse |
run(RunPRequest request)
Starts the given job, returning a job id.
|
protected JobMasterClientServiceGrpc.JobMasterClientServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<JobMasterClientServiceGrpc.JobMasterClientServiceBlockingStub>
public CancelPResponse cancel(CancelPRequest request)
Cancels the given job.
public GetJobStatusPResponse getJobStatus(GetJobStatusPRequest request)
Gets the status of the given job.
public GetJobStatusDetailedPResponse getJobStatusDetailed(GetJobStatusDetailedPRequest request)
Gets the status of the given job.
public GetJobServiceSummaryPResponse getJobServiceSummary(GetJobServiceSummaryPRequest request)
Gets the summary of the job service.
public ListAllPResponse listAll(ListAllPRequest request)
Lists ids of all known jobs.
public RunPResponse run(RunPRequest request)
Starts the given job, returning a job id.
public GetAllWorkerHealthPResponse getAllWorkerHealth(GetAllWorkerHealthPRequest request)
Lists all worker health.
Copyright © 2023. All Rights Reserved.