Class StoreTypes.RuntimeInfo

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

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

    • JAVA_VERSION_FIELD_NUMBER

      public static final int JAVA_VERSION_FIELD_NUMBER
      See Also:
    • JAVA_HOME_FIELD_NUMBER

      public static final int JAVA_HOME_FIELD_NUMBER
      See Also:
    • SCALA_VERSION_FIELD_NUMBER

      public static final int SCALA_VERSION_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

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

      public boolean hasJavaVersion()
      optional string java_version = 1;
      Specified by:
      hasJavaVersion in interface StoreTypes.RuntimeInfoOrBuilder
      Returns:
      Whether the javaVersion field is set.
    • getJavaVersion

      public String getJavaVersion()
      optional string java_version = 1;
      Specified by:
      getJavaVersion in interface StoreTypes.RuntimeInfoOrBuilder
      Returns:
      The javaVersion.
    • getJavaVersionBytes

      public com.google.protobuf.ByteString getJavaVersionBytes()
      optional string java_version = 1;
      Specified by:
      getJavaVersionBytes in interface StoreTypes.RuntimeInfoOrBuilder
      Returns:
      The bytes for javaVersion.
    • hasJavaHome

      public boolean hasJavaHome()
      optional string java_home = 2;
      Specified by:
      hasJavaHome in interface StoreTypes.RuntimeInfoOrBuilder
      Returns:
      Whether the javaHome field is set.
    • getJavaHome

      public String getJavaHome()
      optional string java_home = 2;
      Specified by:
      getJavaHome in interface StoreTypes.RuntimeInfoOrBuilder
      Returns:
      The javaHome.
    • getJavaHomeBytes

      public com.google.protobuf.ByteString getJavaHomeBytes()
      optional string java_home = 2;
      Specified by:
      getJavaHomeBytes in interface StoreTypes.RuntimeInfoOrBuilder
      Returns:
      The bytes for javaHome.
    • hasScalaVersion

      public boolean hasScalaVersion()
      optional string scala_version = 3;
      Specified by:
      hasScalaVersion in interface StoreTypes.RuntimeInfoOrBuilder
      Returns:
      Whether the scalaVersion field is set.
    • getScalaVersion

      public String getScalaVersion()
      optional string scala_version = 3;
      Specified by:
      getScalaVersion in interface StoreTypes.RuntimeInfoOrBuilder
      Returns:
      The scalaVersion.
    • getScalaVersionBytes

      public com.google.protobuf.ByteString getScalaVersionBytes()
      optional string scala_version = 3;
      Specified by:
      getScalaVersionBytes in interface StoreTypes.RuntimeInfoOrBuilder
      Returns:
      The bytes for scalaVersion.
    • 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.RuntimeInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

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

      public StoreTypes.RuntimeInfo.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • getDefaultInstance

      public static StoreTypes.RuntimeInfo getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<StoreTypes.RuntimeInfo> 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.RuntimeInfo getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder