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 |
|---|---|
void |
close() |
long |
computeMemorySize()
Compute memory size from memory faction.
|
void |
dispose() |
void |
open() |
void |
processWatermark(org.apache.flink.streaming.api.watermark.Watermark mark) |
getChainingStrategy, getContainingTask, getCurrentKey, getExecutionConfig, getInternalTimerService, getKeyedStateBackend, getKeyedStateStore, getMetricGroup, getOperatorConfig, getOperatorID, getOperatorName, getOperatorStateBackend, getOrCreateKeyedState, getPartitionedState, getPartitionedState, getProcessingTimeService, getRuntimeContext, getTimeServiceManager, getUserCodeClassloader, initializeState, initializeState, isUsingCustomRawKeyedState, notifyCheckpointAborted, notifyCheckpointComplete, prepareSnapshotPreBarrier, processLatencyMarker, processLatencyMarker1, processLatencyMarker2, processWatermark1, processWatermark2, reportOrForwardLatencyMarker, setChainingStrategy, setCurrentKey, setKeyContextElement1, setKeyContextElement2, setProcessingTimeService, setup, snapshotState, snapshotStateprotected long currentWatermark
InternalTimerService.protected transient TableStreamOperator.ContextImpl ctx
public void open()
throws Exception
public void close()
throws Exception
public void dispose()
throws Exception
public void processWatermark(org.apache.flink.streaming.api.watermark.Watermark mark)
throws Exception
public long computeMemorySize()
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.