예제 #1
0
파일: Hosts.java 프로젝트: sidoh/hank
 public static Map<String, FilesystemStatisticsAggregator> computeFilesystemStatistics(Host host)
     throws IOException {
   return PartitionServer.getFilesystemStatistics(host);
 }