public final class ExecutionContextImpl extends Object implements ExecutionContext
Constructor and Description |
---|
ExecutionContextImpl(AbstractStreamOperator<?> operator,
RuntimeContext runtimeContext) |
Modifier and Type | Method and Description |
---|---|
RowData |
currentKey() |
RuntimeContext |
getRuntimeContext() |
void |
setCurrentKey(RowData key)
Sets current key.
|
public ExecutionContextImpl(AbstractStreamOperator<?> operator, RuntimeContext runtimeContext)
public RowData currentKey()
currentKey
in interface ExecutionContext
public void setCurrentKey(RowData key)
ExecutionContext
setCurrentKey
in interface ExecutionContext
public RuntimeContext getRuntimeContext()
getRuntimeContext
in interface ExecutionContext
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.