SMILA (incubation) API documentation

org.eclipse.smila.connectivity.framework.performancecounters
Class CrawlerPerformanceAgent

java.lang.Object
  extended by org.eclipse.smila.connectivity.framework.performancecounters.ConnectivityPerformanceAgentBase
      extended by org.eclipse.smila.connectivity.framework.performancecounters.CrawlerPerformanceAgent
All Implemented Interfaces:
CrawlerControllerPerformanceAgent, ManagementAgent
Direct Known Subclasses:
FileSystemCrawlerPerformanceAgent, JdbcCrawlerPerformanceAgent, WebCrawlerPerformanceAgent

public class CrawlerPerformanceAgent
extends ConnectivityPerformanceAgentBase

The Class CrawlerPerformanceAgent.


Field Summary
 
Fields inherited from class org.eclipse.smila.connectivity.framework.performancecounters.ConnectivityPerformanceAgentBase
KBYTES, MILLISECS_IN_SEC
 
Constructor Summary
CrawlerPerformanceAgent()
          Instantiates a new crawler performance agent.
 
Method Summary
 double getAverageAttachmentTransferRate()
          
 java.util.Date getEndDate()
          Gets the end date.
 java.lang.String getJobId()
          Gets the jobId.
 double getOverallAverageDeltaIndicesProcessingTime()
          
 double getOverallAverageRecordsProcessingTime()
          
 java.util.Date getStartDate()
          Gets the start date.
 void setEndDate(java.util.Date endDate)
          Sets the end date.
 void setJobId(java.lang.String jobId)
          Sets the jobId.
 void setStartDate(java.util.Date date)
          Sets the start date.
 
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

CrawlerPerformanceAgent

public CrawlerPerformanceAgent()
Instantiates a new crawler performance agent.

Method Detail

getAverageAttachmentTransferRate

public double getAverageAttachmentTransferRate()

See Also:
.CrawlerControllerPerformanceAgent#getAverageAttachmentTransferRate()

getOverallAverageDeltaIndicesProcessingTime

public double getOverallAverageDeltaIndicesProcessingTime()

See Also:
.CrawlerControllerPerformanceAgent#getOverallAverageDeltaIndicesProcessingTime()

getOverallAverageRecordsProcessingTime

public double getOverallAverageRecordsProcessingTime()

See Also:
.CrawlerControllerPerformanceAgent#getOverallAverageRecordsProcessingTime()

getStartDate

public java.util.Date getStartDate()
Gets the start date.

Returns:
the start date

setStartDate

public void setStartDate(java.util.Date date)
Sets the start date.

Parameters:
date - the new start date

getEndDate

public java.util.Date getEndDate()
Gets the end date.

Returns:
the end date

setEndDate

public void setEndDate(java.util.Date endDate)
Sets the end date.

Parameters:
endDate - the new end date

getJobId

public java.lang.String getJobId()
Gets the jobId.

Returns:
the jobId

setJobId

public void setJobId(java.lang.String jobId)
Sets the jobId.

Parameters:
jobId - the jobId

SMILA (incubation) API documentation