Package org.apache.spark.status.protobuf
Class StoreTypes.ApplicationAttemptInfo
Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.apache.spark.status.protobuf.StoreTypes.ApplicationAttemptInfo
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
,StoreTypes.ApplicationAttemptInfoOrBuilder
- Enclosing class:
- StoreTypes
public static final class StoreTypes.ApplicationAttemptInfo
extends com.google.protobuf.GeneratedMessageV3
implements StoreTypes.ApplicationAttemptInfoOrBuilder
Protobuf type
org.apache.spark.status.protobuf.ApplicationAttemptInfo
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Protobuf typeorg.apache.spark.status.protobuf.ApplicationAttemptInfo
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,
BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable -
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionboolean
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;
static final com.google.protobuf.Descriptors.Descriptor
long
int64 duration = 5;
long
int64 end_time = 3;
long
int64 last_updated = 4;
com.google.protobuf.Parser<StoreTypes.ApplicationAttemptInfo>
int
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;
int
hashCode()
boolean
optional string spark_user = 6;
final boolean
newBuilder
(StoreTypes.ApplicationAttemptInfo prototype) parseDelimitedFrom
(InputStream input) parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(byte[] data) parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(com.google.protobuf.ByteString data) parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(com.google.protobuf.CodedInputStream input) parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(InputStream input) parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(ByteBuffer data) parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<StoreTypes.ApplicationAttemptInfo>
parser()
void
writeTo
(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessageV3
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
ATTEMPT_ID_FIELD_NUMBER
public static final int ATTEMPT_ID_FIELD_NUMBER- See Also:
-
START_TIME_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER- See Also:
-
END_TIME_FIELD_NUMBER
public static final int END_TIME_FIELD_NUMBER- See Also:
-
LAST_UPDATED_FIELD_NUMBER
public static final int LAST_UPDATED_FIELD_NUMBER- See Also:
-
DURATION_FIELD_NUMBER
public static final int DURATION_FIELD_NUMBER- See Also:
-
SPARK_USER_FIELD_NUMBER
public static final int SPARK_USER_FIELD_NUMBER- See Also:
-
COMPLETED_FIELD_NUMBER
public static final int COMPLETED_FIELD_NUMBER- See Also:
-
APP_SPARK_VERSION_FIELD_NUMBER
public static final int APP_SPARK_VERSION_FIELD_NUMBER- See Also:
-
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
hasAttemptId
public boolean hasAttemptId()optional string attempt_id = 1;
- Specified by:
hasAttemptId
in interfaceStoreTypes.ApplicationAttemptInfoOrBuilder
- Returns:
- Whether the attemptId field is set.
-
getAttemptId
optional string attempt_id = 1;
- Specified by:
getAttemptId
in interfaceStoreTypes.ApplicationAttemptInfoOrBuilder
- Returns:
- The attemptId.
-
getAttemptIdBytes
public com.google.protobuf.ByteString getAttemptIdBytes()optional string attempt_id = 1;
- Specified by:
getAttemptIdBytes
in interfaceStoreTypes.ApplicationAttemptInfoOrBuilder
- Returns:
- The bytes for attemptId.
-
getStartTime
public long getStartTime()int64 start_time = 2;
- Specified by:
getStartTime
in interfaceStoreTypes.ApplicationAttemptInfoOrBuilder
- Returns:
- The startTime.
-
getEndTime
public long getEndTime()int64 end_time = 3;
- Specified by:
getEndTime
in interfaceStoreTypes.ApplicationAttemptInfoOrBuilder
- Returns:
- The endTime.
-
getLastUpdated
public long getLastUpdated()int64 last_updated = 4;
- Specified by:
getLastUpdated
in interfaceStoreTypes.ApplicationAttemptInfoOrBuilder
- Returns:
- The lastUpdated.
-
getDuration
public long getDuration()int64 duration = 5;
- Specified by:
getDuration
in interfaceStoreTypes.ApplicationAttemptInfoOrBuilder
- Returns:
- The duration.
-
hasSparkUser
public boolean hasSparkUser()optional string spark_user = 6;
- Specified by:
hasSparkUser
in interfaceStoreTypes.ApplicationAttemptInfoOrBuilder
- Returns:
- Whether the sparkUser field is set.
-
getSparkUser
optional string spark_user = 6;
- Specified by:
getSparkUser
in interfaceStoreTypes.ApplicationAttemptInfoOrBuilder
- Returns:
- The sparkUser.
-
getSparkUserBytes
public com.google.protobuf.ByteString getSparkUserBytes()optional string spark_user = 6;
- Specified by:
getSparkUserBytes
in interfaceStoreTypes.ApplicationAttemptInfoOrBuilder
- Returns:
- The bytes for sparkUser.
-
getCompleted
public boolean getCompleted()bool completed = 7;
- Specified by:
getCompleted
in interfaceStoreTypes.ApplicationAttemptInfoOrBuilder
- Returns:
- The completed.
-
hasAppSparkVersion
public boolean hasAppSparkVersion()optional string app_spark_version = 8;
- Specified by:
hasAppSparkVersion
in interfaceStoreTypes.ApplicationAttemptInfoOrBuilder
- Returns:
- Whether the appSparkVersion field is set.
-
getAppSparkVersion
optional string app_spark_version = 8;
- Specified by:
getAppSparkVersion
in interfaceStoreTypes.ApplicationAttemptInfoOrBuilder
- Returns:
- The appSparkVersion.
-
getAppSparkVersionBytes
public com.google.protobuf.ByteString getAppSparkVersionBytes()optional string app_spark_version = 8;
- Specified by:
getAppSparkVersionBytes
in interfaceStoreTypes.ApplicationAttemptInfoOrBuilder
- Returns:
- The bytes for appSparkVersion.
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static StoreTypes.ApplicationAttemptInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StoreTypes.ApplicationAttemptInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StoreTypes.ApplicationAttemptInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StoreTypes.ApplicationAttemptInfo 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.ApplicationAttemptInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StoreTypes.ApplicationAttemptInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static StoreTypes.ApplicationAttemptInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static StoreTypes.ApplicationAttemptInfo parseDelimitedFrom(InputStream input) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static StoreTypes.ApplicationAttemptInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static StoreTypes.ApplicationAttemptInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static StoreTypes.ApplicationAttemptInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
public static StoreTypes.ApplicationAttemptInfo.Builder newBuilder(StoreTypes.ApplicationAttemptInfo prototype) -
toBuilder
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-