public static final class StoreTypes.ApplicationInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.ApplicationInfo.Builder> implements StoreTypes.ApplicationInfoOrBuilder
org.apache.spark.status.protobuf.ApplicationInfo| Modifier and Type | Method and Description |
|---|---|
StoreTypes.ApplicationInfo.Builder |
addAllAttempts(Iterable<? extends StoreTypes.ApplicationAttemptInfo> values)
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7; |
StoreTypes.ApplicationInfo.Builder |
addAttempts(int index,
StoreTypes.ApplicationAttemptInfo.Builder builderForValue)
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7; |
StoreTypes.ApplicationInfo.Builder |
addAttempts(int index,
StoreTypes.ApplicationAttemptInfo value)
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7; |
StoreTypes.ApplicationInfo.Builder |
addAttempts(StoreTypes.ApplicationAttemptInfo.Builder builderForValue)
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7; |
StoreTypes.ApplicationInfo.Builder |
addAttempts(StoreTypes.ApplicationAttemptInfo value)
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7; |
StoreTypes.ApplicationAttemptInfo.Builder |
addAttemptsBuilder()
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7; |
StoreTypes.ApplicationAttemptInfo.Builder |
addAttemptsBuilder(int index)
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7; |
StoreTypes.ApplicationInfo.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
StoreTypes.ApplicationInfo |
build() |
StoreTypes.ApplicationInfo |
buildPartial() |
StoreTypes.ApplicationInfo.Builder |
clear() |
StoreTypes.ApplicationInfo.Builder |
clearAttempts()
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7; |
StoreTypes.ApplicationInfo.Builder |
clearCoresGranted()
optional int32 cores_granted = 3; |
StoreTypes.ApplicationInfo.Builder |
clearCoresPerExecutor()
optional int32 cores_per_executor = 5; |
StoreTypes.ApplicationInfo.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
StoreTypes.ApplicationInfo.Builder |
clearId()
optional string id = 1; |
StoreTypes.ApplicationInfo.Builder |
clearMaxCores()
optional int32 max_cores = 4; |
StoreTypes.ApplicationInfo.Builder |
clearMemoryPerExecutorMb()
optional int32 memory_per_executor_mb = 6; |
StoreTypes.ApplicationInfo.Builder |
clearName()
optional string name = 2; |
StoreTypes.ApplicationInfo.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
StoreTypes.ApplicationInfo.Builder |
clone() |
StoreTypes.ApplicationAttemptInfo |
getAttempts(int index)
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7; |
StoreTypes.ApplicationAttemptInfo.Builder |
getAttemptsBuilder(int index)
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7; |
java.util.List<StoreTypes.ApplicationAttemptInfo.Builder> |
getAttemptsBuilderList()
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7; |
int |
getAttemptsCount()
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7; |
java.util.List<StoreTypes.ApplicationAttemptInfo> |
getAttemptsList()
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7; |
StoreTypes.ApplicationAttemptInfoOrBuilder |
getAttemptsOrBuilder(int index)
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7; |
java.util.List<? extends StoreTypes.ApplicationAttemptInfoOrBuilder> |
getAttemptsOrBuilderList()
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7; |
int |
getCoresGranted()
optional int32 cores_granted = 3; |
int |
getCoresPerExecutor()
optional int32 cores_per_executor = 5; |
StoreTypes.ApplicationInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getId()
optional string id = 1; |
com.google.protobuf.ByteString |
getIdBytes()
optional string id = 1; |
int |
getMaxCores()
optional int32 max_cores = 4; |
int |
getMemoryPerExecutorMb()
optional int32 memory_per_executor_mb = 6; |
String |
getName()
optional string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 2; |
boolean |
hasCoresGranted()
optional int32 cores_granted = 3; |
boolean |
hasCoresPerExecutor()
optional int32 cores_per_executor = 5; |
boolean |
hasId()
optional string id = 1; |
boolean |
hasMaxCores()
optional int32 max_cores = 4; |
boolean |
hasMemoryPerExecutorMb()
optional int32 memory_per_executor_mb = 6; |
boolean |
hasName()
optional string name = 2; |
boolean |
isInitialized() |
StoreTypes.ApplicationInfo.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
StoreTypes.ApplicationInfo.Builder |
mergeFrom(com.google.protobuf.Message other) |
StoreTypes.ApplicationInfo.Builder |
mergeFrom(StoreTypes.ApplicationInfo other) |
StoreTypes.ApplicationInfo.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
StoreTypes.ApplicationInfo.Builder |
removeAttempts(int index)
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7; |
StoreTypes.ApplicationInfo.Builder |
setAttempts(int index,
StoreTypes.ApplicationAttemptInfo.Builder builderForValue)
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7; |
StoreTypes.ApplicationInfo.Builder |
setAttempts(int index,
StoreTypes.ApplicationAttemptInfo value)
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7; |
StoreTypes.ApplicationInfo.Builder |
setCoresGranted(int value)
optional int32 cores_granted = 3; |
StoreTypes.ApplicationInfo.Builder |
setCoresPerExecutor(int value)
optional int32 cores_per_executor = 5; |
StoreTypes.ApplicationInfo.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
StoreTypes.ApplicationInfo.Builder |
setId(String value)
optional string id = 1; |
StoreTypes.ApplicationInfo.Builder |
setIdBytes(com.google.protobuf.ByteString value)
optional string id = 1; |
StoreTypes.ApplicationInfo.Builder |
setMaxCores(int value)
optional int32 max_cores = 4; |
StoreTypes.ApplicationInfo.Builder |
setMemoryPerExecutorMb(int value)
optional int32 memory_per_executor_mb = 6; |
StoreTypes.ApplicationInfo.Builder |
setName(String value)
optional string name = 2; |
StoreTypes.ApplicationInfo.Builder |
setNameBytes(com.google.protobuf.ByteString value)
optional string name = 2; |
StoreTypes.ApplicationInfo.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
StoreTypes.ApplicationInfo.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.ApplicationInfo.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.ApplicationInfo.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.ApplicationInfo.Builder>public StoreTypes.ApplicationInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic StoreTypes.ApplicationInfo build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic StoreTypes.ApplicationInfo buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic StoreTypes.ApplicationInfo.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.ApplicationInfo.Builder>public StoreTypes.ApplicationInfo.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.ApplicationInfo.Builder>public StoreTypes.ApplicationInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.ApplicationInfo.Builder>public StoreTypes.ApplicationInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.ApplicationInfo.Builder>public StoreTypes.ApplicationInfo.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.ApplicationInfo.Builder>public StoreTypes.ApplicationInfo.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.ApplicationInfo.Builder>public StoreTypes.ApplicationInfo.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<StoreTypes.ApplicationInfo.Builder>public StoreTypes.ApplicationInfo.Builder mergeFrom(StoreTypes.ApplicationInfo other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.ApplicationInfo.Builder>public StoreTypes.ApplicationInfo.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.ApplicationInfo.Builder>java.io.IOExceptionpublic boolean hasId()
optional string id = 1;hasId in interface StoreTypes.ApplicationInfoOrBuilderpublic String getId()
optional string id = 1;getId in interface StoreTypes.ApplicationInfoOrBuilderpublic com.google.protobuf.ByteString getIdBytes()
optional string id = 1;getIdBytes in interface StoreTypes.ApplicationInfoOrBuilderpublic StoreTypes.ApplicationInfo.Builder setId(String value)
optional string id = 1;value - The id to set.public StoreTypes.ApplicationInfo.Builder clearId()
optional string id = 1;public StoreTypes.ApplicationInfo.Builder setIdBytes(com.google.protobuf.ByteString value)
optional string id = 1;value - The bytes for id to set.public boolean hasName()
optional string name = 2;hasName in interface StoreTypes.ApplicationInfoOrBuilderpublic String getName()
optional string name = 2;getName in interface StoreTypes.ApplicationInfoOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
optional string name = 2;getNameBytes in interface StoreTypes.ApplicationInfoOrBuilderpublic StoreTypes.ApplicationInfo.Builder setName(String value)
optional string name = 2;value - The name to set.public StoreTypes.ApplicationInfo.Builder clearName()
optional string name = 2;public StoreTypes.ApplicationInfo.Builder setNameBytes(com.google.protobuf.ByteString value)
optional string name = 2;value - The bytes for name to set.public boolean hasCoresGranted()
optional int32 cores_granted = 3;hasCoresGranted in interface StoreTypes.ApplicationInfoOrBuilderpublic int getCoresGranted()
optional int32 cores_granted = 3;getCoresGranted in interface StoreTypes.ApplicationInfoOrBuilderpublic StoreTypes.ApplicationInfo.Builder setCoresGranted(int value)
optional int32 cores_granted = 3;value - The coresGranted to set.public StoreTypes.ApplicationInfo.Builder clearCoresGranted()
optional int32 cores_granted = 3;public boolean hasMaxCores()
optional int32 max_cores = 4;hasMaxCores in interface StoreTypes.ApplicationInfoOrBuilderpublic int getMaxCores()
optional int32 max_cores = 4;getMaxCores in interface StoreTypes.ApplicationInfoOrBuilderpublic StoreTypes.ApplicationInfo.Builder setMaxCores(int value)
optional int32 max_cores = 4;value - The maxCores to set.public StoreTypes.ApplicationInfo.Builder clearMaxCores()
optional int32 max_cores = 4;public boolean hasCoresPerExecutor()
optional int32 cores_per_executor = 5;hasCoresPerExecutor in interface StoreTypes.ApplicationInfoOrBuilderpublic int getCoresPerExecutor()
optional int32 cores_per_executor = 5;getCoresPerExecutor in interface StoreTypes.ApplicationInfoOrBuilderpublic StoreTypes.ApplicationInfo.Builder setCoresPerExecutor(int value)
optional int32 cores_per_executor = 5;value - The coresPerExecutor to set.public StoreTypes.ApplicationInfo.Builder clearCoresPerExecutor()
optional int32 cores_per_executor = 5;public boolean hasMemoryPerExecutorMb()
optional int32 memory_per_executor_mb = 6;hasMemoryPerExecutorMb in interface StoreTypes.ApplicationInfoOrBuilderpublic int getMemoryPerExecutorMb()
optional int32 memory_per_executor_mb = 6;getMemoryPerExecutorMb in interface StoreTypes.ApplicationInfoOrBuilderpublic StoreTypes.ApplicationInfo.Builder setMemoryPerExecutorMb(int value)
optional int32 memory_per_executor_mb = 6;value - The memoryPerExecutorMb to set.public StoreTypes.ApplicationInfo.Builder clearMemoryPerExecutorMb()
optional int32 memory_per_executor_mb = 6;public java.util.List<StoreTypes.ApplicationAttemptInfo> getAttemptsList()
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;getAttemptsList in interface StoreTypes.ApplicationInfoOrBuilderpublic int getAttemptsCount()
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;getAttemptsCount in interface StoreTypes.ApplicationInfoOrBuilderpublic StoreTypes.ApplicationAttemptInfo getAttempts(int index)
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;getAttempts in interface StoreTypes.ApplicationInfoOrBuilderpublic StoreTypes.ApplicationInfo.Builder setAttempts(int index, StoreTypes.ApplicationAttemptInfo value)
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;public StoreTypes.ApplicationInfo.Builder setAttempts(int index, StoreTypes.ApplicationAttemptInfo.Builder builderForValue)
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;public StoreTypes.ApplicationInfo.Builder addAttempts(StoreTypes.ApplicationAttemptInfo value)
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;public StoreTypes.ApplicationInfo.Builder addAttempts(int index, StoreTypes.ApplicationAttemptInfo value)
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;public StoreTypes.ApplicationInfo.Builder addAttempts(StoreTypes.ApplicationAttemptInfo.Builder builderForValue)
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;public StoreTypes.ApplicationInfo.Builder addAttempts(int index, StoreTypes.ApplicationAttemptInfo.Builder builderForValue)
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;public StoreTypes.ApplicationInfo.Builder addAllAttempts(Iterable<? extends StoreTypes.ApplicationAttemptInfo> values)
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;public StoreTypes.ApplicationInfo.Builder clearAttempts()
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;public StoreTypes.ApplicationInfo.Builder removeAttempts(int index)
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;public StoreTypes.ApplicationAttemptInfo.Builder getAttemptsBuilder(int index)
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;public StoreTypes.ApplicationAttemptInfoOrBuilder getAttemptsOrBuilder(int index)
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;getAttemptsOrBuilder in interface StoreTypes.ApplicationInfoOrBuilderpublic java.util.List<? extends StoreTypes.ApplicationAttemptInfoOrBuilder> getAttemptsOrBuilderList()
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;getAttemptsOrBuilderList in interface StoreTypes.ApplicationInfoOrBuilderpublic StoreTypes.ApplicationAttemptInfo.Builder addAttemptsBuilder()
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;public StoreTypes.ApplicationAttemptInfo.Builder addAttemptsBuilder(int index)
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;public java.util.List<StoreTypes.ApplicationAttemptInfo.Builder> getAttemptsBuilderList()
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;public final StoreTypes.ApplicationInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.ApplicationInfo.Builder>public final StoreTypes.ApplicationInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.ApplicationInfo.Builder>