Package feast.proto.core
Class JobServiceGrpc.JobServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<JobServiceGrpc.JobServiceFutureStub>
-
- feast.proto.core.JobServiceGrpc.JobServiceFutureStub
-
- Enclosing class:
- JobServiceGrpc
public static final class JobServiceGrpc.JobServiceFutureStub extends io.grpc.stub.AbstractFutureStub<JobServiceGrpc.JobServiceFutureStub>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected JobServiceGrpc.JobServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<JobServiceProto.CancelJobResponse>cancelJob(JobServiceProto.CancelJobRequest request)Cancel a single jobcom.google.common.util.concurrent.ListenableFuture<JobServiceProto.GetHistoricalFeaturesResponse>getHistoricalFeatures(JobServiceProto.GetHistoricalFeaturesRequest request)Produce a training dataset, return a job id that will provide a file referencecom.google.common.util.concurrent.ListenableFuture<JobServiceProto.GetJobResponse>getJob(JobServiceProto.GetJobRequest request)Get details of a single jobcom.google.common.util.concurrent.ListenableFuture<JobServiceProto.ListJobsResponse>listJobs(JobServiceProto.ListJobsRequest request)List all types of jobscom.google.common.util.concurrent.ListenableFuture<JobServiceProto.StartOfflineToOnlineIngestionJobResponse>startOfflineToOnlineIngestionJob(JobServiceProto.StartOfflineToOnlineIngestionJobRequest request)Start job to ingest data from offline store into online storecom.google.common.util.concurrent.ListenableFuture<JobServiceProto.StartStreamToOnlineIngestionJobResponse>startStreamToOnlineIngestionJob(JobServiceProto.StartStreamToOnlineIngestionJobRequest request)Start job to ingest data from stream into online store
-
-
-
Method Detail
-
build
protected JobServiceGrpc.JobServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<JobServiceGrpc.JobServiceFutureStub>
-
startOfflineToOnlineIngestionJob
public com.google.common.util.concurrent.ListenableFuture<JobServiceProto.StartOfflineToOnlineIngestionJobResponse> startOfflineToOnlineIngestionJob(JobServiceProto.StartOfflineToOnlineIngestionJobRequest request)
Start job to ingest data from offline store into online store
-
getHistoricalFeatures
public com.google.common.util.concurrent.ListenableFuture<JobServiceProto.GetHistoricalFeaturesResponse> getHistoricalFeatures(JobServiceProto.GetHistoricalFeaturesRequest request)
Produce a training dataset, return a job id that will provide a file reference
-
startStreamToOnlineIngestionJob
public com.google.common.util.concurrent.ListenableFuture<JobServiceProto.StartStreamToOnlineIngestionJobResponse> startStreamToOnlineIngestionJob(JobServiceProto.StartStreamToOnlineIngestionJobRequest request)
Start job to ingest data from stream into online store
-
listJobs
public com.google.common.util.concurrent.ListenableFuture<JobServiceProto.ListJobsResponse> listJobs(JobServiceProto.ListJobsRequest request)
List all types of jobs
-
cancelJob
public com.google.common.util.concurrent.ListenableFuture<JobServiceProto.CancelJobResponse> cancelJob(JobServiceProto.CancelJobRequest request)
Cancel a single job
-
getJob
public com.google.common.util.concurrent.ListenableFuture<JobServiceProto.GetJobResponse> getJob(JobServiceProto.GetJobRequest request)
Get details of a single job
-
-