Class PartitionEventRecordAction

java.lang.Object
org.apache.beam.sdk.io.gcp.spanner.changestreams.action.PartitionEventRecordAction

public class PartitionEventRecordAction extends Object
This class is part of the process for ReadChangeStreamPartitionDoFn SDF. It is responsible for processing PartitionEventRecords. The records will be used to progress the watermark for the current element (partition). Note that because of the returned list of data change record by the connector is not ordered, so the MoveInEvent, MoveOutEvent are not processed by the connector.