Package feast.proto.serving
Class ServingServiceGrpc.ServingServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<ServingServiceGrpc.ServingServiceBlockingStub>
-
- feast.proto.serving.ServingServiceGrpc.ServingServiceBlockingStub
-
- Enclosing class:
- ServingServiceGrpc
public static final class ServingServiceGrpc.ServingServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<ServingServiceGrpc.ServingServiceBlockingStub>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ServingServiceGrpc.ServingServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)ServingAPIProto.GetFeastServingInfoResponsegetFeastServingInfo(ServingAPIProto.GetFeastServingInfoRequest request)Get information about this Feast serving.ServingAPIProto.GetOnlineFeaturesResponsegetOnlineFeaturesV2(ServingAPIProto.GetOnlineFeaturesRequestV2 request)Get online features (v2) synchronously.
-
-
-
Method Detail
-
build
protected ServingServiceGrpc.ServingServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ServingServiceGrpc.ServingServiceBlockingStub>
-
getFeastServingInfo
public ServingAPIProto.GetFeastServingInfoResponse getFeastServingInfo(ServingAPIProto.GetFeastServingInfoRequest request)
Get information about this Feast serving.
-
getOnlineFeaturesV2
public ServingAPIProto.GetOnlineFeaturesResponse getOnlineFeaturesV2(ServingAPIProto.GetOnlineFeaturesRequestV2 request)
Get online features (v2) synchronously.
-
-