public class CpuTopologyContainer extends Container implements CpuTopology
Constructor and Description |
---|
CpuTopologyContainer() |
Modifier and Type | Method and Description |
---|---|
BigInteger |
cores() |
void |
cores(BigInteger newCores) |
boolean |
coresPresent() |
BigInteger |
sockets() |
void |
sockets(BigInteger newSockets) |
boolean |
socketsPresent() |
BigInteger |
threads() |
void |
threads(BigInteger newThreads) |
boolean |
threadsPresent() |
makeArrayList, makeUnmodifiableList
public BigInteger cores()
cores
in interface CpuTopology
public void cores(BigInteger newCores)
public boolean coresPresent()
coresPresent
in interface CpuTopology
public BigInteger sockets()
sockets
in interface CpuTopology
public void sockets(BigInteger newSockets)
public boolean socketsPresent()
socketsPresent
in interface CpuTopology
public BigInteger threads()
threads
in interface CpuTopology
public void threads(BigInteger newThreads)
public boolean threadsPresent()
threadsPresent
in interface CpuTopology
Copyright © 2016. All rights reserved.