Uses of Package
oshi.annotation.concurrent
-
Packages that use oshi.annotation.concurrent Package Description oshi.driver.linux Provides functions to query Linux informationoshi.driver.linux.proc Provides functions to query statistics in the Linux /proc pseudo-filesystemoshi.driver.mac Provides functions to query Mac infooshi.driver.mac.disk Provides functions to query Mac disk infooshi.driver.mac.net Provides functions to query Mac network infooshi.driver.unix Provides functions to query information common to all unix systemsoshi.driver.unix.aix Provides functions to query information on AIXoshi.driver.unix.aix.perfstat Provides functions to query information on AIX using the libperfstat apioshi.driver.unix.freebsd Provides functions to query FreeBSD informationoshi.driver.unix.freebsd.disk Provides functions to query FreeBSD disk informationoshi.driver.unix.openbsd.disk Provides functions to query OpenBSD informationoshi.driver.unix.solaris Provides functions to query Solaris informationoshi.driver.unix.solaris.disk Provides functions to query Solaris disk informationoshi.driver.unix.solaris.kstat Provides functions to query Solaris kstat informationoshi.driver.windows Provides functions to query information in windowsoshi.driver.windows.perfmon Provides functions to query counters in windows performance monitor (or WMI counter tables)oshi.driver.windows.registry Provides functions to query data in Windows Registryoshi.driver.windows.wmi Provides functions to query properties in WMI classesoshi.hardware [oshi-core API] Provides cross-platform implementation to retrieve hardware information such as CPU, Memory, Display, Disks, Network Interfaces, Power Sources, Sensors, and USB Devicesoshi.hardware.common Provides abstract classes for common codeoshi.hardware.platform.linux Provides information about hardware such as Memory, Power Sources, and Processor on Linux systemsoshi.hardware.platform.mac Provides information about hardware such as Memory, Power Sources, and Processor on Mac systemsoshi.hardware.platform.unix Provides mappings for Unix-based operating systemsoshi.hardware.platform.unix.aix Provides information about hardware such as Memory, Power Sources, and Processor on AIX systemsoshi.hardware.platform.unix.freebsd Provides information about hardware such as Memory, Power Sources, and Processor on FreeBSD systemsoshi.hardware.platform.unix.openbsd Provides information about hardware such as Memory, Power Sources, and Processor on OpenBSD systemsoshi.hardware.platform.unix.solaris Provides information about hardware such as Memory, Power Sources, and Processor on Solaris systemsoshi.hardware.platform.windows Provides information about hardware such as Memory, Power Sources, and Processor on Windows systemsoshi.software.common Provides abstract classes for common codeoshi.software.os [oshi-core API] Provides cross-platform implementation to retrieve OS, FileSystem, and Process informationoshi.software.os.linux Provides information about Software and OS on Linuxoshi.software.os.mac Provides information about Software and OS on macOSoshi.software.os.unix.aix Provides information about Software and OS on AIXoshi.software.os.unix.freebsd Provides information about Software and OS on FreeBSDoshi.software.os.unix.openbsd Provides information about Software and OS on OpenBSDoshi.software.os.unix.solaris Provides information about Software and OS on Solarisoshi.software.os.windows Provides information about Software and OS on Windowsoshi.util Provides utilities for parsing, formatting, and other accessoshi.util.platform.linux Provides utilities for Linuxoshi.util.platform.mac Provides utilities for macOS.oshi.util.platform.unix.freebsd Provides utilities for FreeBSDoshi.util.platform.unix.openbsd Provides utilities for OpenBSDoshi.util.platform.unix.solaris Provides utilities for Solarisoshi.util.platform.windows Provides utilities for Windows.oshi.util.tuples Provides classes encapsulating multiple objects, intended as return types from methods -
Classes in oshi.annotation.concurrent used by oshi.driver.linux Class Description ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.driver.linux.proc Class Description ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.driver.mac Class Description Immutable The presence of this annotation indicates that the author believes the class to be immutable and hence inherently thread-safe.ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.driver.mac.disk Class Description ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.driver.mac.net Class Description Immutable The presence of this annotation indicates that the author believes the class to be immutable and hence inherently thread-safe.ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.driver.unix Class Description ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.driver.unix.aix Class Description ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.driver.unix.aix.perfstat Class Description ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.driver.unix.freebsd Class Description ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.driver.unix.freebsd.disk Class Description ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.driver.unix.openbsd.disk Class Description ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.driver.unix.solaris Class Description ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.driver.unix.solaris.disk Class Description ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.driver.unix.solaris.kstat Class Description ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.driver.windows Class Description ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.driver.windows.perfmon Class Description ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.driver.windows.registry Class Description Immutable The presence of this annotation indicates that the author believes the class to be immutable and hence inherently thread-safe.ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.driver.windows.wmi Class Description GuardedBy The field or method to which this annotation is applied can only be accessed when holding a particular lock, which may be a built-in (synchronization) lock, or may be an explicitjava.util.concurrent.Lock
.ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.hardware Class Description Immutable The presence of this annotation indicates that the author believes the class to be immutable and hence inherently thread-safe.ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.hardware.common Class Description Immutable The presence of this annotation indicates that the author believes the class to be immutable and hence inherently thread-safe.ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.hardware.platform.linux Class Description Immutable The presence of this annotation indicates that the author believes the class to be immutable and hence inherently thread-safe.ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.hardware.platform.mac Class Description Immutable The presence of this annotation indicates that the author believes the class to be immutable and hence inherently thread-safe.ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.hardware.platform.unix Class Description Immutable The presence of this annotation indicates that the author believes the class to be immutable and hence inherently thread-safe.ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.hardware.platform.unix.aix Class Description Immutable The presence of this annotation indicates that the author believes the class to be immutable and hence inherently thread-safe.ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.hardware.platform.unix.freebsd Class Description Immutable The presence of this annotation indicates that the author believes the class to be immutable and hence inherently thread-safe.ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.hardware.platform.unix.openbsd Class Description Immutable The presence of this annotation indicates that the author believes the class to be immutable and hence inherently thread-safe.ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.hardware.platform.unix.solaris Class Description Immutable The presence of this annotation indicates that the author believes the class to be immutable and hence inherently thread-safe.ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.hardware.platform.windows Class Description Immutable The presence of this annotation indicates that the author believes the class to be immutable and hence inherently thread-safe.ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.software.common Class Description ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.software.os Class Description Immutable The presence of this annotation indicates that the author believes the class to be immutable and hence inherently thread-safe.ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.software.os.linux Class Description ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.software.os.mac Class Description ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.software.os.unix.aix Class Description ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.software.os.unix.freebsd Class Description ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.software.os.unix.openbsd Class Description ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.software.os.unix.solaris Class Description ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.software.os.windows Class Description ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.util Class Description NotThreadSafe The presence of this annotation indicates that the author believes the class is not thread-safe.ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.util.platform.linux Class Description ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.util.platform.mac Class Description ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.util.platform.unix.freebsd Class Description ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.util.platform.unix.openbsd Class Description ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.util.platform.unix.solaris Class Description GuardedBy The field or method to which this annotation is applied can only be accessed when holding a particular lock, which may be a built-in (synchronization) lock, or may be an explicitjava.util.concurrent.Lock
.ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.util.platform.windows Class Description Immutable The presence of this annotation indicates that the author believes the class to be immutable and hence inherently thread-safe.NotThreadSafe The presence of this annotation indicates that the author believes the class is not thread-safe.ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe. -
Classes in oshi.annotation.concurrent used by oshi.util.tuples Class Description ThreadSafe The presence of this annotation indicates that the author believes the class to be thread-safe.