Interface ExecutionStep

    • Method Detail

      • getTargetNode

        String getTargetNode()
      • getDescription

        String getDescription()
      • getCost

        default long getCost()
        returns the absolute cost (in nanoseconds) of the execution of this step
        Returns:
        the absolute cost (in nanoseconds) of the execution of this step, -1 if not calculated
      • toResult

        default Result toResult()