Exemplo n.º 1
0
 public static Map<String, FilesystemStatisticsAggregator> computeFilesystemStatistics(Host host)
     throws IOException {
   return PartitionServer.getFilesystemStatistics(host);
 }