HWDiskStoreImpl
Implementation of the HWDiskStore
interface. This class provides details about a disk or storage device in the system, including the disk's model, serial number, size, read/write statistics, partitions, and other attributes.
Author
N7ghtm4r3
Parameters
The name or identifier of the disk (e.g., "sda", "disk0")
The model name of the disk (e.g., "Samsung SSD 860")
The serial number of the disk
The total size of the disk (in bytes)
The number of read operations performed on the disk
The number of bytes read from the disk
The number of write operations performed on the disk
The number of bytes written to the disk
The current length of the disk's I/O request queue
The time (in milliseconds) spent transferring data for I/O operations
A list of partitions on the disk
The timestamp when the disk information was last updated
A flag indicating whether the disk's attributes should be updated