Uses of Class
oshi.hardware.HWPartition
Packages that use HWPartition
Package
Description
Provides functions to query information on AIX
Provides parsing utilities for BSD disk-related commands (e.g.
Provides functions to query FreeBSD disk information
Provides functions to query Solaris disk information.
[oshi-common API] Provides cross-platform implementation to retrieve hardware information such as CPU, Memory,
Display, Disks, Network Interfaces, Power Sources, Sensors, and USB Devices
Provides abstract classes for common code
Provides common Linux hardware implementations shared by JNA and FFM modules.
Provides common implementations for Windows hardware information shared between JNA and FFM implementations.
-
Uses of HWPartition in oshi.driver.common.unix.aix
Methods in oshi.driver.common.unix.aix that return types with arguments of type HWPartitionModifier and TypeMethodDescriptionstatic List<HWPartition> Querylspvto get partition info, or return a cached value. -
Uses of HWPartition in oshi.driver.common.unix.bsd.disk
Methods in oshi.driver.common.unix.bsd.disk that return types with arguments of type HWPartitionModifier and TypeMethodDescriptionDisklabel.getDiskParams(String diskName) Gets disk and partition information by runningdisklabeland parsing its output.Disklabel.parseDfFallback(String diskName, List<String> dfLines, BiFunction<String, String, Pair<Integer, Integer>> majorMinorLookup) Parsesdfoutput as a fallback whendisklabelreturns no partitions (typically because the caller lacks root privileges).Disklabel.parseDiskParams(String diskName, List<String> disklabelLines, BiFunction<String, String, Pair<Integer, Integer>> majorMinorLookup) Parsesdisklabel -noutput to extract disk metadata and partitions. -
Uses of HWPartition in oshi.driver.common.unix.freebsd.disk
Methods in oshi.driver.common.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.common.unix.solaris.disk
Methods in oshi.driver.common.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.common
Fields in oshi.hardware.common with type parameters of type HWPartitionModifier and TypeFieldDescriptionprotected final AtomicReference<List<HWPartition>> AbstractHWDiskStore.partitionListMethods in oshi.hardware.common that return types with arguments of type HWPartitionMethod parameters in oshi.hardware.common with type arguments of type HWPartitionModifier and TypeMethodDescriptionprotected voidAbstractHWDiskStore.setPartitionList(List<HWPartition> partitionList) Sets the partition list. -
Uses of HWPartition in oshi.hardware.common.platform.linux
Methods in oshi.hardware.common.platform.linux that return types with arguments of type HWPartitionModifier and TypeMethodDescriptionprotected List<HWPartition> LinuxHWDiskStore.getMutablePartitionList()Gets the mutable partition list for building. -
Uses of HWPartition in oshi.hardware.common.platform.windows
Methods in oshi.hardware.common.platform.windows that return types with arguments of type HWPartitionModifier and TypeMethodDescriptionprotected static List<HWPartition> WindowsHWDiskStore.buildPartitionList(WindowsHWDiskStore.PartitionMaps maps, String diskName) Builds an unmodifiable sorted partition list from the maps.Map<String, List<HWPartition>> WindowsHWDiskStore.PartitionMaps.getPartitionMap()Gets the partition map.