public static interface YarnProtos.QueueInfoProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
YarnProtos.ApplicationReportProto |
getApplications(int index)
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; |
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; |
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; |
boolean hasQueueName()
optional string queueName = 1;
String getQueueName()
optional string queueName = 1;
com.google.protobuf.ByteString getQueueNameBytes()
optional string queueName = 1;
boolean hasCapacity()
optional float capacity = 2;
float getCapacity()
optional float capacity = 2;
boolean hasMaximumCapacity()
optional float maximumCapacity = 3;
float getMaximumCapacity()
optional float maximumCapacity = 3;
boolean hasCurrentCapacity()
optional float currentCapacity = 4;
float getCurrentCapacity()
optional float currentCapacity = 4;
boolean hasState()
optional .hadoop.yarn.QueueStateProto state = 5;
YarnProtos.QueueStateProto getState()
optional .hadoop.yarn.QueueStateProto state = 5;
List<YarnProtos.QueueInfoProto> getChildQueuesList()
repeated .hadoop.yarn.QueueInfoProto childQueues = 6;
YarnProtos.QueueInfoProto getChildQueues(int index)
repeated .hadoop.yarn.QueueInfoProto childQueues = 6;
int getChildQueuesCount()
repeated .hadoop.yarn.QueueInfoProto childQueues = 6;
List<? extends YarnProtos.QueueInfoProtoOrBuilder> getChildQueuesOrBuilderList()
repeated .hadoop.yarn.QueueInfoProto childQueues = 6;
YarnProtos.QueueInfoProtoOrBuilder getChildQueuesOrBuilder(int index)
repeated .hadoop.yarn.QueueInfoProto childQueues = 6;
List<YarnProtos.ApplicationReportProto> getApplicationsList()
repeated .hadoop.yarn.ApplicationReportProto applications = 7;
YarnProtos.ApplicationReportProto getApplications(int index)
repeated .hadoop.yarn.ApplicationReportProto applications = 7;
int getApplicationsCount()
repeated .hadoop.yarn.ApplicationReportProto applications = 7;
List<? extends YarnProtos.ApplicationReportProtoOrBuilder> getApplicationsOrBuilderList()
repeated .hadoop.yarn.ApplicationReportProto applications = 7;
YarnProtos.ApplicationReportProtoOrBuilder getApplicationsOrBuilder(int index)
repeated .hadoop.yarn.ApplicationReportProto applications = 7;
Copyright © 2013 Apache Software Foundation. All rights reserved.