CatDateParseHandler | For each document, writes date to STDOUT |
CatURLParseHandler | |
DateBiasedPageRankSampler | A WebSampler which implements page ranking by taking into account the relative age of linked-to documents |
DBScratchStruct | A scratch structure used by DateBiasedPageRankSampler |
Decoder | |
Document | |
Encoder | |
GraphBuilder | Builds the web link graph as an object of type WebLinkGraph |
GraphParseHandler | Reads anchor links and other document information for use by GraphBuilder |
IDPair | |
LeafCountsStruct | An array of these is sent to synchronize simulations |
LeafNode | Encapsulates a web document on another machine |
LeafNodeStruct | Contains all the information about a web document stored somewhere else |
LinkStruct | A pointer to a web document/URL |
MemoryPooled< T > | Wraps around a class T and redefines new() and delete() member functions |
MemPool< S > | A memory managed class suitable for many small arrays of type S |
MemPoolObject< S > | A memory management wrapper around a class S |
PageRankSampler | A WebSampler which implements the standard PageRank chain |
ParseElt | |
ParseHandler | |
PreparseCatParseHandler | |
PVMInterface | Handles communication between Talker and PVM |
PVMTaskInfo | Contains vital task information |
ReposReader | |
Ripper | Rips the repository and interfaces with main(). Calls GraphBuilder to build the web link graph |
SimpleHashPair< R > | A structure used by SimpleHashTable |
SimpleHashTable< R > | A simple "linear probing and insertion" hashtable |
Talker | Reads and executes interactive user commands |
Trie | Stores URL strings by superposition of common prefixes |
TruncatedKleinbergSampler | A WebSampler which implements an epsilon approximation of the Kleinberg hubs and authorities model |
URLComponents | Contains the parts of a URL as separate strings |
URLFilter | Knows how to parse a URL string and related functions |
Varint | |
WebLinkGraph | Encapsulates the web link graph as a WebNodeList of WebNode objects |
WebNode | Encapsulates a web document |
WebNodeStruct | Contains all the information about a web document |
WebSampler | Abstract base class for all samplers |