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 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.
      • getStatusValue

        int getStatusValue()
         Current job status
         
        .feast.core.JobStatus status = 3;
        Returns:
        The enum numeric value on the wire for 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.
      • hasBatchIngestion

        boolean hasBatchIngestion()
        .feast.core.Job.OfflineToOnlineMeta batch_ingestion = 7;
        Returns:
        Whether the batchIngestion field is set.
      • hasStreamIngestion

        boolean hasStreamIngestion()
        .feast.core.Job.StreamToOnlineMeta stream_ingestion = 8;
        Returns:
        Whether the streamIngestion field is set.
      • 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.