Package feast.proto.serving
Class TransformationServiceGrpc.TransformationServiceImplBase
- java.lang.Object
-
- feast.proto.serving.TransformationServiceGrpc.TransformationServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- TransformationServiceGrpc
public abstract static class TransformationServiceGrpc.TransformationServiceImplBase extends Object implements io.grpc.BindableService
-
-
Constructor Summary
Constructors Constructor Description TransformationServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidgetTransformationServiceInfo(TransformationServiceAPIProto.GetTransformationServiceInfoRequest request, io.grpc.stub.StreamObserver<TransformationServiceAPIProto.GetTransformationServiceInfoResponse> responseObserver)voidtransformFeatures(TransformationServiceAPIProto.TransformFeaturesRequest request, io.grpc.stub.StreamObserver<TransformationServiceAPIProto.TransformFeaturesResponse> responseObserver)
-
-
-
Method Detail
-
getTransformationServiceInfo
public void getTransformationServiceInfo(TransformationServiceAPIProto.GetTransformationServiceInfoRequest request, io.grpc.stub.StreamObserver<TransformationServiceAPIProto.GetTransformationServiceInfoResponse> responseObserver)
-
transformFeatures
public void transformFeatures(TransformationServiceAPIProto.TransformFeaturesRequest request, io.grpc.stub.StreamObserver<TransformationServiceAPIProto.TransformFeaturesResponse> responseObserver)
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-