|
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.ConnectivityPerformanceCounterHelperBase<AgentType>
org.eclipse.smila.connectivity.framework.performancecounters.CrawlerPerformanceCounterHelper<AgentType>
AgentType - real agent classpublic class CrawlerPerformanceCounterHelper<AgentType extends ConnectivityPerformanceAgent>
The Class CrawlerPerformanceCounterHelper.
| Field Summary |
|---|
| Fields inherited from class org.eclipse.smila.connectivity.framework.performancecounters.ConnectivityPerformanceCounterHelperBase |
|---|
_agentClass, _controllerAgent, _instanceAgent, _log, _typeAgent |
| Constructor Summary | |
|---|---|
CrawlerPerformanceCounterHelper(DataSourceConnectionConfig configuration,
int hashCode,
java.lang.Class<AgentType> agentClass)
Instantiates a new crawler 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 AgentType |
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 |
|---|
public CrawlerPerformanceCounterHelper(DataSourceConnectionConfig configuration,
int hashCode,
java.lang.Class<AgentType> agentClass)
configuration - the configurationhashCode - the hash codeagentClass - the agent class| Method Detail |
|---|
protected java.lang.String getPerformanceAgentLocation()
getPerformanceAgentLocation in class ConnectivityPerformanceCounterHelperBase<AgentType extends ConnectivityPerformanceAgent>protected java.lang.String getPerformanceAgentCategory()
getPerformanceAgentCategory in class ConnectivityPerformanceCounterHelperBase<AgentType extends ConnectivityPerformanceAgent>protected java.lang.String getdateConnectionIdSuffix()
getdateConnectionIdSuffix in class ConnectivityPerformanceCounterHelperBase<AgentType extends ConnectivityPerformanceAgent>protected AgentType initAgent(ManagementAgentLocation location)
initAgent in class ConnectivityPerformanceCounterHelperBase<AgentType extends ConnectivityPerformanceAgent>location - the location
@Deprecated public void setCrawlerStartDate(java.util.Date date)
date - the start date@Deprecated public void setCrawlerEndDate(java.util.Date date)
date - the end date
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||