public class WaterMarkEvent<T> extends EventImpl<T>
Watermark event used for tracking progress of time when processing event based ts.
| Constructor and Description |
|---|
WaterMarkEvent(long ts) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isWatermark()
If this is a watermark event or not.
|
String |
toString() |
get, getTimestamppublic boolean isWatermark()
isWatermark in class EventImpl<T>Copyright © 2019 The Apache Software Foundation. All Rights Reserved.