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 TypeMethodDescriptioncom.google.cloud.TimestampReturns a watermark, may block a thread
-
Method Details
-
getLowWatermark
Returns a watermark, may block a thread- Returns:
- Timestamp low watermark
- Throws:
InterruptedException- if any thread has interrupted the current thread.
-