コード例 #1
0
ファイル: Hosts.java プロジェクト: sidoh/hank
 public static Map<String, FilesystemStatisticsAggregator> computeFilesystemStatistics(Host host)
     throws IOException {
   return PartitionServer.getFilesystemStatistics(host);
 }