backendConfig = _serviceStuff.convertValue(sconfig.storeBackendConfig, cfgType);
}
b = b.with(sconfig.storeConfig)
.with(backendConfig);
StoreBackend backend = b.build();
StorableStore store = new StorableStoreImpl(sconfig.storeConfig, backend, _timeMaster,
_serviceStuff.getFileManager(),
constructThrottler(), constructWriteMutex());
NodeStateStore<IpAndPort, ActiveNodeState> nodeStates = constructNodeStateStore(b);
return constructStores(store, nodeStates);
}