Uses of Class
oshi.hardware.HWPartition
-
Packages that use HWPartition Package Description oshi.driver.unix.aix Provides functions to query information on AIXoshi.driver.unix.freebsd.disk Provides functions to query FreeBSD disk informationoshi.driver.unix.openbsd.disk Provides functions to query OpenBSD informationoshi.driver.unix.solaris.disk Provides functions to query Solaris disk informationoshi.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.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 HWPartition in oshi.driver.unix.aix
Fields in oshi.driver.unix.aix with type parameters of type HWPartition Modifier and Type Field Description private static java.util.Map<java.lang.String,java.util.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 HWPartition Modifier and Type Method Description private static java.util.List<HWPartition>
Lspv. computeLogicalVolumes(java.lang.String device, java.util.Map<java.lang.String,Pair<java.lang.Integer,java.lang.Integer>> majMinMap)
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)
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 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.openbsd.disk
Methods in oshi.driver.unix.openbsd.disk that return types with arguments of type HWPartition Modifier and Type Method Description static Quartet<java.lang.String,java.lang.String,java.lang.Long,java.util.List<HWPartition>>
Disklabel. getDiskParams(java.lang.String diskName)
Gets disk and partition informationprivate static Quartet<java.lang.String,java.lang.String,java.lang.Long,java.util.List<HWPartition>>
Disklabel. getDiskParamsNoRoot(java.lang.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 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
Fields in oshi.hardware.platform.linux with type parameters of type HWPartition Modifier and Type Field Description private java.util.List<HWPartition>
LinuxHWDiskStore. partitionList
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
Fields in oshi.hardware.platform.mac with type parameters of type HWPartition Modifier and Type Field Description private java.util.List<HWPartition>
MacHWDiskStore. partitionList
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
Fields in oshi.hardware.platform.unix.aix with type parameters of type HWPartition Modifier and Type Field Description private java.util.List<HWPartition>
AixHWDiskStore. partitionList
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
Fields in oshi.hardware.platform.unix.freebsd with type parameters of type HWPartition Modifier and Type Field Description private java.util.List<HWPartition>
FreeBsdHWDiskStore. partitionList
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.openbsd
Fields in oshi.hardware.platform.unix.openbsd with type parameters of type HWPartition Modifier and Type Field Description private java.util.List<HWPartition>
OpenBsdHWDiskStore. partitionList
Methods in oshi.hardware.platform.unix.openbsd that return types with arguments of type HWPartition Modifier and Type Method Description java.util.List<HWPartition>
OpenBsdHWDiskStore. getPartitions()
-
Uses of HWPartition in oshi.hardware.platform.unix.solaris
Fields in oshi.hardware.platform.unix.solaris with type parameters of type HWPartition Modifier and Type Field Description private java.util.List<HWPartition>
SolarisHWDiskStore. partitionList
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
Fields in oshi.hardware.platform.windows with type parameters of type HWPartition Modifier and Type Field Description private java.util.List<HWPartition>
WindowsHWDiskStore. partitionList
private java.util.Map<java.lang.String,java.util.List<HWPartition>>
WindowsHWDiskStore.PartitionMaps. partitionMap
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()
-