Package org.finos.tracdap.api
Class TracOrchestratorApiGrpc
- java.lang.Object
-
- org.finos.tracdap.api.TracOrchestratorApiGrpc
-
@Generated(value="by gRPC proto compiler (version 1.49.0)", comments="Source: tracdap/api/orchestrator.proto") public final class TracOrchestratorApiGrpc extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTracOrchestratorApiGrpc.TracOrchestratorApiBlockingStubstatic classTracOrchestratorApiGrpc.TracOrchestratorApiFutureStubstatic classTracOrchestratorApiGrpc.TracOrchestratorApiImplBasestatic classTracOrchestratorApiGrpc.TracOrchestratorApiStub
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.MethodDescriptor<JobStatusRequest,JobStatus>getCancelJobMethod()static io.grpc.MethodDescriptor<JobStatusRequest,JobStatus>getCheckJobMethod()static io.grpc.MethodDescriptor<JobStatusRequest,JobStatus>getFollowJobMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<JobRequest,JobStatus>getSubmitJobMethod()static io.grpc.MethodDescriptor<JobRequest,JobStatus>getValidateJobMethod()static TracOrchestratorApiGrpc.TracOrchestratorApiBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic TracOrchestratorApiGrpc.TracOrchestratorApiFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic TracOrchestratorApiGrpc.TracOrchestratorApiStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getValidateJobMethod
public static io.grpc.MethodDescriptor<JobRequest,JobStatus> getValidateJobMethod()
-
getSubmitJobMethod
public static io.grpc.MethodDescriptor<JobRequest,JobStatus> getSubmitJobMethod()
-
getCheckJobMethod
public static io.grpc.MethodDescriptor<JobStatusRequest,JobStatus> getCheckJobMethod()
-
getFollowJobMethod
public static io.grpc.MethodDescriptor<JobStatusRequest,JobStatus> getFollowJobMethod()
-
getCancelJobMethod
public static io.grpc.MethodDescriptor<JobStatusRequest,JobStatus> getCancelJobMethod()
-
newStub
public static TracOrchestratorApiGrpc.TracOrchestratorApiStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static TracOrchestratorApiGrpc.TracOrchestratorApiBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static TracOrchestratorApiGrpc.TracOrchestratorApiFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-