Class StoreTypes.JobDataWrapper

Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.apache.spark.status.protobuf.StoreTypes.JobDataWrapper
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, StoreTypes.JobDataWrapperOrBuilder
Enclosing class:
StoreTypes

public static final class StoreTypes.JobDataWrapper extends com.google.protobuf.GeneratedMessageV3 implements StoreTypes.JobDataWrapperOrBuilder
Protobuf type org.apache.spark.status.protobuf.JobDataWrapper
See Also:
  • Field Details

    • INFO_FIELD_NUMBER

      public static final int INFO_FIELD_NUMBER
      See Also:
    • SKIPPED_STAGES_FIELD_NUMBER

      public static final int SKIPPED_STAGES_FIELD_NUMBER
      See Also:
    • SQL_EXECUTION_ID_FIELD_NUMBER

      public static final int SQL_EXECUTION_ID_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • hasInfo

      public boolean hasInfo()
      .org.apache.spark.status.protobuf.JobData info = 1;
      Specified by:
      hasInfo in interface StoreTypes.JobDataWrapperOrBuilder
      Returns:
      Whether the info field is set.
    • getInfo

      public StoreTypes.JobData getInfo()
      .org.apache.spark.status.protobuf.JobData info = 1;
      Specified by:
      getInfo in interface StoreTypes.JobDataWrapperOrBuilder
      Returns:
      The info.
    • getInfoOrBuilder

      public StoreTypes.JobDataOrBuilder getInfoOrBuilder()
      .org.apache.spark.status.protobuf.JobData info = 1;
      Specified by:
      getInfoOrBuilder in interface StoreTypes.JobDataWrapperOrBuilder
    • getSkippedStagesList

      public List<Integer> getSkippedStagesList()
      repeated int32 skipped_stages = 2;
      Specified by:
      getSkippedStagesList in interface StoreTypes.JobDataWrapperOrBuilder
      Returns:
      A list containing the skippedStages.
    • getSkippedStagesCount

      public int getSkippedStagesCount()
      repeated int32 skipped_stages = 2;
      Specified by:
      getSkippedStagesCount in interface StoreTypes.JobDataWrapperOrBuilder
      Returns:
      The count of skippedStages.
    • getSkippedStages

      public int getSkippedStages(int index)
      repeated int32 skipped_stages = 2;
      Specified by:
      getSkippedStages in interface StoreTypes.JobDataWrapperOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The skippedStages at the given index.
    • hasSqlExecutionId

      public boolean hasSqlExecutionId()
      optional int64 sql_execution_id = 3;
      Specified by:
      hasSqlExecutionId in interface StoreTypes.JobDataWrapperOrBuilder
      Returns:
      Whether the sqlExecutionId field is set.
    • getSqlExecutionId

      public long getSqlExecutionId()
      optional int64 sql_execution_id = 3;
      Specified by:
      getSqlExecutionId in interface StoreTypes.JobDataWrapperOrBuilder
      Returns:
      The sqlExecutionId.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static StoreTypes.JobDataWrapper parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static StoreTypes.JobDataWrapper parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static StoreTypes.JobDataWrapper parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static StoreTypes.JobDataWrapper 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.JobDataWrapper parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static StoreTypes.JobDataWrapper parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static StoreTypes.JobDataWrapper parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static StoreTypes.JobDataWrapper parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static StoreTypes.JobDataWrapper parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static StoreTypes.JobDataWrapper parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static StoreTypes.JobDataWrapper parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static StoreTypes.JobDataWrapper parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public StoreTypes.JobDataWrapper.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static StoreTypes.JobDataWrapper.Builder newBuilder()
    • newBuilder

      public static StoreTypes.JobDataWrapper.Builder newBuilder(StoreTypes.JobDataWrapper prototype)
    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • getDefaultInstance

      public static StoreTypes.JobDataWrapper getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<StoreTypes.JobDataWrapper> parser()
    • getParserForType

      public com.google.protobuf.Parser<StoreTypes.JobDataWrapper> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public StoreTypes.JobDataWrapper getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder