public static final class StoreTypes.JobData extends com.google.protobuf.GeneratedMessageV3 implements StoreTypes.JobDataOrBuilder
org.apache.spark.status.protobuf.JobData| Modifier and Type | Class and Description |
|---|---|
static class |
StoreTypes.JobData.Builder
Protobuf type
org.apache.spark.status.protobuf.JobData |
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
COMPLETION_TIME_FIELD_NUMBER |
static int |
DESCRIPTION_FIELD_NUMBER |
static int |
JOB_GROUP_FIELD_NUMBER |
static int |
JOB_ID_FIELD_NUMBER |
static int |
KILL_TASKS_SUMMARY_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
NUM_ACTIVE_STAGES_FIELD_NUMBER |
static int |
NUM_ACTIVE_TASKS_FIELD_NUMBER |
static int |
NUM_COMPLETED_INDICES_FIELD_NUMBER |
static int |
NUM_COMPLETED_STAGES_FIELD_NUMBER |
static int |
NUM_COMPLETED_TASKS_FIELD_NUMBER |
static int |
NUM_FAILED_STAGES_FIELD_NUMBER |
static int |
NUM_FAILED_TASKS_FIELD_NUMBER |
static int |
NUM_KILLED_TASKS_FIELD_NUMBER |
static int |
NUM_SKIPPED_STAGES_FIELD_NUMBER |
static int |
NUM_SKIPPED_TASKS_FIELD_NUMBER |
static int |
NUM_TASKS_FIELD_NUMBER |
static int |
STAGE_IDS_FIELD_NUMBER |
static int |
STATUS_FIELD_NUMBER |
static int |
SUBMISSION_TIME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKillTasksSummary(String key)
map<string, int32> kill_tasks_summary = 20; |
boolean |
equals(Object obj) |
long |
getCompletionTime()
optional int64 completion_time = 5; |
static StoreTypes.JobData |
getDefaultInstance() |
StoreTypes.JobData |
getDefaultInstanceForType() |
String |
getDescription()
optional string description = 3; |
com.google.protobuf.ByteString |
getDescriptionBytes()
optional string description = 3; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getJobGroup()
optional string job_group = 7; |
com.google.protobuf.ByteString |
getJobGroupBytes()
optional string job_group = 7; |
long |
getJobId()
All IDs are int64 for extendability, even when they are currently int32 in Spark.
|
java.util.Map<String,Integer> |
getKillTasksSummary()
Deprecated.
|
int |
getKillTasksSummaryCount()
map<string, int32> kill_tasks_summary = 20; |
java.util.Map<String,Integer> |
getKillTasksSummaryMap()
map<string, int32> kill_tasks_summary = 20; |
int |
getKillTasksSummaryOrDefault(String key,
int defaultValue)
map<string, int32> kill_tasks_summary = 20; |
int |
getKillTasksSummaryOrThrow(String key)
map<string, int32> kill_tasks_summary = 20; |
String |
getName()
optional string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 2; |
int |
getNumActiveStages()
int32 num_active_stages = 16; |
int |
getNumActiveTasks()
int32 num_active_tasks = 10; |
int |
getNumCompletedIndices()
int32 num_completed_indices = 15; |
int |
getNumCompletedStages()
int32 num_completed_stages = 17; |
int |
getNumCompletedTasks()
int32 num_completed_tasks = 11; |
int |
getNumFailedStages()
int32 num_failed_stages = 19; |
int |
getNumFailedTasks()
int32 num_failed_tasks = 13; |
int |
getNumKilledTasks()
int32 num_killed_tasks = 14; |
int |
getNumSkippedStages()
int32 num_skipped_stages = 18; |
int |
getNumSkippedTasks()
int32 num_skipped_tasks = 12; |
int |
getNumTasks()
int32 num_tasks = 9; |
com.google.protobuf.Parser<StoreTypes.JobData> |
getParserForType() |
int |
getSerializedSize() |
long |
getStageIds(int index)
repeated int64 stage_ids = 6; |
int |
getStageIdsCount()
repeated int64 stage_ids = 6; |
java.util.List<Long> |
getStageIdsList()
repeated int64 stage_ids = 6; |
StoreTypes.JobExecutionStatus |
getStatus()
.org.apache.spark.status.protobuf.JobExecutionStatus status = 8; |
int |
getStatusValue()
.org.apache.spark.status.protobuf.JobExecutionStatus status = 8; |
long |
getSubmissionTime()
optional int64 submission_time = 4; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCompletionTime()
optional int64 completion_time = 5; |
boolean |
hasDescription()
optional string description = 3; |
int |
hashCode() |
boolean |
hasJobGroup()
optional string job_group = 7; |
boolean |
hasName()
optional string name = 2; |
boolean |
hasSubmissionTime()
optional int64 submission_time = 4; |
boolean |
isInitialized() |
static StoreTypes.JobData.Builder |
newBuilder() |
static StoreTypes.JobData.Builder |
newBuilder(StoreTypes.JobData prototype) |
StoreTypes.JobData.Builder |
newBuilderForType() |
static StoreTypes.JobData |
parseDelimitedFrom(java.io.InputStream input) |
static StoreTypes.JobData |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.JobData |
parseFrom(byte[] data) |
static StoreTypes.JobData |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.JobData |
parseFrom(java.nio.ByteBuffer data) |
static StoreTypes.JobData |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.JobData |
parseFrom(com.google.protobuf.ByteString data) |
static StoreTypes.JobData |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.JobData |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StoreTypes.JobData |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.JobData |
parseFrom(java.io.InputStream input) |
static StoreTypes.JobData |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<StoreTypes.JobData> |
parser() |
StoreTypes.JobData.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoffindInitializationErrors, getInitializationErrorString, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int JOB_ID_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
public static final int SUBMISSION_TIME_FIELD_NUMBER
public static final int COMPLETION_TIME_FIELD_NUMBER
public static final int STAGE_IDS_FIELD_NUMBER
public static final int JOB_GROUP_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
public static final int NUM_TASKS_FIELD_NUMBER
public static final int NUM_ACTIVE_TASKS_FIELD_NUMBER
public static final int NUM_COMPLETED_TASKS_FIELD_NUMBER
public static final int NUM_SKIPPED_TASKS_FIELD_NUMBER
public static final int NUM_FAILED_TASKS_FIELD_NUMBER
public static final int NUM_KILLED_TASKS_FIELD_NUMBER
public static final int NUM_COMPLETED_INDICES_FIELD_NUMBER
public static final int NUM_ACTIVE_STAGES_FIELD_NUMBER
public static final int NUM_COMPLETED_STAGES_FIELD_NUMBER
public static final int NUM_SKIPPED_STAGES_FIELD_NUMBER
public static final int NUM_FAILED_STAGES_FIELD_NUMBER
public static final int KILL_TASKS_SUMMARY_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public long getJobId()
All IDs are int64 for extendability, even when they are currently int32 in Spark.
int64 job_id = 1;getJobId in interface StoreTypes.JobDataOrBuilderpublic boolean hasName()
optional string name = 2;hasName in interface StoreTypes.JobDataOrBuilderpublic String getName()
optional string name = 2;getName in interface StoreTypes.JobDataOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
optional string name = 2;getNameBytes in interface StoreTypes.JobDataOrBuilderpublic boolean hasDescription()
optional string description = 3;hasDescription in interface StoreTypes.JobDataOrBuilderpublic String getDescription()
optional string description = 3;getDescription in interface StoreTypes.JobDataOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
optional string description = 3;getDescriptionBytes in interface StoreTypes.JobDataOrBuilderpublic boolean hasSubmissionTime()
optional int64 submission_time = 4;hasSubmissionTime in interface StoreTypes.JobDataOrBuilderpublic long getSubmissionTime()
optional int64 submission_time = 4;getSubmissionTime in interface StoreTypes.JobDataOrBuilderpublic boolean hasCompletionTime()
optional int64 completion_time = 5;hasCompletionTime in interface StoreTypes.JobDataOrBuilderpublic long getCompletionTime()
optional int64 completion_time = 5;getCompletionTime in interface StoreTypes.JobDataOrBuilderpublic java.util.List<Long> getStageIdsList()
repeated int64 stage_ids = 6;getStageIdsList in interface StoreTypes.JobDataOrBuilderpublic int getStageIdsCount()
repeated int64 stage_ids = 6;getStageIdsCount in interface StoreTypes.JobDataOrBuilderpublic long getStageIds(int index)
repeated int64 stage_ids = 6;getStageIds in interface StoreTypes.JobDataOrBuilderindex - The index of the element to return.public boolean hasJobGroup()
optional string job_group = 7;hasJobGroup in interface StoreTypes.JobDataOrBuilderpublic String getJobGroup()
optional string job_group = 7;getJobGroup in interface StoreTypes.JobDataOrBuilderpublic com.google.protobuf.ByteString getJobGroupBytes()
optional string job_group = 7;getJobGroupBytes in interface StoreTypes.JobDataOrBuilderpublic int getStatusValue()
.org.apache.spark.status.protobuf.JobExecutionStatus status = 8;getStatusValue in interface StoreTypes.JobDataOrBuilderpublic StoreTypes.JobExecutionStatus getStatus()
.org.apache.spark.status.protobuf.JobExecutionStatus status = 8;getStatus in interface StoreTypes.JobDataOrBuilderpublic int getNumTasks()
int32 num_tasks = 9;getNumTasks in interface StoreTypes.JobDataOrBuilderpublic int getNumActiveTasks()
int32 num_active_tasks = 10;getNumActiveTasks in interface StoreTypes.JobDataOrBuilderpublic int getNumCompletedTasks()
int32 num_completed_tasks = 11;getNumCompletedTasks in interface StoreTypes.JobDataOrBuilderpublic int getNumSkippedTasks()
int32 num_skipped_tasks = 12;getNumSkippedTasks in interface StoreTypes.JobDataOrBuilderpublic int getNumFailedTasks()
int32 num_failed_tasks = 13;getNumFailedTasks in interface StoreTypes.JobDataOrBuilderpublic int getNumKilledTasks()
int32 num_killed_tasks = 14;getNumKilledTasks in interface StoreTypes.JobDataOrBuilderpublic int getNumCompletedIndices()
int32 num_completed_indices = 15;getNumCompletedIndices in interface StoreTypes.JobDataOrBuilderpublic int getNumActiveStages()
int32 num_active_stages = 16;getNumActiveStages in interface StoreTypes.JobDataOrBuilderpublic int getNumCompletedStages()
int32 num_completed_stages = 17;getNumCompletedStages in interface StoreTypes.JobDataOrBuilderpublic int getNumSkippedStages()
int32 num_skipped_stages = 18;getNumSkippedStages in interface StoreTypes.JobDataOrBuilderpublic int getNumFailedStages()
int32 num_failed_stages = 19;getNumFailedStages in interface StoreTypes.JobDataOrBuilderpublic int getKillTasksSummaryCount()
StoreTypes.JobDataOrBuildermap<string, int32> kill_tasks_summary = 20;getKillTasksSummaryCount in interface StoreTypes.JobDataOrBuilderpublic boolean containsKillTasksSummary(String key)
map<string, int32> kill_tasks_summary = 20;containsKillTasksSummary in interface StoreTypes.JobDataOrBuilder@Deprecated public java.util.Map<String,Integer> getKillTasksSummary()
getKillTasksSummaryMap() instead.getKillTasksSummary in interface StoreTypes.JobDataOrBuilderpublic java.util.Map<String,Integer> getKillTasksSummaryMap()
map<string, int32> kill_tasks_summary = 20;getKillTasksSummaryMap in interface StoreTypes.JobDataOrBuilderpublic int getKillTasksSummaryOrDefault(String key,
int defaultValue)
map<string, int32> kill_tasks_summary = 20;getKillTasksSummaryOrDefault in interface StoreTypes.JobDataOrBuilderpublic int getKillTasksSummaryOrThrow(String key)
map<string, int32> kill_tasks_summary = 20;getKillTasksSummaryOrThrow in interface StoreTypes.JobDataOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static StoreTypes.JobData parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.JobData parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.JobData parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.JobData parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.JobData parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.JobData parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.JobData parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.JobData parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.JobData parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.JobData parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.JobData parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.JobData parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic StoreTypes.JobData.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static StoreTypes.JobData.Builder newBuilder()
public static StoreTypes.JobData.Builder newBuilder(StoreTypes.JobData prototype)
public StoreTypes.JobData.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic static StoreTypes.JobData getDefaultInstance()
public static com.google.protobuf.Parser<StoreTypes.JobData> parser()
public com.google.protobuf.Parser<StoreTypes.JobData> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public StoreTypes.JobData getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder