Class DetectNewPartitionsState

java.lang.Object
org.apache.beam.sdk.io.gcp.bigtable.changestreams.model.DetectNewPartitionsState
All Implemented Interfaces:
Serializable

@Internal public class DetectNewPartitionsState extends Object implements Serializable
Metadata of the progress of DetectNewPartitionsDoFn from the metadata table.
See Also:
  • Constructor Details

    • DetectNewPartitionsState

      public DetectNewPartitionsState(Instant watermark, Instant watermarkLastUpdated)
  • Method Details