Class BulkProcessor<TEntity>
java.lang.Object
de.bytefish.pgbulkinsert.bulkprocessor.BulkProcessor<TEntity>
- All Implemented Interfaces:
AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionBulkProcessor(IBulkWriteHandler<TEntity> handler, int bulkSize) BulkProcessor(IBulkWriteHandler<TEntity> handler, int bulkSize, Duration flushInterval) -
Method Summary
-
Constructor Details
-
BulkProcessor
-
BulkProcessor
-
-
Method Details
-
add
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-