|
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
org.eclipse.smila.connectivity.framework.crawler.jdbc.JdbcCrawlerPerformanceAgent
public class JdbcCrawlerPerformanceAgent
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 |
---|
public JdbcCrawlerPerformanceAgent()
Method Detail |
---|
public PerformanceCounter getDatabaseRows()
public PerformanceCounter getProducerExceptions()
public PerformanceCounter getProducerCriticalExceptions()
public PerformanceCounter getDataRefsCreated()
public PerformanceCounter getRecordsCreated()
public PerformanceCounter getDataRefsRetrievedByClient()
|
SMILA (incubation) API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |