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, newBuilderForField
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, toString
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public StoreTypes.ApplicationAttemptInfo.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.ApplicationAttemptInfo.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.ApplicationAttemptInfo.Builder>
public StoreTypes.ApplicationAttemptInfo getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public StoreTypes.ApplicationAttemptInfo build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public StoreTypes.ApplicationAttemptInfo buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public StoreTypes.ApplicationAttemptInfo.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
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.Builder
setField
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.Builder
clearField
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.Builder
clearOneof
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.Builder
setRepeatedField
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.Builder
addRepeatedField
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.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<StoreTypes.ApplicationAttemptInfo.Builder>
java.io.IOException
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 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.ApplicationAttemptInfoOrBuilder
public 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.ApplicationAttemptInfoOrBuilder
public 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.ApplicationAttemptInfoOrBuilder
public 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.ApplicationAttemptInfoOrBuilder
public 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.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 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.ApplicationAttemptInfoOrBuilder
public 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.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 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.Builder
setUnknownFields
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.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.ApplicationAttemptInfo.Builder>