public class NotProgressingWatermarkIdlePolicy extends java.lang.Object implements WatermarkIdlePolicy
| Modifier and Type | Class and Description |
|---|---|
static class |
NotProgressingWatermarkIdlePolicy.Factory |
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
private long |
watermark |
| Constructor and Description |
|---|
NotProgressingWatermarkIdlePolicy() |
| Modifier and Type | Method and Description |
|---|---|
long |
getIdleWatermark() |
void |
idle(long currentWatermark) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitupdateprivate static final long serialVersionUID
private long watermark
public void idle(long currentWatermark)
idle in interface WatermarkIdlePolicypublic long getIdleWatermark()
getIdleWatermark in interface WatermarkIdlePolicyCopyright © 2017–2021. All rights reserved.