static UnaryOperatorProfiler |
OperatorProfilers.createJavaCountProfiler() |
|
static <T> UnaryOperatorProfiler |
OperatorProfilers.createJavaCountProfiler(java.util.function.Supplier<T> dataGenerator,
java.lang.Class<T> inClass) |
|
static UnaryOperatorProfiler |
OperatorProfilers.createJavaDistinctProfiler() |
|
static <T> UnaryOperatorProfiler |
OperatorProfilers.createJavaDistinctProfiler(java.util.function.Supplier<T> dataGenerator,
java.lang.Class<T> inClass) |
|
static UnaryOperatorProfiler |
OperatorProfilers.createJavaFilterProfiler() |
|
static UnaryOperatorProfiler |
OperatorProfilers.createJavaFlatMapProfiler() |
|
static <In,Out> UnaryOperatorProfiler |
OperatorProfilers.createJavaFlatMapProfiler(java.util.function.Supplier<In> dataGenerator,
FunctionDescriptor.SerializableFunction<In,java.lang.Iterable<Out>> udf,
java.lang.Class<In> inClass,
java.lang.Class<Out> outClass) |
|
static UnaryOperatorProfiler |
OperatorProfilers.createJavaGlobalReduceProfiler() |
|
static <In> UnaryOperatorProfiler |
OperatorProfilers.createJavaGlobalReduceProfiler(java.util.function.Supplier<In> dataGenerator,
FunctionDescriptor.SerializableBinaryOperator<In> udf,
java.lang.Class<In> inOutClass) |
|
static UnaryOperatorProfiler |
OperatorProfilers.createJavaMapProfiler() |
|
static <In,Out> UnaryOperatorProfiler |
OperatorProfilers.createJavaMapProfiler(java.util.function.Supplier<In> dataGenerator,
FunctionDescriptor.SerializableFunction<In,Out> udf,
java.lang.Class<In> inClass,
java.lang.Class<Out> outClass) |
|
static UnaryOperatorProfiler |
OperatorProfilers.createJavaMaterializedGroupByProfiler() |
|
static <In,Key> UnaryOperatorProfiler |
OperatorProfilers.createJavaMaterializedGroupByProfiler(java.util.function.Supplier<In> dataGenerator,
FunctionDescriptor.SerializableFunction<In,Key> keyUdf,
java.lang.Class<In> inOutClass,
java.lang.Class<Key> keyClass) |
|
static UnaryOperatorProfiler |
OperatorProfilers.createJavaReduceByProfiler() |
|
static <In,Key> UnaryOperatorProfiler |
OperatorProfilers.createJavaReduceByProfiler(java.util.function.Supplier<In> dataGenerator,
FunctionDescriptor.SerializableFunction<In,Key> keyUdf,
FunctionDescriptor.SerializableBinaryOperator<In> udf,
java.lang.Class<In> inOutClass,
java.lang.Class<Key> keyClass) |
|
static UnaryOperatorProfiler |
OperatorProfilers.createJavaSortProfiler() |
|
static <T> UnaryOperatorProfiler |
OperatorProfilers.createJavaSortProfiler(java.util.function.Supplier<T> dataGenerator,
java.lang.Class<T> inClass) |
|