public class CrawlWsSource
extends org.lockss.ws.entities.CrawlWsResult
| Constructor and Description |
|---|
CrawlWsSource(org.lockss.crawler.CrawlerStatus crawlerStatus) |
CrawlWsSource(org.lockss.crawler.CrawlReq crawlerRequest) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuId() |
String |
getAuName() |
Long |
getBytesFetchedCount() |
String |
getCrawlKey() |
String |
getCrawlStatus() |
String |
getCrawlType() |
Long |
getDuration() |
Integer |
getLinkDepth() |
Integer |
getMimeTypeCount() |
Collection<String> |
getMimeTypes() |
Integer |
getOffSiteUrlsExcludedCount() |
List<String> |
getPagesExcluded() |
Integer |
getPagesExcludedCount() |
List<String> |
getPagesFetched() |
Integer |
getPagesFetchedCount() |
List<String> |
getPagesNotModified() |
Integer |
getPagesNotModifiedCount() |
List<String> |
getPagesParsed() |
Integer |
getPagesParsedCount() |
List<String> |
getPagesPending() |
Integer |
getPagesPendingCount() |
List<org.lockss.ws.entities.UrlErrorWsResult> |
getPagesWithErrors() |
Integer |
getPagesWithErrorsCount() |
Integer |
getPriority() |
Integer |
getRefetchDepth() |
List<String> |
getSources() |
Collection<String> |
getStartingUrls() |
Long |
getStartTime() |
setAuId, setAuName, setBytesFetchedCount, setCrawlKey, setCrawlStatus, setCrawlType, setDuration, setLinkDepth, setMimeTypeCount, setMimeTypes, setOffSiteUrlsExcludedCount, setPagesExcluded, setPagesExcludedCount, setPagesFetched, setPagesFetchedCount, setPagesNotModified, setPagesNotModifiedCount, setPagesParsed, setPagesParsedCount, setPagesPending, setPagesPendingCount, setPagesWithErrors, setPagesWithErrorsCount, setPriority, setRefetchDepth, setSources, setStartingUrls, setStartTime, toStringpublic CrawlWsSource(org.lockss.crawler.CrawlReq crawlerRequest)
public CrawlWsSource(org.lockss.crawler.CrawlerStatus crawlerStatus)
public String getAuId()
getAuId in class org.lockss.ws.entities.CrawlWsResultpublic String getAuName()
getAuName in class org.lockss.ws.entities.CrawlWsResultpublic Integer getPriority()
getPriority in class org.lockss.ws.entities.CrawlWsResultpublic String getCrawlKey()
getCrawlKey in class org.lockss.ws.entities.CrawlWsResultpublic String getCrawlType()
getCrawlType in class org.lockss.ws.entities.CrawlWsResultpublic Long getStartTime()
getStartTime in class org.lockss.ws.entities.CrawlWsResultpublic Long getDuration()
getDuration in class org.lockss.ws.entities.CrawlWsResultpublic String getCrawlStatus()
getCrawlStatus in class org.lockss.ws.entities.CrawlWsResultpublic Long getBytesFetchedCount()
getBytesFetchedCount in class org.lockss.ws.entities.CrawlWsResultpublic Integer getPagesFetchedCount()
getPagesFetchedCount in class org.lockss.ws.entities.CrawlWsResultpublic List<String> getPagesFetched()
getPagesFetched in class org.lockss.ws.entities.CrawlWsResultpublic Integer getPagesParsedCount()
getPagesParsedCount in class org.lockss.ws.entities.CrawlWsResultpublic List<String> getPagesParsed()
getPagesParsed in class org.lockss.ws.entities.CrawlWsResultpublic Integer getPagesPendingCount()
getPagesPendingCount in class org.lockss.ws.entities.CrawlWsResultpublic List<String> getPagesPending()
getPagesPending in class org.lockss.ws.entities.CrawlWsResultpublic Integer getPagesExcludedCount()
getPagesExcludedCount in class org.lockss.ws.entities.CrawlWsResultpublic List<String> getPagesExcluded()
getPagesExcluded in class org.lockss.ws.entities.CrawlWsResultpublic Integer getOffSiteUrlsExcludedCount()
getOffSiteUrlsExcludedCount in class org.lockss.ws.entities.CrawlWsResultpublic Integer getPagesNotModifiedCount()
getPagesNotModifiedCount in class org.lockss.ws.entities.CrawlWsResultpublic List<String> getPagesNotModified()
getPagesNotModified in class org.lockss.ws.entities.CrawlWsResultpublic Integer getPagesWithErrorsCount()
getPagesWithErrorsCount in class org.lockss.ws.entities.CrawlWsResultpublic List<org.lockss.ws.entities.UrlErrorWsResult> getPagesWithErrors()
getPagesWithErrors in class org.lockss.ws.entities.CrawlWsResultpublic Integer getMimeTypeCount()
getMimeTypeCount in class org.lockss.ws.entities.CrawlWsResultpublic Collection<String> getMimeTypes()
getMimeTypes in class org.lockss.ws.entities.CrawlWsResultpublic List<String> getSources()
getSources in class org.lockss.ws.entities.CrawlWsResultpublic Collection<String> getStartingUrls()
getStartingUrls in class org.lockss.ws.entities.CrawlWsResultpublic Integer getRefetchDepth()
getRefetchDepth in class org.lockss.ws.entities.CrawlWsResultpublic Integer getLinkDepth()
getLinkDepth in class org.lockss.ws.entities.CrawlWsResultCopyright © 2000–2023 LOCKSS Program. All rights reserved.