Package net.nutch.util

Interface Summary
SoftHashMap.FinalizationListener An interface for Object which accept notification when an another Object is finalized.
SoftHashMap.FinalizationNotifier An interface for a Objects which can notify an object when they are finalized.
 

Class Summary
CommandRunner  
FibonacciHeap A Fibonacci Heap, as described in Introduction to Algorithms by Charles E.
GZIPUtils A collection of utility methods for working on GZIPed data.
LogFormatter Prints just the date and the log message.
NutchConf Provides access to Nutch configuration parameters.
PrefixStringMatcher A class for efficiently matching Strings against a set of prefixes.
ScoreStats When we generate a fetchlist, we need to choose a "cutoff" score, such that any scores above that cutoff will be included in the fetchlist.
SoftHashMap A Map which uses SoftReferences to keep track of values.
StringUtil A collection of String processing utility methods.
SuffixStringMatcher A class for efficiently matching Strings against a set of suffixes.
ThreadPool ThreadPool.java ThreadPool maintains a large set of threads, which can be dedicated to a certain task, and then recycled.
TrieStringMatcher TrieStringMatcher is a base class for simple tree-based string matching.
 



Copyright © 2005 The Nutch Organization.