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.Object
     Eas.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.RequestComparers
Assembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)

See Also

HashCodeComparer Members | Eas.WebCrawler.PlugIns.RequestComparers Namespace