backendConfig = stuff.convertValue(v.storeBackendConfig, cfgType);
}
StoreBackend backend = b.with(v.storeConfig)
.with(backendConfig)
.build();
StorableStore store = new StorableStoreImpl(v.storeConfig, backend, _timeMaster,
stuff.getFileManager());
return constructStores(stuff, v, store);
}