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

@Internal public class InitializeDoFn extends DoFn<byte[],InitialPipelineState> implements Serializable
A DoFn responsible to initialize the metadata table and prepare it for managing the state of the pipeline.
See Also: