Beispiel #1
0
 private ReservationRequestInterpreter ConvertFromProtoFormat(YarnProtos.ReservationRequestInterpreterProto
                                                              r)
 {
     return(ProtoUtils.ConvertFromProtoFormat(r));
 }
Beispiel #2
0
 public static ReservationRequestInterpreter ConvertFromProtoFormat(YarnProtos.ReservationRequestInterpreterProto
                                                                    e)
 {
     return(ReservationRequestInterpreter.ValueOf(e.ToString()));
 }