|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Crawler statistics interface.
Copyright 2004 SAP AG
| Method Summary | |
ICrawlerVisitedEntryList |
getActiveEntries()
Deprecated. Get the list of visited entries for resources currently being processed by the crawler. |
long |
getActiveThreadCount()
Deprecated. Get the number of active threads for this crawl. |
long |
getAverageSpeed()
Deprecated. Get the average time per document. |
long |
getChangedDocumentCount()
Deprecated. Get the number of changed documents for the last/current delta crawl. |
long |
getCrawlTime()
Deprecated. Get the duration of the last/current crawl. |
long |
getDeletedDocumentCount()
Deprecated. Get the number of deleted documents for the last/current delta crawl. |
long |
getDocumentCount()
Deprecated. Get the number of crawled documents for the last/current crawl. |
long |
getExceptionCount()
Deprecated. Get the number of exceptions which happend during the crawl. |
long |
getFileCount()
Deprecated. Get the number of crawled files for the last/current crawl. |
long |
getFolderCount()
Deprecated. Get the number of crawled folders for the last/current crawl. |
long |
getFoundCount()
Deprecated. Get the number of documents in the found list for the current crawl. |
java.util.Date |
getLastDate()
Deprecated. Get the date when the last counted document. |
java.lang.Thread |
getMainThread()
Deprecated. Get the crawler's main thread if running. |
long |
getNewDocumentCount()
Deprecated. Get the number of new documents for the last/current delta crawl. |
long |
getRepositoryRatio()
Deprecated. Get the ratio of the time spent for getting the resource (in the repository) vs. processing the found resources (by the result receiver). 100 percent means that all the time was consumed for retrieving the resources, 0 percent means that all time was consumed by the result receiver. |
java.util.Date |
getStartDate()
Deprecated. Get the start date of the last/current crawl. |
java.util.Date |
getStopDate()
Deprecated. Get the stop date of the last crawl. |
java.util.Collection |
getThreads()
Deprecated. Get the crawler's threads if running. |
long |
getToDoCount()
Deprecated. Get the number of documents in the todo list for the current crawl. |
boolean |
isDelta()
Deprecated. Test, if the crawler performs a delta crawl. |
boolean |
wasAbnormalEnd()
Deprecated. Get the "abnormal end" flag. |
boolean |
wasStopped()
Deprecated. Get the "stopped" flag. |
| Method Detail |
public boolean isDelta()
true if and only if the crawler performs a delta crawl.public java.lang.Thread getMainThread()
Thread with the crawler's main thread or
null if the crawler's not running.public java.util.Collection getThreads()
Collection of threads with the crawler's threads or
null if the crawler's not running.public java.util.Date getStartDate()
Date with the start of the last crawl.public java.util.Date getStopDate()
Date with the stop of the last crawl or
null if the crawler is still running.public java.util.Date getLastDate()
Date with the time, when the last document was
counted or null if the crawler is not running.public long getCrawlTime()
long with the elapsed time (if the crawler
is currently running) or with the delta of stop-start (for the
last crawl). The time is given in milli-seconds.public long getToDoCount()
long with the number of todo entries.public long getFoundCount()
long with the number of found entries.public long getDocumentCount()
long with the number of crawled documents.public long getFolderCount()
long with the number of crawled folders.public long getFileCount()
long with the number of crawled files.public long getNewDocumentCount()
long with the number of new documents.public long getChangedDocumentCount()
long with the number of changed documents.public long getDeletedDocumentCount()
long with the number of deleted documents.public long getExceptionCount()
long with the number of exceptions.public long getAverageSpeed()
long with the average time per document in
milli-seconds.public long getRepositoryRatio()
long with the ratio in percent times 100
(percent * 100).public long getActiveThreadCount()
long with the # of active threads.public boolean wasStopped()
boolean trueif the crawler was stopped
by an administrator, false if not.public boolean wasAbnormalEnd()
boolean trueif the crawler terminated
abnormally, false if not.public ICrawlerVisitedEntryList getActiveEntries()
isFound() == false are processed by the
retrievers, those with isFound() == true are processed by
the providers.ICrawlerVisitedList with the list of visited
entries.
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||