Uses of Interface
de.bytefish.pgbulkinsert.bulkprocessor.handler.IBulkWriteHandler
-
Packages that use IBulkWriteHandler Package Description de.bytefish.pgbulkinsert.bulkprocessor de.bytefish.pgbulkinsert.bulkprocessor.handler -
-
Uses of IBulkWriteHandler in de.bytefish.pgbulkinsert.bulkprocessor
Constructors in de.bytefish.pgbulkinsert.bulkprocessor with parameters of type IBulkWriteHandler Constructor Description BulkProcessor(IBulkWriteHandler<TEntity> handler, int bulkSize)BulkProcessor(IBulkWriteHandler<TEntity> handler, int bulkSize, @Nullable Duration flushInterval) -
Uses of IBulkWriteHandler in de.bytefish.pgbulkinsert.bulkprocessor.handler
Classes in de.bytefish.pgbulkinsert.bulkprocessor.handler that implement IBulkWriteHandler Modifier and Type Class Description classBulkWriteHandler<TEntity>
-