OUT - The output type of the operator.public abstract class AbstractProcessStreamOperator<OUT> extends TableStreamOperator<OUT>
| 限定符和类型 | 类和说明 |
|---|---|
protected class |
AbstractProcessStreamOperator.ContextImpl
Information available in an invocation of processElement.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected AbstractProcessStreamOperator.ContextImpl |
ctx |
protected long |
currentWatermark
We listen to this ourselves because we don't have an
InternalTimerService. |
| 构造器和说明 |
|---|
AbstractProcessStreamOperator() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
open() |
void |
processWatermark(org.apache.flink.streaming.api.watermark.Watermark mark) |
close, computeMemorySize, disposegetChainingStrategy, getContainingTask, getCurrentKey, getExecutionConfig, getInternalTimerService, getKeyedStateBackend, getKeyedStateStore, getMetricGroup, getOperatorConfig, getOperatorID, getOperatorName, getOperatorStateBackend, getOrCreateKeyedState, getPartitionedState, getPartitionedState, getProcessingTimeService, getRuntimeContext, getTimeServiceManager, getUserCodeClassloader, initializeState, initializeState, notifyCheckpointAborted, notifyCheckpointComplete, numEventTimeTimers, numProcessingTimeTimers, prepareSnapshotPreBarrier, processLatencyMarker, processLatencyMarker1, processLatencyMarker2, processWatermark1, processWatermark2, reportOrForwardLatencyMarker, setChainingStrategy, setCurrentKey, setKeyContextElement1, setKeyContextElement2, setProcessingTimeService, setup, snapshotState, snapshotStateprotected long currentWatermark
InternalTimerService.protected transient AbstractProcessStreamOperator.ContextImpl ctx
public void open()
throws Exception
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.