Modifier and Type | Method and Description |
---|---|
static IndexedCombinedWatermarkStatus |
forInputsCount(int inputsCount) |
long |
getCombinedWatermark() |
boolean |
isIdle() |
boolean |
updateStatus(int index,
boolean idle)
Updates the idleness for the given partial watermark.
|
boolean |
updateWatermark(int index,
long timestamp)
Updates the value for the given partial watermark.
|
public static IndexedCombinedWatermarkStatus forInputsCount(int inputsCount)
public boolean updateWatermark(int index, long timestamp)
isIdle()
public long getCombinedWatermark()
public boolean updateStatus(int index, boolean idle)
isIdle()
public boolean isIdle()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.