_removedConstraints = Maps.newHashMap();
for (ConstraintType type : ConstraintType.values()) {
Set<ConstraintId> constraints = Sets.newHashSet();
_removedConstraints.put(type, constraints);
}
_removedStats = new PersistentStats(PersistentStats.nodeName);
_removedAlerts = new Alerts(Alerts.nodeName);
_builder = new Builder(clusterId);
}