@VisibleForTesting protected static class StatusWatermarkValve.InputChannelStatus extends Object
InputChannelStatus
keeps track of an input channel's last watermark, stream
status, and whether or not the channel's current watermark is aligned with the overall
watermark output from the valve.
There are 2 situations where a channel's watermark is not considered aligned:
限定符和类型 | 字段和说明 |
---|---|
protected boolean |
isWatermarkAligned |
protected StreamStatus |
streamStatus |
protected long |
watermark |
限定符 | 构造器和说明 |
---|---|
protected |
InputChannelStatus() |
protected long watermark
protected StreamStatus streamStatus
protected boolean isWatermarkAligned
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.