public static final class StoreTypes.ApplicationAttemptInfo extends com.google.protobuf.GeneratedMessageV3 implements StoreTypes.ApplicationAttemptInfoOrBuilder
org.apache.spark.status.protobuf.ApplicationAttemptInfo
Modifier and Type | Class and Description |
---|---|
static class |
StoreTypes.ApplicationAttemptInfo.Builder
Protobuf type
org.apache.spark.status.protobuf.ApplicationAttemptInfo |
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
Modifier and Type | Field and Description |
---|---|
static int |
APP_SPARK_VERSION_FIELD_NUMBER |
static int |
ATTEMPT_ID_FIELD_NUMBER |
static int |
COMPLETED_FIELD_NUMBER |
static int |
DURATION_FIELD_NUMBER |
static int |
END_TIME_FIELD_NUMBER |
static int |
LAST_UPDATED_FIELD_NUMBER |
static int |
SPARK_USER_FIELD_NUMBER |
static int |
START_TIME_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAppSparkVersion()
optional string app_spark_version = 8; |
com.google.protobuf.ByteString |
getAppSparkVersionBytes()
optional string app_spark_version = 8; |
String |
getAttemptId()
optional string attempt_id = 1; |
com.google.protobuf.ByteString |
getAttemptIdBytes()
optional string attempt_id = 1; |
boolean |
getCompleted()
bool completed = 7; |
static StoreTypes.ApplicationAttemptInfo |
getDefaultInstance() |
StoreTypes.ApplicationAttemptInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getDuration()
int64 duration = 5; |
long |
getEndTime()
int64 end_time = 3; |
long |
getLastUpdated()
int64 last_updated = 4; |
com.google.protobuf.Parser<StoreTypes.ApplicationAttemptInfo> |
getParserForType() |
int |
getSerializedSize() |
String |
getSparkUser()
optional string spark_user = 6; |
com.google.protobuf.ByteString |
getSparkUserBytes()
optional string spark_user = 6; |
long |
getStartTime()
int64 start_time = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAppSparkVersion()
optional string app_spark_version = 8; |
boolean |
hasAttemptId()
optional string attempt_id = 1; |
int |
hashCode() |
boolean |
hasSparkUser()
optional string spark_user = 6; |
boolean |
isInitialized() |
static StoreTypes.ApplicationAttemptInfo.Builder |
newBuilder() |
static StoreTypes.ApplicationAttemptInfo.Builder |
newBuilder(StoreTypes.ApplicationAttemptInfo prototype) |
StoreTypes.ApplicationAttemptInfo.Builder |
newBuilderForType() |
static StoreTypes.ApplicationAttemptInfo |
parseDelimitedFrom(java.io.InputStream input) |
static StoreTypes.ApplicationAttemptInfo |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.ApplicationAttemptInfo |
parseFrom(byte[] data) |
static StoreTypes.ApplicationAttemptInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.ApplicationAttemptInfo |
parseFrom(java.nio.ByteBuffer data) |
static StoreTypes.ApplicationAttemptInfo |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.ApplicationAttemptInfo |
parseFrom(com.google.protobuf.ByteString data) |
static StoreTypes.ApplicationAttemptInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.ApplicationAttemptInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StoreTypes.ApplicationAttemptInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.ApplicationAttemptInfo |
parseFrom(java.io.InputStream input) |
static StoreTypes.ApplicationAttemptInfo |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<StoreTypes.ApplicationAttemptInfo> |
parser() |
StoreTypes.ApplicationAttemptInfo.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
findInitializationErrors, getInitializationErrorString, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int ATTEMPT_ID_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
public static final int END_TIME_FIELD_NUMBER
public static final int LAST_UPDATED_FIELD_NUMBER
public static final int DURATION_FIELD_NUMBER
public static final int SPARK_USER_FIELD_NUMBER
public static final int COMPLETED_FIELD_NUMBER
public static final int APP_SPARK_VERSION_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public boolean hasAttemptId()
optional string attempt_id = 1;
hasAttemptId
in interface StoreTypes.ApplicationAttemptInfoOrBuilder
public String getAttemptId()
optional string attempt_id = 1;
getAttemptId
in interface StoreTypes.ApplicationAttemptInfoOrBuilder
public com.google.protobuf.ByteString getAttemptIdBytes()
optional string attempt_id = 1;
getAttemptIdBytes
in interface StoreTypes.ApplicationAttemptInfoOrBuilder
public long getStartTime()
int64 start_time = 2;
getStartTime
in interface StoreTypes.ApplicationAttemptInfoOrBuilder
public long getEndTime()
int64 end_time = 3;
getEndTime
in interface StoreTypes.ApplicationAttemptInfoOrBuilder
public long getLastUpdated()
int64 last_updated = 4;
getLastUpdated
in interface StoreTypes.ApplicationAttemptInfoOrBuilder
public long getDuration()
int64 duration = 5;
getDuration
in interface StoreTypes.ApplicationAttemptInfoOrBuilder
public boolean hasSparkUser()
optional string spark_user = 6;
hasSparkUser
in interface StoreTypes.ApplicationAttemptInfoOrBuilder
public String getSparkUser()
optional string spark_user = 6;
getSparkUser
in interface StoreTypes.ApplicationAttemptInfoOrBuilder
public com.google.protobuf.ByteString getSparkUserBytes()
optional string spark_user = 6;
getSparkUserBytes
in interface StoreTypes.ApplicationAttemptInfoOrBuilder
public boolean getCompleted()
bool completed = 7;
getCompleted
in interface StoreTypes.ApplicationAttemptInfoOrBuilder
public boolean hasAppSparkVersion()
optional string app_spark_version = 8;
hasAppSparkVersion
in interface StoreTypes.ApplicationAttemptInfoOrBuilder
public String getAppSparkVersion()
optional string app_spark_version = 8;
getAppSparkVersion
in interface StoreTypes.ApplicationAttemptInfoOrBuilder
public com.google.protobuf.ByteString getAppSparkVersionBytes()
optional string app_spark_version = 8;
getAppSparkVersionBytes
in interface StoreTypes.ApplicationAttemptInfoOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static StoreTypes.ApplicationAttemptInfo parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.ApplicationAttemptInfo parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.ApplicationAttemptInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.ApplicationAttemptInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.ApplicationAttemptInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.ApplicationAttemptInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.ApplicationAttemptInfo parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static StoreTypes.ApplicationAttemptInfo parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StoreTypes.ApplicationAttemptInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static StoreTypes.ApplicationAttemptInfo parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StoreTypes.ApplicationAttemptInfo parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static StoreTypes.ApplicationAttemptInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public StoreTypes.ApplicationAttemptInfo.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static StoreTypes.ApplicationAttemptInfo.Builder newBuilder()
public static StoreTypes.ApplicationAttemptInfo.Builder newBuilder(StoreTypes.ApplicationAttemptInfo prototype)
public StoreTypes.ApplicationAttemptInfo.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
public static StoreTypes.ApplicationAttemptInfo getDefaultInstance()
public static com.google.protobuf.Parser<StoreTypes.ApplicationAttemptInfo> parser()
public com.google.protobuf.Parser<StoreTypes.ApplicationAttemptInfo> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public StoreTypes.ApplicationAttemptInfo getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder