java.lang.Object
org.apache.beam.sdk.transforms.DoFn<byte[],PartitionMetadata>
org.apache.beam.sdk.io.gcp.spanner.changestreams.dofn.InitializeDoFn
All Implemented Interfaces:
Serializable, HasDisplayData

public class InitializeDoFn extends DoFn<byte[],PartitionMetadata> implements Serializable
A DoFn responsible for initializing the change stream Connector. It handles the creation of the partition metadata table and the insertion of a fake partition (see InitialPartition.PARTITION_TOKEN), which will be used to dispatch the change streams query.
See Also: