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