org.apache.nutch.util
Class ToolUtil

java.lang.Object
  extended by org.apache.nutch.util.ToolUtil

public class ToolUtil
extends Object


Constructor Summary
ToolUtil()
           
 
Method Summary
static void recordJobStatus(String label, Job job, Map<String,Object> results)
           
static Map<String,Object> toArgMap(Object... args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToolUtil

public ToolUtil()
Method Detail

toArgMap

public static final Map<String,Object> toArgMap(Object... args)

recordJobStatus

public static final void recordJobStatus(String label,
                                         Job job,
                                         Map<String,Object> results)


Copyright © 2012 The Apache Software Foundation