Uses of Class
org.apache.wayang.commons.util.profiledb.model.Measurement
-
-
Uses of Measurement in org.apache.wayang.commons.util.profiledb
Method parameters in org.apache.wayang.commons.util.profiledb with type arguments of type Measurement Modifier and Type Method Description ProfileDB
ProfileDB. registerMeasurementClass(java.lang.Class<? extends Measurement> measurementClass)
Register aMeasurement
type. -
Uses of Measurement in org.apache.wayang.commons.util.profiledb.json
Methods in org.apache.wayang.commons.util.profiledb.json that return Measurement Modifier and Type Method Description Measurement
MeasurementDeserializer. deserialize(com.google.gson.JsonElement jsonElement, java.lang.reflect.Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext)
Methods in org.apache.wayang.commons.util.profiledb.json with parameters of type Measurement Modifier and Type Method Description com.google.gson.JsonElement
MeasurementSerializer. serialize(Measurement measurement, java.lang.reflect.Type type, com.google.gson.JsonSerializationContext jsonSerializationContext)
Method parameters in org.apache.wayang.commons.util.profiledb.json with type arguments of type Measurement Modifier and Type Method Description void
MeasurementDeserializer. register(java.lang.Class<? extends Measurement> measurementClass)
-
Uses of Measurement in org.apache.wayang.commons.util.profiledb.model
Methods in org.apache.wayang.commons.util.profiledb.model that return types with arguments of type Measurement Modifier and Type Method Description java.util.Collection<Measurement>
Experiment. getMeasurements()
Methods in org.apache.wayang.commons.util.profiledb.model with parameters of type Measurement Modifier and Type Method Description void
Experiment. addMeasurement(Measurement measurement)
Method parameters in org.apache.wayang.commons.util.profiledb.model with type arguments of type Measurement Modifier and Type Method Description static java.lang.String
Measurement. getTypeName(java.lang.Class<? extends Measurement> measurementClass)
Returns implementation Class of this Measurement -
Uses of Measurement in org.apache.wayang.commons.util.profiledb.model.measurement
Subclasses of Measurement in org.apache.wayang.commons.util.profiledb.model.measurement Modifier and Type Class Description class
TimeMeasurement
AMeasurement
that captures a certain amount of time in milliseconds. -
Uses of Measurement in org.apache.wayang.core.plan.wayangplan
Subclasses of Measurement in org.apache.wayang.core.plan.wayangplan Modifier and Type Class Description class
PlanMetrics
This class collects metrics forWayangPlan
s. -
Uses of Measurement in org.apache.wayang.core.profiling
Subclasses of Measurement in org.apache.wayang.core.profiling Modifier and Type Class Description class
CostMeasurement
This measurement captures execution costs w.r.t. to Wayang's cost model.class
ExecutionPlanMeasurement
ThisMeasurement
encapsulates anExecutionPlan
.class
PartialExecutionMeasurement
ThisMeasurement
adapts aPartialExecutionMeasurement
.
-