public static class GlobalWatermarkHolder.SparkWatermarks
extends java.lang.Object
implements java.io.Serializable
GlobalWatermarkHolder.SparkWatermarks holds the watermarks and batch time relevant to a micro-batch input
 from a specific source.| Constructor and Description | 
|---|
| SparkWatermarks(Instant lowWatermark,
               Instant highWatermark,
               Instant synchronizedProcessingTime) | 
| Modifier and Type | Method and Description | 
|---|---|
| Instant | getHighWatermark() | 
| Instant | getLowWatermark() | 
| Instant | getSynchronizedProcessingTime() | 
| java.lang.String | toString() |