@PublicEvolving
public interface BoundedOneInput
NOTE: Classes should not implement both BoundedOneInput and BoundedMultiInput at the same time!
BoundedMultiInput| Modifier and Type | Method and Description |
|---|---|
void |
endInput()
It is notified that no more data will arrive from the input.
|
void endInput()
throws Exception
WARNING: It is not safe to use this method to commit any transactions or other side
effects! You can use this method to flush any buffered data that can later on be committed
e.g. in a CheckpointListener.notifyCheckpointComplete(long).
ExceptionCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.