Klasse SystemB.XswUsage

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.mac.SystemB.XswUsage
Umschließende Schnittstelle:
SystemB

@FieldOrder({"xsu_total","xsu_avail","xsu_used","xsu_pagesize","xsu_encrypted"}) public static class SystemB.XswUsage extends Structure
Return type for sysctl vm.swapusage
  • Felddetails

    • xsu_total

      public long xsu_total
    • xsu_avail

      public long xsu_avail
    • xsu_used

      public long xsu_used
    • xsu_pagesize

      public int xsu_pagesize
    • xsu_encrypted

      public boolean xsu_encrypted
  • Konstruktordetails

    • XswUsage

      public XswUsage()