Example #1
0
 public static LocalResourceType ConvertFromProtoFormat(YarnProtos.LocalResourceTypeProto
                                                        e)
 {
     return(LocalResourceType.ValueOf(e.ToString()));
 }
 private LocalResourceType ConvertFromProtoFormat(YarnProtos.LocalResourceTypeProto
                                                  e)
 {
     return(ProtoUtils.ConvertFromProtoFormat(e));
 }