org.apache.nutch.util
Class ObjectCache

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

public class ObjectCache
extends Object


Method Summary
static ObjectCache get(Configuration conf)
           
 Object getObject(String key)
           
 void setObject(String key, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static ObjectCache get(Configuration conf)

getObject

public Object getObject(String key)

setObject

public void setObject(String key,
                      Object value)


Copyright © 2012 The Apache Software Foundation