Package feast.proto.serving
Class ServingServiceGrpc.ServingServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<ServingServiceGrpc.ServingServiceFutureStub>
-
- feast.proto.serving.ServingServiceGrpc.ServingServiceFutureStub
-
- Enclosing class:
- ServingServiceGrpc
public static final class ServingServiceGrpc.ServingServiceFutureStub extends io.grpc.stub.AbstractFutureStub<ServingServiceGrpc.ServingServiceFutureStub>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ServingServiceGrpc.ServingServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<ServingAPIProto.GetFeastServingInfoResponse>getFeastServingInfo(ServingAPIProto.GetFeastServingInfoRequest request)Get information about this Feast serving.com.google.common.util.concurrent.ListenableFuture<ServingAPIProto.GetOnlineFeaturesResponse>getOnlineFeatures(ServingAPIProto.GetOnlineFeaturesRequest request)Get online features synchronously.
-
-
-
Method Detail
-
build
protected ServingServiceGrpc.ServingServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ServingServiceGrpc.ServingServiceFutureStub>
-
getFeastServingInfo
public com.google.common.util.concurrent.ListenableFuture<ServingAPIProto.GetFeastServingInfoResponse> getFeastServingInfo(ServingAPIProto.GetFeastServingInfoRequest request)
Get information about this Feast serving.
-
getOnlineFeatures
public com.google.common.util.concurrent.ListenableFuture<ServingAPIProto.GetOnlineFeaturesResponse> getOnlineFeatures(ServingAPIProto.GetOnlineFeaturesRequest request)
Get online features synchronously.
-
-