org.apache.hadoop.yarn.proto
Interface YarnServiceProtos.GetQueueInfoRequestProtoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
YarnServiceProtos.GetQueueInfoRequestProto, YarnServiceProtos.GetQueueInfoRequestProto.Builder
Enclosing class:
YarnServiceProtos

public static interface YarnServiceProtos.GetQueueInfoRequestProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 boolean getIncludeApplications()
           
 boolean getIncludeChildQueues()
           
 String getQueueName()
           
 boolean getRecursive()
           
 boolean hasIncludeApplications()
           
 boolean hasIncludeChildQueues()
           
 boolean hasQueueName()
           
 boolean hasRecursive()
           
 
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()

hasIncludeApplications

boolean hasIncludeApplications()

getIncludeApplications

boolean getIncludeApplications()

hasIncludeChildQueues

boolean hasIncludeChildQueues()

getIncludeChildQueues

boolean getIncludeChildQueues()

hasRecursive

boolean hasRecursive()

getRecursive

boolean getRecursive()


Copyright © 2012 Apache Software Foundation. All Rights Reserved.