Package | Description |
---|---|
org.apache.hadoop.yarn.api.records.impl.pb | |
org.apache.hadoop.yarn.proto |
Modifier and Type | Method and Description |
---|---|
static YarnProtos.QueueACLProto |
ProtoUtils.convertToProtoFormat(QueueACL e) |
Modifier and Type | Method and Description |
---|---|
static QueueACL |
ProtoUtils.convertFromProtoFormat(YarnProtos.QueueACLProto e) |
Modifier and Type | Method and Description |
---|---|
YarnProtos.QueueACLProto |
YarnProtos.QueueUserACLInfoProtoOrBuilder.getUserAcls(int index)
repeated .hadoop.yarn.QueueACLProto userAcls = 2; |
YarnProtos.QueueACLProto |
YarnProtos.QueueUserACLInfoProto.getUserAcls(int index)
repeated .hadoop.yarn.QueueACLProto userAcls = 2; |
YarnProtos.QueueACLProto |
YarnProtos.QueueUserACLInfoProto.Builder.getUserAcls(int index)
repeated .hadoop.yarn.QueueACLProto userAcls = 2; |
static YarnProtos.QueueACLProto |
YarnProtos.QueueACLProto.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static YarnProtos.QueueACLProto |
YarnProtos.QueueACLProto.valueOf(int value) |
static YarnProtos.QueueACLProto |
YarnProtos.QueueACLProto.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YarnProtos.QueueACLProto[] |
YarnProtos.QueueACLProto.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<YarnProtos.QueueACLProto> |
YarnProtos.QueueUserACLInfoProtoOrBuilder.getUserAclsList()
repeated .hadoop.yarn.QueueACLProto userAcls = 2; |
List<YarnProtos.QueueACLProto> |
YarnProtos.QueueUserACLInfoProto.getUserAclsList()
repeated .hadoop.yarn.QueueACLProto userAcls = 2; |
List<YarnProtos.QueueACLProto> |
YarnProtos.QueueUserACLInfoProto.Builder.getUserAclsList()
repeated .hadoop.yarn.QueueACLProto userAcls = 2; |
static com.google.protobuf.Internal.EnumLiteMap<YarnProtos.QueueACLProto> |
YarnProtos.QueueACLProto.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
YarnProtos.QueueUserACLInfoProto.Builder |
YarnProtos.QueueUserACLInfoProto.Builder.addUserAcls(YarnProtos.QueueACLProto value)
repeated .hadoop.yarn.QueueACLProto userAcls = 2; |
YarnProtos.QueueUserACLInfoProto.Builder |
YarnProtos.QueueUserACLInfoProto.Builder.setUserAcls(int index,
YarnProtos.QueueACLProto value)
repeated .hadoop.yarn.QueueACLProto userAcls = 2; |
Modifier and Type | Method and Description |
---|---|
YarnProtos.QueueUserACLInfoProto.Builder |
YarnProtos.QueueUserACLInfoProto.Builder.addAllUserAcls(Iterable<? extends YarnProtos.QueueACLProto> values)
repeated .hadoop.yarn.QueueACLProto userAcls = 2; |
Copyright © 2013 Apache Software Foundation. All rights reserved.