Class DeclarationManager
- java.lang.Object
-
- org.apache.flink.runtime.asyncprocessing.declare.DeclarationManager
-
public class DeclarationManager extends Object
The manager holds all the declaration information and manage the building procedure.
-
-
Constructor Summary
Constructors Constructor Description DeclarationManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
getVariableValue(int ordinal)
void
setCurrentContext(RecordContext<?> currentContext)
<T> void
setVariableValue(int ordinal, T value)
int
variableCount()
-
-
-
Method Detail
-
setCurrentContext
public void setCurrentContext(RecordContext<?> currentContext)
-
getVariableValue
public <T> T getVariableValue(int ordinal)
-
setVariableValue
public <T> void setVariableValue(int ordinal, T value)
-
variableCount
public int variableCount()
-
-