public static class GlobalWatermarkHolder.SparkWatermarks extends Object implements Serializable
GlobalWatermarkHolder.SparkWatermarks holds the watermarks and batch time
relevant to a micro-batch input from a specific source.| Constructor and Description |
|---|
SparkWatermarks(org.joda.time.Instant lowWatermark,
org.joda.time.Instant highWatermark,
org.joda.time.Instant synchronizedProcessingTime) |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.Instant |
getHighWatermark() |
org.joda.time.Instant |
getLowWatermark() |
org.joda.time.Instant |
getSynchronizedProcessingTime() |
String |
toString() |
public SparkWatermarks(org.joda.time.Instant lowWatermark,
org.joda.time.Instant highWatermark,
org.joda.time.Instant synchronizedProcessingTime)
Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.