Class GeomPartList


  • @ThreadSafe
    public final class GeomPartList
    extends java.lang.Object
    Utility to query geom part list
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String GEOM_PART_LIST  
      private static java.lang.String STAT_FILESIZE  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private GeomPartList()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Map<java.lang.String,​java.util.List<HWPartition>> queryPartitions()
      Queries partition data using geom, mount, and stat commands
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GeomPartList

        private GeomPartList()
    • Method Detail

      • queryPartitions

        public static java.util.Map<java.lang.String,​java.util.List<HWPartition>> queryPartitions()
        Queries partition data using geom, mount, and stat commands
        Returns:
        A map with disk name as the key and a List of partitions as the value