public static class HDFSBlocksDistribution.HostAndWeight
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HDFSBlocksDistribution.HostAndWeight.WeightComparator
comparator used to sort hosts based on weight
|
| Constructor and Description |
|---|
HostAndWeight(java.lang.String host,
long weight)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addWeight(long weight)
add weight
|
java.lang.String |
getHost() |
long |
getWeight() |