Пример #1
0
 public override string GetTargetQueue()
 {
     if (this.targetQueue != null)
     {
         return(this.targetQueue);
     }
     YarnServiceProtos.MoveApplicationAcrossQueuesRequestProtoOrBuilder p = viaProto ?
                                                                            proto : builder;
     if (!p.HasApplicationId())
     {
         return(null);
     }
     this.targetQueue = p.GetTargetQueue();
     return(this.targetQueue);
 }