| Modifier and Type | Method and Description |
|---|---|
HWDiskStore[] |
Disks.getDisks()
Get hard drives on this machine
|
HWDiskStore[] |
HardwareLayer.getDiskStores()
Instantiates an array of
HWDiskStore objects,
representing a physical hard disk or other similar storage device |
| Modifier and Type | Method and Description |
|---|---|
int |
HWDiskStore.compareTo(HWDiskStore store) |
| Constructor and Description |
|---|
HWDiskStore(HWDiskStore diskStore)
Copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
HWDiskStore[] |
LinuxDisks.getDisks() |
HWDiskStore[] |
LinuxHardwareLayer.getDiskStores() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LinuxDisks.updateDiskStats(HWDiskStore diskStore) |
| Modifier and Type | Method and Description |
|---|---|
HWDiskStore[] |
MacDisks.getDisks() |
HWDiskStore[] |
MacHardwareLayer.getDiskStores() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
MacDisks.updateDiskStats(HWDiskStore diskStore)
updateDiskStats.
|
| Modifier and Type | Method and Description |
|---|---|
HWDiskStore[] |
FreeBsdDisks.getDisks() |
HWDiskStore[] |
FreeBsdHardwareLayer.getDiskStores() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
FreeBsdDisks.updateDiskStats(HWDiskStore diskStore)
updateDiskStats.
|
| Modifier and Type | Method and Description |
|---|---|
HWDiskStore[] |
SolarisDisks.getDisks() |
HWDiskStore[] |
SolarisHardwareLayer.getDiskStores() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
SolarisDisks.updateDiskStats(HWDiskStore diskStore)
updateDiskStats.
|
| Modifier and Type | Method and Description |
|---|---|
HWDiskStore[] |
WindowsDisks.getDisks() |
HWDiskStore[] |
WindowsHardwareLayer.getDiskStores() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
WindowsDisks.updateDiskStats(HWDiskStore diskStore)
updateDiskStats.
|
Copyright © 2019. All rights reserved.