Class FeatureOnlineStoreServiceGrpc (3.42.0)

public final class FeatureOnlineStoreServiceGrpc

A service for fetching feature values from the online store.

Inheritance

java.lang.Object > FeatureOnlineStoreServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(FeatureOnlineStoreServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(FeatureOnlineStoreServiceGrpc.AsyncService service)
Parameter
NameDescription
serviceFeatureOnlineStoreServiceGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getFetchFeatureValuesMethod()

public static MethodDescriptor<FetchFeatureValuesRequest,FetchFeatureValuesResponse> getFetchFeatureValuesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<FetchFeatureValuesRequest,FetchFeatureValuesResponse>

getSearchNearestEntitiesMethod()

public static MethodDescriptor<SearchNearestEntitiesRequest,SearchNearestEntitiesResponse> getSearchNearestEntitiesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<SearchNearestEntitiesRequest,SearchNearestEntitiesResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

newBlockingStub(Channel channel)

public static FeatureOnlineStoreServiceGrpc.FeatureOnlineStoreServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
FeatureOnlineStoreServiceGrpc.FeatureOnlineStoreServiceBlockingStub

newFutureStub(Channel channel)

public static FeatureOnlineStoreServiceGrpc.FeatureOnlineStoreServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
FeatureOnlineStoreServiceGrpc.FeatureOnlineStoreServiceFutureStub

newStub(Channel channel)

public static FeatureOnlineStoreServiceGrpc.FeatureOnlineStoreServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
FeatureOnlineStoreServiceGrpc.FeatureOnlineStoreServiceStub