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)
          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;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasQueueName

boolean hasQueueName()
optional string queueName = 1;


getQueueName

String getQueueName()
optional string queueName = 1;


getQueueNameBytes

com.google.protobuf.ByteString getQueueNameBytes()
optional string queueName = 1;


hasCapacity

boolean hasCapacity()
optional float capacity = 2;


getCapacity

float getCapacity()
optional float capacity = 2;


hasMaximumCapacity

boolean hasMaximumCapacity()
optional float maximumCapacity = 3;


getMaximumCapacity

float getMaximumCapacity()
optional float maximumCapacity = 3;


hasCurrentCapacity

boolean hasCurrentCapacity()
optional float currentCapacity = 4;


getCurrentCapacity

float getCurrentCapacity()
optional float currentCapacity = 4;


hasState

boolean hasState()
optional .hadoop.yarn.QueueStateProto state = 5;


getState

YarnProtos.QueueStateProto getState()
optional .hadoop.yarn.QueueStateProto state = 5;


getChildQueuesList

List<YarnProtos.QueueInfoProto> getChildQueuesList()
repeated .hadoop.yarn.QueueInfoProto childQueues = 6;


getChildQueues

YarnProtos.QueueInfoProto getChildQueues(int index)
repeated .hadoop.yarn.QueueInfoProto childQueues = 6;


getChildQueuesCount

int getChildQueuesCount()
repeated .hadoop.yarn.QueueInfoProto childQueues = 6;


getChildQueuesOrBuilderList

List<? extends YarnProtos.QueueInfoProtoOrBuilder> getChildQueuesOrBuilderList()
repeated .hadoop.yarn.QueueInfoProto childQueues = 6;


getChildQueuesOrBuilder

YarnProtos.QueueInfoProtoOrBuilder getChildQueuesOrBuilder(int index)
repeated .hadoop.yarn.QueueInfoProto childQueues = 6;


getApplicationsList

List<YarnProtos.ApplicationReportProto> getApplicationsList()
repeated .hadoop.yarn.ApplicationReportProto applications = 7;


getApplications

YarnProtos.ApplicationReportProto getApplications(int index)
repeated .hadoop.yarn.ApplicationReportProto applications = 7;


getApplicationsCount

int getApplicationsCount()
repeated .hadoop.yarn.ApplicationReportProto applications = 7;


getApplicationsOrBuilderList

List<? extends YarnProtos.ApplicationReportProtoOrBuilder> getApplicationsOrBuilderList()
repeated .hadoop.yarn.ApplicationReportProto applications = 7;


getApplicationsOrBuilder

YarnProtos.ApplicationReportProtoOrBuilder getApplicationsOrBuilder(int index)
repeated .hadoop.yarn.ApplicationReportProto applications = 7;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.