Package org.finos.tracdap.api.internal
Class TracRuntimeApiGrpc.TracRuntimeApiFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<TracRuntimeApiGrpc.TracRuntimeApiFutureStub>
io.grpc.stub.AbstractFutureStub<TracRuntimeApiGrpc.TracRuntimeApiFutureStub>
org.finos.tracdap.api.internal.TracRuntimeApiGrpc.TracRuntimeApiFutureStub
- Enclosing class:
TracRuntimeApiGrpc
public static final class TracRuntimeApiGrpc.TracRuntimeApiFutureStub
extends io.grpc.stub.AbstractFutureStub<TracRuntimeApiGrpc.TracRuntimeApiFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service TracRuntimeApi.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) com.google.common.util.concurrent.ListenableFuture<RuntimeJobResult> getJobResult(RuntimeJobInfoRequest request) com.google.common.util.concurrent.ListenableFuture<RuntimeJobStatus> getJobStatus(RuntimeJobInfoRequest request) com.google.common.util.concurrent.ListenableFuture<RuntimeListJobsResponse> listJobs(RuntimeListJobsRequest request) Methods inherited from class io.grpc.stub.AbstractFutureStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected TracRuntimeApiGrpc.TracRuntimeApiFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<TracRuntimeApiGrpc.TracRuntimeApiFutureStub>
-
listJobs
public com.google.common.util.concurrent.ListenableFuture<RuntimeListJobsResponse> listJobs(RuntimeListJobsRequest request) -
getJobStatus
public com.google.common.util.concurrent.ListenableFuture<RuntimeJobStatus> getJobStatus(RuntimeJobInfoRequest request) -
getJobResult
public com.google.common.util.concurrent.ListenableFuture<RuntimeJobResult> getJobResult(RuntimeJobInfoRequest request)
-