org.springframework.yarn.am.allocate
Class DefaultAllocateCountTracker.AllocateCountInfo

java.lang.Object
  extended by org.springframework.yarn.am.allocate.DefaultAllocateCountTracker.AllocateCountInfo
Enclosing class:
DefaultAllocateCountTracker

public static class DefaultAllocateCountTracker.AllocateCountInfo
extends Object


Field Summary
 Map<String,Integer> anysInfo
           
 Map<String,Integer> hostsInfo
           
 Map<String,Integer> racksInfo
           
 
Constructor Summary
DefaultAllocateCountTracker.AllocateCountInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

racksInfo

public Map<String,Integer> racksInfo

hostsInfo

public Map<String,Integer> hostsInfo

anysInfo

public Map<String,Integer> anysInfo
Constructor Detail

DefaultAllocateCountTracker.AllocateCountInfo

public DefaultAllocateCountTracker.AllocateCountInfo()