public static final class StoreTypes.ApplicationAttemptInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.ApplicationAttemptInfo.Builder> implements StoreTypes.ApplicationAttemptInfoOrBuilder
org.apache.spark.status.protobuf.ApplicationAttemptInfo| Modifier and Type | Method and Description |
|---|---|
StoreTypes.ApplicationAttemptInfo.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
StoreTypes.ApplicationAttemptInfo |
build() |
StoreTypes.ApplicationAttemptInfo |
buildPartial() |
StoreTypes.ApplicationAttemptInfo.Builder |
clear() |
StoreTypes.ApplicationAttemptInfo.Builder |
clearAppSparkVersion()
optional string app_spark_version = 8; |
StoreTypes.ApplicationAttemptInfo.Builder |
clearAttemptId()
optional string attempt_id = 1; |
StoreTypes.ApplicationAttemptInfo.Builder |
clearCompleted()
bool completed = 7; |
StoreTypes.ApplicationAttemptInfo.Builder |
clearDuration()
int64 duration = 5; |
StoreTypes.ApplicationAttemptInfo.Builder |
clearEndTime()
int64 end_time = 3; |
StoreTypes.ApplicationAttemptInfo.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
StoreTypes.ApplicationAttemptInfo.Builder |
clearLastUpdated()
int64 last_updated = 4; |
StoreTypes.ApplicationAttemptInfo.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
StoreTypes.ApplicationAttemptInfo.Builder |
clearSparkUser()
optional string spark_user = 6; |
StoreTypes.ApplicationAttemptInfo.Builder |
clearStartTime()
int64 start_time = 2; |
StoreTypes.ApplicationAttemptInfo.Builder |
clone() |
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; |
StoreTypes.ApplicationAttemptInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
long |
getDuration()
int64 duration = 5; |
long |
getEndTime()
int64 end_time = 3; |
long |
getLastUpdated()
int64 last_updated = 4; |
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; |
boolean |
hasSparkUser()
optional string spark_user = 6; |
boolean |
isInitialized() |
StoreTypes.ApplicationAttemptInfo.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
StoreTypes.ApplicationAttemptInfo.Builder |
mergeFrom(com.google.protobuf.Message other) |
StoreTypes.ApplicationAttemptInfo.Builder |
mergeFrom(StoreTypes.ApplicationAttemptInfo other) |
StoreTypes.ApplicationAttemptInfo.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
StoreTypes.ApplicationAttemptInfo.Builder |
setAppSparkVersion(String value)
optional string app_spark_version = 8; |
StoreTypes.ApplicationAttemptInfo.Builder |
setAppSparkVersionBytes(com.google.protobuf.ByteString value)
optional string app_spark_version = 8; |
StoreTypes.ApplicationAttemptInfo.Builder |
setAttemptId(String value)
optional string attempt_id = 1; |
StoreTypes.ApplicationAttemptInfo.Builder |
setAttemptIdBytes(com.google.protobuf.ByteString value)
optional string attempt_id = 1; |
StoreTypes.ApplicationAttemptInfo.Builder |
setCompleted(boolean value)
bool completed = 7; |
StoreTypes.ApplicationAttemptInfo.Builder |
setDuration(long value)
int64 duration = 5; |
StoreTypes.ApplicationAttemptInfo.Builder |
setEndTime(long value)
int64 end_time = 3; |
StoreTypes.ApplicationAttemptInfo.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
StoreTypes.ApplicationAttemptInfo.Builder |
setLastUpdated(long value)
int64 last_updated = 4; |
StoreTypes.ApplicationAttemptInfo.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
StoreTypes.ApplicationAttemptInfo.Builder |
setSparkUser(String value)
optional string spark_user = 6; |
StoreTypes.ApplicationAttemptInfo.Builder |
setSparkUserBytes(com.google.protobuf.ByteString value)
optional string spark_user = 6; |
StoreTypes.ApplicationAttemptInfo.Builder |
setStartTime(long value)
int64 start_time = 2; |
StoreTypes.ApplicationAttemptInfo.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, newBuilderForFieldfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, toStringpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public StoreTypes.ApplicationAttemptInfo.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.ApplicationAttemptInfo.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.ApplicationAttemptInfo.Builder>public StoreTypes.ApplicationAttemptInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic StoreTypes.ApplicationAttemptInfo build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic StoreTypes.ApplicationAttemptInfo buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic StoreTypes.ApplicationAttemptInfo.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.ApplicationAttemptInfo.Builder>public StoreTypes.ApplicationAttemptInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.ApplicationAttemptInfo.Builder>public StoreTypes.ApplicationAttemptInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.ApplicationAttemptInfo.Builder>public StoreTypes.ApplicationAttemptInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.ApplicationAttemptInfo.Builder>public StoreTypes.ApplicationAttemptInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.ApplicationAttemptInfo.Builder>public StoreTypes.ApplicationAttemptInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.ApplicationAttemptInfo.Builder>public StoreTypes.ApplicationAttemptInfo.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<StoreTypes.ApplicationAttemptInfo.Builder>public StoreTypes.ApplicationAttemptInfo.Builder mergeFrom(StoreTypes.ApplicationAttemptInfo other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.ApplicationAttemptInfo.Builder>public StoreTypes.ApplicationAttemptInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<StoreTypes.ApplicationAttemptInfo.Builder>java.io.IOExceptionpublic 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 StoreTypes.ApplicationAttemptInfo.Builder setAttemptId(String value)
optional string attempt_id = 1;value - The attemptId to set.public StoreTypes.ApplicationAttemptInfo.Builder clearAttemptId()
optional string attempt_id = 1;public StoreTypes.ApplicationAttemptInfo.Builder setAttemptIdBytes(com.google.protobuf.ByteString value)
optional string attempt_id = 1;value - The bytes for attemptId to set.public long getStartTime()
int64 start_time = 2;getStartTime in interface StoreTypes.ApplicationAttemptInfoOrBuilderpublic StoreTypes.ApplicationAttemptInfo.Builder setStartTime(long value)
int64 start_time = 2;value - The startTime to set.public StoreTypes.ApplicationAttemptInfo.Builder clearStartTime()
int64 start_time = 2;public long getEndTime()
int64 end_time = 3;getEndTime in interface StoreTypes.ApplicationAttemptInfoOrBuilderpublic StoreTypes.ApplicationAttemptInfo.Builder setEndTime(long value)
int64 end_time = 3;value - The endTime to set.public StoreTypes.ApplicationAttemptInfo.Builder clearEndTime()
int64 end_time = 3;public long getLastUpdated()
int64 last_updated = 4;getLastUpdated in interface StoreTypes.ApplicationAttemptInfoOrBuilderpublic StoreTypes.ApplicationAttemptInfo.Builder setLastUpdated(long value)
int64 last_updated = 4;value - The lastUpdated to set.public StoreTypes.ApplicationAttemptInfo.Builder clearLastUpdated()
int64 last_updated = 4;public long getDuration()
int64 duration = 5;getDuration in interface StoreTypes.ApplicationAttemptInfoOrBuilderpublic StoreTypes.ApplicationAttemptInfo.Builder setDuration(long value)
int64 duration = 5;value - The duration to set.public StoreTypes.ApplicationAttemptInfo.Builder clearDuration()
int64 duration = 5;public 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 StoreTypes.ApplicationAttemptInfo.Builder setSparkUser(String value)
optional string spark_user = 6;value - The sparkUser to set.public StoreTypes.ApplicationAttemptInfo.Builder clearSparkUser()
optional string spark_user = 6;public StoreTypes.ApplicationAttemptInfo.Builder setSparkUserBytes(com.google.protobuf.ByteString value)
optional string spark_user = 6;value - The bytes for sparkUser to set.public boolean getCompleted()
bool completed = 7;getCompleted in interface StoreTypes.ApplicationAttemptInfoOrBuilderpublic StoreTypes.ApplicationAttemptInfo.Builder setCompleted(boolean value)
bool completed = 7;value - The completed to set.public StoreTypes.ApplicationAttemptInfo.Builder clearCompleted()
bool completed = 7;public 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 StoreTypes.ApplicationAttemptInfo.Builder setAppSparkVersion(String value)
optional string app_spark_version = 8;value - The appSparkVersion to set.public StoreTypes.ApplicationAttemptInfo.Builder clearAppSparkVersion()
optional string app_spark_version = 8;public StoreTypes.ApplicationAttemptInfo.Builder setAppSparkVersionBytes(com.google.protobuf.ByteString value)
optional string app_spark_version = 8;value - The bytes for appSparkVersion to set.public final StoreTypes.ApplicationAttemptInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.ApplicationAttemptInfo.Builder>public final StoreTypes.ApplicationAttemptInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.ApplicationAttemptInfo.Builder>