|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.aae.monitor.statistics.AnalysisEnginePerformanceMetrics
public class AnalysisEnginePerformanceMetrics
Contains information about the processing of a CAS in a component of an Analysis Engine
Constructor Summary | |
---|---|
AnalysisEnginePerformanceMetrics(String name,
String uniqueName,
long analysisTime,
long numProcessed)
Creates a performance metrics instance |
Method Summary | |
---|---|
long |
getAnalysisTime()
Gets the elapsed time the CAS spent analyzing this component |
String |
getName()
Gets the local name of the component as specified in the aggregate |
long |
getNumProcessed()
Gets the total number of CASes processed by this component so far |
String |
getUniqueName()
Gets the unique name of the component reflecting its location in the aggregate hierarchy |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnalysisEnginePerformanceMetrics(String name, String uniqueName, long analysisTime, long numProcessed)
Method Detail |
---|
public String getName()
public String getUniqueName()
public long getAnalysisTime()
public long getNumProcessed()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |