Summary
Compares the priority of requests using the sort order of their hash code (psuedo-randomly).
For a list of all members of this type, see
HashCodeComparer Members
.
Type Relationships
System.ObjectEas.WebCrawler.PlugIns.RequestComparers.BaseComparer
Eas.WebCrawler.PlugIns.RequestComparers.HashCodeComparer
Declaration Syntax
Public Class HashCodeComparer
Inherits BaseComparer
public class HashCodeComparer : BaseComparer
public __gc class HashCodeComparer : public BaseComparer
public class HashCodeComparer extends BaseComparer
Remarks
Using the sort order of hash codes for priority is nice because the priority is stable (it does not change across comparisons of the same two objects) Yet the sort order will be evenly distrubuted and more or less orthoginal to the data in the request.Requirements
Namespace: Eas.WebCrawler.PlugIns.RequestComparersAssembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)