Package org.apache.beam.sdk.io.gcp.spanner.changestreams.action
Action processors for each of the types of Change Stream records received.
-
Class Summary Class Description ActionFactory Factory class for creating instances that will handle each type of record within a change stream query.ChildPartitionsRecordAction This class is part of the process forReadChangeStreamPartitionDoFnSDF.DataChangeRecordAction This class is part of the process forReadChangeStreamPartitionDoFnSDF.DetectNewPartitionsAction This class is responsible for scheduling partitions.HeartbeatRecordAction This class is part of the process forReadChangeStreamPartitionDoFnSDF.PartitionEndRecordAction This class is part of the process forReadChangeStreamPartitionDoFnSDF.PartitionEventRecordAction This class is part of the process forReadChangeStreamPartitionDoFnSDF.PartitionStartRecordAction This class is part of the process for {@link org.apache.beam.sdk.io.gcp.spanner.changestreams.dofn..ReadChangeStreamPartitionDoFn} SDF.QueryChangeStreamAction Main action class for querying a partition change stream.