org.apache.nutch.indexer
Class NutchIndexWriterFactory

java.lang.Object
  extended by org.apache.nutch.indexer.NutchIndexWriterFactory

public class NutchIndexWriterFactory
extends Object


Constructor Summary
NutchIndexWriterFactory()
           
 
Method Summary
static void addClassToConf(Configuration conf, Class<? extends NutchIndexWriter> clazz)
           
static NutchIndexWriter[] getNutchIndexWriters(Configuration conf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NutchIndexWriterFactory

public NutchIndexWriterFactory()
Method Detail

getNutchIndexWriters

public static NutchIndexWriter[] getNutchIndexWriters(Configuration conf)

addClassToConf

public static void addClassToConf(Configuration conf,
                                  Class<? extends NutchIndexWriter> clazz)


Copyright © 2012 The Apache Software Foundation