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, String defaultProcessor)
           
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,
                                           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.