public class NumaResourceAllocation extends Object implements Serializable
| Constructor and Description | 
|---|
| NumaResourceAllocation(Map<String,Long> memoryAllocations,
                      Map<String,Integer> cpuAllocations) | 
| NumaResourceAllocation(String memNodeId,
                      long memory,
                      String cpuNodeId,
                      int cpus) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| Set<String> | getCpuNodes() | 
| Set<String> | getMemNodes() | 
| org.apache.hadoop.thirdparty.com.google.common.collect.ImmutableMap<String,Integer> | getNodeVsCpus() | 
| org.apache.hadoop.thirdparty.com.google.common.collect.ImmutableMap<String,Long> | getNodeVsMemory() | 
| int | hashCode() | 
| String | toString() | 
public NumaResourceAllocation(Map<String,Long> memoryAllocations, Map<String,Integer> cpuAllocations)
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.