コード例 #1
0
ファイル: Cluster.cs プロジェクト: orf53975/hadoop.net
 public virtual Job[] GetAllJobs()
 {
     return(GetJobs(client.GetAllJobs()));
 }