Uses of Interface
oshi.hardware.HWDiskStore
Packages that use 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
Methods in oshi.hardware that return types with arguments of type HWDiskStoreModifier and TypeMethodDescriptionHardwareAbstractionLayer.getDiskStores()
Instantiates a list ofHWDiskStore
objects, representing physical hard disks or other similar storage devices. -
Uses of HWDiskStore in oshi.hardware.common
Classes in oshi.hardware.common that implement HWDiskStoreModifier and TypeClassDescriptionclass
Common methods for platform HWDiskStore classes -
Uses of HWDiskStore in oshi.hardware.platform.linux
Classes in oshi.hardware.platform.linux that implement HWDiskStoreMethods in oshi.hardware.platform.linux that return types with arguments of type HWDiskStoreModifier and TypeMethodDescriptionstatic List<HWDiskStore>
LinuxHWDiskStore.getDisks()
Gets the disks on this machineLinuxHardwareAbstractionLayer.getDiskStores()
-
Uses of HWDiskStore in oshi.hardware.platform.mac
Classes in oshi.hardware.platform.mac that implement HWDiskStoreMethods in oshi.hardware.platform.mac that return types with arguments of type HWDiskStoreModifier and TypeMethodDescriptionstatic List<HWDiskStore>
MacHWDiskStore.getDisks()
Gets the disks on this machineMacHardwareAbstractionLayer.getDiskStores()
-
Uses of HWDiskStore in oshi.hardware.platform.unix.aix
Classes in oshi.hardware.platform.unix.aix that implement HWDiskStoreMethods in oshi.hardware.platform.unix.aix that return types with arguments of type HWDiskStoreModifier 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
Classes in oshi.hardware.platform.unix.freebsd that implement HWDiskStoreModifier and TypeClassDescriptionfinal class
FreeBSD hard disk implementation.Methods in oshi.hardware.platform.unix.freebsd that return types with arguments of type HWDiskStoreModifier and TypeMethodDescriptionstatic List<HWDiskStore>
FreeBsdHWDiskStore.getDisks()
Gets the disks on this machineFreeBsdHardwareAbstractionLayer.getDiskStores()
-
Uses of HWDiskStore in oshi.hardware.platform.unix.openbsd
Classes in oshi.hardware.platform.unix.openbsd that implement HWDiskStoreModifier and TypeClassDescriptionfinal class
OpenBSD hard disk implementation.Methods in oshi.hardware.platform.unix.openbsd that return types with arguments of type HWDiskStoreModifier and TypeMethodDescriptionstatic List<HWDiskStore>
OpenBsdHWDiskStore.getDisks()
Gets the disks on this machine.OpenBsdHardwareAbstractionLayer.getDiskStores()
-
Uses of HWDiskStore in oshi.hardware.platform.unix.solaris
Classes in oshi.hardware.platform.unix.solaris that implement HWDiskStoreModifier and TypeClassDescriptionfinal class
Solaris hard disk implementation.Methods in oshi.hardware.platform.unix.solaris that return types with arguments of type HWDiskStoreModifier and TypeMethodDescriptionstatic List<HWDiskStore>
SolarisHWDiskStore.getDisks()
Gets the disks on this machineSolarisHardwareAbstractionLayer.getDiskStores()
-
Uses of HWDiskStore in oshi.hardware.platform.windows
Classes in oshi.hardware.platform.windows that implement HWDiskStoreModifier and TypeClassDescriptionfinal class
Windows hard disk implementation.Methods in oshi.hardware.platform.windows that return types with arguments of type HWDiskStoreModifier and TypeMethodDescriptionstatic List<HWDiskStore>
WindowsHWDiskStore.getDisks()
Gets the disks on this machineWindowsHardwareAbstractionLayer.getDiskStores()