Uses of Annotation Type
oshi.annotation.concurrent.GuardedBy

Packages that use GuardedBy
Package
Description
Provides functions to query properties in WMI classes
Provides utilities for Solaris
  • Uses of GuardedBy in oshi.driver.windows.wmi

    Fields in oshi.driver.windows.wmi with annotations of type GuardedBy
    Modifier and Type
    Field
    Description
    private final Map<Integer,Pair<Long,String>>
    Win32ProcessCached.commandLineCache
     
  • Uses of GuardedBy in oshi.util.platform.unix.solaris

    Fields in oshi.util.platform.unix.solaris with annotations of type GuardedBy
    Modifier and Type
    Field
    Description
    private static com.sun.jna.platform.unix.solaris.LibKstat.KstatCtl
    KstatUtil.kstatCtl
     
    Methods in oshi.util.platform.unix.solaris with annotations of type GuardedBy
    Modifier and Type
    Method
    Description
    com.sun.jna.platform.unix.solaris.LibKstat.Kstat
    KstatUtil.KstatChain.lookup(String module, int instance, String name)
    Convenience method for LibKstat.kstat_lookup(com.sun.jna.platform.unix.solaris.LibKstat.KstatCtl, java.lang.String, int, java.lang.String).
    List<com.sun.jna.platform.unix.solaris.LibKstat.Kstat>
    KstatUtil.KstatChain.lookupAll(String module, int instance, String name)
    Convenience method for LibKstat.kstat_lookup(com.sun.jna.platform.unix.solaris.LibKstat.KstatCtl, java.lang.String, int, java.lang.String).
    boolean
    KstatUtil.KstatChain.read(com.sun.jna.platform.unix.solaris.LibKstat.Kstat ksp)
    Convenience method for LibKstat.kstat_read(com.sun.jna.platform.unix.solaris.LibKstat.KstatCtl, com.sun.jna.platform.unix.solaris.LibKstat.Kstat, com.sun.jna.Pointer) which gets data from the kernel for the kstat pointed to by ksp.
    int
    KstatUtil.KstatChain.update()
    Convenience method for LibKstat.kstat_chain_update(com.sun.jna.platform.unix.solaris.LibKstat.KstatCtl).