Package org.apache.spark.status.protobuf
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 TypeMethodDescriptionoptional string app_spark_version = 8;com.google.protobuf.ByteStringoptional string app_spark_version = 8;optional string attempt_id = 1;com.google.protobuf.ByteStringoptional string attempt_id = 1;booleanbool completed = 7;longint64 duration = 5;longint64 end_time = 3;longint64 last_updated = 4;optional string spark_user = 6;com.google.protobuf.ByteStringoptional string spark_user = 6;longint64 start_time = 2;booleanoptional string app_spark_version = 8;booleanoptional string attempt_id = 1;booleanoptional string spark_user = 6;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-