|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
State summary of a crawler task.
Copyright (c) SAP AG 2003
| Inner Class Summary | |
static class |
IXCrawlerTaskSummary.TaskState
States of a crawler task. |
static class |
IXCrawlerTaskSummary.ThreadState
States of a crawler thread. |
| Method Summary | |
long |
getBadLinkCount()
Get the number of links to unavailable resources. |
long |
getChangedCount()
Get the number of changed resources which already have been provided during an incremental update. |
java.util.Date |
getCrawlEnd()
Get the date when the crawler task was finished. |
java.util.Date |
getCrawlStart()
Get the date when the crawler task was started with the run() method. |
java.lang.String[] |
getCurrentPostprocessorDocuments()
|
java.lang.String[] |
getCurrentProviderDocuments()
|
java.lang.String[] |
getCurrentRetrieverDocuments()
Get the documents the threads are currently retrieving from the repository framework. The format of the returned Stings is |
long |
getDeletedCount()
Get the number of deleted resources which already have been provided during an incremental update. |
boolean |
getDelta()
Check, if the crawler task is doing an incremental update. |
long |
getErrorCount()
Get the number of CrawlerResources in the error-set. |
RID |
getErrorLogFileRID()
|
long |
getFilteredCount()
Get the number of filtered resources. |
long |
getFinishedCount()
Get the number of CrawlerResources in the finished-set. |
RID |
getFirstStartResource()
Get the displayname of the first start resource. |
long |
getFoundCount()
Get the number of CrawlerResources in the found-set. |
RID |
getInfoLogFileRID()
Get the RIDs of the current crawler task log files (for the first set of start resources). |
java.util.Date |
getLastUpdated()
Get the date when the summary was last updated by the crawler task in the database. |
long |
getNewCount()
Get the number of new resources which already have been provided during an incremental update. |
long |
getOldCount()
Get the number of CrawlerResources in the old-set. |
long |
getPostprocessedCount()
Get the number of CrawlerResources in the postprocessed-set. |
long |
getPostprocessingCount()
Get the number of CrawlerResources in the postprocessing-set. |
IXCrawlerTaskSummary.ThreadState[] |
getPostprocessorStates()
Get the state of the postprocessor threads. |
long |
getProcessedCount()
Get the number of processed documents. |
long |
getProcessErrorCount()
Get the number of errors which occurred while the crawler was processing resources. |
long |
getProvideErrorCount()
Get the number of errors which occurred in the result receiver while the crawler was providing resources. |
IXCrawlerTaskSummary.ThreadState[] |
getProviderStates()
Get the state of the provider threads. |
long |
getProvidingAverage()
Get the average time which has been spent for providing the last 50 resources to the result receiver in milliseconds. |
long |
getProvidingCount()
Get the number of CrawlerResources in the providing-set. |
long |
getProvidingTime()
Get the amount of time which has been spent for providing resources to the result receiver in milliseconds. |
long |
getReceivedCount()
Get the number of resources which already have been provided during a normal crawl. |
long |
getResourceErrorCount()
Get the number of errors which occurred in the repository while the crawler was retrieving resources. |
IXCrawlerTaskSummary.ThreadState[] |
getRetrieverStates()
Get the state of the retriever threads. |
long |
getRetrievingAverage()
Get the average time which has been spent for retrieving the last 50 resources from repositories in milliseconds. |
long |
getRetrievingCount()
Get the number of CrawlerResources in the retrieving-set. |
long |
getRetrievingTime()
Get the amount of time which has been spent for retrieving resources from repositories in milliseconds. |
IXCrawlerTaskSummary.TaskState |
getState()
Get the state of the crawler task. |
java.lang.String |
getSystemID()
Get the ID of the CM system the crawler tasks runs on. |
java.lang.String |
getTaskDisplayName()
Get the display name of the crawler task this summary is for. |
java.lang.String |
getTaskID()
Get the ID of the crawler task this summary is for. |
boolean |
getTest()
Check, if the crawler task runs in test mode. |
long |
getTodoCount()
Get the number of CrawlerResources in the todo-set. |
long |
getUnvisitedChangedCount()
Get the number of unvisited changed resources which already have been provided during an incremental update. |
long |
getUnvisitedCount()
Get the number of unvisited unchanged resources which already have been provided during an incremental update. |
long |
getUnvisitedDeletedCount()
Get the number of unvisited deleted resources which already have been provided during an incremental update. |
long |
getUnvisitedResourceErrorCount()
Get the number of errors which occurred in the repository while the crawler was retrieving unvisited resources. |
long |
getVersionsCount()
Get the number of provided versions. |
long |
getWaitingTime()
Get the amount of time which has been spent while waiting during request delays in milliseconds. |
| Method Detail |
public java.util.Date getLastUpdated()
public java.lang.String getTaskID()
public java.lang.String getTaskDisplayName()
public java.lang.String getSystemID()
public java.util.Date getCrawlStart()
run() method.run() methodpublic java.util.Date getCrawlEnd()
public boolean getDelta()
public boolean getTest()
public IXCrawlerTaskSummary.TaskState getState()
public long getTodoCount()
CrawlerResources in the todo-set.CrawlerResources in the todo-setpublic long getRetrievingCount()
CrawlerResources in the retrieving-set.CrawlerResources in the retrieving-setpublic long getFoundCount()
CrawlerResources in the found-set.CrawlerResources in the found-setpublic long getProvidingCount()
CrawlerResources in the providing-set.CrawlerResources in the providing-setpublic long getFinishedCount()
CrawlerResources in the finished-set.CrawlerResources in the finished-setpublic long getOldCount()
CrawlerResources in the old-set.CrawlerResources in the old-setpublic long getPostprocessingCount()
CrawlerResources in the postprocessing-set.CrawlerResources in the postprocessing-setpublic long getPostprocessedCount()
CrawlerResources in the postprocessed-set.CrawlerResources in the postprocessed-setpublic long getErrorCount()
CrawlerResources in the error-set.CrawlerResources in the error-setpublic long getReceivedCount()
public long getNewCount()
public long getChangedCount()
public long getDeletedCount()
public long getUnvisitedCount()
public long getUnvisitedChangedCount()
public long getUnvisitedDeletedCount()
public long getProcessErrorCount()
public long getProvideErrorCount()
public long getResourceErrorCount()
public long getUnvisitedResourceErrorCount()
public long getBadLinkCount()
public long getFilteredCount()
public long getVersionsCount()
public long getProcessedCount()
public long getRetrievingTime()
public long getProvidingTime()
public long getWaitingTime()
public long getRetrievingAverage()
public long getProvidingAverage()
public IXCrawlerTaskSummary.ThreadState[] getRetrieverStates()
public IXCrawlerTaskSummary.ThreadState[] getProviderStates()
public IXCrawlerTaskSummary.ThreadState[] getPostprocessorStates()
public RID getFirstStartResource()
public java.lang.String[] getCurrentRetrieverDocuments()
public java.lang.String[] getCurrentProviderDocuments()
public java.lang.String[] getCurrentPostprocessorDocuments()
public RID getInfoLogFileRID()
public RID getErrorLogFileRID()
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||