Uses of Class
oshi.hardware.HWPartition
Packages that use 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
Fields in oshi.driver.unix.aix with type parameters of type HWPartitionModifier and TypeFieldDescriptionprivate static final Map
<String, List<HWPartition>> Lspv.PARTITION_CACHE
The lspv command incurs a lot of disk reads.Methods in oshi.driver.unix.aix that return types with arguments of type HWPartitionModifier and TypeMethodDescriptionprivate static List
<HWPartition> static List
<HWPartition> Querylspv
to get partition info, or return a cached value. -
Uses of HWPartition in oshi.driver.unix.freebsd.disk
Methods in oshi.driver.unix.freebsd.disk that return types with arguments of type HWPartitionModifier 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
Methods in oshi.driver.unix.openbsd.disk that return types with arguments of type HWPartitionModifier and TypeMethodDescriptionDisklabel.getDiskParams
(String diskName) Gets disk and partition informationDisklabel.getDiskParamsNoRoot
(String diskName) -
Uses of HWPartition in oshi.driver.unix.solaris.disk
Methods in oshi.driver.unix.solaris.disk that return types with arguments of type HWPartitionModifier and TypeMethodDescriptionstatic List
<HWPartition> Prtvtoc.queryPartitions
(String mount, int major) -
Uses of HWPartition in oshi.hardware
Methods in oshi.hardware that return types with arguments of type HWPartition -
Uses of HWPartition in oshi.hardware.platform.linux
Fields in oshi.hardware.platform.linux with type parameters of type HWPartitionMethods in oshi.hardware.platform.linux that return types with arguments of type HWPartition -
Uses of HWPartition in oshi.hardware.platform.mac
Fields in oshi.hardware.platform.mac with type parameters of type HWPartitionMethods in oshi.hardware.platform.mac that return types with arguments of type HWPartition -
Uses of HWPartition in oshi.hardware.platform.unix.aix
Fields in oshi.hardware.platform.unix.aix with type parameters of type HWPartitionMethods in oshi.hardware.platform.unix.aix that return types with arguments of type HWPartition -
Uses of HWPartition in oshi.hardware.platform.unix.freebsd
Fields in oshi.hardware.platform.unix.freebsd with type parameters of type HWPartitionMethods in oshi.hardware.platform.unix.freebsd that return types with arguments of type HWPartition -
Uses of HWPartition in oshi.hardware.platform.unix.openbsd
Fields in oshi.hardware.platform.unix.openbsd with type parameters of type HWPartitionMethods in oshi.hardware.platform.unix.openbsd that return types with arguments of type HWPartition -
Uses of HWPartition in oshi.hardware.platform.unix.solaris
Fields in oshi.hardware.platform.unix.solaris with type parameters of type HWPartitionMethods in oshi.hardware.platform.unix.solaris that return types with arguments of type HWPartition -
Uses of HWPartition in oshi.hardware.platform.windows
Fields in oshi.hardware.platform.windows with type parameters of type HWPartitionModifier and TypeFieldDescriptionprivate List
<HWPartition> WindowsHWDiskStore.partitionList
private final Map
<String, List<HWPartition>> WindowsHWDiskStore.PartitionMaps.partitionMap
Methods in oshi.hardware.platform.windows that return types with arguments of type HWPartition