Uses of Interface
oshi.hardware.HWDiskStore
Package
Description
[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
Provides abstract classes for common code
Provides information about hardware such as Memory, Power Sources, and Processor on Linux systems
Provides information about hardware such as Memory, Power Sources, and Processor on Mac systems
Provides information about hardware such as Memory, Power Sources, and Processor on AIX systems
Provides information about hardware such as Memory, Power Sources, and Processor on FreeBSD systems
Provides information about hardware such as Memory, Power Sources, and Processor on OpenBSD systems
Provides information about hardware such as Memory, Power Sources, and Processor on Solaris systems
Provides information about hardware such as Memory, Power Sources, and Processor on Windows systems
-
Uses of HWDiskStore in oshi.hardware
Modifier and TypeMethodDescriptionHardwareAbstractionLayer.getDiskStores()
Instantiates a list ofHWDiskStore
objects, representing physical hard disks or other similar storage devices. -
Uses of HWDiskStore in oshi.hardware.common
Modifier and TypeClassDescriptionclass
Common methods for platform HWDiskStore classes -
Uses of HWDiskStore in oshi.hardware.platform.linux
Modifier and TypeMethodDescriptionstatic List<HWDiskStore>
LinuxHWDiskStore.getDisks()
Gets the disks on this machineLinuxHardwareAbstractionLayer.getDiskStores()
-
Uses of HWDiskStore in oshi.hardware.platform.mac
Modifier and TypeMethodDescriptionstatic List<HWDiskStore>
MacHWDiskStore.getDisks()
Gets the disks on this machineMacHardwareAbstractionLayer.getDiskStores()
-
Uses of HWDiskStore in oshi.hardware.platform.unix.aix
Modifier and TypeMethodDescriptionstatic List<HWDiskStore>
AixHWDiskStore.getDisks
(Supplier<com.sun.jna.platform.unix.aix.Perfstat.perfstat_disk_t[]> diskStats) Gets the disks on this machineAixHardwareAbstractionLayer.getDiskStores()
-
Uses of HWDiskStore in oshi.hardware.platform.unix.freebsd
Modifier and TypeClassDescriptionfinal class
FreeBSD hard disk implementation.Modifier and TypeMethodDescriptionstatic List<HWDiskStore>
FreeBsdHWDiskStore.getDisks()
Gets the disks on this machineFreeBsdHardwareAbstractionLayer.getDiskStores()
-
Uses of HWDiskStore in oshi.hardware.platform.unix.openbsd
Modifier and TypeClassDescriptionfinal class
OpenBSD hard disk implementation.Modifier and TypeMethodDescriptionstatic List<HWDiskStore>
OpenBsdHWDiskStore.getDisks()
Gets the disks on this machine.OpenBsdHardwareAbstractionLayer.getDiskStores()
-
Uses of HWDiskStore in oshi.hardware.platform.unix.solaris
Modifier and TypeClassDescriptionfinal class
Solaris hard disk implementation.Modifier and TypeMethodDescriptionstatic List<HWDiskStore>
SolarisHWDiskStore.getDisks()
Gets the disks on this machineSolarisHardwareAbstractionLayer.getDiskStores()
-
Uses of HWDiskStore in oshi.hardware.platform.windows
Modifier and TypeClassDescriptionfinal class
Windows hard disk implementation.Modifier and TypeMethodDescriptionstatic List<HWDiskStore>
WindowsHWDiskStore.getDisks()
Gets the disks on this machineWindowsHardwareAbstractionLayer.getDiskStores()