Package com.io7m.waxmill.machines
Interface WXMCPUTopologyType.WXMPinCPUType
- All Superinterfaces:
java.lang.Comparable<WXMCPUTopologyType.WXMPinCPUType>
- All Known Implementing Classes:
WXMPinCPU
- Enclosing interface:
- WXMCPUTopologyType
@Immutable public static interface WXMCPUTopologyType.WXMPinCPUType extends java.lang.Comparable<WXMCPUTopologyType.WXMPinCPUType>
A description of a CPU pin. The given guest CPU is pinned to the given
host CPU.
-
Method Summary
Modifier and Type Method Description default intcompareTo(WXMCPUTopologyType.WXMPinCPUType other)intguestCPU()inthostCPU()
-
Method Details
-
hostCPU
int hostCPU()- Returns:
- The index of the host CPU
-
guestCPU
int guestCPU()- Returns:
- The index of the guest CPU
-
compareTo
- Specified by:
compareToin interfacejava.lang.Comparable<WXMCPUTopologyType.WXMPinCPUType>
-