Package feast.proto.core
Interface JobServiceProto.JobOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
JobServiceProto.Job,JobServiceProto.Job.Builder
- Enclosing class:
- JobServiceProto
public static interface JobServiceProto.JobOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobServiceProto.Job.OfflineToOnlineMetagetBatchIngestion().feast.core.Job.OfflineToOnlineMeta batch_ingestion = 7;JobServiceProto.Job.OfflineToOnlineMetaOrBuildergetBatchIngestionOrBuilder().feast.core.Job.OfflineToOnlineMeta batch_ingestion = 7;StringgetHash()Deterministic hash of the Jobcom.google.protobuf.ByteStringgetHashBytes()Deterministic hash of the JobStringgetId()Identifier of the Jobcom.google.protobuf.ByteStringgetIdBytes()Identifier of the JobStringgetLogUri()Path to Spark job logs, if availablecom.google.protobuf.ByteStringgetLogUriBytes()Path to Spark job logs, if availableJobServiceProto.Job.MetaCasegetMetaCase()JobServiceProto.Job.RetrievalJobMetagetRetrieval().feast.core.Job.RetrievalJobMeta retrieval = 6;JobServiceProto.Job.RetrievalJobMetaOrBuildergetRetrievalOrBuilder().feast.core.Job.RetrievalJobMeta retrieval = 6;com.google.protobuf.TimestampgetStartTime()Start time of the Jobcom.google.protobuf.TimestampOrBuildergetStartTimeOrBuilder()Start time of the JobJobServiceProto.JobStatusgetStatus()Current job statusintgetStatusValue()Current job statusJobServiceProto.Job.StreamToOnlineMetagetStreamIngestion().feast.core.Job.StreamToOnlineMeta stream_ingestion = 8;JobServiceProto.Job.StreamToOnlineMetaOrBuildergetStreamIngestionOrBuilder().feast.core.Job.StreamToOnlineMeta stream_ingestion = 8;JobServiceProto.JobTypegetType()Type of the JobintgetTypeValue()Type of the JobbooleanhasBatchIngestion().feast.core.Job.OfflineToOnlineMeta batch_ingestion = 7;booleanhasRetrieval().feast.core.Job.RetrievalJobMeta retrieval = 6;booleanhasStartTime()Start time of the JobbooleanhasStreamIngestion().feast.core.Job.StreamToOnlineMeta stream_ingestion = 8;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getId
String getId()
Identifier of the Job
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
Identifier of the Job
string id = 1;- Returns:
- The bytes for id.
-
getTypeValue
int getTypeValue()
Type of the Job
.feast.core.JobType type = 2;- Returns:
- The enum numeric value on the wire for type.
-
getType
JobServiceProto.JobType getType()
Type of the Job
.feast.core.JobType type = 2;- Returns:
- The type.
-
getStatusValue
int getStatusValue()
Current job status
.feast.core.JobStatus status = 3;- Returns:
- The enum numeric value on the wire for status.
-
getStatus
JobServiceProto.JobStatus getStatus()
Current job status
.feast.core.JobStatus status = 3;- Returns:
- The status.
-
getHash
String getHash()
Deterministic hash of the Job
string hash = 4;- Returns:
- The hash.
-
getHashBytes
com.google.protobuf.ByteString getHashBytes()
Deterministic hash of the Job
string hash = 4;- Returns:
- The bytes for hash.
-
hasStartTime
boolean hasStartTime()
Start time of the Job
.google.protobuf.Timestamp start_time = 5;- Returns:
- Whether the startTime field is set.
-
getStartTime
com.google.protobuf.Timestamp getStartTime()
Start time of the Job
.google.protobuf.Timestamp start_time = 5;- Returns:
- The startTime.
-
getStartTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Start time of the Job
.google.protobuf.Timestamp start_time = 5;
-
hasRetrieval
boolean hasRetrieval()
.feast.core.Job.RetrievalJobMeta retrieval = 6;- Returns:
- Whether the retrieval field is set.
-
getRetrieval
JobServiceProto.Job.RetrievalJobMeta getRetrieval()
.feast.core.Job.RetrievalJobMeta retrieval = 6;- Returns:
- The retrieval.
-
getRetrievalOrBuilder
JobServiceProto.Job.RetrievalJobMetaOrBuilder getRetrievalOrBuilder()
.feast.core.Job.RetrievalJobMeta retrieval = 6;
-
hasBatchIngestion
boolean hasBatchIngestion()
.feast.core.Job.OfflineToOnlineMeta batch_ingestion = 7;- Returns:
- Whether the batchIngestion field is set.
-
getBatchIngestion
JobServiceProto.Job.OfflineToOnlineMeta getBatchIngestion()
.feast.core.Job.OfflineToOnlineMeta batch_ingestion = 7;- Returns:
- The batchIngestion.
-
getBatchIngestionOrBuilder
JobServiceProto.Job.OfflineToOnlineMetaOrBuilder getBatchIngestionOrBuilder()
.feast.core.Job.OfflineToOnlineMeta batch_ingestion = 7;
-
hasStreamIngestion
boolean hasStreamIngestion()
.feast.core.Job.StreamToOnlineMeta stream_ingestion = 8;- Returns:
- Whether the streamIngestion field is set.
-
getStreamIngestion
JobServiceProto.Job.StreamToOnlineMeta getStreamIngestion()
.feast.core.Job.StreamToOnlineMeta stream_ingestion = 8;- Returns:
- The streamIngestion.
-
getStreamIngestionOrBuilder
JobServiceProto.Job.StreamToOnlineMetaOrBuilder getStreamIngestionOrBuilder()
.feast.core.Job.StreamToOnlineMeta stream_ingestion = 8;
-
getLogUri
String getLogUri()
Path to Spark job logs, if available
string log_uri = 9;- Returns:
- The logUri.
-
getLogUriBytes
com.google.protobuf.ByteString getLogUriBytes()
Path to Spark job logs, if available
string log_uri = 9;- Returns:
- The bytes for logUri.
-
getMetaCase
JobServiceProto.Job.MetaCase getMetaCase()
-
-