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 Details

    • DeclarationManager

      public DeclarationManager()
  • Method Details

    • 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()