Interface Reducer<I,O>
- Type Parameters:
I- reducer input typeO- reducer output type
@Evolving
public interface Reducer<I,O>
A 'reducer' for output of user-defined functions.
-
Method Summary
-
Method Details
-
reduce
-
I - reducer input typeO - reducer output type