Uses of Class
org.apache.wayang.profiler.spark.SparkOperatorProfiler
-
Packages that use SparkOperatorProfiler Package Description org.apache.wayang.profiler.spark -
-
Uses of SparkOperatorProfiler in org.apache.wayang.profiler.spark
Subclasses of SparkOperatorProfiler in org.apache.wayang.profiler.spark Modifier and Type Class Description class
BinaryOperatorProfiler
SparkOperatorProfiler
implementation forSparkExecutionOperator
s with two inputs and one output.class
SinkProfiler
SparkOperatorProfiler
implementation forSparkExecutionOperator
s with one input and no outputs.class
SparkCollectionSourceProfiler
SparkOperatorProfiler
for theSparkTextFileSource
.class
SparkSourceProfiler
SparkOperatorProfiler
implementation forSparkExecutionOperator
s with one input and one output.class
SparkTextFileSourceProfiler
SparkOperatorProfiler
for theSparkTextFileSource
.class
SparkUnaryOperatorProfiler
SparkOperatorProfiler
implementation forSparkExecutionOperator
s with one input and one output.
-