|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WritableComparator | |
net.nutch.db | Web database: tracks page fetches and link structure. |
net.nutch.indexer | Maintain Lucene full-text indexes. |
net.nutch.io | Generic i/o code for use when reading and writing data to the network, to databases, and to files. |
Uses of WritableComparator in net.nutch.db |
Subclasses of WritableComparator in net.nutch.db | |
static class |
DistributedWebDBWriter.LinkInstruction.MD5Comparator
Sorts the instruction first by Md5, then by opcode. |
static class |
DistributedWebDBWriter.LinkInstruction.UrlComparator
Sorts the instruction first by url, then by opcode. |
static class |
DistributedWebDBWriter.PageInstruction.PageComparator
Sorts the instruction first by Page, then by opcode. |
static class |
DistributedWebDBWriter.PageInstruction.UrlComparator
Sorts the instruction first by url, then by opcode. |
static class |
Link.MD5Comparator
MD5Comparator is the opposite. |
static class |
Link.UrlComparator
URLComparator uses the standard method where, uh, the URL comes first. |
static class |
Page.Comparator
Compares pages by MD5, then by URL. |
static class |
Page.UrlComparator
Compares pages by URL only. |
static class |
WebDBWriter.LinkInstruction.MD5Comparator
Sorts the instruction first by Md5, then by opcode. |
static class |
WebDBWriter.LinkInstruction.UrlComparator
Sorts the instruction first by url, then by opcode. |
static class |
WebDBWriter.PageInstruction.PageComparator
Sorts the instruction first by Page, then by opcode. |
static class |
WebDBWriter.PageInstruction.UrlComparator
Sorts the instruction first by url, then by opcode. |
Constructors in net.nutch.db with parameters of type WritableComparator | |
DBSectionReader(File sectionFile,
WritableComparator comparator)
Right now we assume we're getting a File that is a MapFile.Reader directory. |
Uses of WritableComparator in net.nutch.indexer |
Subclasses of WritableComparator in net.nutch.indexer | |
static class |
DeleteDuplicates.IndexedDoc.ByHashDoc
Order equal hashes by decreasing index and document. |
static class |
DeleteDuplicates.IndexedDoc.ByHashScore
Order equal hashes by decreasing score and increasing urlLen. |
Uses of WritableComparator in net.nutch.io |
Subclasses of WritableComparator in net.nutch.io | |
static class |
BooleanWritable.Comparator
A Comparator optimized for BooleanWritable. |
static class |
IntWritable.Comparator
A Comparator optimized for IntWritable. |
static class |
LongWritable.Comparator
A Comparator optimized for LongWritable. |
static class |
MD5Hash.Comparator
A WritableComparator optimized for MD5Hash keys. |
static class |
UTF8.Comparator
A WritableComparator optimized for UTF8 keys. |
Constructors in net.nutch.io with parameters of type WritableComparator | |
SetFile.Writer(String dirName,
WritableComparator comparator)
Create the named set using the named key comparator. |
|
SetFile.Reader(String dirName,
WritableComparator comparator)
Construct a set reader for the named set using the named comparator. |
|
SequenceFile.Sorter(WritableComparator comparator,
Class valClass)
Sort and merge using an arbitrary WritableComparator . |
|
MapFile.Writer(String dirName,
WritableComparator comparator,
Class valClass)
Create the named map using the named key comparator. |
|
MapFile.Reader(String dirName,
WritableComparator comparator)
Construct a map reader for the named map using the named comparator. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |