Class GroupIntoBatches.BatchingParams<InputT>

java.lang.Object
org.apache.beam.sdk.transforms.GroupIntoBatches.BatchingParams<InputT>
All Implemented Interfaces:
Serializable
Enclosing class:
GroupIntoBatches<K,InputT>

public abstract static class GroupIntoBatches.BatchingParams<InputT> extends Object implements Serializable
Wrapper class for batching parameters supplied by users. Shared by both GroupIntoBatches and GroupIntoBatches.WithShardedKey.
See Also: