SMILA (incubation) API documentation

org.eclipse.smila.connectivity.framework.crawler.jdbc
Class JdbcCrawlerPerformanceAgent

java.lang.Object
  extended by org.eclipse.smila.connectivity.framework.performancecounters.ConnectivityPerformanceAgentBase
      extended by org.eclipse.smila.connectivity.framework.performancecounters.CrawlerPerformanceAgent
          extended by org.eclipse.smila.connectivity.framework.crawler.jdbc.JdbcCrawlerPerformanceAgent
All Implemented Interfaces:
CrawlerControllerPerformanceAgent, ManagementAgent

public class JdbcCrawlerPerformanceAgent
extends CrawlerPerformanceAgent

The Class JdbcCrawlerPerformanceAgent.


Field Summary
 
Fields inherited from class org.eclipse.smila.connectivity.framework.performancecounters.ConnectivityPerformanceAgentBase
KBYTES, MILLISECS_IN_SEC
 
Constructor Summary
JdbcCrawlerPerformanceAgent()
           
 
Method Summary
 PerformanceCounter getDatabaseRows()
          Gets the database rows.
 PerformanceCounter getDataRefsCreated()
          Gets the data refs created.
 PerformanceCounter getDataRefsRetrievedByClient()
          Gets the data refs retrieved by client.
 PerformanceCounter getProducerCriticalExceptions()
          Gets the producer critical exceptions.
 PerformanceCounter getProducerExceptions()
          Gets the producer exceptions.
 PerformanceCounter getRecordsCreated()
          Gets the records created.
 
Methods inherited from class org.eclipse.smila.connectivity.framework.performancecounters.CrawlerPerformanceAgent
getAverageAttachmentTransferRate, getEndDate, getJobId, getOverallAverageDeltaIndicesProcessingTime, getOverallAverageRecordsProcessingTime, getStartDate, setEndDate, setJobId, 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

JdbcCrawlerPerformanceAgent

public JdbcCrawlerPerformanceAgent()
Method Detail

getDatabaseRows

public PerformanceCounter getDatabaseRows()
Gets the database rows.

Returns:
the database rows

getProducerExceptions

public PerformanceCounter getProducerExceptions()
Gets the producer exceptions.

Returns:
the producer exceptions

getProducerCriticalExceptions

public PerformanceCounter getProducerCriticalExceptions()
Gets the producer critical exceptions.

Returns:
the producer critical exceptions

getDataRefsCreated

public PerformanceCounter getDataRefsCreated()
Gets the data refs created.

Returns:
the data refs created

getRecordsCreated

public PerformanceCounter getRecordsCreated()
Gets the records created.

Returns:
the records created

getDataRefsRetrievedByClient

public PerformanceCounter getDataRefsRetrievedByClient()
Gets the data refs retrieved by client.

Returns:
the data refs retrieved by client

SMILA (incubation) API documentation