Uses of Class
org.apache.wayang.profiler.spark.SparkOperatorProfiler.Result
-
Packages that use SparkOperatorProfiler.Result Package Description org.apache.wayang.profiler.spark -
-
Uses of SparkOperatorProfiler.Result in org.apache.wayang.profiler.spark
Methods in org.apache.wayang.profiler.spark that return SparkOperatorProfiler.Result Modifier and Type Method Description protected SparkOperatorProfiler.Result
BinaryOperatorProfiler. executeOperator()
protected SparkOperatorProfiler.Result
SinkProfiler. executeOperator()
protected abstract SparkOperatorProfiler.Result
SparkOperatorProfiler. executeOperator()
Executes the profiling task.protected SparkOperatorProfiler.Result
SparkSourceProfiler. executeOperator()
protected SparkOperatorProfiler.Result
SparkUnaryOperatorProfiler. executeOperator()
SparkOperatorProfiler.Result
SparkOperatorProfiler. run()
Executes and profiles the profiling task.
-