org.apache.hadoop.chukwa.extraction.demux.processor.reducer
Class ReduceProcessorFactory

java.lang.Object
  extended by org.apache.hadoop.chukwa.extraction.demux.processor.reducer.ReduceProcessorFactory

public class ReduceProcessorFactory
extends Object


Method Summary
static ReduceProcessor getProcessor(String reduceType)
           
static void register(String reduceType, ReduceProcessor processor)
          Register a specific parser for a ReduceProcessor implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getProcessor

public static ReduceProcessor getProcessor(String reduceType)
                                    throws UnknownReduceTypeException
Throws:
UnknownReduceTypeException

register

public static void register(String reduceType,
                            ReduceProcessor processor)
Register a specific parser for a ReduceProcessor implementation.



Copyright © ${year} The Apache Software Foundation