Uses of Class
org.apache.wayang.profiler.java.UnaryOperatorProfiler
Packages that use UnaryOperatorProfiler
-
Uses of UnaryOperatorProfiler in org.apache.wayang.profiler.java
Methods in org.apache.wayang.profiler.java that return UnaryOperatorProfilerModifier and TypeMethodDescriptionstatic UnaryOperatorProfiler
OperatorProfilers.createJavaCountProfiler()
static <T> UnaryOperatorProfiler
OperatorProfilers.createJavaCountProfiler
(Supplier<T> dataGenerator, Class<T> inClass) static UnaryOperatorProfiler
OperatorProfilers.createJavaDistinctProfiler()
static <T> UnaryOperatorProfiler
OperatorProfilers.createJavaDistinctProfiler
(Supplier<T> dataGenerator, Class<T> inClass) static UnaryOperatorProfiler
OperatorProfilers.createJavaFilterProfiler()
static UnaryOperatorProfiler
OperatorProfilers.createJavaFlatMapProfiler()
static <In,
Out> UnaryOperatorProfiler OperatorProfilers.createJavaFlatMapProfiler
(Supplier<In> dataGenerator, FunctionDescriptor.SerializableFunction<In, Iterable<Out>> udf, Class<In> inClass, Class<Out> outClass) static UnaryOperatorProfiler
OperatorProfilers.createJavaGlobalReduceProfiler()
static <In> UnaryOperatorProfiler
OperatorProfilers.createJavaGlobalReduceProfiler
(Supplier<In> dataGenerator, FunctionDescriptor.SerializableBinaryOperator<In> udf, Class<In> inOutClass) static UnaryOperatorProfiler
OperatorProfilers.createJavaMapProfiler()
static <In,
Out> UnaryOperatorProfiler OperatorProfilers.createJavaMapProfiler
(Supplier<In> dataGenerator, FunctionDescriptor.SerializableFunction<In, Out> udf, Class<In> inClass, Class<Out> outClass) static UnaryOperatorProfiler
OperatorProfilers.createJavaMaterializedGroupByProfiler()
static <In,
Key> UnaryOperatorProfiler OperatorProfilers.createJavaMaterializedGroupByProfiler
(Supplier<In> dataGenerator, FunctionDescriptor.SerializableFunction<In, Key> keyUdf, Class<In> inOutClass, Class<Key> keyClass) static UnaryOperatorProfiler
OperatorProfilers.createJavaReduceByProfiler()
static <In,
Key> UnaryOperatorProfiler OperatorProfilers.createJavaReduceByProfiler
(Supplier<In> dataGenerator, FunctionDescriptor.SerializableFunction<In, Key> keyUdf, FunctionDescriptor.SerializableBinaryOperator<In> udf, Class<In> inOutClass, Class<Key> keyClass) static UnaryOperatorProfiler
OperatorProfilers.createJavaSortProfiler()
static <T> UnaryOperatorProfiler
OperatorProfilers.createJavaSortProfiler
(Supplier<T> dataGenerator, Class<T> inClass)