Example #1
0
 public virtual NodeAction GetNodeAction()
 {
     YarnServerCommonServiceProtos.RegisterNodeManagerResponseProtoOrBuilder p = viaProto
                          ? proto : builder;
     if (!p.HasNodeAction())
     {
         return(null);
     }
     return(ConvertFromProtoFormat(p.GetNodeAction()));
 }