Package feast.proto.serving
Class TransformationServiceGrpc.TransformationServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<TransformationServiceGrpc.TransformationServiceFutureStub>
-
- feast.proto.serving.TransformationServiceGrpc.TransformationServiceFutureStub
-
- Enclosing class:
- TransformationServiceGrpc
public static final class TransformationServiceGrpc.TransformationServiceFutureStub extends io.grpc.stub.AbstractFutureStub<TransformationServiceGrpc.TransformationServiceFutureStub>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TransformationServiceGrpc.TransformationServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<TransformationServiceAPIProto.GetTransformationServiceInfoResponse>getTransformationServiceInfo(TransformationServiceAPIProto.GetTransformationServiceInfoRequest request)com.google.common.util.concurrent.ListenableFuture<TransformationServiceAPIProto.TransformFeaturesResponse>transformFeatures(TransformationServiceAPIProto.TransformFeaturesRequest request)
-
-
-
Method Detail
-
build
protected TransformationServiceGrpc.TransformationServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<TransformationServiceGrpc.TransformationServiceFutureStub>
-
getTransformationServiceInfo
public com.google.common.util.concurrent.ListenableFuture<TransformationServiceAPIProto.GetTransformationServiceInfoResponse> getTransformationServiceInfo(TransformationServiceAPIProto.GetTransformationServiceInfoRequest request)
-
transformFeatures
public com.google.common.util.concurrent.ListenableFuture<TransformationServiceAPIProto.TransformFeaturesResponse> transformFeatures(TransformationServiceAPIProto.TransformFeaturesRequest request)
-
-