org.apache.hadoop.yarn.proto
Interface YarnProtos.QueueInfoProtoOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- YarnProtos.QueueInfoProto, YarnProtos.QueueInfoProto.Builder
- Enclosing class:
- YarnProtos
public static interface YarnProtos.QueueInfoProtoOrBuilder
- extends com.google.protobuf.MessageOrBuilder
| Methods inherited from interface com.google.protobuf.MessageOrBuilder |
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
| Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
isInitialized |
hasQueueName
boolean hasQueueName()
getQueueName
String getQueueName()
hasCapacity
boolean hasCapacity()
getCapacity
float getCapacity()
hasMaximumCapacity
boolean hasMaximumCapacity()
getMaximumCapacity
float getMaximumCapacity()
hasCurrentCapacity
boolean hasCurrentCapacity()
getCurrentCapacity
float getCurrentCapacity()
hasState
boolean hasState()
getState
YarnProtos.QueueStateProto getState()
getChildQueuesList
List<YarnProtos.QueueInfoProto> getChildQueuesList()
getChildQueues
YarnProtos.QueueInfoProto getChildQueues(int index)
getChildQueuesCount
int getChildQueuesCount()
getChildQueuesOrBuilderList
List<? extends YarnProtos.QueueInfoProtoOrBuilder> getChildQueuesOrBuilderList()
getChildQueuesOrBuilder
YarnProtos.QueueInfoProtoOrBuilder getChildQueuesOrBuilder(int index)
getApplicationsList
List<YarnProtos.ApplicationReportProto> getApplicationsList()
getApplications
YarnProtos.ApplicationReportProto getApplications(int index)
getApplicationsCount
int getApplicationsCount()
getApplicationsOrBuilderList
List<? extends YarnProtos.ApplicationReportProtoOrBuilder> getApplicationsOrBuilderList()
getApplicationsOrBuilder
YarnProtos.ApplicationReportProtoOrBuilder getApplicationsOrBuilder(int index)
Copyright © 2012 Apache Software Foundation. All Rights Reserved.