public class BulkProcessor<TEntity> extends Object implements AutoCloseable
| Constructor and Description |
|---|
BulkProcessor(IBulkWriteHandler<TEntity> handler,
int bulkSize) |
BulkProcessor(IBulkWriteHandler<TEntity> handler,
int bulkSize,
@Nullable Duration flushInterval) |
public BulkProcessor(IBulkWriteHandler<TEntity> handler, int bulkSize)
public BulkProcessor(IBulkWriteHandler<TEntity> handler, int bulkSize, @Nullable Duration flushInterval)
public BulkProcessor<TEntity> add(TEntity entity)
public void close()
throws Exception
close in interface AutoCloseableExceptionCopyright © 2020. All rights reserved.