rebalancingMap.put(StatusType.remove, null);
rebalancingMap
.put(StatusType.rebalance, new RebalanceTransitionCallback(
data, topologyid, currentStatus));
rebalancingMap.put(StatusType.do_rebalance,
new DoRebalanceTransitionCallback(data, topologyid,
new StormStatus(rebalanceOldStatus)));
rtn.put(StatusType.rebalancing, rebalancingMap);
/**
* @@@ just handling 4 kind of status, maybe add later