예제 #1
0
 public static string GetLogicalHostname(MiniDFSCluster cluster)
 {
     return(string.Format(LogicalHostname, cluster.GetInstanceId()));
 }