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; |
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, getUnknownFields, hasField, hasOneoffindInitializationErrors, getInitializationErrorString, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic 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 static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public boolean hasAttemptId()
optional string attempt_id = 1;hasAttemptId in interface StoreTypes.ApplicationAttemptInfoOrBuilderpublic String getAttemptId()
optional string attempt_id = 1;getAttemptId in interface StoreTypes.ApplicationAttemptInfoOrBuilderpublic com.google.protobuf.ByteString getAttemptIdBytes()
optional string attempt_id = 1;getAttemptIdBytes in interface StoreTypes.ApplicationAttemptInfoOrBuilderpublic long getStartTime()
int64 start_time = 2;getStartTime in interface StoreTypes.ApplicationAttemptInfoOrBuilderpublic long getEndTime()
int64 end_time = 3;getEndTime in interface StoreTypes.ApplicationAttemptInfoOrBuilderpublic long getLastUpdated()
int64 last_updated = 4;getLastUpdated in interface StoreTypes.ApplicationAttemptInfoOrBuilderpublic long getDuration()
int64 duration = 5;getDuration in interface StoreTypes.ApplicationAttemptInfoOrBuilderpublic boolean hasSparkUser()
optional string spark_user = 6;hasSparkUser in interface StoreTypes.ApplicationAttemptInfoOrBuilderpublic String getSparkUser()
optional string spark_user = 6;getSparkUser in interface StoreTypes.ApplicationAttemptInfoOrBuilderpublic com.google.protobuf.ByteString getSparkUserBytes()
optional string spark_user = 6;getSparkUserBytes in interface StoreTypes.ApplicationAttemptInfoOrBuilderpublic boolean getCompleted()
bool completed = 7;getCompleted in interface StoreTypes.ApplicationAttemptInfoOrBuilderpublic boolean hasAppSparkVersion()
optional string app_spark_version = 8;hasAppSparkVersion in interface StoreTypes.ApplicationAttemptInfoOrBuilderpublic String getAppSparkVersion()
optional string app_spark_version = 8;getAppSparkVersion in interface StoreTypes.ApplicationAttemptInfoOrBuilderpublic com.google.protobuf.ByteString getAppSparkVersionBytes()
optional string app_spark_version = 8;getAppSparkVersionBytes in interface StoreTypes.ApplicationAttemptInfoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static StoreTypes.ApplicationAttemptInfo parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.ApplicationAttemptInfo parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.ApplicationAttemptInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.ApplicationAttemptInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.ApplicationAttemptInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.ApplicationAttemptInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.ApplicationAttemptInfo parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.ApplicationAttemptInfo parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.ApplicationAttemptInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.ApplicationAttemptInfo parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.ApplicationAttemptInfo parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.ApplicationAttemptInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic StoreTypes.ApplicationAttemptInfo.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic 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.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic 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.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public StoreTypes.ApplicationAttemptInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder