public class AnalysisEnginePerformanceMetrics extends Object implements Serializable
Constructor and Description |
---|
AnalysisEnginePerformanceMetrics(String name,
String uimaContextPath,
long analysisTime,
long numProcessed)
Creates a performance metrics instance
|
Modifier and Type | Method and Description |
---|---|
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
|
public String getName()
public String getUniqueName()
public long getAnalysisTime()
public long getNumProcessed()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.