private OSMBatchWriter( BatchInserter batchGraphDb,
StatsManager statsManager, OSMImporter osmImporter )
{
super( statsManager, osmImporter );
this.batchInserter = batchGraphDb;
this.batchIndexService = new LuceneBatchInserterIndexProvider(
batchGraphDb );
}