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 UnaryOperatorProfilerOperatorProfilers.createJavaCountProfiler()static <T> UnaryOperatorProfilerOperatorProfilers.createJavaCountProfiler(Supplier<T> dataGenerator, Class<T> inClass) static UnaryOperatorProfilerOperatorProfilers.createJavaDistinctProfiler()static <T> UnaryOperatorProfilerOperatorProfilers.createJavaDistinctProfiler(Supplier<T> dataGenerator, Class<T> inClass) static UnaryOperatorProfilerOperatorProfilers.createJavaFilterProfiler()static UnaryOperatorProfilerOperatorProfilers.createJavaFlatMapProfiler()static <In,Out> UnaryOperatorProfiler OperatorProfilers.createJavaFlatMapProfiler(Supplier<In> dataGenerator, FunctionDescriptor.SerializableFunction<In, Iterable<Out>> udf, Class<In> inClass, Class<Out> outClass) static UnaryOperatorProfilerOperatorProfilers.createJavaGlobalReduceProfiler()static <In> UnaryOperatorProfilerOperatorProfilers.createJavaGlobalReduceProfiler(Supplier<In> dataGenerator, FunctionDescriptor.SerializableBinaryOperator<In> udf, Class<In> inOutClass) static UnaryOperatorProfilerOperatorProfilers.createJavaMapProfiler()static <In,Out> UnaryOperatorProfiler OperatorProfilers.createJavaMapProfiler(Supplier<In> dataGenerator, FunctionDescriptor.SerializableFunction<In, Out> udf, Class<In> inClass, Class<Out> outClass) static UnaryOperatorProfilerOperatorProfilers.createJavaMaterializedGroupByProfiler()static <In,Key> UnaryOperatorProfiler OperatorProfilers.createJavaMaterializedGroupByProfiler(Supplier<In> dataGenerator, FunctionDescriptor.SerializableFunction<In, Key> keyUdf, Class<In> inOutClass, Class<Key> keyClass) static UnaryOperatorProfilerOperatorProfilers.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 UnaryOperatorProfilerOperatorProfilers.createJavaSortProfiler()static <T> UnaryOperatorProfilerOperatorProfilers.createJavaSortProfiler(Supplier<T> dataGenerator, Class<T> inClass)