Package feast.proto.serving
Class ServingServiceGrpc.ServingServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<ServingServiceGrpc.ServingServiceStub>
-
- feast.proto.serving.ServingServiceGrpc.ServingServiceStub
-
- Enclosing class:
- ServingServiceGrpc
public static final class ServingServiceGrpc.ServingServiceStub extends io.grpc.stub.AbstractAsyncStub<ServingServiceGrpc.ServingServiceStub>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ServingServiceGrpc.ServingServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)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
-
build
protected ServingServiceGrpc.ServingServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ServingServiceGrpc.ServingServiceStub>
-
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.
-
-