public class ReduceProcessorFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static ReduceProcessor |
getProcessor(String reduceType) |
static void |
register(String reduceType,
ReduceProcessor processor)
Register a specific parser for a
ReduceProcessor implementation. |
public static ReduceProcessor getProcessor(String reduceType) throws UnknownReduceTypeException
UnknownReduceTypeExceptionpublic static void register(String reduceType, ReduceProcessor processor)
ReduceProcessor implementation.Copyright © ${year} The Apache Software Foundation