.setStoreVerifier(new ServerStoreVerifier(storeFactory,
metadata,
config));
this.failureDetector = create(failureDetectorConfig, config.isJmxEnabled());
this.storeStats = new StoreStats("aggregate.storage-service");
this.routedStoreFactory = new RoutedStoreFactory();
this.routedStoreFactory.setThreadPool(this.clientThreadPool);
this.routedStoreConfig = new RoutedStoreConfig(this.voldemortConfig,
this.metadata.getCluster());
/*