|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.connectivity.framework.performancecounters.ConnectivityPerformanceAgentBase
org.eclipse.smila.connectivity.framework.performancecounters.CrawlerPerformanceAgent
public class CrawlerPerformanceAgent
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. |
double |
getOverallAverageDeltaIndicesProcessingTime()
|
double |
getOverallAverageRecordsProcessingTime()
|
java.util.Date |
getStartDate()
Gets the start date. |
void |
setEndDate(java.util.Date endDate)
Sets the end date. |
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 |
|---|
public CrawlerPerformanceAgent()
| Method Detail |
|---|
public double getAverageAttachmentTransferRate()
.CrawlerControllerPerformanceAgent#getAverageAttachmentTransferRate()public double getOverallAverageDeltaIndicesProcessingTime()
.CrawlerControllerPerformanceAgent#getOverallAverageDeltaIndicesProcessingTime()public double getOverallAverageRecordsProcessingTime()
.CrawlerControllerPerformanceAgent#getOverallAverageRecordsProcessingTime()public java.util.Date getStartDate()
public void setStartDate(java.util.Date date)
date - the new start datepublic java.util.Date getEndDate()
public void setEndDate(java.util.Date endDate)
endDate - the new end date
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||