public abstract class TableStreamOperator<OUT>
extends org.apache.flink.streaming.api.operators.AbstractStreamOperator<OUT>
| Modifier and Type | Class and Description |
|---|---|
protected class |
TableStreamOperator.ContextImpl
Information available in an invocation of processElement.
|
| Modifier and Type | Field and Description |
|---|---|
protected TableStreamOperator.ContextImpl |
ctx |
protected long |
currentWatermark
We listen to this ourselves because we don't have an
InternalTimerService. |
| Constructor and Description |
|---|
TableStreamOperator() |
| Modifier and Type | Method and Description |
|---|---|
long |
computeMemorySize()
Compute memory size from memory faction.
|
void |
open() |
void |
processWatermark(org.apache.flink.streaming.api.watermark.Watermark mark) |
close, finish, getChainingStrategy, getContainingTask, getCurrentKey, getExecutionConfig, getInternalTimerService, getKeyedStateBackend, getKeyedStateStore, getMetricGroup, getOperatorConfig, getOperatorID, getOperatorName, getOperatorStateBackend, getOrCreateKeyedState, getPartitionedState, getPartitionedState, getProcessingTimeService, getRuntimeContext, getTimeServiceManager, getUserCodeClassloader, hasKeyContext1, hasKeyContext2, initializeState, initializeState, isUsingCustomRawKeyedState, notifyCheckpointAborted, notifyCheckpointComplete, prepareSnapshotPreBarrier, processLatencyMarker, processLatencyMarker1, processLatencyMarker2, processRecordAttributes, processRecordAttributes1, processRecordAttributes2, processWatermark1, processWatermark2, processWatermarkStatus, processWatermarkStatus1, processWatermarkStatus2, reportOrForwardLatencyMarker, setChainingStrategy, setCurrentKey, setKeyContextElement1, setKeyContextElement2, setProcessingTimeService, setup, snapshotState, snapshotStateprotected long currentWatermark
InternalTimerService.protected transient TableStreamOperator.ContextImpl ctx
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.