SMILA (incubation) API documentation

org.eclipse.smila.connectivity.framework.performancecounters
Interface AgentControllerPerformanceAgent

All Superinterfaces:
ManagementAgent

public interface AgentControllerPerformanceAgent
extends ManagementAgent

The Class CrawlerControllerPerformanceAgent.


Method Summary
 PerformanceCounter getAttachmentBytesTransfered()
          Gets the attachment bytes transfered.
 PerformanceCounter getAttachmentTransferRate()
          Gets the attachment transfer rate.
 PerformanceCounter getAverageDeltaIndicesProcessingTime()
          Gets the average delta indices processing time.
 PerformanceCounter getAverageRecordsProcessingTime()
          Gets the average records processing time.
 PerformanceCounter getDeltaIndices()
          Gets the delta indices.
 ErrorsBuffer getErrorBuffer()
          Gets the error buffer.
 PerformanceCounter getExceptions()
          Gets the exceptions.
 PerformanceCounter getExceptionsCritical()
          Gets the exceptions critical.
 PerformanceCounter getRecords()
          Gets the records.
 

Method Detail

getAttachmentBytesTransfered

PerformanceCounter getAttachmentBytesTransfered()
Gets the attachment bytes transfered.

Returns:
the attachment bytes transfered

getAttachmentTransferRate

PerformanceCounter getAttachmentTransferRate()
Gets the attachment transfer rate.

Returns:
the attachment transfer rate

getAverageRecordsProcessingTime

PerformanceCounter getAverageRecordsProcessingTime()
Gets the average records processing time.

Returns:
the average records processing time

getAverageDeltaIndicesProcessingTime

PerformanceCounter getAverageDeltaIndicesProcessingTime()
Gets the average delta indices processing time.

Returns:
the average records processing time

getRecords

PerformanceCounter getRecords()
Gets the records.

Returns:
the records

getExceptions

PerformanceCounter getExceptions()
Gets the exceptions.

Returns:
the exceptions

getExceptionsCritical

PerformanceCounter getExceptionsCritical()
Gets the exceptions critical.

Returns:
the exceptions critical

getDeltaIndices

PerformanceCounter getDeltaIndices()
Gets the delta indices.

Returns:
the delta indices

getErrorBuffer

ErrorsBuffer getErrorBuffer()
Gets the error buffer.

Returns:
the error buffer

SMILA (incubation) API documentation