final Address target = entry.getKey();
Map<Object, InternalCacheValue> state = entry.getValue();
log.debugf("%s pushing to %s %d keys", self, target, state.size());
if (trace) log.tracef("Pushed keys %s", self, target, state.keySet());
final RehashControlCommand cmd = cf.buildRehashControlCommand(RehashControlCommand.Type.APPLY_STATE, self,
newViewId, state, chOld, chNew);
rpcManager.invokeRemotelyInFuture(Collections.singleton(target), cmd,
false, stateTransferFuture, configuration.getRehashRpcTimeout());
}