SMILA (incubation) API documentation

org.eclipse.smila.connectivity.framework.performancecounters
Class CrawlerControllerPerformanceCounterHelper

java.lang.Object
  extended by org.eclipse.smila.connectivity.framework.performancecounters.ConnectivityPerformanceCounterHelperBase<ConnectivityPerformanceAgent>
      extended by org.eclipse.smila.connectivity.framework.performancecounters.CrawlerControllerPerformanceCounterHelper

public class CrawlerControllerPerformanceCounterHelper
extends ConnectivityPerformanceCounterHelperBase<ConnectivityPerformanceAgent>

The Class CrawlerControllerPerformanceCounterHelper.


Field Summary
 
Fields inherited from class org.eclipse.smila.connectivity.framework.performancecounters.ConnectivityPerformanceCounterHelperBase
_agentClass, _controllerAgent, _instanceAgent, _log, _typeAgent
 
Constructor Summary
CrawlerControllerPerformanceCounterHelper(DataSourceConnectionConfig configuration, int hashCode)
          Instantiates a new crawler controller performance counter helper.
 
Method Summary
protected  java.lang.String getdateConnectionIdSuffix()
          
protected  java.lang.String getPerformanceAgentCategory()
          
protected  java.lang.String getPerformanceAgentLocation()
          Sets the crawler start date.
protected  ConnectivityPerformanceAgent initAgent(ManagementAgentLocation location)
          Inits the agent.
 void setCrawlerEndDate(java.util.Date date)
          Deprecated. use setEndDate instead.
 void setCrawlerStartDate(java.util.Date date)
          Deprecated. use setStartDate instead.
 
Methods inherited from class org.eclipse.smila.connectivity.framework.performancecounters.ConnectivityPerformanceCounterHelperBase
addCriticalException, addException, addException, getInstanceAgent, increment, incrementAttachmentBytes, incrementBy, incrementDeltaIndices, incrementDeltaIndicesBy, incrementRecords, incrementRecordsBy, setEndDate, setImportRunId, setJobName, setStartDate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrawlerControllerPerformanceCounterHelper

public CrawlerControllerPerformanceCounterHelper(DataSourceConnectionConfig configuration,
                                                 int hashCode)
Instantiates a new crawler controller performance counter helper.

Parameters:
configuration - the configuration
hashCode - the hash code
Method Detail

getPerformanceAgentLocation

protected java.lang.String getPerformanceAgentLocation()
Sets the crawler start date.

Specified by:
getPerformanceAgentLocation in class ConnectivityPerformanceCounterHelperBase<ConnectivityPerformanceAgent>
Returns:
the performance agent location.

getPerformanceAgentCategory

protected java.lang.String getPerformanceAgentCategory()

Specified by:
getPerformanceAgentCategory in class ConnectivityPerformanceCounterHelperBase<ConnectivityPerformanceAgent>
Returns:
the performance agent category.

getdateConnectionIdSuffix

protected java.lang.String getdateConnectionIdSuffix()

Specified by:
getdateConnectionIdSuffix in class ConnectivityPerformanceCounterHelperBase<ConnectivityPerformanceAgent>
Returns:
the data connection id suffix.

initAgent

protected ConnectivityPerformanceAgent initAgent(ManagementAgentLocation location)
Inits the agent.

Specified by:
initAgent in class ConnectivityPerformanceCounterHelperBase<ConnectivityPerformanceAgent>
Parameters:
location - the location
Returns:
the agent type

setCrawlerStartDate

@Deprecated
public void setCrawlerStartDate(java.util.Date date)
Deprecated. use setStartDate instead.

sets the crawler start date.

Parameters:
date - the start date

setCrawlerEndDate

@Deprecated
public void setCrawlerEndDate(java.util.Date date)
Deprecated. use setEndDate instead.

sets the crawler end date.

Parameters:
date - the end date

SMILA (incubation) API documentation