// read the stats
PersistentStats stats = _accessor.getProperty(_keyBuilder.persistantStat());
// read the alerts
Alerts alerts = _accessor.getProperty(_keyBuilder.alerts());
// create the cluster snapshot object
return new Cluster(_clusterId, resourceMap, participantMap, controllerMap, leaderId,
clusterConstraintMap, stateModelMap, stats, alerts, userConfig, isPaused, autoJoinAllowed);
}