Uses of Package
org.apache.wayang.profiler.spark
-
Packages that use org.apache.wayang.profiler.spark Package Description org.apache.wayang.profiler.spark -
Classes in org.apache.wayang.profiler.spark used by org.apache.wayang.profiler.spark Class Description BinaryOperatorProfiler SparkOperatorProfiler
implementation forSparkExecutionOperator
s with two inputs and one output.SinkProfiler SparkOperatorProfiler
implementation forSparkExecutionOperator
s with one input and no outputs.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.