Generated by
JDiff

Class org.apache.hadoop.yarn.server.webapp.dao.ContainerInfo

Added Methods
Map getAllocatedResources() Return a map of the allocated resources.
String getExposedPorts()  
String getNodeId()  
boolean hasCustomResources()  
 

Changed Methods
long getAllocatedMB() Change in return type from int to long.
 
long getAllocatedVCores() Change in return type from int to long.
 
 

Added Fields
Map allocatedResources  
String nodeId  
 

Changed Fields
long allocatedMB Change in type from int to long.
 
long allocatedVCores Change in type from int to long.