public class ReduceProcessorFactory extends Object
Modifier and Type | Method and Description |
---|---|
static ReduceProcessor |
getProcessor(String processorClass) |
static void |
register(String reduceType,
ReduceProcessor processor)
Register a specific parser for a
ReduceProcessor implementation. |
public static void register(String reduceType, ReduceProcessor processor)
ReduceProcessor
implementation.reduceType
- processor
- public static ReduceProcessor getProcessor(String processorClass) throws UnknownReduceTypeException
UnknownReduceTypeException
Copyright © 2015 Apache Software Foundation. All Rights Reserved.