I - the input typepublic abstract class AbstractWriteFunction<I> extends org.apache.flink.streaming.api.functions.ProcessFunction<I,Object> implements org.apache.flink.streaming.api.operators.BoundedOneInput
| Constructor and Description |
|---|
AbstractWriteFunction() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
endInput()
Invoked when bounded source ends up.
|
abstract void |
handleOperatorEvent(org.apache.flink.runtime.operators.coordination.OperatorEvent event)
Handles the operator event sent by the coordinator.
|
abstract void |
setOperatorEventGateway(org.apache.flink.runtime.operators.coordination.OperatorEventGateway operatorEventGateway)
Sets up the event gateway.
|
onTimer, processElementpublic abstract void setOperatorEventGateway(org.apache.flink.runtime.operators.coordination.OperatorEventGateway operatorEventGateway)
public abstract void endInput()
endInput in interface org.apache.flink.streaming.api.operators.BoundedOneInputpublic abstract void handleOperatorEvent(org.apache.flink.runtime.operators.coordination.OperatorEvent event)
event - The eventCopyright © 2023 The Apache Software Foundation. All rights reserved.