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 aMeasurement
type. -
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.JsonElement
MeasurementSerializer.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 TypeMethodDescriptionvoid
MeasurementDeserializer.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 String
Measurement.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 TypeClassDescriptionclass
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 -
Uses of Measurement in org.apache.wayang.core.profiling
Subclasses of Measurement in org.apache.wayang.core.profilingModifier and TypeClassDescriptionclass
This measurement captures execution costs w.r.t. to Wayang's cost model.class
ThisMeasurement
encapsulates anExecutionPlan
.class
ThisMeasurement
adapts aPartialExecutionMeasurement
.