Package feast.proto.core
Class JobServiceGrpc
- java.lang.Object
-
- feast.proto.core.JobServiceGrpc
-
@Generated(value="by gRPC proto compiler (version 1.30.2)", comments="Source: feast/core/JobService.proto") public final class JobServiceGrpc extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJobServiceGrpc.JobServiceBlockingStubstatic classJobServiceGrpc.JobServiceFutureStubstatic classJobServiceGrpc.JobServiceImplBasestatic classJobServiceGrpc.JobServiceStub
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getStartOfflineToOnlineIngestionJobMethod
public static io.grpc.MethodDescriptor<JobServiceProto.StartOfflineToOnlineIngestionJobRequest,JobServiceProto.StartOfflineToOnlineIngestionJobResponse> getStartOfflineToOnlineIngestionJobMethod()
-
getGetHistoricalFeaturesMethod
public static io.grpc.MethodDescriptor<JobServiceProto.GetHistoricalFeaturesRequest,JobServiceProto.GetHistoricalFeaturesResponse> getGetHistoricalFeaturesMethod()
-
getStartStreamToOnlineIngestionJobMethod
public static io.grpc.MethodDescriptor<JobServiceProto.StartStreamToOnlineIngestionJobRequest,JobServiceProto.StartStreamToOnlineIngestionJobResponse> getStartStreamToOnlineIngestionJobMethod()
-
getListJobsMethod
public static io.grpc.MethodDescriptor<JobServiceProto.ListJobsRequest,JobServiceProto.ListJobsResponse> getListJobsMethod()
-
getCancelJobMethod
public static io.grpc.MethodDescriptor<JobServiceProto.CancelJobRequest,JobServiceProto.CancelJobResponse> getCancelJobMethod()
-
getGetJobMethod
public static io.grpc.MethodDescriptor<JobServiceProto.GetJobRequest,JobServiceProto.GetJobResponse> getGetJobMethod()
-
newStub
public static JobServiceGrpc.JobServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static JobServiceGrpc.JobServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static JobServiceGrpc.JobServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-