SMILA (incubation) API documentation

org.eclipse.smila.connectivity.framework.crawler.web
Class WebCrawlerPerformanceAgent

java.lang.Object
  extended by org.eclipse.smila.connectivity.framework.performancecounters.ConnectivityPerformanceAgentBase
      extended by org.eclipse.smila.connectivity.framework.performancecounters.ConnectivityPerformanceAgent
          extended by org.eclipse.smila.connectivity.framework.crawler.web.WebCrawlerPerformanceAgent
All Implemented Interfaces:
CrawlerControllerPerformanceAgent, ManagementAgent

public class WebCrawlerPerformanceAgent
extends ConnectivityPerformanceAgent

The Class WebCrawlerPerformanceAgent.


Field Summary
 
Fields inherited from class org.eclipse.smila.connectivity.framework.performancecounters.ConnectivityPerformanceAgentBase
KBYTES, MILLISECS_IN_SEC
 
Constructor Summary
WebCrawlerPerformanceAgent()
           
 
Method Summary
 PerformanceCounter getAverageHttpFetchTime()
          Gets the average http fetch time.
 PerformanceCounter getBytes()
          Gets the bytes.
 PerformanceCounter getPages()
          Gets the pages.
 PerformanceCounter getProducerExceptions()
          Gets the producer exceptions.
 AnyMap toAny()
          
 
Methods inherited from class org.eclipse.smila.connectivity.framework.performancecounters.ConnectivityPerformanceAgent
getAverageAttachmentTransferRate, getEndDate, getImportRunId, getJobName, getOverallAverageDeltaIndicesProcessingTime, getOverallAverageRecordsProcessingTime, getStartDate, setEndDate, setImportRunId, setJobName, setStartDate
 
Methods inherited from class org.eclipse.smila.connectivity.framework.performancecounters.ConnectivityPerformanceAgentBase
getAttachmentBytesTransfered, getAttachmentTransferRate, getAverageDeltaIndicesProcessingTime, getAverageRecordsProcessingTime, getDeltaIndices, getErrorBuffer, getExceptions, getExceptionsCritical, getRecords
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebCrawlerPerformanceAgent

public WebCrawlerPerformanceAgent()
Method Detail

getBytes

public PerformanceCounter getBytes()
Gets the bytes.

Returns:
the bytes

getPages

public PerformanceCounter getPages()
Gets the pages.

Returns:
the pages

getProducerExceptions

public PerformanceCounter getProducerExceptions()
Gets the producer exceptions.

Returns:
the producer exceptions

getAverageHttpFetchTime

public PerformanceCounter getAverageHttpFetchTime()
Gets the average http fetch time.

Returns:
the average http fetch time

toAny

public AnyMap toAny()

Overrides:
toAny in class ConnectivityPerformanceAgent
Returns:
AnyMap representation of the counters.

SMILA (incubation) API documentation