| java.lang.Object de.anomic.plasma.plasmaCrawlEntry
plasmaCrawlEntry | public class plasmaCrawlEntry (Code) | | |
Constructor Summary | |
public | plasmaCrawlEntry(yacyURL url) | public | plasmaCrawlEntry(String initiator, yacyURL url, String referrerhash, String name, Date appdate, String profileHandle, int depth, int anchors, int forkfactor) Parameters: initiator - the hash of the initiator peer Parameters: url - the URL to crawl Parameters: referrer - the hash of the referrer URL Parameters: name - the name of the document to crawl Parameters: appdate - the time when the url was first time appeared Parameters: profileHandle - the name of the prefetch profile. | public | plasmaCrawlEntry(kelondroRow.Entry entry) |
plasmaCrawlEntry | public plasmaCrawlEntry(String initiator, yacyURL url, String referrerhash, String name, Date appdate, String profileHandle, int depth, int anchors, int forkfactor)(Code) | | Parameters: initiator - the hash of the initiator peer Parameters: url - the URL to crawl Parameters: referrer - the hash of the referrer URL Parameters: name - the name of the document to crawl Parameters: appdate - the time when the url was first time appeared Parameters: profileHandle - the name of the prefetch profile. This must not be null! Parameters: depth - the crawling depth of the entry Parameters: anchors - number of anchors of the parent Parameters: forkfactor - sum of anchors of all ancestors |
hashCode | public int hashCode()(Code) | | |
proxy | public boolean proxy()(Code) | | |
|
|