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 Type
    Method
    Description
    optional string executor_id = 3;
    com.google.protobuf.ByteString
    optional string executor_id = 3;
    .org.apache.spark.status.protobuf.ExecutorStageSummary info = 4;
    .org.apache.spark.status.protobuf.ExecutorStageSummary info = 4;
    int
    int32 stage_attempt_id = 2;
    long
    int64 stage_id = 1;
    boolean
    optional string executor_id = 3;
    boolean
    .org.apache.spark.status.protobuf.ExecutorStageSummary info = 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

    • 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

      .org.apache.spark.status.protobuf.ExecutorStageSummary info = 4;
      Returns:
      The info.
    • getInfoOrBuilder

      .org.apache.spark.status.protobuf.ExecutorStageSummary info = 4;