Uses of Class
oshi.hardware.HWPartition
| Package | Description |
|---|---|
| oshi.driver.unix.aix |
Provides functions to query information on AIX
|
| oshi.driver.unix.freebsd.disk |
Provides functions to query FreeBSD disk information
|
| oshi.driver.unix.solaris.disk |
Provides functions to query Solaris disk information
|
| oshi.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 Devices
|
| oshi.hardware.platform.linux |
Provides information about hardware such as Memory, Power Sources, and
Processor on Linux systems
|
| oshi.hardware.platform.mac |
Provides information about hardware such as Memory, Power Sources, and
Processor on Mac systems
|
| oshi.hardware.platform.unix.aix |
Provides information about hardware such as Memory, Power Sources, and
Processor on AIX systems
|
| oshi.hardware.platform.unix.freebsd |
Provides information about hardware such as Memory, Power Sources, and
Processor on FreeBSD systems
|
| oshi.hardware.platform.unix.solaris |
Provides information about hardware such as Memory, Power Sources, and
Processor on Solaris systems
|
| oshi.hardware.platform.windows |
Provides information about hardware such as Memory, Power Sources, and
Processor on Windows systems
|
-
Uses of HWPartition in oshi.driver.unix.aix
Methods in oshi.driver.unix.aix that return types with arguments of type HWPartition Modifier and Type Method Description static java.util.List<HWPartition>Lspv. queryLogicalVolumes(java.lang.String device, java.util.Map<java.lang.String,Pair<java.lang.Integer,java.lang.Integer>> majMinMap)Querylspvto get partition info -
Uses of HWPartition in oshi.driver.unix.freebsd.disk
Methods in oshi.driver.unix.freebsd.disk that return types with arguments of type HWPartition Modifier and Type Method Description static java.util.Map<java.lang.String,java.util.List<HWPartition>>GeomPartList. queryPartitions()Queries partition data using geom, mount, and stat commands -
Uses of HWPartition in oshi.driver.unix.solaris.disk
Methods in oshi.driver.unix.solaris.disk that return types with arguments of type HWPartition Modifier and Type Method Description static java.util.List<HWPartition>Prtvtoc. queryPartitions(java.lang.String mount, int major) -
Uses of HWPartition in oshi.hardware
Methods in oshi.hardware that return types with arguments of type HWPartition Modifier and Type Method Description java.util.List<HWPartition>HWDiskStore. getPartitions()The partitions on this disk. -
Uses of HWPartition in oshi.hardware.platform.linux
Methods in oshi.hardware.platform.linux that return types with arguments of type HWPartition Modifier and Type Method Description java.util.List<HWPartition>LinuxHWDiskStore. getPartitions() -
Uses of HWPartition in oshi.hardware.platform.mac
Methods in oshi.hardware.platform.mac that return types with arguments of type HWPartition Modifier and Type Method Description java.util.List<HWPartition>MacHWDiskStore. getPartitions() -
Uses of HWPartition in oshi.hardware.platform.unix.aix
Methods in oshi.hardware.platform.unix.aix that return types with arguments of type HWPartition Modifier and Type Method Description java.util.List<HWPartition>AixHWDiskStore. getPartitions() -
Uses of HWPartition in oshi.hardware.platform.unix.freebsd
Methods in oshi.hardware.platform.unix.freebsd that return types with arguments of type HWPartition Modifier and Type Method Description java.util.List<HWPartition>FreeBsdHWDiskStore. getPartitions() -
Uses of HWPartition in oshi.hardware.platform.unix.solaris
Methods in oshi.hardware.platform.unix.solaris that return types with arguments of type HWPartition Modifier and Type Method Description java.util.List<HWPartition>SolarisHWDiskStore. getPartitions() -
Uses of HWPartition in oshi.hardware.platform.windows
Methods in oshi.hardware.platform.windows that return types with arguments of type HWPartition Modifier and Type Method Description java.util.List<HWPartition>WindowsHWDiskStore. getPartitions()