Interface StoreTypes.ApplicationAttemptInfoOrBuilder

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

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

    Modifier and Type
    Method
    Description
    optional string app_spark_version = 8;
    com.google.protobuf.ByteString
    optional string app_spark_version = 8;
    optional string attempt_id = 1;
    com.google.protobuf.ByteString
    optional string attempt_id = 1;
    boolean
    bool completed = 7;
    long
    int64 duration = 5;
    long
    int64 end_time = 3;
    long
    int64 last_updated = 4;
    optional string spark_user = 6;
    com.google.protobuf.ByteString
    optional string spark_user = 6;
    long
    int64 start_time = 2;
    boolean
    optional string app_spark_version = 8;
    boolean
    optional string attempt_id = 1;
    boolean
    optional string spark_user = 6;

    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

    • hasAttemptId

      boolean hasAttemptId()
      optional string attempt_id = 1;
      Returns:
      Whether the attemptId field is set.
    • getAttemptId

      String getAttemptId()
      optional string attempt_id = 1;
      Returns:
      The attemptId.
    • getAttemptIdBytes

      com.google.protobuf.ByteString getAttemptIdBytes()
      optional string attempt_id = 1;
      Returns:
      The bytes for attemptId.
    • getStartTime

      long getStartTime()
      int64 start_time = 2;
      Returns:
      The startTime.
    • getEndTime

      long getEndTime()
      int64 end_time = 3;
      Returns:
      The endTime.
    • getLastUpdated

      long getLastUpdated()
      int64 last_updated = 4;
      Returns:
      The lastUpdated.
    • getDuration

      long getDuration()
      int64 duration = 5;
      Returns:
      The duration.
    • hasSparkUser

      boolean hasSparkUser()
      optional string spark_user = 6;
      Returns:
      Whether the sparkUser field is set.
    • getSparkUser

      String getSparkUser()
      optional string spark_user = 6;
      Returns:
      The sparkUser.
    • getSparkUserBytes

      com.google.protobuf.ByteString getSparkUserBytes()
      optional string spark_user = 6;
      Returns:
      The bytes for sparkUser.
    • getCompleted

      boolean getCompleted()
      bool completed = 7;
      Returns:
      The completed.
    • hasAppSparkVersion

      boolean hasAppSparkVersion()
      optional string app_spark_version = 8;
      Returns:
      Whether the appSparkVersion field is set.
    • getAppSparkVersion

      String getAppSparkVersion()
      optional string app_spark_version = 8;
      Returns:
      The appSparkVersion.
    • getAppSparkVersionBytes

      com.google.protobuf.ByteString getAppSparkVersionBytes()
      optional string app_spark_version = 8;
      Returns:
      The bytes for appSparkVersion.