Esempio n. 1
0
 /// <exception cref="System.IO.IOException"/>
 /// <exception cref="System.Exception"/>
 public virtual QueueInfo[] GetChildQueues(string parent)
 {
     try
     {
         return(TypeConverter.FromYarnQueueInfo(client.GetChildQueueInfos(parent), this.conf
                                                ));
     }
     catch (YarnException e)
     {
         throw new IOException(e);
     }
 }