コード例 #1
0
ファイル: TestCLI.cs プロジェクト: orf53975/hadoop.net
 /// <exception cref="System.Exception"/>
 protected internal override CommandExecutor.Result Execute(CLICommand cmd)
 {
     return(cmd.GetExecutor(string.Empty).ExecuteCommand(cmd.GetCmd()));
 }
コード例 #2
0
 /// <exception cref="System.Exception"/>
 protected override CommandExecutor.Result Execute(CLICommand cmd)
 {
     return(cmd.GetExecutor(namenode).ExecuteCommand(cmd.GetCmd()));
 }