Interface PerfCounterQuery.PdhCounterProperty

All Known Implementing Classes:
WindowsVirtualMemory.PageSwapProperty
Enclosing class:
PerfCounterQuery<T extends java.lang.Enum<T>>

public static interface PerfCounterQuery.PdhCounterProperty
Contract for Counter Property Enums
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getCounter()  
    java.lang.String getInstance()  
  • Method Details

    • getInstance

      java.lang.String getInstance()
      Returns:
      Returns the instance.
    • getCounter

      java.lang.String getCounter()
      Returns:
      Returns the counter.