Class Heartbeat

java.lang.Object
com.google.cloud.bigtable.data.v2.models.Heartbeat
All Implemented Interfaces:
ChangeStreamRecord, Serializable

@InternalApi("Intended for use by the BigtableIO in apache/beam only.") public abstract class Heartbeat extends Object implements ChangeStreamRecord, Serializable
See Also:
  • Constructor Details

    • Heartbeat

      public Heartbeat()
  • Method Details

    • getChangeStreamContinuationToken

      @InternalApi("Intended for use by the BigtableIO in apache/beam only.") public abstract ChangeStreamContinuationToken getChangeStreamContinuationToken()
    • getEstimatedLowWatermark

      @ObsoleteApi("Use getEstimatedLowWatermarkTime() instead") public org.threeten.bp.Instant getEstimatedLowWatermark()
      This method is obsolete. Use getEstimatedLowWatermarkTime() instead.
    • getEstimatedLowWatermarkTime

      @InternalApi("Intended for use by the BigtableIO in apache/beam only.") public abstract Instant getEstimatedLowWatermarkTime()