public abstract static class GroupIntoBatches.BatchingParams
extends java.lang.Object
implements java.io.Serializable
GroupIntoBatches and GroupIntoBatches.WithShardedKey.| Constructor and Description |
|---|
BatchingParams() |
| Modifier and Type | Method and Description |
|---|---|
static GroupIntoBatches.BatchingParams |
create(long batchSize,
Duration maxBufferingDuration) |
abstract long |
getBatchSize() |
abstract Duration |
getMaxBufferingDuration() |
public static GroupIntoBatches.BatchingParams create(long batchSize, Duration maxBufferingDuration)
public abstract long getBatchSize()
public abstract Duration getMaxBufferingDuration()