public class NumaNodeContainer extends IdentifiedContainer implements NumaNode
Constructor and Description |
---|
NumaNodeContainer() |
Modifier and Type | Method and Description |
---|---|
Cpu |
cpu() |
void |
cpu(Cpu newCpu) |
boolean |
cpuPresent() |
Host |
host() |
void |
host(Host newHost) |
boolean |
hostPresent() |
BigInteger |
index() |
void |
index(BigInteger newIndex) |
boolean |
indexPresent() |
BigInteger |
memory() |
void |
memory(BigInteger newMemory) |
boolean |
memoryPresent() |
String |
nodeDistance() |
void |
nodeDistance(String newNodeDistance) |
boolean |
nodeDistancePresent() |
List<Statistic> |
statistics() |
void |
statistics(List<Statistic> newStatistics) |
boolean |
statisticsPresent() |
comment, comment, commentPresent, description, description, descriptionPresent, href, href, hrefPresent, id, id, idPresent, name, name, namePresent
makeArrayList, makeUnmodifiableList
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comment, commentPresent, description, descriptionPresent, href, hrefPresent, id, idPresent, name, namePresent
public void cpu(Cpu newCpu)
public boolean cpuPresent()
cpuPresent
in interface NumaNode
public BigInteger index()
public void index(BigInteger newIndex)
public boolean indexPresent()
indexPresent
in interface NumaNode
public BigInteger memory()
public void memory(BigInteger newMemory)
public boolean memoryPresent()
memoryPresent
in interface NumaNode
public String nodeDistance()
nodeDistance
in interface NumaNode
public void nodeDistance(String newNodeDistance)
public boolean nodeDistancePresent()
nodeDistancePresent
in interface NumaNode
public void host(Host newHost)
public boolean hostPresent()
hostPresent
in interface NumaNode
public List<Statistic> statistics()
statistics
in interface NumaNode
public boolean statisticsPresent()
statisticsPresent
in interface NumaNode
Copyright © 2016. All rights reserved.