Uses of Interface
oshi.hardware.LogicalVolumeGroup
| Package | Description |
|---|---|
| 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.common |
Provides abstract classes for common code
|
| 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.windows |
Provides information about hardware such as Memory, Power Sources, and
Processor on Windows systems
|
-
Uses of LogicalVolumeGroup in oshi.hardware
Methods in oshi.hardware that return types with arguments of type LogicalVolumeGroup Modifier and Type Method Description default java.util.List<LogicalVolumeGroup>HardwareAbstractionLayer. getLogicalVolumeGroups()Instantiates a list ofLogicalVolumeGroupobjects, representing a storage pool or group of devices, partitions, volumes, or other implementation specific means of file storage. -
Uses of LogicalVolumeGroup in oshi.hardware.common
Classes in oshi.hardware.common that implement LogicalVolumeGroup Modifier and Type Class Description classAbstractLogicalVolumeGroup -
Uses of LogicalVolumeGroup in oshi.hardware.platform.linux
Methods in oshi.hardware.platform.linux that return types with arguments of type LogicalVolumeGroup Modifier and Type Method Description java.util.List<LogicalVolumeGroup>LinuxHardwareAbstractionLayer. getLogicalVolumeGroups() -
Uses of LogicalVolumeGroup in oshi.hardware.platform.mac
Methods in oshi.hardware.platform.mac that return types with arguments of type LogicalVolumeGroup Modifier and Type Method Description java.util.List<LogicalVolumeGroup>MacHardwareAbstractionLayer. getLogicalVolumeGroups() -
Uses of LogicalVolumeGroup in oshi.hardware.platform.windows
Methods in oshi.hardware.platform.windows that return types with arguments of type LogicalVolumeGroup Modifier and Type Method Description java.util.List<LogicalVolumeGroup>WindowsHardwareAbstractionLayer. getLogicalVolumeGroups()