I - the input typepublic abstract class AbstractWriteOperator<I> extends org.apache.flink.streaming.api.operators.ProcessOperator<I,Object> implements org.apache.flink.runtime.operators.coordination.OperatorEventHandler, org.apache.flink.streaming.api.operators.BoundedOneInput
| Constructor and Description |
|---|
AbstractWriteOperator(AbstractWriteFunction<I> function) |
| Modifier and Type | Method and Description |
|---|---|
void |
endInput() |
void |
handleOperatorEvent(org.apache.flink.runtime.operators.coordination.OperatorEvent evt) |
void |
setOperatorEventGateway(org.apache.flink.runtime.operators.coordination.OperatorEventGateway operatorEventGateway) |
open, processElement, processWatermarkclose, finish, getUserFunction, getUserFunctionParameters, initializeState, notifyCheckpointAborted, notifyCheckpointComplete, setOutputType, setup, snapshotStategetChainingStrategy, getContainingTask, getCurrentKey, getExecutionConfig, getInternalTimerService, getKeyedStateBackend, getKeyedStateStore, getMetricGroup, getOperatorConfig, getOperatorID, getOperatorName, getOperatorStateBackend, getOrCreateKeyedState, getPartitionedState, getPartitionedState, getProcessingTimeService, getRuntimeContext, getTimeServiceManager, getUserCodeClassloader, initializeState, isUsingCustomRawKeyedState, prepareSnapshotPreBarrier, processLatencyMarker, processLatencyMarker1, processLatencyMarker2, processWatermark1, processWatermark2, processWatermarkStatus, processWatermarkStatus1, processWatermarkStatus2, reportOrForwardLatencyMarker, setChainingStrategy, setCurrentKey, setKeyContextElement1, setKeyContextElement2, setProcessingTimeService, snapshotStateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetKeyContextElementclose, finish, getMetricGroup, getOperatorID, initializeState, prepareSnapshotPreBarrier, setKeyContextElement1, setKeyContextElement2, snapshotStatenotifyCheckpointAborted, notifyCheckpointCompletepublic AbstractWriteOperator(AbstractWriteFunction<I> function)
public void setOperatorEventGateway(org.apache.flink.runtime.operators.coordination.OperatorEventGateway operatorEventGateway)
public void endInput()
endInput in interface org.apache.flink.streaming.api.operators.BoundedOneInputpublic void handleOperatorEvent(org.apache.flink.runtime.operators.coordination.OperatorEvent evt)
handleOperatorEvent in interface org.apache.flink.runtime.operators.coordination.OperatorEventHandlerCopyright © 2022 The Apache Software Foundation. All rights reserved.