Class PhysicalDisk


  • @ThreadSafe
    public final class PhysicalDisk
    extends java.lang.Object
    Utility to query PhysicalDisk performance counter
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private PhysicalDisk()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Pair<java.util.List<java.lang.String>,​java.util.Map<PhysicalDisk.PhysicalDiskProperty,​java.util.List<java.lang.Long>>> queryDiskCounters()
      Returns physical disk performance counters.
      • Methods inherited from class java.lang.Object

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

      • PhysicalDisk

        private PhysicalDisk()
    • Method Detail

      • queryDiskCounters

        public static Pair<java.util.List<java.lang.String>,​java.util.Map<PhysicalDisk.PhysicalDiskProperty,​java.util.List<java.lang.Long>>> queryDiskCounters()
        Returns physical disk performance counters.
        Returns:
        Performance Counters for physical disks.