예제 #1
0
 public static QueueACL ConvertFromProtoFormat(YarnProtos.QueueACLProto e)
 {
     return(QueueACL.ValueOf(e.ToString().Replace(QueueAclPrefix, string.Empty)));
 }
예제 #2
0
 private QueueACL ConvertFromProtoFormat(YarnProtos.QueueACLProto q)
 {
     return(ProtoUtils.ConvertFromProtoFormat(q));
 }