}
public static synchronized MetricsMasterSource create(
MetricsMasterWrapper masterWrapper) {
if (FactoryStorage.INSTANCE.masterSource == null) {
FactoryStorage.INSTANCE.masterSource = new MetricsMasterSourceImpl(
masterWrapper);
}
return FactoryStorage.INSTANCE.masterSource;
}