Uses of Class
oshi.hardware.HWPartition
Package
Description
Provides functions to query information on AIX
Provides functions to query FreeBSD disk information
Provides functions to query OpenBSD information
Provides functions to query Solaris disk information
[oshi-core API] Provides cross-platform implementation to retrieve hardware information such as CPU, Memory, Display,
Disks, Network Interfaces, Power Sources, Sensors, and USB Devices
Provides information about hardware such as Memory, Power Sources, and Processor on Linux systems
Provides information about hardware such as Memory, Power Sources, and Processor on Mac systems
Provides information about hardware such as Memory, Power Sources, and Processor on AIX systems
Provides information about hardware such as Memory, Power Sources, and Processor on FreeBSD systems
Provides information about hardware such as Memory, Power Sources, and Processor on OpenBSD systems
Provides information about hardware such as Memory, Power Sources, and Processor on Solaris systems
Provides information about hardware such as Memory, Power Sources, and Processor on Windows systems
-
Uses of HWPartition in oshi.driver.unix.aix
Modifier and TypeMethodDescriptionstatic List<HWPartition>
Querylspv
to get partition info, or return a cached value. -
Uses of HWPartition in oshi.driver.unix.freebsd.disk
Modifier and TypeMethodDescriptionstatic Map<String,
List<HWPartition>> GeomPartList.queryPartitions()
Queries partition data using geom, mount, and stat commands -
Uses of HWPartition in oshi.driver.unix.openbsd.disk
Modifier and TypeMethodDescriptionDisklabel.getDiskParams
(String diskName) Gets disk and partition information -
Uses of HWPartition in oshi.driver.unix.solaris.disk
Modifier and TypeMethodDescriptionstatic List<HWPartition>
Prtvtoc.queryPartitions
(String mount, int major) -
Uses of HWPartition in oshi.hardware
-
Uses of HWPartition in oshi.hardware.platform.linux
-
Uses of HWPartition in oshi.hardware.platform.mac
-
Uses of HWPartition in oshi.hardware.platform.unix.aix
-
Uses of HWPartition in oshi.hardware.platform.unix.freebsd
-
Uses of HWPartition in oshi.hardware.platform.unix.openbsd
-
Uses of HWPartition in oshi.hardware.platform.unix.solaris
-
Uses of HWPartition in oshi.hardware.platform.windows