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


Method Summary
 YarnProtos.ApplicationReportProto getApplications(int index)
           
 int getApplicationsCount()
           
 List<YarnProtos.ApplicationReportProto> getApplicationsList()
           
 YarnProtos.ApplicationReportProtoOrBuilder getApplicationsOrBuilder(int index)
           
 List<? extends YarnProtos.ApplicationReportProtoOrBuilder> getApplicationsOrBuilderList()
           
 float getCapacity()
           
 YarnProtos.QueueInfoProto getChildQueues(int index)
           
 int getChildQueuesCount()
           
 List<YarnProtos.QueueInfoProto> getChildQueuesList()
           
 YarnProtos.QueueInfoProtoOrBuilder getChildQueuesOrBuilder(int index)
           
 List<? extends YarnProtos.QueueInfoProtoOrBuilder> getChildQueuesOrBuilderList()
           
 float getCurrentCapacity()
           
 float getMaximumCapacity()
           
 String getQueueName()
           
 YarnProtos.QueueStateProto getState()
           
 boolean hasCapacity()
           
 boolean hasCurrentCapacity()
           
 boolean hasMaximumCapacity()
           
 boolean hasQueueName()
           
 boolean hasState()
           
 
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
 

Method Detail

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.