public class HostNumaNode extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
short[] |
cpuID |
long |
memoryRangeBegin |
long |
memoryRangeLength |
byte |
typeId |
dynamicProperty, dynamicType| Constructor and Description |
|---|
HostNumaNode() |
| Modifier and Type | Method and Description |
|---|---|
short[] |
getCpuID() |
long |
getMemoryRangeBegin() |
long |
getMemoryRangeLength() |
byte |
getTypeId() |
void |
setCpuID(short[] cpuID) |
void |
setMemoryRangeBegin(long memoryRangeBegin) |
void |
setMemoryRangeLength(long memoryRangeLength) |
void |
setTypeId(byte typeId) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic byte typeId
public short[] cpuID
public long memoryRangeBegin
public long memoryRangeLength
public byte getTypeId()
public short[] getCpuID()
public long getMemoryRangeBegin()
public long getMemoryRangeLength()
public void setTypeId(byte typeId)
public void setCpuID(short[] cpuID)
public void setMemoryRangeBegin(long memoryRangeBegin)
public void setMemoryRangeLength(long memoryRangeLength)
Copyright © 2011-2012. All Rights Reserved.