Uses of Class
io.numaproj.numaflow.function.handlers.ReduceHandler
-
Packages that use ReduceHandler Package Description io.numaproj.numaflow.function io.numaproj.numaflow.function.handlers -
-
Uses of ReduceHandler in io.numaproj.numaflow.function
Method parameters in io.numaproj.numaflow.function with type arguments of type ReduceHandler Modifier and Type Method Description FunctionServerFunctionServer. registerReducerFactory(ReducerFactory<? extends ReduceHandler> reducerFactory)registers the reducer factory to the server. -
Uses of ReduceHandler in io.numaproj.numaflow.function.handlers
Classes in io.numaproj.numaflow.function.handlers with type parameters of type ReduceHandler Modifier and Type Class Description classReducerFactory<ReducerT extends ReduceHandler>ReducerFactory is used to create Reducer object.
-