there is a class named "HDFSBlockDistribution",  use a tree map "hostAndWeight" 
to store data
private Map<String, HostAndWeight> hostAndWeight

I think we can use
private Map<String, Long> hostAndWeight
to store data


thanks

Reply via email to