SMILA (incubation) API documentation

org.eclipse.smila.connectivity.framework.crawler.filesystem
Class FileSystemCrawlerPerformanceAgent

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.filesystem.FileSystemCrawlerPerformanceAgent
All Implemented Interfaces:
CrawlerControllerPerformanceAgent, ManagementAgent

public class FileSystemCrawlerPerformanceAgent
extends CrawlerPerformanceAgent

The Class FileSystemCrawlerPerformanceAgent.


Field Summary
 
Fields inherited from class org.eclipse.smila.connectivity.framework.performancecounters.ConnectivityPerformanceAgentBase
KBYTES, MILLISECS_IN_SEC
 
Constructor Summary
FileSystemCrawlerPerformanceAgent()
           
 
Method Summary
 PerformanceCounter getFiles()
          Gets the files.
 PerformanceCounter getFolders()
          Gets the folders.
 PerformanceCounter getProducerExceptions()
          Gets the producer exceptions.
 
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

FileSystemCrawlerPerformanceAgent

public FileSystemCrawlerPerformanceAgent()
Method Detail

getFiles

public PerformanceCounter getFiles()
Gets the files.

Returns:
the files

getFolders

public PerformanceCounter getFolders()
Gets the folders.

Returns:
the folders

getProducerExceptions

public PerformanceCounter getProducerExceptions()
Gets the producer exceptions.

Returns:
the producer exceptions

SMILA (incubation) API documentation