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