示例#1
0
文件: Hosts.java 项目: sidoh/hank
 public static Map<String, FilesystemStatisticsAggregator> computeFilesystemStatistics(Host host)
     throws IOException {
   return PartitionServer.getFilesystemStatistics(host);
 }