Uses of Class
oshi.hardware.common.AbstractCentralProcessor
-
Packages that use AbstractCentralProcessor Package Description oshi.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.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 systems -
-
Uses of AbstractCentralProcessor in oshi.hardware.platform.linux
Subclasses of AbstractCentralProcessor in oshi.hardware.platform.linux Modifier and Type Class Description (package private) class
LinuxCentralProcessor
A CPU as defined in Linux /proc. -
Uses of AbstractCentralProcessor in oshi.hardware.platform.mac
Subclasses of AbstractCentralProcessor in oshi.hardware.platform.mac Modifier and Type Class Description (package private) class
MacCentralProcessor
A CPU. -
Uses of AbstractCentralProcessor in oshi.hardware.platform.unix.aix
Subclasses of AbstractCentralProcessor in oshi.hardware.platform.unix.aix Modifier and Type Class Description (package private) class
AixCentralProcessor
A CPU -
Uses of AbstractCentralProcessor in oshi.hardware.platform.unix.freebsd
Subclasses of AbstractCentralProcessor in oshi.hardware.platform.unix.freebsd Modifier and Type Class Description (package private) class
FreeBsdCentralProcessor
A CPU -
Uses of AbstractCentralProcessor in oshi.hardware.platform.unix.openbsd
Subclasses of AbstractCentralProcessor in oshi.hardware.platform.unix.openbsd Modifier and Type Class Description class
OpenBsdCentralProcessor
OpenBSD Central Processor implementation -
Uses of AbstractCentralProcessor in oshi.hardware.platform.unix.solaris
Subclasses of AbstractCentralProcessor in oshi.hardware.platform.unix.solaris Modifier and Type Class Description (package private) class
SolarisCentralProcessor
A CPU -
Uses of AbstractCentralProcessor in oshi.hardware.platform.windows
Subclasses of AbstractCentralProcessor in oshi.hardware.platform.windows Modifier and Type Class Description (package private) class
WindowsCentralProcessor
A CPU, representing all of a system's processors.
-