Package oshi.driver.unix.aix
Class Lspv
java.lang.Object
oshi.driver.unix.aix.Lspv
Utility to query lspv
- 
Method SummaryModifier and TypeMethodDescriptionstatic List<HWPartition> Querylspvto get partition info, or return a cached value.
- 
Method Details- 
queryLogicalVolumespublic static List<HWPartition> queryLogicalVolumes(String device, Map<String, Pair<Integer, Integer>> majMinMap) Querylspvto get partition info, or return a cached value.- Parameters:
- device- The disk to get the volumes from.
- majMinMap- A map of device name to a pair with major and minor numbers.
- Returns:
- A list of logical volumes (partitions) on this device.
 
 
-