public final class ExecutionContextImpl extends Object implements ExecutionContext
| 构造器和说明 |
|---|
ExecutionContextImpl(org.apache.flink.streaming.api.operators.AbstractStreamOperator<?> operator,
org.apache.flink.api.common.functions.RuntimeContext runtimeContext) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 ExecutionContextpublic void setCurrentKey(org.apache.flink.table.data.RowData key)
ExecutionContextsetCurrentKey 在接口中 ExecutionContextpublic org.apache.flink.api.common.functions.RuntimeContext getRuntimeContext()
getRuntimeContext 在接口中 ExecutionContextCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.