* @throws IOException
* If unable to create store or name null
*/
public static void createStore( String fileName, Map<?, ?> config )
{
IdGeneratorFactory idGeneratorFactory = (IdGeneratorFactory) config.get(
IdGeneratorFactory.class );
createEmptyStore( fileName, VERSION, idGeneratorFactory );
DynamicStringStore.createStore( fileName + ".names",
TYPE_STORE_BLOCK_SIZE, idGeneratorFactory, IdType.RELATIONSHIP_TYPE_BLOCK );
RelationshipTypeStore store = new RelationshipTypeStore(