Uses of Interface
oshi.hardware.HWDiskStore
-
Packages that use 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 Devicesoshi.hardware.common Provides abstract classes for common codeoshi.hardware.platform.linux Provides information about hardware such as Memory, Power Sources, and Processor on Linux systemsoshi.hardware.platform.mac Provides information about hardware such as Memory, Power Sources, and Processor on Mac systemsoshi.hardware.platform.unix.aix Provides information about hardware such as Memory, Power Sources, and Processor on AIX systemsoshi.hardware.platform.unix.freebsd Provides information about hardware such as Memory, Power Sources, and Processor on FreeBSD systemsoshi.hardware.platform.unix.openbsd Provides information about hardware such as Memory, Power Sources, and Processor on OpenBSD systemsoshi.hardware.platform.unix.solaris Provides information about hardware such as Memory, Power Sources, and Processor on Solaris systemsoshi.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 a list ofHWDiskStoreobjects, 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 classAbstractHWDiskStoreCommon methods for platform HWDiskStore classes -
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 machineprivate static java.util.List<HWDiskStore>LinuxHWDiskStore. getDisks(LinuxHWDiskStore storeToUpdate)java.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<com.sun.jna.platform.unix.aix.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.openbsd
Classes in oshi.hardware.platform.unix.openbsd that implement HWDiskStore Modifier and Type Class Description classOpenBsdHWDiskStoreOpenBSD hard disk implementation.Methods in oshi.hardware.platform.unix.openbsd that return types with arguments of type HWDiskStore Modifier and Type Method Description static java.util.List<HWDiskStore>OpenBsdHWDiskStore. getDisks()Gets the disks on this machine.java.util.List<HWDiskStore>OpenBsdHardwareAbstractionLayer. 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()
-