Class Ls


  • @ThreadSafe
    public final class Ls
    extends java.lang.Object
    Utility to query ls
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Ls()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Map<java.lang.String,​Pair<java.lang.Integer,​java.lang.Integer>> queryDeviceMajorMinor()
      Query ls to get parition info
      • Methods inherited from class java.lang.Object

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

      • Ls

        private Ls()
    • Method Detail

      • queryDeviceMajorMinor

        public static java.util.Map<java.lang.String,​Pair<java.lang.Integer,​java.lang.Integer>> queryDeviceMajorMinor()
        Query ls to get parition info
        Returns:
        A map of device name to a major-minor pair