Interface StoreTypes.JobDataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StoreTypes.JobData, StoreTypes.JobData.Builder
Enclosing class:
StoreTypes

public static interface StoreTypes.JobDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getJobId

      long getJobId()
       All IDs are int64 for extendability, even when they are currently int32 in Spark.
       
      int64 job_id = 1;
      Returns:
      The jobId.
    • hasName

      boolean hasName()
      optional string name = 2;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
      optional string name = 2;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      optional string name = 2;
      Returns:
      The bytes for name.
    • hasDescription

      boolean hasDescription()
      optional string description = 3;
      Returns:
      Whether the description field is set.
    • getDescription

      String getDescription()
      optional string description = 3;
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
      optional string description = 3;
      Returns:
      The bytes for description.
    • hasSubmissionTime

      boolean hasSubmissionTime()
      optional int64 submission_time = 4;
      Returns:
      Whether the submissionTime field is set.
    • getSubmissionTime

      long getSubmissionTime()
      optional int64 submission_time = 4;
      Returns:
      The submissionTime.
    • hasCompletionTime

      boolean hasCompletionTime()
      optional int64 completion_time = 5;
      Returns:
      Whether the completionTime field is set.
    • getCompletionTime

      long getCompletionTime()
      optional int64 completion_time = 5;
      Returns:
      The completionTime.
    • getStageIdsList

      List<Long> getStageIdsList()
      repeated int64 stage_ids = 6;
      Returns:
      A list containing the stageIds.
    • getStageIdsCount

      int getStageIdsCount()
      repeated int64 stage_ids = 6;
      Returns:
      The count of stageIds.
    • getStageIds

      long getStageIds(int index)
      repeated int64 stage_ids = 6;
      Parameters:
      index - The index of the element to return.
      Returns:
      The stageIds at the given index.
    • hasJobGroup

      boolean hasJobGroup()
      optional string job_group = 7;
      Returns:
      Whether the jobGroup field is set.
    • getJobGroup

      String getJobGroup()
      optional string job_group = 7;
      Returns:
      The jobGroup.
    • getJobGroupBytes

      com.google.protobuf.ByteString getJobGroupBytes()
      optional string job_group = 7;
      Returns:
      The bytes for jobGroup.
    • getJobTagsList

      List<String> getJobTagsList()
      repeated string job_tags = 21;
      Returns:
      A list containing the jobTags.
    • getJobTagsCount

      int getJobTagsCount()
      repeated string job_tags = 21;
      Returns:
      The count of jobTags.
    • getJobTags

      String getJobTags(int index)
      repeated string job_tags = 21;
      Parameters:
      index - The index of the element to return.
      Returns:
      The jobTags at the given index.
    • getJobTagsBytes

      com.google.protobuf.ByteString getJobTagsBytes(int index)
      repeated string job_tags = 21;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the jobTags at the given index.
    • getStatusValue

      int getStatusValue()
      .org.apache.spark.status.protobuf.JobExecutionStatus status = 8;
      Returns:
      The enum numeric value on the wire for status.
    • getStatus

      .org.apache.spark.status.protobuf.JobExecutionStatus status = 8;
      Returns:
      The status.
    • getNumTasks

      int getNumTasks()
      int32 num_tasks = 9;
      Returns:
      The numTasks.
    • getNumActiveTasks

      int getNumActiveTasks()
      int32 num_active_tasks = 10;
      Returns:
      The numActiveTasks.
    • getNumCompletedTasks

      int getNumCompletedTasks()
      int32 num_completed_tasks = 11;
      Returns:
      The numCompletedTasks.
    • getNumSkippedTasks

      int getNumSkippedTasks()
      int32 num_skipped_tasks = 12;
      Returns:
      The numSkippedTasks.
    • getNumFailedTasks

      int getNumFailedTasks()
      int32 num_failed_tasks = 13;
      Returns:
      The numFailedTasks.
    • getNumKilledTasks

      int getNumKilledTasks()
      int32 num_killed_tasks = 14;
      Returns:
      The numKilledTasks.
    • getNumCompletedIndices

      int getNumCompletedIndices()
      int32 num_completed_indices = 15;
      Returns:
      The numCompletedIndices.
    • getNumActiveStages

      int getNumActiveStages()
      int32 num_active_stages = 16;
      Returns:
      The numActiveStages.
    • getNumCompletedStages

      int getNumCompletedStages()
      int32 num_completed_stages = 17;
      Returns:
      The numCompletedStages.
    • getNumSkippedStages

      int getNumSkippedStages()
      int32 num_skipped_stages = 18;
      Returns:
      The numSkippedStages.
    • getNumFailedStages

      int getNumFailedStages()
      int32 num_failed_stages = 19;
      Returns:
      The numFailedStages.
    • getKillTasksSummaryCount

      int getKillTasksSummaryCount()
      map<string, int32> kill_tasks_summary = 20;
    • containsKillTasksSummary

      boolean containsKillTasksSummary(String key)
      map<string, int32> kill_tasks_summary = 20;
    • getKillTasksSummary

      @Deprecated Map<String,Integer> getKillTasksSummary()
      Deprecated.
    • getKillTasksSummaryMap

      Map<String,Integer> getKillTasksSummaryMap()
      map<string, int32> kill_tasks_summary = 20;
    • getKillTasksSummaryOrDefault

      int getKillTasksSummaryOrDefault(String key, int defaultValue)
      map<string, int32> kill_tasks_summary = 20;
    • getKillTasksSummaryOrThrow

      int getKillTasksSummaryOrThrow(String key)
      map<string, int32> kill_tasks_summary = 20;