Class DeclarationManager
java.lang.Object
org.apache.flink.runtime.asyncprocessing.declare.DeclarationManager
The manager holds all the declaration information and manage the building procedure.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> TgetVariableValue(int ordinal) voidsetCurrentContext(RecordContext<?> currentContext) <T> voidsetVariableValue(int ordinal, T value) int
-
Constructor Details
-
DeclarationManager
public DeclarationManager()
-
-
Method Details
-
setCurrentContext
-
getVariableValue
public <T> T getVariableValue(int ordinal) -
setVariableValue
public <T> void setVariableValue(int ordinal, T value) -
variableCount
public int variableCount()
-