public abstract class BatchProvider<K,V> extends java.lang.Object implements TablePart, java.io.Serializable
| Constructor and Description | 
|---|
| BatchProvider() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract Batch<K,V> | getBatch() | 
| java.time.Duration | getMaxBatchDelay() | 
| int | getMaxBatchSize() | 
| BatchProvider<K,V> | withMaxBatchDelay(java.time.Duration maxBatchDelay) | 
| BatchProvider<K,V> | withMaxBatchSize(int maxBatchSize) | 
public BatchProvider<K,V> withMaxBatchSize(int maxBatchSize)
public BatchProvider<K,V> withMaxBatchDelay(java.time.Duration maxBatchDelay)
public int getMaxBatchSize()
public java.time.Duration getMaxBatchDelay()