Class NodeData
java.lang.Object
se.kuseman.payloadbuilder.api.execution.NodeData
Base class for node data.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongintlonggetNodeTime(TimeUnit timeUnit) Return the node timelonglongvoidvoidIncrease execution countvoidincreaseRowCount(int delta) voidMerge this data with providedvoidResumes node time stop watchvoidsetTotalQueryTime(long totalQueryTime) voidSuspend node time stop watch
-
Constructor Details
-
NodeData
public NodeData()
-
-
Method Details
-
merge
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
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()
-