Interface StoreTypes.ApplicationEnvironmentInfoWrapperOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StoreTypes.ApplicationEnvironmentInfoWrapper, StoreTypes.ApplicationEnvironmentInfoWrapper.Builder
Enclosing class:
StoreTypes

public static interface StoreTypes.ApplicationEnvironmentInfoWrapperOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .org.apache.spark.status.protobuf.ApplicationEnvironmentInfo info = 1;
    .org.apache.spark.status.protobuf.ApplicationEnvironmentInfo info = 1;
    boolean
    .org.apache.spark.status.protobuf.ApplicationEnvironmentInfo info = 1;

    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

    • hasInfo

      boolean hasInfo()
      .org.apache.spark.status.protobuf.ApplicationEnvironmentInfo info = 1;
      Returns:
      Whether the info field is set.
    • getInfo

      .org.apache.spark.status.protobuf.ApplicationEnvironmentInfo info = 1;
      Returns:
      The info.
    • getInfoOrBuilder

      .org.apache.spark.status.protobuf.ApplicationEnvironmentInfo info = 1;