Class PartitionEndRecordAction

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

public class PartitionEndRecordAction extends Object
This class is part of the process for ReadChangeStreamPartitionDoFn SDF. It is responsible for processing PartitionEndRecords. The records will be used to progress the watermark for the current element (partition). Note that once after this record, the partition will not generate any incomming change records. As the result, the QueryChangeStreamAction will mark the partition reading as finished by itself.