Package org.apache.wayang.core.profiling
Class PartialExecutionMeasurement
java.lang.Object
org.apache.wayang.commons.util.profiledb.model.Measurement
org.apache.wayang.core.profiling.PartialExecutionMeasurement
This
Measurement adapts a PartialExecutionMeasurement.-
Constructor Summary
ConstructorsConstructorDescriptionPartialExecutionMeasurement(String id, PartialExecution partialExecution, Configuration configuration) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionlongvoidsetEstimatedExecutionMillis(TimeEstimate estimatedExecutionMillis) voidsetExecutionMillis(long executionMillis) Methods inherited from class org.apache.wayang.commons.util.profiledb.model.Measurement
equals, getId, getType, getTypeName, hashCode, setId
-
Constructor Details
-
PartialExecutionMeasurement
public PartialExecutionMeasurement(String id, PartialExecution partialExecution, Configuration configuration) Creates a new instance.- Parameters:
id- the ID of the new instancepartialExecution- provides data for the new instanceconfiguration- required to calculate the estimated execution time
-
-
Method Details
-
getExecutionMillis
public long getExecutionMillis() -
setExecutionMillis
public void setExecutionMillis(long executionMillis) -
getEstimatedExecutionMillis
-
setEstimatedExecutionMillis
-