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 ProfileDBProfileDB. registerMeasurementClass(java.lang.Class<? extends Measurement> measurementClass)Register aMeasurementtype. -
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 MeasurementMeasurementDeserializer. 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.JsonElementMeasurementSerializer. 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 voidMeasurementDeserializer. 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 voidExperiment. 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.StringMeasurement. 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 classTimeMeasurementAMeasurementthat 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 classPlanMetricsThis class collects metrics forWayangPlans. -
Uses of Measurement in org.apache.wayang.core.profiling
Subclasses of Measurement in org.apache.wayang.core.profiling Modifier and Type Class Description classCostMeasurementThis measurement captures execution costs w.r.t. to Wayang's cost model.classExecutionPlanMeasurementThisMeasurementencapsulates anExecutionPlan.classPartialExecutionMeasurementThisMeasurementadapts aPartialExecutionMeasurement.
-