Package feast.proto.serving
Class ServingServiceGrpc.ServingServiceImplBase
- java.lang.Object
-
- feast.proto.serving.ServingServiceGrpc.ServingServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- ServingServiceGrpc
public abstract static class ServingServiceGrpc.ServingServiceImplBase extends Object implements io.grpc.BindableService
-
-
Constructor Summary
Constructors Constructor Description ServingServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidgetFeastServingInfo(ServingAPIProto.GetFeastServingInfoRequest request, io.grpc.stub.StreamObserver<ServingAPIProto.GetFeastServingInfoResponse> responseObserver)Get information about this Feast serving.voidgetOnlineFeaturesV2(ServingAPIProto.GetOnlineFeaturesRequestV2 request, io.grpc.stub.StreamObserver<ServingAPIProto.GetOnlineFeaturesResponse> responseObserver)Get online features (v2) synchronously.
-
-
-
Method Detail
-
getFeastServingInfo
public void getFeastServingInfo(ServingAPIProto.GetFeastServingInfoRequest request, io.grpc.stub.StreamObserver<ServingAPIProto.GetFeastServingInfoResponse> responseObserver)
Get information about this Feast serving.
-
getOnlineFeaturesV2
public void getOnlineFeaturesV2(ServingAPIProto.GetOnlineFeaturesRequestV2 request, io.grpc.stub.StreamObserver<ServingAPIProto.GetOnlineFeaturesResponse> responseObserver)
Get online features (v2) synchronously.
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-