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.ConnectivityPerformanceAgent
          extended by org.eclipse.smila.connectivity.framework.crawler.filesystem.FileSystemCrawlerPerformanceAgent
All Implemented Interfaces:
CrawlerControllerPerformanceAgent, ManagementAgent

public class FileSystemCrawlerPerformanceAgent
extends ConnectivityPerformanceAgent

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.
 AnyMap toAny()
          
 
Methods inherited from class org.eclipse.smila.connectivity.framework.performancecounters.ConnectivityPerformanceAgent
getAverageAttachmentTransferRate, getEndDate, getImportRunId, getJobName, getOverallAverageDeltaIndicesProcessingTime, getOverallAverageRecordsProcessingTime, getStartDate, setEndDate, setImportRunId, setJobName, 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

toAny

public AnyMap toAny()

Overrides:
toAny in class ConnectivityPerformanceAgent
Returns:
AnyMap representation of the counters.

SMILA (incubation) API documentation