public final class ExecutionContextImpl extends Object implements ExecutionContext
| Constructor and Description |
|---|
ExecutionContextImpl(org.apache.flink.streaming.api.operators.AbstractStreamOperator<?> operator,
org.apache.flink.api.common.functions.RuntimeContext runtimeContext) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.table.data.RowData |
currentKey() |
org.apache.flink.api.common.functions.RuntimeContext |
getRuntimeContext() |
void |
setCurrentKey(org.apache.flink.table.data.RowData key)
Sets current key.
|
public ExecutionContextImpl(org.apache.flink.streaming.api.operators.AbstractStreamOperator<?> operator,
org.apache.flink.api.common.functions.RuntimeContext runtimeContext)
public org.apache.flink.table.data.RowData currentKey()
currentKey in interface ExecutionContextpublic void setCurrentKey(org.apache.flink.table.data.RowData key)
ExecutionContextsetCurrentKey in interface ExecutionContextpublic org.apache.flink.api.common.functions.RuntimeContext getRuntimeContext()
getRuntimeContext in interface ExecutionContextCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.