Package org.apache.spark.status.protobuf
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 Summary
Modifier and TypeMethodDescriptionbooleanmap<string, int32> kill_tasks_summary = 20;longoptional int64 completion_time = 5;optional string description = 3;com.google.protobuf.ByteStringoptional string description = 3;optional string job_group = 7;com.google.protobuf.ByteStringoptional string job_group = 7;longgetJobId()All IDs are int64 for extendability, even when they are currently int32 in Spark.getJobTags(int index) repeated string job_tags = 21;com.google.protobuf.ByteStringgetJobTagsBytes(int index) repeated string job_tags = 21;intrepeated string job_tags = 21;repeated string job_tags = 21;Deprecated.intmap<string, int32> kill_tasks_summary = 20;map<string, int32> kill_tasks_summary = 20;intgetKillTasksSummaryOrDefault(String key, int defaultValue) map<string, int32> kill_tasks_summary = 20;intmap<string, int32> kill_tasks_summary = 20;getName()optional string name = 2;com.google.protobuf.ByteStringoptional string name = 2;intint32 num_active_stages = 16;intint32 num_active_tasks = 10;intint32 num_completed_indices = 15;intint32 num_completed_stages = 17;intint32 num_completed_tasks = 11;intint32 num_failed_stages = 19;intint32 num_failed_tasks = 13;intint32 num_killed_tasks = 14;intint32 num_skipped_stages = 18;intint32 num_skipped_tasks = 12;intint32 num_tasks = 9;longgetStageIds(int index) repeated int64 stage_ids = 6;intrepeated int64 stage_ids = 6;repeated int64 stage_ids = 6;.org.apache.spark.status.protobuf.JobExecutionStatus status = 8;int.org.apache.spark.status.protobuf.JobExecutionStatus status = 8;longoptional int64 submission_time = 4;booleanoptional int64 completion_time = 5;booleanoptional string description = 3;booleanoptional string job_group = 7;booleanhasName()optional string name = 2;booleanoptional int64 submission_time = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
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
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
StoreTypes.JobExecutionStatus 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
map<string, int32> kill_tasks_summary = 20; -
getKillTasksSummary
Deprecated.UsegetKillTasksSummaryMap()instead. -
getKillTasksSummaryMap
map<string, int32> kill_tasks_summary = 20; -
getKillTasksSummaryOrDefault
map<string, int32> kill_tasks_summary = 20; -
getKillTasksSummaryOrThrow
map<string, int32> kill_tasks_summary = 20;
-