public class NumaNodeStat extends Object implements Pojo
nodeId
is an integer that identifies a node. The other properties
correspond to properties of the same name from
/sys/devices/system/node/node${nodeId}/numastat
or man 8 numastat
.Constructor and Description |
---|
NumaNodeStat() |
Modifier and Type | Method and Description |
---|---|
long |
getInterleaveHit() |
long |
getLocalNode() |
int |
getNodeId() |
long |
getNumaForeign() |
long |
getNumaHit() |
long |
getNumaMiss() |
long |
getOtherNode() |
void |
setInterleaveHit(long interleaveHit) |
void |
setLocalNode(long localNode) |
void |
setNodeId(int nodeId) |
void |
setNumaForeign(long numaForeign) |
void |
setNumaHit(long numaHit) |
void |
setNumaMiss(long numaMiss) |
void |
setOtherNode(long otherNode) |
String |
toString() |
public long getNumaHit()
public void setNumaHit(long numaHit)
public long getNumaMiss()
public void setNumaMiss(long numaMiss)
public long getNumaForeign()
public void setNumaForeign(long numaForeign)
public long getInterleaveHit()
public void setInterleaveHit(long interleaveHit)
public long getLocalNode()
public void setLocalNode(long localNode)
public long getOtherNode()
public void setOtherNode(long otherNode)
public int getNodeId()
public void setNodeId(int nodeId)
Copyright © 2013. All Rights Reserved.