Uses of Package
org.apache.wayang.core.profiling
-
Packages that use org.apache.wayang.core.profiling Package Description org.apache.wayang.core.api org.apache.wayang.core.platform org.apache.wayang.core.profiling -
Classes in org.apache.wayang.core.profiling used by org.apache.wayang.core.api Class Description CardinalityRepository Stores cardinalities that have been collected by theCrossPlatformExecutor
.InstrumentationStrategy Determines, whichChannel
s in anExecutionPlan
should be instrumented. -
Classes in org.apache.wayang.core.profiling used by org.apache.wayang.core.platform Class Description InstrumentationStrategy Determines, whichChannel
s in anExecutionPlan
should be instrumented. -
Classes in org.apache.wayang.core.profiling used by org.apache.wayang.core.profiling Class Description ExecutionLog Stores execution data have been collected by theCrossPlatformExecutor
.ExecutionPlanMeasurement ThisMeasurement
encapsulates anExecutionPlan
.ExecutionPlanMeasurement.ChannelNode Encapsulates aChannel
of theExecutionPlan
.ExecutionPlanMeasurement.Link A directed link between anExecutionPlanMeasurement.OperatorNode
and aExecutionPlanMeasurement.ChannelNode
(in any order).ExecutionPlanMeasurement.OperatorNode Encapsulates aChannel
of theExecutionPlan
.InstrumentationStrategy Determines, whichChannel
s in anExecutionPlan
should be instrumented.