public class NumaResourceAllocation extends Object implements Serializable
Constructor and Description |
---|
NumaResourceAllocation() |
NumaResourceAllocation(String memNodeId,
long memory,
String cpuNodeId,
int cpus) |
Modifier and Type | Method and Description |
---|---|
void |
addCpuNode(String cpuNodeId,
int cpus) |
void |
addMemoryNode(String memNodeId,
long memory) |
Set<String> |
getCpuNodes() |
Set<String> |
getMemNodes() |
Map<String,Integer> |
getNodeVsCpus() |
Map<String,Long> |
getNodeVsMemory() |
Copyright © 2008–2019 Apache Software Foundation. All rights reserved.