Summary
Prioritizes requests whose depth (number of parents) is closest to a target depth. Ties are broken by an inner BaseComparer.
For a list of all members of this type, see
TargetDepthComparer Members
.
Type Relationships
System.ObjectEas.WebCrawler.PlugIns.RequestComparers.BaseComparer
Eas.WebCrawler.PlugIns.RequestComparers.DecoratingComparer
Eas.WebCrawler.PlugIns.RequestComparers.TargetDepthComparer
Declaration Syntax
Public Class TargetDepthComparer
Inherits DecoratingComparer
public class TargetDepthComparer : DecoratingComparer
public __gc class TargetDepthComparer : public DecoratingComparer
public class TargetDepthComparer extends DecoratingComparer
Remarks
Root requests have depth0
Requirements
Namespace: Eas.WebCrawler.PlugIns.RequestComparersAssembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)