public class WatermarkAlignmentEvent extends Object implements OperatorEvent
| Constructor and Description |
|---|
WatermarkAlignmentEvent(long maxWatermark) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getMaxWatermark() |
int |
hashCode() |
boolean |
isLossTolerant() |
String |
toString() |
public long getMaxWatermark()
public boolean isLossTolerant()
isLossTolerant in interface OperatorEventWatermarkAlignmentEvent will re-send again, and
it doesn't hold any critical information that could lead to a data loss.Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.