org.apache.hadoop.chukwa.extraction.demux.processor.reducer
Class ReduceProcessorFactory
java.lang.Object
org.apache.hadoop.chukwa.extraction.demux.processor.reducer.ReduceProcessorFactory
public class ReduceProcessorFactory
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getProcessor
public static ReduceProcessor getProcessor(String reduceType,
String defaultProcessor)
throws UnknownReduceTypeException
- Throws:
UnknownReduceTypeException
register
public static void register(String reduceType,
ReduceProcessor processor)
- Register a specific parser for a
ReduceProcessor implementation.
Copyright © 2011 Apache Software Foundation. All Rights Reserved.