Interface LowWatermarkProvider

All Known Implementing Classes:
LowWatermarkHolder

public interface LowWatermarkProvider
The LowWatermarkProvider interface should be implemented by class that calculates low watermark
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.cloud.Timestamp
    Returns a watermark, may block a thread
  • Method Details

    • getLowWatermark

      com.google.cloud.Timestamp getLowWatermark() throws InterruptedException
      Returns a watermark, may block a thread
      Returns:
      Timestamp low watermark
      Throws:
      InterruptedException - if any thread has interrupted the current thread.