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, hasOneof
findInitializationErrors, getInitializationErrorString, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
public 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.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public 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.JobDataOrBuilder
public boolean hasName()
optional string name = 2;
hasName
in interface StoreTypes.JobDataOrBuilder
public String getName()
optional string name = 2;
getName
in interface StoreTypes.JobDataOrBuilder
public com.google.protobuf.ByteString getNameBytes()
optional string name = 2;
getNameBytes
in interface StoreTypes.JobDataOrBuilder
public boolean hasDescription()
optional string description = 3;
hasDescription
in interface StoreTypes.JobDataOrBuilder
public String getDescription()
optional string description = 3;
getDescription
in interface StoreTypes.JobDataOrBuilder
public com.google.protobuf.ByteString getDescriptionBytes()
optional string description = 3;
getDescriptionBytes
in interface StoreTypes.JobDataOrBuilder
public boolean hasSubmissionTime()
optional int64 submission_time = 4;
hasSubmissionTime
in interface StoreTypes.JobDataOrBuilder
public long getSubmissionTime()
optional int64 submission_time = 4;
getSubmissionTime
in interface StoreTypes.JobDataOrBuilder
public boolean hasCompletionTime()
optional int64 completion_time = 5;
hasCompletionTime
in interface StoreTypes.JobDataOrBuilder
public long getCompletionTime()
optional int64 completion_time = 5;
getCompletionTime
in interface StoreTypes.JobDataOrBuilder
public java.util.List<Long> getStageIdsList()
repeated int64 stage_ids = 6;
getStageIdsList
in interface StoreTypes.JobDataOrBuilder
public int getStageIdsCount()
repeated int64 stage_ids = 6;
getStageIdsCount
in interface StoreTypes.JobDataOrBuilder
public long getStageIds(int index)
repeated int64 stage_ids = 6;
getStageIds
in interface StoreTypes.JobDataOrBuilder
index
- The index of the element to return.public boolean hasJobGroup()
optional string job_group = 7;
hasJobGroup
in interface StoreTypes.JobDataOrBuilder
public String getJobGroup()
optional string job_group = 7;
getJobGroup
in interface StoreTypes.JobDataOrBuilder
public com.google.protobuf.ByteString getJobGroupBytes()
optional string job_group = 7;
getJobGroupBytes
in interface StoreTypes.JobDataOrBuilder
public int getStatusValue()
.org.apache.spark.status.protobuf.JobExecutionStatus status = 8;
getStatusValue
in interface StoreTypes.JobDataOrBuilder
public StoreTypes.JobExecutionStatus getStatus()
.org.apache.spark.status.protobuf.JobExecutionStatus status = 8;
getStatus
in interface StoreTypes.JobDataOrBuilder
public int getNumTasks()
int32 num_tasks = 9;
getNumTasks
in interface StoreTypes.JobDataOrBuilder
public int getNumActiveTasks()
int32 num_active_tasks = 10;
getNumActiveTasks
in interface StoreTypes.JobDataOrBuilder
public int getNumCompletedTasks()
int32 num_completed_tasks = 11;
getNumCompletedTasks
in interface StoreTypes.JobDataOrBuilder
public int getNumSkippedTasks()
int32 num_skipped_tasks = 12;
getNumSkippedTasks
in interface StoreTypes.JobDataOrBuilder
public int getNumFailedTasks()
int32 num_failed_tasks = 13;
getNumFailedTasks
in interface StoreTypes.JobDataOrBuilder
public int getNumKilledTasks()
int32 num_killed_tasks = 14;
getNumKilledTasks
in interface StoreTypes.JobDataOrBuilder
public int getNumCompletedIndices()
int32 num_completed_indices = 15;
getNumCompletedIndices
in interface StoreTypes.JobDataOrBuilder
public int getNumActiveStages()
int32 num_active_stages = 16;
getNumActiveStages
in interface StoreTypes.JobDataOrBuilder
public int getNumCompletedStages()
int32 num_completed_stages = 17;
getNumCompletedStages
in interface StoreTypes.JobDataOrBuilder
public int getNumSkippedStages()
int32 num_skipped_stages = 18;
getNumSkippedStages
in interface StoreTypes.JobDataOrBuilder
public int getNumFailedStages()
int32 num_failed_stages = 19;
getNumFailedStages
in interface StoreTypes.JobDataOrBuilder
public int getKillTasksSummaryCount()
StoreTypes.JobDataOrBuilder
map<string, int32> kill_tasks_summary = 20;
getKillTasksSummaryCount
in interface StoreTypes.JobDataOrBuilder
public 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.JobDataOrBuilder
public java.util.Map<String,Integer> getKillTasksSummaryMap()
map<string, int32> kill_tasks_summary = 20;
getKillTasksSummaryMap
in interface StoreTypes.JobDataOrBuilder
public int getKillTasksSummaryOrDefault(String key, int defaultValue)
map<string, int32> kill_tasks_summary = 20;
getKillTasksSummaryOrDefault
in interface StoreTypes.JobDataOrBuilder
public int getKillTasksSummaryOrThrow(String key)
map<string, int32> kill_tasks_summary = 20;
getKillTasksSummaryOrThrow
in interface StoreTypes.JobDataOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static StoreTypes.JobData parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.JobData parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.JobData parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.JobData parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.JobData parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.JobData parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.JobData parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static StoreTypes.JobData parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StoreTypes.JobData parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static StoreTypes.JobData parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StoreTypes.JobData parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static StoreTypes.JobData parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public StoreTypes.JobData.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public 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.Message
toBuilder
in interface com.google.protobuf.MessageLite
public 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.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public StoreTypes.JobData getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder