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

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

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


Method Summary
 YarnProtos.QueueInfoProto getQueueInfo()
          optional .hadoop.yarn.QueueInfoProto queueInfo = 1;
 YarnProtos.QueueInfoProtoOrBuilder getQueueInfoOrBuilder()
          optional .hadoop.yarn.QueueInfoProto queueInfo = 1;
 boolean hasQueueInfo()
          optional .hadoop.yarn.QueueInfoProto queueInfo = 1;
 
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

hasQueueInfo

boolean hasQueueInfo()
optional .hadoop.yarn.QueueInfoProto queueInfo = 1;


getQueueInfo

YarnProtos.QueueInfoProto getQueueInfo()
optional .hadoop.yarn.QueueInfoProto queueInfo = 1;


getQueueInfoOrBuilder

YarnProtos.QueueInfoProtoOrBuilder getQueueInfoOrBuilder()
optional .hadoop.yarn.QueueInfoProto queueInfo = 1;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.