Package org.apache.spark.status.protobuf
Interface StoreTypes.ExecutorStageSummaryWrapperOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StoreTypes.ExecutorStageSummaryWrapper,StoreTypes.ExecutorStageSummaryWrapper.Builder
- Enclosing class:
- StoreTypes
public static interface StoreTypes.ExecutorStageSummaryWrapperOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string executor_id = 3;com.google.protobuf.ByteStringoptional string executor_id = 3;getInfo().org.apache.spark.status.protobuf.ExecutorStageSummary info = 4;.org.apache.spark.status.protobuf.ExecutorStageSummary info = 4;intint32 stage_attempt_id = 2;longint64 stage_id = 1;booleanoptional string executor_id = 3;booleanhasInfo().org.apache.spark.status.protobuf.ExecutorStageSummary info = 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
-
getStageId
long getStageId()int64 stage_id = 1;- Returns:
- The stageId.
-
getStageAttemptId
int getStageAttemptId()int32 stage_attempt_id = 2;- Returns:
- The stageAttemptId.
-
hasExecutorId
boolean hasExecutorId()optional string executor_id = 3;- Returns:
- Whether the executorId field is set.
-
getExecutorId
String getExecutorId()optional string executor_id = 3;- Returns:
- The executorId.
-
getExecutorIdBytes
com.google.protobuf.ByteString getExecutorIdBytes()optional string executor_id = 3;- Returns:
- The bytes for executorId.
-
hasInfo
boolean hasInfo().org.apache.spark.status.protobuf.ExecutorStageSummary info = 4;- Returns:
- Whether the info field is set.
-
getInfo
StoreTypes.ExecutorStageSummary getInfo().org.apache.spark.status.protobuf.ExecutorStageSummary info = 4;- Returns:
- The info.
-
getInfoOrBuilder
StoreTypes.ExecutorStageSummaryOrBuilder getInfoOrBuilder().org.apache.spark.status.protobuf.ExecutorStageSummary info = 4;
-