Package org.apache.spark.status.protobuf
Class StoreTypes.ExecutorStageSummary
Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.apache.spark.status.protobuf.StoreTypes.ExecutorStageSummary
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
,StoreTypes.ExecutorStageSummaryOrBuilder
- Enclosing class:
- StoreTypes
public static final class StoreTypes.ExecutorStageSummary
extends com.google.protobuf.GeneratedMessageV3
implements StoreTypes.ExecutorStageSummaryOrBuilder
Protobuf type
org.apache.spark.status.protobuf.ExecutorStageSummary
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Protobuf typeorg.apache.spark.status.protobuf.ExecutorStageSummary
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
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 -
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static final com.google.protobuf.Descriptors.Descriptor
long
int64 disk_bytes_spilled = 14;
int
int32 failed_tasks = 2;
long
int64 input_bytes = 5;
long
int64 input_records = 6;
boolean
bool is_blacklisted_for_stage = 15;
boolean
bool is_excluded_for_stage = 17;
int
int32 killed_tasks = 4;
long
int64 memory_bytes_spilled = 13;
long
int64 output_bytes = 7;
long
int64 output_records = 8;
com.google.protobuf.Parser<StoreTypes.ExecutorStageSummary>
optional .org.apache.spark.status.protobuf.ExecutorMetrics peak_memory_metrics = 16;
optional .org.apache.spark.status.protobuf.ExecutorMetrics peak_memory_metrics = 16;
int
long
int64 shuffle_read = 9;
long
int64 shuffle_read_records = 10;
long
int64 shuffle_write = 11;
long
int64 shuffle_write_records = 12;
int
int32 succeeded_tasks = 3;
long
int64 task_time = 1;
int
hashCode()
boolean
optional .org.apache.spark.status.protobuf.ExecutorMetrics peak_memory_metrics = 16;
final boolean
newBuilder
(StoreTypes.ExecutorStageSummary prototype) parseDelimitedFrom
(InputStream input) parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(byte[] data) parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(com.google.protobuf.ByteString data) parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(com.google.protobuf.CodedInputStream input) parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(InputStream input) parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(ByteBuffer data) parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<StoreTypes.ExecutorStageSummary>
parser()
void
writeTo
(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessageV3
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
TASK_TIME_FIELD_NUMBER
public static final int TASK_TIME_FIELD_NUMBER- See Also:
-
FAILED_TASKS_FIELD_NUMBER
public static final int FAILED_TASKS_FIELD_NUMBER- See Also:
-
SUCCEEDED_TASKS_FIELD_NUMBER
public static final int SUCCEEDED_TASKS_FIELD_NUMBER- See Also:
-
KILLED_TASKS_FIELD_NUMBER
public static final int KILLED_TASKS_FIELD_NUMBER- See Also:
-
INPUT_BYTES_FIELD_NUMBER
public static final int INPUT_BYTES_FIELD_NUMBER- See Also:
-
INPUT_RECORDS_FIELD_NUMBER
public static final int INPUT_RECORDS_FIELD_NUMBER- See Also:
-
OUTPUT_BYTES_FIELD_NUMBER
public static final int OUTPUT_BYTES_FIELD_NUMBER- See Also:
-
OUTPUT_RECORDS_FIELD_NUMBER
public static final int OUTPUT_RECORDS_FIELD_NUMBER- See Also:
-
SHUFFLE_READ_FIELD_NUMBER
public static final int SHUFFLE_READ_FIELD_NUMBER- See Also:
-
SHUFFLE_READ_RECORDS_FIELD_NUMBER
public static final int SHUFFLE_READ_RECORDS_FIELD_NUMBER- See Also:
-
SHUFFLE_WRITE_FIELD_NUMBER
public static final int SHUFFLE_WRITE_FIELD_NUMBER- See Also:
-
SHUFFLE_WRITE_RECORDS_FIELD_NUMBER
public static final int SHUFFLE_WRITE_RECORDS_FIELD_NUMBER- See Also:
-
MEMORY_BYTES_SPILLED_FIELD_NUMBER
public static final int MEMORY_BYTES_SPILLED_FIELD_NUMBER- See Also:
-
DISK_BYTES_SPILLED_FIELD_NUMBER
public static final int DISK_BYTES_SPILLED_FIELD_NUMBER- See Also:
-
IS_BLACKLISTED_FOR_STAGE_FIELD_NUMBER
public static final int IS_BLACKLISTED_FOR_STAGE_FIELD_NUMBER- See Also:
-
PEAK_MEMORY_METRICS_FIELD_NUMBER
public static final int PEAK_MEMORY_METRICS_FIELD_NUMBER- See Also:
-
IS_EXCLUDED_FOR_STAGE_FIELD_NUMBER
public static final int IS_EXCLUDED_FOR_STAGE_FIELD_NUMBER- See Also:
-
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
getTaskTime
public long getTaskTime()int64 task_time = 1;
- Specified by:
getTaskTime
in interfaceStoreTypes.ExecutorStageSummaryOrBuilder
- Returns:
- The taskTime.
-
getFailedTasks
public int getFailedTasks()int32 failed_tasks = 2;
- Specified by:
getFailedTasks
in interfaceStoreTypes.ExecutorStageSummaryOrBuilder
- Returns:
- The failedTasks.
-
getSucceededTasks
public int getSucceededTasks()int32 succeeded_tasks = 3;
- Specified by:
getSucceededTasks
in interfaceStoreTypes.ExecutorStageSummaryOrBuilder
- Returns:
- The succeededTasks.
-
getKilledTasks
public int getKilledTasks()int32 killed_tasks = 4;
- Specified by:
getKilledTasks
in interfaceStoreTypes.ExecutorStageSummaryOrBuilder
- Returns:
- The killedTasks.
-
getInputBytes
public long getInputBytes()int64 input_bytes = 5;
- Specified by:
getInputBytes
in interfaceStoreTypes.ExecutorStageSummaryOrBuilder
- Returns:
- The inputBytes.
-
getInputRecords
public long getInputRecords()int64 input_records = 6;
- Specified by:
getInputRecords
in interfaceStoreTypes.ExecutorStageSummaryOrBuilder
- Returns:
- The inputRecords.
-
getOutputBytes
public long getOutputBytes()int64 output_bytes = 7;
- Specified by:
getOutputBytes
in interfaceStoreTypes.ExecutorStageSummaryOrBuilder
- Returns:
- The outputBytes.
-
getOutputRecords
public long getOutputRecords()int64 output_records = 8;
- Specified by:
getOutputRecords
in interfaceStoreTypes.ExecutorStageSummaryOrBuilder
- Returns:
- The outputRecords.
-
getShuffleRead
public long getShuffleRead()int64 shuffle_read = 9;
- Specified by:
getShuffleRead
in interfaceStoreTypes.ExecutorStageSummaryOrBuilder
- Returns:
- The shuffleRead.
-
getShuffleReadRecords
public long getShuffleReadRecords()int64 shuffle_read_records = 10;
- Specified by:
getShuffleReadRecords
in interfaceStoreTypes.ExecutorStageSummaryOrBuilder
- Returns:
- The shuffleReadRecords.
-
getShuffleWrite
public long getShuffleWrite()int64 shuffle_write = 11;
- Specified by:
getShuffleWrite
in interfaceStoreTypes.ExecutorStageSummaryOrBuilder
- Returns:
- The shuffleWrite.
-
getShuffleWriteRecords
public long getShuffleWriteRecords()int64 shuffle_write_records = 12;
- Specified by:
getShuffleWriteRecords
in interfaceStoreTypes.ExecutorStageSummaryOrBuilder
- Returns:
- The shuffleWriteRecords.
-
getMemoryBytesSpilled
public long getMemoryBytesSpilled()int64 memory_bytes_spilled = 13;
- Specified by:
getMemoryBytesSpilled
in interfaceStoreTypes.ExecutorStageSummaryOrBuilder
- Returns:
- The memoryBytesSpilled.
-
getDiskBytesSpilled
public long getDiskBytesSpilled()int64 disk_bytes_spilled = 14;
- Specified by:
getDiskBytesSpilled
in interfaceStoreTypes.ExecutorStageSummaryOrBuilder
- Returns:
- The diskBytesSpilled.
-
getIsBlacklistedForStage
public boolean getIsBlacklistedForStage()bool is_blacklisted_for_stage = 15;
- Specified by:
getIsBlacklistedForStage
in interfaceStoreTypes.ExecutorStageSummaryOrBuilder
- Returns:
- The isBlacklistedForStage.
-
hasPeakMemoryMetrics
public boolean hasPeakMemoryMetrics()optional .org.apache.spark.status.protobuf.ExecutorMetrics peak_memory_metrics = 16;
- Specified by:
hasPeakMemoryMetrics
in interfaceStoreTypes.ExecutorStageSummaryOrBuilder
- Returns:
- Whether the peakMemoryMetrics field is set.
-
getPeakMemoryMetrics
optional .org.apache.spark.status.protobuf.ExecutorMetrics peak_memory_metrics = 16;
- Specified by:
getPeakMemoryMetrics
in interfaceStoreTypes.ExecutorStageSummaryOrBuilder
- Returns:
- The peakMemoryMetrics.
-
getPeakMemoryMetricsOrBuilder
optional .org.apache.spark.status.protobuf.ExecutorMetrics peak_memory_metrics = 16;
- Specified by:
getPeakMemoryMetricsOrBuilder
in interfaceStoreTypes.ExecutorStageSummaryOrBuilder
-
getIsExcludedForStage
public boolean getIsExcludedForStage()bool is_excluded_for_stage = 17;
- Specified by:
getIsExcludedForStage
in interfaceStoreTypes.ExecutorStageSummaryOrBuilder
- Returns:
- The isExcludedForStage.
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static StoreTypes.ExecutorStageSummary parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StoreTypes.ExecutorStageSummary parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StoreTypes.ExecutorStageSummary parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StoreTypes.ExecutorStageSummary parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StoreTypes.ExecutorStageSummary parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StoreTypes.ExecutorStageSummary parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static StoreTypes.ExecutorStageSummary parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static StoreTypes.ExecutorStageSummary parseDelimitedFrom(InputStream input) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static StoreTypes.ExecutorStageSummary parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static StoreTypes.ExecutorStageSummary parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static StoreTypes.ExecutorStageSummary parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
public static StoreTypes.ExecutorStageSummary.Builder newBuilder(StoreTypes.ExecutorStageSummary prototype) -
toBuilder
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-