public void initializeInserter(File tempDir) { inserter = executor.getInFileInserter(tempDir, table); }
// ---- INSERT ---- public <T> KeyInsertBatcher<T> getKeyInsertBatcher(KeyInsertBatcher.KeyProcessor<T> processor) { return executor.getKeyInsertBatcher(table, processor); }