Uses of Class
org.apache.wayang.commons.util.profiledb.model.Measurement
Packages that use Measurement
Package
Description
-
Uses of Measurement in org.apache.wayang.commons.util.profiledb
Method parameters in org.apache.wayang.commons.util.profiledb with type arguments of type MeasurementModifier and TypeMethodDescriptionProfileDB.registerMeasurementClass(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 MeasurementModifier and TypeMethodDescriptionMeasurementDeserializer.deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext) Methods in org.apache.wayang.commons.util.profiledb.json with parameters of type MeasurementModifier and TypeMethodDescriptioncom.google.gson.JsonElementMeasurementSerializer.serialize(Measurement measurement, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext) Method parameters in org.apache.wayang.commons.util.profiledb.json with type arguments of type MeasurementModifier and TypeMethodDescriptionvoidMeasurementDeserializer.register(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 MeasurementMethods in org.apache.wayang.commons.util.profiledb.model with parameters of type MeasurementMethod parameters in org.apache.wayang.commons.util.profiledb.model with type arguments of type MeasurementModifier and TypeMethodDescriptionstatic StringMeasurement.getTypeName(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.measurementModifier and TypeClassDescriptionclassAMeasurementthat 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 -
Uses of Measurement in org.apache.wayang.core.profiling
Subclasses of Measurement in org.apache.wayang.core.profilingModifier and TypeClassDescriptionclassThis measurement captures execution costs w.r.t. to Wayang's cost model.classThisMeasurementencapsulates anExecutionPlan.classThisMeasurementadapts aPartialExecutionMeasurement.