Package org.apache.wayang.profiler.spark
-
Class Summary Class Description BinaryOperatorProfiler SparkOperatorProfiler
implementation forSparkExecutionOperator
s with two inputs and one output.Main Starts a profiling run of Spark.OperatorProfilers Utilities to createSparkOperatorProfiler
instances.SinkProfiler SparkOperatorProfiler
implementation forSparkExecutionOperator
s with one input and no outputs.SparkCollectionSourceProfiler SparkOperatorProfiler
for theSparkTextFileSource
.SparkOperatorProfiler Allows to instrument anSparkExecutionOperator
.SparkOperatorProfiler.Result The result of a single profiling run.SparkSourceProfiler SparkOperatorProfiler
implementation forSparkExecutionOperator
s with one input and one output.SparkTextFileSourceProfiler SparkOperatorProfiler
for theSparkTextFileSource
.SparkUnaryOperatorProfiler SparkOperatorProfiler
implementation forSparkExecutionOperator
s with one input and one output.