public static final class YarnProtos.QueueInfoProto.Builder extends com.google.protobuf.GeneratedMessage.Builder<YarnProtos.QueueInfoProto.Builder> implements YarnProtos.QueueInfoProtoOrBuilder
hadoop.yarn.QueueInfoProto
Modifier and Type | Method and Description |
---|---|
YarnProtos.QueueInfoProto.Builder |
addAllApplications(Iterable<? extends YarnProtos.ApplicationReportProto> values)
repeated .hadoop.yarn.ApplicationReportProto applications = 7; |
YarnProtos.QueueInfoProto.Builder |
addAllChildQueues(Iterable<? extends YarnProtos.QueueInfoProto> values)
repeated .hadoop.yarn.QueueInfoProto childQueues = 6; |
YarnProtos.QueueInfoProto.Builder |
addApplications(int index,
YarnProtos.ApplicationReportProto.Builder builderForValue)
repeated .hadoop.yarn.ApplicationReportProto applications = 7; |
YarnProtos.QueueInfoProto.Builder |
addApplications(int index,
YarnProtos.ApplicationReportProto value)
repeated .hadoop.yarn.ApplicationReportProto applications = 7; |
YarnProtos.QueueInfoProto.Builder |
addApplications(YarnProtos.ApplicationReportProto.Builder builderForValue)
repeated .hadoop.yarn.ApplicationReportProto applications = 7; |
YarnProtos.QueueInfoProto.Builder |
addApplications(YarnProtos.ApplicationReportProto value)
repeated .hadoop.yarn.ApplicationReportProto applications = 7; |
YarnProtos.ApplicationReportProto.Builder |
addApplicationsBuilder()
repeated .hadoop.yarn.ApplicationReportProto applications = 7; |
YarnProtos.ApplicationReportProto.Builder |
addApplicationsBuilder(int index)
repeated .hadoop.yarn.ApplicationReportProto applications = 7; |
YarnProtos.QueueInfoProto.Builder |
addChildQueues(int index,
YarnProtos.QueueInfoProto.Builder builderForValue)
repeated .hadoop.yarn.QueueInfoProto childQueues = 6; |
YarnProtos.QueueInfoProto.Builder |
addChildQueues(int index,
YarnProtos.QueueInfoProto value)
repeated .hadoop.yarn.QueueInfoProto childQueues = 6; |
YarnProtos.QueueInfoProto.Builder |
addChildQueues(YarnProtos.QueueInfoProto.Builder builderForValue)
repeated .hadoop.yarn.QueueInfoProto childQueues = 6; |
YarnProtos.QueueInfoProto.Builder |
addChildQueues(YarnProtos.QueueInfoProto value)
repeated .hadoop.yarn.QueueInfoProto childQueues = 6; |
YarnProtos.QueueInfoProto.Builder |
addChildQueuesBuilder()
repeated .hadoop.yarn.QueueInfoProto childQueues = 6; |
YarnProtos.QueueInfoProto.Builder |
addChildQueuesBuilder(int index)
repeated .hadoop.yarn.QueueInfoProto childQueues = 6; |
YarnProtos.QueueInfoProto |
build() |
YarnProtos.QueueInfoProto |
buildPartial() |
YarnProtos.QueueInfoProto.Builder |
clear() |
YarnProtos.QueueInfoProto.Builder |
clearApplications()
repeated .hadoop.yarn.ApplicationReportProto applications = 7; |
YarnProtos.QueueInfoProto.Builder |
clearCapacity()
optional float capacity = 2; |
YarnProtos.QueueInfoProto.Builder |
clearChildQueues()
repeated .hadoop.yarn.QueueInfoProto childQueues = 6; |
YarnProtos.QueueInfoProto.Builder |
clearCurrentCapacity()
optional float currentCapacity = 4; |
YarnProtos.QueueInfoProto.Builder |
clearMaximumCapacity()
optional float maximumCapacity = 3; |
YarnProtos.QueueInfoProto.Builder |
clearQueueName()
optional string queueName = 1; |
YarnProtos.QueueInfoProto.Builder |
clearState()
optional .hadoop.yarn.QueueStateProto state = 5; |
YarnProtos.QueueInfoProto.Builder |
clone() |
YarnProtos.ApplicationReportProto |
getApplications(int index)
repeated .hadoop.yarn.ApplicationReportProto applications = 7; |
YarnProtos.ApplicationReportProto.Builder |
getApplicationsBuilder(int index)
repeated .hadoop.yarn.ApplicationReportProto applications = 7; |
List<YarnProtos.ApplicationReportProto.Builder> |
getApplicationsBuilderList()
repeated .hadoop.yarn.ApplicationReportProto applications = 7; |
int |
getApplicationsCount()
repeated .hadoop.yarn.ApplicationReportProto applications = 7; |
List<YarnProtos.ApplicationReportProto> |
getApplicationsList()
repeated .hadoop.yarn.ApplicationReportProto applications = 7; |
YarnProtos.ApplicationReportProtoOrBuilder |
getApplicationsOrBuilder(int index)
repeated .hadoop.yarn.ApplicationReportProto applications = 7; |
List<? extends YarnProtos.ApplicationReportProtoOrBuilder> |
getApplicationsOrBuilderList()
repeated .hadoop.yarn.ApplicationReportProto applications = 7; |
float |
getCapacity()
optional float capacity = 2; |
YarnProtos.QueueInfoProto |
getChildQueues(int index)
repeated .hadoop.yarn.QueueInfoProto childQueues = 6; |
YarnProtos.QueueInfoProto.Builder |
getChildQueuesBuilder(int index)
repeated .hadoop.yarn.QueueInfoProto childQueues = 6; |
List<YarnProtos.QueueInfoProto.Builder> |
getChildQueuesBuilderList()
repeated .hadoop.yarn.QueueInfoProto childQueues = 6; |
int |
getChildQueuesCount()
repeated .hadoop.yarn.QueueInfoProto childQueues = 6; |
List<YarnProtos.QueueInfoProto> |
getChildQueuesList()
repeated .hadoop.yarn.QueueInfoProto childQueues = 6; |
YarnProtos.QueueInfoProtoOrBuilder |
getChildQueuesOrBuilder(int index)
repeated .hadoop.yarn.QueueInfoProto childQueues = 6; |
List<? extends YarnProtos.QueueInfoProtoOrBuilder> |
getChildQueuesOrBuilderList()
repeated .hadoop.yarn.QueueInfoProto childQueues = 6; |
float |
getCurrentCapacity()
optional float currentCapacity = 4; |
YarnProtos.QueueInfoProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
float |
getMaximumCapacity()
optional float maximumCapacity = 3; |
String |
getQueueName()
optional string queueName = 1; |
com.google.protobuf.ByteString |
getQueueNameBytes()
optional string queueName = 1; |
YarnProtos.QueueStateProto |
getState()
optional .hadoop.yarn.QueueStateProto state = 5; |
boolean |
hasCapacity()
optional float capacity = 2; |
boolean |
hasCurrentCapacity()
optional float currentCapacity = 4; |
boolean |
hasMaximumCapacity()
optional float maximumCapacity = 3; |
boolean |
hasQueueName()
optional string queueName = 1; |
boolean |
hasState()
optional .hadoop.yarn.QueueStateProto state = 5; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
YarnProtos.QueueInfoProto.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
YarnProtos.QueueInfoProto.Builder |
mergeFrom(com.google.protobuf.Message other) |
YarnProtos.QueueInfoProto.Builder |
mergeFrom(YarnProtos.QueueInfoProto other) |
YarnProtos.QueueInfoProto.Builder |
removeApplications(int index)
repeated .hadoop.yarn.ApplicationReportProto applications = 7; |
YarnProtos.QueueInfoProto.Builder |
removeChildQueues(int index)
repeated .hadoop.yarn.QueueInfoProto childQueues = 6; |
YarnProtos.QueueInfoProto.Builder |
setApplications(int index,
YarnProtos.ApplicationReportProto.Builder builderForValue)
repeated .hadoop.yarn.ApplicationReportProto applications = 7; |
YarnProtos.QueueInfoProto.Builder |
setApplications(int index,
YarnProtos.ApplicationReportProto value)
repeated .hadoop.yarn.ApplicationReportProto applications = 7; |
YarnProtos.QueueInfoProto.Builder |
setCapacity(float value)
optional float capacity = 2; |
YarnProtos.QueueInfoProto.Builder |
setChildQueues(int index,
YarnProtos.QueueInfoProto.Builder builderForValue)
repeated .hadoop.yarn.QueueInfoProto childQueues = 6; |
YarnProtos.QueueInfoProto.Builder |
setChildQueues(int index,
YarnProtos.QueueInfoProto value)
repeated .hadoop.yarn.QueueInfoProto childQueues = 6; |
YarnProtos.QueueInfoProto.Builder |
setCurrentCapacity(float value)
optional float currentCapacity = 4; |
YarnProtos.QueueInfoProto.Builder |
setMaximumCapacity(float value)
optional float maximumCapacity = 3; |
YarnProtos.QueueInfoProto.Builder |
setQueueName(String value)
optional string queueName = 1; |
YarnProtos.QueueInfoProto.Builder |
setQueueNameBytes(com.google.protobuf.ByteString value)
optional string queueName = 1; |
YarnProtos.QueueInfoProto.Builder |
setState(YarnProtos.QueueStateProto value)
optional .hadoop.yarn.QueueStateProto state = 5; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
addAll, newUninitializedMessageException
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<YarnProtos.QueueInfoProto.Builder>
public YarnProtos.QueueInfoProto.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<YarnProtos.QueueInfoProto.Builder>
public YarnProtos.QueueInfoProto.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<YarnProtos.QueueInfoProto.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.GeneratedMessage.Builder<YarnProtos.QueueInfoProto.Builder>
public YarnProtos.QueueInfoProto getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public YarnProtos.QueueInfoProto build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public YarnProtos.QueueInfoProto buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public YarnProtos.QueueInfoProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<YarnProtos.QueueInfoProto.Builder>
public YarnProtos.QueueInfoProto.Builder mergeFrom(YarnProtos.QueueInfoProto other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<YarnProtos.QueueInfoProto.Builder>
public YarnProtos.QueueInfoProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws 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<YarnProtos.QueueInfoProto.Builder>
IOException
public boolean hasQueueName()
optional string queueName = 1;
hasQueueName
in interface YarnProtos.QueueInfoProtoOrBuilder
public String getQueueName()
optional string queueName = 1;
getQueueName
in interface YarnProtos.QueueInfoProtoOrBuilder
public com.google.protobuf.ByteString getQueueNameBytes()
optional string queueName = 1;
getQueueNameBytes
in interface YarnProtos.QueueInfoProtoOrBuilder
public YarnProtos.QueueInfoProto.Builder setQueueName(String value)
optional string queueName = 1;
public YarnProtos.QueueInfoProto.Builder clearQueueName()
optional string queueName = 1;
public YarnProtos.QueueInfoProto.Builder setQueueNameBytes(com.google.protobuf.ByteString value)
optional string queueName = 1;
public boolean hasCapacity()
optional float capacity = 2;
hasCapacity
in interface YarnProtos.QueueInfoProtoOrBuilder
public float getCapacity()
optional float capacity = 2;
getCapacity
in interface YarnProtos.QueueInfoProtoOrBuilder
public YarnProtos.QueueInfoProto.Builder setCapacity(float value)
optional float capacity = 2;
public YarnProtos.QueueInfoProto.Builder clearCapacity()
optional float capacity = 2;
public boolean hasMaximumCapacity()
optional float maximumCapacity = 3;
hasMaximumCapacity
in interface YarnProtos.QueueInfoProtoOrBuilder
public float getMaximumCapacity()
optional float maximumCapacity = 3;
getMaximumCapacity
in interface YarnProtos.QueueInfoProtoOrBuilder
public YarnProtos.QueueInfoProto.Builder setMaximumCapacity(float value)
optional float maximumCapacity = 3;
public YarnProtos.QueueInfoProto.Builder clearMaximumCapacity()
optional float maximumCapacity = 3;
public boolean hasCurrentCapacity()
optional float currentCapacity = 4;
hasCurrentCapacity
in interface YarnProtos.QueueInfoProtoOrBuilder
public float getCurrentCapacity()
optional float currentCapacity = 4;
getCurrentCapacity
in interface YarnProtos.QueueInfoProtoOrBuilder
public YarnProtos.QueueInfoProto.Builder setCurrentCapacity(float value)
optional float currentCapacity = 4;
public YarnProtos.QueueInfoProto.Builder clearCurrentCapacity()
optional float currentCapacity = 4;
public boolean hasState()
optional .hadoop.yarn.QueueStateProto state = 5;
hasState
in interface YarnProtos.QueueInfoProtoOrBuilder
public YarnProtos.QueueStateProto getState()
optional .hadoop.yarn.QueueStateProto state = 5;
getState
in interface YarnProtos.QueueInfoProtoOrBuilder
public YarnProtos.QueueInfoProto.Builder setState(YarnProtos.QueueStateProto value)
optional .hadoop.yarn.QueueStateProto state = 5;
public YarnProtos.QueueInfoProto.Builder clearState()
optional .hadoop.yarn.QueueStateProto state = 5;
public List<YarnProtos.QueueInfoProto> getChildQueuesList()
repeated .hadoop.yarn.QueueInfoProto childQueues = 6;
getChildQueuesList
in interface YarnProtos.QueueInfoProtoOrBuilder
public int getChildQueuesCount()
repeated .hadoop.yarn.QueueInfoProto childQueues = 6;
getChildQueuesCount
in interface YarnProtos.QueueInfoProtoOrBuilder
public YarnProtos.QueueInfoProto getChildQueues(int index)
repeated .hadoop.yarn.QueueInfoProto childQueues = 6;
getChildQueues
in interface YarnProtos.QueueInfoProtoOrBuilder
public YarnProtos.QueueInfoProto.Builder setChildQueues(int index, YarnProtos.QueueInfoProto value)
repeated .hadoop.yarn.QueueInfoProto childQueues = 6;
public YarnProtos.QueueInfoProto.Builder setChildQueues(int index, YarnProtos.QueueInfoProto.Builder builderForValue)
repeated .hadoop.yarn.QueueInfoProto childQueues = 6;
public YarnProtos.QueueInfoProto.Builder addChildQueues(YarnProtos.QueueInfoProto value)
repeated .hadoop.yarn.QueueInfoProto childQueues = 6;
public YarnProtos.QueueInfoProto.Builder addChildQueues(int index, YarnProtos.QueueInfoProto value)
repeated .hadoop.yarn.QueueInfoProto childQueues = 6;
public YarnProtos.QueueInfoProto.Builder addChildQueues(YarnProtos.QueueInfoProto.Builder builderForValue)
repeated .hadoop.yarn.QueueInfoProto childQueues = 6;
public YarnProtos.QueueInfoProto.Builder addChildQueues(int index, YarnProtos.QueueInfoProto.Builder builderForValue)
repeated .hadoop.yarn.QueueInfoProto childQueues = 6;
public YarnProtos.QueueInfoProto.Builder addAllChildQueues(Iterable<? extends YarnProtos.QueueInfoProto> values)
repeated .hadoop.yarn.QueueInfoProto childQueues = 6;
public YarnProtos.QueueInfoProto.Builder clearChildQueues()
repeated .hadoop.yarn.QueueInfoProto childQueues = 6;
public YarnProtos.QueueInfoProto.Builder removeChildQueues(int index)
repeated .hadoop.yarn.QueueInfoProto childQueues = 6;
public YarnProtos.QueueInfoProto.Builder getChildQueuesBuilder(int index)
repeated .hadoop.yarn.QueueInfoProto childQueues = 6;
public YarnProtos.QueueInfoProtoOrBuilder getChildQueuesOrBuilder(int index)
repeated .hadoop.yarn.QueueInfoProto childQueues = 6;
getChildQueuesOrBuilder
in interface YarnProtos.QueueInfoProtoOrBuilder
public List<? extends YarnProtos.QueueInfoProtoOrBuilder> getChildQueuesOrBuilderList()
repeated .hadoop.yarn.QueueInfoProto childQueues = 6;
getChildQueuesOrBuilderList
in interface YarnProtos.QueueInfoProtoOrBuilder
public YarnProtos.QueueInfoProto.Builder addChildQueuesBuilder()
repeated .hadoop.yarn.QueueInfoProto childQueues = 6;
public YarnProtos.QueueInfoProto.Builder addChildQueuesBuilder(int index)
repeated .hadoop.yarn.QueueInfoProto childQueues = 6;
public List<YarnProtos.QueueInfoProto.Builder> getChildQueuesBuilderList()
repeated .hadoop.yarn.QueueInfoProto childQueues = 6;
public List<YarnProtos.ApplicationReportProto> getApplicationsList()
repeated .hadoop.yarn.ApplicationReportProto applications = 7;
getApplicationsList
in interface YarnProtos.QueueInfoProtoOrBuilder
public int getApplicationsCount()
repeated .hadoop.yarn.ApplicationReportProto applications = 7;
getApplicationsCount
in interface YarnProtos.QueueInfoProtoOrBuilder
public YarnProtos.ApplicationReportProto getApplications(int index)
repeated .hadoop.yarn.ApplicationReportProto applications = 7;
getApplications
in interface YarnProtos.QueueInfoProtoOrBuilder
public YarnProtos.QueueInfoProto.Builder setApplications(int index, YarnProtos.ApplicationReportProto value)
repeated .hadoop.yarn.ApplicationReportProto applications = 7;
public YarnProtos.QueueInfoProto.Builder setApplications(int index, YarnProtos.ApplicationReportProto.Builder builderForValue)
repeated .hadoop.yarn.ApplicationReportProto applications = 7;
public YarnProtos.QueueInfoProto.Builder addApplications(YarnProtos.ApplicationReportProto value)
repeated .hadoop.yarn.ApplicationReportProto applications = 7;
public YarnProtos.QueueInfoProto.Builder addApplications(int index, YarnProtos.ApplicationReportProto value)
repeated .hadoop.yarn.ApplicationReportProto applications = 7;
public YarnProtos.QueueInfoProto.Builder addApplications(YarnProtos.ApplicationReportProto.Builder builderForValue)
repeated .hadoop.yarn.ApplicationReportProto applications = 7;
public YarnProtos.QueueInfoProto.Builder addApplications(int index, YarnProtos.ApplicationReportProto.Builder builderForValue)
repeated .hadoop.yarn.ApplicationReportProto applications = 7;
public YarnProtos.QueueInfoProto.Builder addAllApplications(Iterable<? extends YarnProtos.ApplicationReportProto> values)
repeated .hadoop.yarn.ApplicationReportProto applications = 7;
public YarnProtos.QueueInfoProto.Builder clearApplications()
repeated .hadoop.yarn.ApplicationReportProto applications = 7;
public YarnProtos.QueueInfoProto.Builder removeApplications(int index)
repeated .hadoop.yarn.ApplicationReportProto applications = 7;
public YarnProtos.ApplicationReportProto.Builder getApplicationsBuilder(int index)
repeated .hadoop.yarn.ApplicationReportProto applications = 7;
public YarnProtos.ApplicationReportProtoOrBuilder getApplicationsOrBuilder(int index)
repeated .hadoop.yarn.ApplicationReportProto applications = 7;
getApplicationsOrBuilder
in interface YarnProtos.QueueInfoProtoOrBuilder
public List<? extends YarnProtos.ApplicationReportProtoOrBuilder> getApplicationsOrBuilderList()
repeated .hadoop.yarn.ApplicationReportProto applications = 7;
getApplicationsOrBuilderList
in interface YarnProtos.QueueInfoProtoOrBuilder
public YarnProtos.ApplicationReportProto.Builder addApplicationsBuilder()
repeated .hadoop.yarn.ApplicationReportProto applications = 7;
public YarnProtos.ApplicationReportProto.Builder addApplicationsBuilder(int index)
repeated .hadoop.yarn.ApplicationReportProto applications = 7;
public List<YarnProtos.ApplicationReportProto.Builder> getApplicationsBuilderList()
repeated .hadoop.yarn.ApplicationReportProto applications = 7;
Copyright © 2013 Apache Software Foundation. All rights reserved.