@Generated(value="by gRPC proto compiler (version 1.37.0)", comments="Source: grpc/job_master.proto") public final class JobMasterClientServiceGrpc extends Object
This interface contains job master service endpoints for job service clients.
Modifier and Type | Class and Description |
---|---|
static class |
JobMasterClientServiceGrpc.JobMasterClientServiceBlockingStub
This interface contains job master service endpoints for job service clients.
|
static class |
JobMasterClientServiceGrpc.JobMasterClientServiceFutureStub
This interface contains job master service endpoints for job service clients.
|
static class |
JobMasterClientServiceGrpc.JobMasterClientServiceImplBase
This interface contains job master service endpoints for job service clients.
|
static class |
JobMasterClientServiceGrpc.JobMasterClientServiceStub
This interface contains job master service endpoints for job service clients.
|
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<CancelPRequest,CancelPResponse> |
getCancelMethod() |
static io.grpc.MethodDescriptor<GetAllWorkerHealthPRequest,GetAllWorkerHealthPResponse> |
getGetAllWorkerHealthMethod() |
static io.grpc.MethodDescriptor<GetJobServiceSummaryPRequest,GetJobServiceSummaryPResponse> |
getGetJobServiceSummaryMethod() |
static io.grpc.MethodDescriptor<GetJobStatusDetailedPRequest,GetJobStatusDetailedPResponse> |
getGetJobStatusDetailedMethod() |
static io.grpc.MethodDescriptor<GetJobStatusPRequest,GetJobStatusPResponse> |
getGetJobStatusMethod() |
static io.grpc.MethodDescriptor<ListAllPRequest,ListAllPResponse> |
getListAllMethod() |
static io.grpc.MethodDescriptor<RunPRequest,RunPResponse> |
getRunMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static JobMasterClientServiceGrpc.JobMasterClientServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static JobMasterClientServiceGrpc.JobMasterClientServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static JobMasterClientServiceGrpc.JobMasterClientServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<CancelPRequest,CancelPResponse> getCancelMethod()
public static io.grpc.MethodDescriptor<GetJobStatusPRequest,GetJobStatusPResponse> getGetJobStatusMethod()
public static io.grpc.MethodDescriptor<GetJobStatusDetailedPRequest,GetJobStatusDetailedPResponse> getGetJobStatusDetailedMethod()
public static io.grpc.MethodDescriptor<GetJobServiceSummaryPRequest,GetJobServiceSummaryPResponse> getGetJobServiceSummaryMethod()
public static io.grpc.MethodDescriptor<ListAllPRequest,ListAllPResponse> getListAllMethod()
public static io.grpc.MethodDescriptor<RunPRequest,RunPResponse> getRunMethod()
public static io.grpc.MethodDescriptor<GetAllWorkerHealthPRequest,GetAllWorkerHealthPResponse> getGetAllWorkerHealthMethod()
public static JobMasterClientServiceGrpc.JobMasterClientServiceStub newStub(io.grpc.Channel channel)
public static JobMasterClientServiceGrpc.JobMasterClientServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static JobMasterClientServiceGrpc.JobMasterClientServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023. All Rights Reserved.