Class NodeData

java.lang.Object
se.kuseman.payloadbuilder.api.execution.NodeData

public class NodeData extends Object
Base class for node data.
  • Constructor Details

    • NodeData

      public NodeData()
  • Method Details

    • merge

      public void merge(NodeData nodeData)
      Merge this data with provided
    • getTotalQueryTime

      public long getTotalQueryTime()
    • setTotalQueryTime

      public void setTotalQueryTime(long totalQueryTime)
    • resumeNodeTime

      public void resumeNodeTime()
      Resumes node time stop watch
    • suspenNodeTime

      public void suspenNodeTime()
      Suspend node time stop watch
    • getNodeTime

      public long getNodeTime(TimeUnit timeUnit)
      Return the node time
    • getExecutionCount

      public int getExecutionCount()
    • increaseExecutionCount

      public void increaseExecutionCount()
      Increase execution count
    • getRowCount

      public long getRowCount()
    • increaseRowCount

      public void increaseRowCount(int delta)
    • getBatchCount

      public long getBatchCount()
    • increaseBatchCount

      public void increaseBatchCount()