org.apache.hadoop.yarn.proto
Interface YarnProtos.QueueUserACLInfoProtoOrBuilder

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

public static interface YarnProtos.QueueUserACLInfoProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getQueueName()
          optional string queueName = 1;
 com.google.protobuf.ByteString getQueueNameBytes()
          optional string queueName = 1;
 YarnProtos.QueueACLProto getUserAcls(int index)
          repeated .hadoop.yarn.QueueACLProto userAcls = 2;
 int getUserAclsCount()
          repeated .hadoop.yarn.QueueACLProto userAcls = 2;
 List<YarnProtos.QueueACLProto> getUserAclsList()
          repeated .hadoop.yarn.QueueACLProto userAcls = 2;
 boolean hasQueueName()
          optional string queueName = 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

hasQueueName

boolean hasQueueName()
optional string queueName = 1;


getQueueName

String getQueueName()
optional string queueName = 1;


getQueueNameBytes

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


getUserAclsList

List<YarnProtos.QueueACLProto> getUserAclsList()
repeated .hadoop.yarn.QueueACLProto userAcls = 2;


getUserAclsCount

int getUserAclsCount()
repeated .hadoop.yarn.QueueACLProto userAcls = 2;


getUserAcls

YarnProtos.QueueACLProto getUserAcls(int index)
repeated .hadoop.yarn.QueueACLProto userAcls = 2;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.