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 TypeMethodDescriptionboolean
map<string, int32> kill_tasks_summary = 20;
long
optional int64 completion_time = 5;
optional string description = 3;
com.google.protobuf.ByteString
optional string description = 3;
optional string job_group = 7;
com.google.protobuf.ByteString
optional string job_group = 7;
long
getJobId()
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.ByteString
getJobTagsBytes
(int index) repeated string job_tags = 21;
int
repeated string job_tags = 21;
repeated string job_tags = 21;
Deprecated.int
map<string, int32> kill_tasks_summary = 20;
map<string, int32> kill_tasks_summary = 20;
int
getKillTasksSummaryOrDefault
(String key, int defaultValue) map<string, int32> kill_tasks_summary = 20;
int
map<string, int32> kill_tasks_summary = 20;
getName()
optional string name = 2;
com.google.protobuf.ByteString
optional string name = 2;
int
int32 num_active_stages = 16;
int
int32 num_active_tasks = 10;
int
int32 num_completed_indices = 15;
int
int32 num_completed_stages = 17;
int
int32 num_completed_tasks = 11;
int
int32 num_failed_stages = 19;
int
int32 num_failed_tasks = 13;
int
int32 num_killed_tasks = 14;
int
int32 num_skipped_stages = 18;
int
int32 num_skipped_tasks = 12;
int
int32 num_tasks = 9;
long
getStageIds
(int index) repeated int64 stage_ids = 6;
int
repeated 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;
long
optional int64 submission_time = 4;
boolean
optional int64 completion_time = 5;
boolean
optional string description = 3;
boolean
optional string job_group = 7;
boolean
hasName()
optional string name = 2;
boolean
optional int64 submission_time = 4;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods 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;
-