public class PhysicalMemory extends Object
Constructor and Description |
---|
PhysicalMemory(String bankLabel,
long capacity,
long clockSpeed,
String manufacturer,
String memoryType) |
Modifier and Type | Method and Description |
---|---|
String |
getBankLabel()
The bank and/or slot label.
|
long |
getCapacity()
The capacity of memory bank in bytes.
|
long |
getClockSpeed()
The configured memory clock speed in hertz.
|
String |
getManufacturer()
The manufacturer of the physical memory.
|
String |
getMemoryType()
The type of physical memory
|
String |
toString() |
public String getBankLabel()
public long getCapacity()
public long getClockSpeed()
For DDR memory, this is the data transfer rate, which is a multiple of the actual bus clock speed.
public String getManufacturer()
public String getMemoryType()
Copyright © 2010–2020 oshi. All rights reserved.