Uses of Interface
oshi.hardware.HWDiskStore
| 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.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 HWDiskStore in oshi.hardware
Methods in oshi.hardware that return types with arguments of type HWDiskStore Modifier and Type Method Description java.util.List<HWDiskStore>HardwareAbstractionLayer. getDiskStores()Instantiates anUnmodifiableListofHWDiskStoreobjects, representing physical hard disks or other similar storage devices -
Uses of HWDiskStore in oshi.hardware.common
Classes in oshi.hardware.common that implement HWDiskStore Modifier and Type Class Description classAbstractHWDiskStore -
Uses of HWDiskStore in oshi.hardware.platform.linux
Classes in oshi.hardware.platform.linux that implement HWDiskStore Modifier and Type Class Description classLinuxHWDiskStoreLinux hard disk implementation.Methods in oshi.hardware.platform.linux that return types with arguments of type HWDiskStore Modifier and Type Method Description static java.util.List<HWDiskStore>LinuxHWDiskStore. getDisks()Gets the disks on this machinejava.util.List<HWDiskStore>LinuxHardwareAbstractionLayer. getDiskStores() -
Uses of HWDiskStore in oshi.hardware.platform.mac
Classes in oshi.hardware.platform.mac that implement HWDiskStore Modifier and Type Class Description classMacHWDiskStoreMac hard disk implementation.Methods in oshi.hardware.platform.mac that return types with arguments of type HWDiskStore Modifier and Type Method Description static java.util.List<HWDiskStore>MacHWDiskStore. getDisks()Gets the disks on this machinejava.util.List<HWDiskStore>MacHardwareAbstractionLayer. getDiskStores() -
Uses of HWDiskStore in oshi.hardware.platform.unix.aix
Classes in oshi.hardware.platform.unix.aix that implement HWDiskStore Modifier and Type Class Description classAixHWDiskStoreAIX hard disk implementation.Methods in oshi.hardware.platform.unix.aix that return types with arguments of type HWDiskStore Modifier and Type Method Description static java.util.List<HWDiskStore>AixHWDiskStore. getDisks(java.util.function.Supplier<Perfstat.perfstat_disk_t[]> diskStats)Gets the disks on this machinejava.util.List<HWDiskStore>AixHardwareAbstractionLayer. getDiskStores() -
Uses of HWDiskStore in oshi.hardware.platform.unix.freebsd
Classes in oshi.hardware.platform.unix.freebsd that implement HWDiskStore Modifier and Type Class Description classFreeBsdHWDiskStoreFreeBSD hard disk implementation.Methods in oshi.hardware.platform.unix.freebsd that return types with arguments of type HWDiskStore Modifier and Type Method Description static java.util.List<HWDiskStore>FreeBsdHWDiskStore. getDisks()Gets the disks on this machinejava.util.List<HWDiskStore>FreeBsdHardwareAbstractionLayer. getDiskStores() -
Uses of HWDiskStore in oshi.hardware.platform.unix.solaris
Classes in oshi.hardware.platform.unix.solaris that implement HWDiskStore Modifier and Type Class Description classSolarisHWDiskStoreSolaris hard disk implementation.Methods in oshi.hardware.platform.unix.solaris that return types with arguments of type HWDiskStore Modifier and Type Method Description static java.util.List<HWDiskStore>SolarisHWDiskStore. getDisks()Gets the disks on this machinejava.util.List<HWDiskStore>SolarisHardwareAbstractionLayer. getDiskStores() -
Uses of HWDiskStore in oshi.hardware.platform.windows
Classes in oshi.hardware.platform.windows that implement HWDiskStore Modifier and Type Class Description classWindowsHWDiskStoreWindows hard disk implementation.Methods in oshi.hardware.platform.windows that return types with arguments of type HWDiskStore Modifier and Type Method Description static java.util.List<HWDiskStore>WindowsHWDiskStore. getDisks()Gets the disks on this machinejava.util.List<HWDiskStore>WindowsHardwareAbstractionLayer. getDiskStores()