java.lang.Object
org.apache.beam.sdk.io.gcp.bigtable.changestreams.model.NewPartition
All Implemented Interfaces:
Serializable

@Internal public class NewPartition extends Object implements Serializable
Represent new partition as a result of splits and merges.

Parent partitions stop streaming and record their change stream continuation tokens. The tokens are collected to continue the stream from the new partition.

See Also: