|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ProcessTrace in org.apache.uima |
---|
Methods in org.apache.uima with parameters of type ProcessTrace | |
---|---|
void |
UimaContextAdmin.setProcessTrace(ProcessTrace aProcessTrace)
Sets the current ProcessTrace object, which will receive trace events generated by the InstrumentationFacility. |
Uses of ProcessTrace in org.apache.uima.analysis_engine |
---|
Methods in org.apache.uima.analysis_engine that return ProcessTrace | |
---|---|
ProcessTrace |
AnalysisProcessData.getProcessTrace()
Deprecated. Gets the ProcessTrace object, which is used to record which AnalysisEngine components
have executed and information, such as timing, about that execution. |
ProcessTrace |
AnalysisEngine.process(CAS aCAS)
Invokes this AnalysisEngine's analysis logic. |
ProcessTrace |
AnalysisEngine.process(CAS aCAS,
ResultSpecification aResultSpec)
Invokes this AnalysisEngine's analysis logic. |
ProcessTrace |
AnalysisEngine.process(JCas aJCas)
Similar to AnalysisEngine.process(CAS) but uses the Java-object-based JCas interface instead
of the general CAS interface. |
ProcessTrace |
AnalysisEngine.process(JCas aJCas,
ResultSpecification aResultSpec)
Similar to AnalysisEngine.process(CAS,ResultSpecification) but uses the Java-object-based
JCas interface instead of the general CAS interface. |
Methods in org.apache.uima.analysis_engine with parameters of type ProcessTrace | |
---|---|
void |
AnalysisEngine.process(CAS aCAS,
ResultSpecification aResultSpec,
ProcessTrace aTrace)
Invokes this AnalysisEngine's analysis logic. |
void |
AnalysisEngine.process(JCas aJCas,
ResultSpecification aResultSpec,
ProcessTrace aTrace)
Similar to AnalysisEngine.process(CAS, ResultSpecification, ProcessTrace) but uses the
Java-object-based JCas interface instead of the general CAS interface. |
Uses of ProcessTrace in org.apache.uima.analysis_engine.impl |
---|
Fields in org.apache.uima.analysis_engine.impl declared as ProcessTrace | |
---|---|
protected ProcessTrace |
AnalysisProcessData_impl.mProcessTrace
Deprecated. The ProcessTrace owned by this AnalysisProcessData. |
Methods in org.apache.uima.analysis_engine.impl that return ProcessTrace | |
---|---|
protected ProcessTrace |
AnalysisEngineImplBase.buildProcessTraceFromMBeanStats()
Construct a ProcessTrace object that represents the last execution of this AnalysisEngine. |
ProcessTrace |
AnalysisProcessData_impl.getProcessTrace()
Deprecated. |
ProcessTrace |
AnalysisEngineImplBase.process(CAS aCAS)
|
ProcessTrace |
AnalysisEngineImplBase.process(CAS aCAS,
ResultSpecification aResultSpec)
|
ProcessTrace |
MultiprocessingAnalysisEngine_impl.process(CAS aCAS,
ResultSpecification aResultSpec)
|
ProcessTrace |
AnalysisEngineImplBase.process(JCas aJCas)
|
ProcessTrace |
AnalysisEngineImplBase.process(JCas aJCas,
ResultSpecification aResultSpec)
|
Methods in org.apache.uima.analysis_engine.impl with parameters of type ProcessTrace | |
---|---|
void |
PearAnalysisEngineWrapper.batchProcessComplete(ProcessTrace trace)
|
void |
AnalysisEngineImplBase.batchProcessComplete(ProcessTrace aTrace)
|
protected void |
PearAnalysisEngineWrapper.buildProcessTraceFromMBeanStats(ProcessTrace trace)
|
protected void |
AggregateAnalysisEngine_impl.buildProcessTraceFromMBeanStats(ProcessTrace trace)
Construct a ProcessTrace object that represents the last execution of this AnalysisEngine. |
protected void |
AnalysisEngineImplBase.buildProcessTraceFromMBeanStats(ProcessTrace trace)
Modify an existing ProcessTrace object by adding events that represent the last excecution of this AnalysisEngine. |
void |
PearAnalysisEngineWrapper.collectionProcessComplete(ProcessTrace trace)
|
void |
AnalysisEngineImplBase.collectionProcessComplete(ProcessTrace aTrace)
|
void |
AnalysisEngineImplBase.process(CAS aCAS,
ResultSpecification aResultSpec,
ProcessTrace aTrace)
|
void |
MultiprocessingAnalysisEngine_impl.process(CAS aCAS,
ResultSpecification aResultSpec,
ProcessTrace aTrace)
|
void |
AnalysisEngineImplBase.process(JCas aJCas,
ResultSpecification aResultSpec,
ProcessTrace aTrace)
|
void |
AnnotatorContext_impl.setProcessTrace(ProcessTrace aProcessTrace)
Sets the current ProcessTrace object, which will receive trace events generated by the InstrumentationFacility. |
void |
AnalysisProcessData_impl.setProcessTrace(ProcessTrace aProcessTrace)
Deprecated. Sets the ProcessTrace object. |
Constructors in org.apache.uima.analysis_engine.impl with parameters of type ProcessTrace | |
---|---|
AnalysisProcessData_impl(CAS aCAS,
ProcessTrace aTrace)
Deprecated. Creates a new AnalysisProcessData_impl from exsiting CAS . |
Uses of ProcessTrace in org.apache.uima.analysis_engine.service.impl |
---|
Methods in org.apache.uima.analysis_engine.service.impl that return ProcessTrace | |
---|---|
ProcessTrace |
ServiceDataCargo.getProcessTrace()
Gets the ProcessTrace object from this ServiceDataCargo . |
Methods in org.apache.uima.analysis_engine.service.impl with parameters of type ProcessTrace | |
---|---|
void |
ServiceDataCargo.setProcessTrace(ProcessTrace aProcessTrace)
Sets the ProcessTrace object from this ServiceDataCargo . |
Constructors in org.apache.uima.analysis_engine.service.impl with parameters of type ProcessTrace | |
---|---|
ServiceDataCargo(CAS aCAS,
ProcessTrace aProcessTrace)
Creates a new SerializableAnalysisProcessData that contains the given
CAS and ProcessTrace . |
Uses of ProcessTrace in org.apache.uima.collection |
---|
Methods in org.apache.uima.collection that return ProcessTrace | |
---|---|
ProcessTrace |
CollectionProcessingManager.getPerformanceReport()
Gets a performance report for the processing that is currently occurring or has just completed. |
ProcessTrace |
CollectionProcessingEngine.getPerformanceReport()
Gets a performance report for the processing that is currently occurring or has just completed. |
ProcessTrace |
EntityProcessStatus.getProcessTrace()
Gets the ProcessTrace object for the Entity's processing. |
Methods in org.apache.uima.collection with parameters of type ProcessTrace | |
---|---|
void |
CasConsumer_ImplBase.batchProcessComplete(ProcessTrace arg0)
|
void |
CasConsumer_ImplBase.collectionProcessComplete(ProcessTrace arg0)
|
Uses of ProcessTrace in org.apache.uima.collection.base_cpm |
---|
Methods in org.apache.uima.collection.base_cpm that return ProcessTrace | |
---|---|
ProcessTrace |
BaseCPM.getPerformanceReport()
Gets a performance report for the processing that is currently occurring or has just completed. |
Methods in org.apache.uima.collection.base_cpm with parameters of type ProcessTrace | |
---|---|
void |
CasProcessor.batchProcessComplete(ProcessTrace aTrace)
Completes the processing of a batch. |
void |
CasDataConsumer.batchProcessComplete(ProcessTrace aTrace)
Completes the processing of a batch. |
void |
CasProcessor.collectionProcessComplete(ProcessTrace aTrace)
Completes the processing of an entire collection. |
void |
CasDataConsumer.collectionProcessComplete(ProcessTrace aTrace)
Completes the processing of an entire collection. |
Uses of ProcessTrace in org.apache.uima.collection.impl |
---|
Methods in org.apache.uima.collection.impl that return ProcessTrace | |
---|---|
ProcessTrace |
CollectionProcessingEngine_impl.getPerformanceReport()
|
ProcessTrace |
EntityProcessStatusImpl.getProcessTrace()
|
Constructors in org.apache.uima.collection.impl with parameters of type ProcessTrace | |
---|---|
EntityProcessStatusImpl(ProcessTrace p)
|
|
EntityProcessStatusImpl(ProcessTrace p,
boolean aSkip)
|
Uses of ProcessTrace in org.apache.uima.collection.impl.cpm |
---|
Methods in org.apache.uima.collection.impl.cpm that return ProcessTrace | |
---|---|
ProcessTrace |
BaseCPMImpl.getPerformanceReport()
Returns PerformanceReport for the CPM. |
ProcessTrace |
CheckpointData.getProcessTrace()
Returns current ProcessTrace object |
Methods in org.apache.uima.collection.impl.cpm with parameters of type ProcessTrace | |
---|---|
void |
BaseCPMImpl.displayStats(ProcessTrace aProcessTrace,
int aNumDocsProcessed)
Helper method to display stats and totals |
static void |
Checkpoint.printStats(ProcessTrace prT)
|
void |
CheckpointData.setProcessTrace(ProcessTrace trace)
Adds ProcessTrace to save in a checkpoint |
Constructors in org.apache.uima.collection.impl.cpm with parameters of type ProcessTrace | |
---|---|
CheckpointData(ProcessTrace aProcessTrace)
|
|
CheckpointData(ProcessTrace aProcessTrace,
SynchPoint aSynchPoint)
Initialize instance with ProcessTrace and SynchPoint |
Uses of ProcessTrace in org.apache.uima.collection.impl.cpm.container |
---|
Methods in org.apache.uima.collection.impl.cpm.container with parameters of type ProcessTrace | |
---|---|
void |
CasObjectNetworkCasProcessorImpl.batchProcessComplete(ProcessTrace aTrace)
|
void |
NetworkCasProcessorImpl.batchProcessComplete(ProcessTrace aTrace)
Notifies Network AE that end-of-batch marker has been reached. |
void |
CasObjectNetworkCasProcessorImpl.collectionProcessComplete(ProcessTrace aTrace)
Closes the connection to the remote service |
void |
NetworkCasProcessorImpl.collectionProcessComplete(ProcessTrace aTrace)
This method gets called when the CPM completes processing the collection. |
Uses of ProcessTrace in org.apache.uima.collection.impl.cpm.container.deployer |
---|
Methods in org.apache.uima.collection.impl.cpm.container.deployer with parameters of type ProcessTrace | |
---|---|
CasData[] |
VinciTAP.analyze(CasData[] aCasList,
ProcessTrace aPT,
java.lang.String aResourceName)
Main routine that sends requests to remote vinci services. |
CasData |
VinciTAP.analyze(CasData aCas,
ProcessTrace aPT,
java.lang.String aResourceName)
Performs Analysis of the CAS by the remote vinci service Cas Processor |
Uses of ProcessTrace in org.apache.uima.collection.impl.cpm.engine |
---|
Fields in org.apache.uima.collection.impl.cpm.engine declared as ProcessTrace | |
---|---|
protected ProcessTrace |
NonThreadedProcessingUnit.processingUnitProcessTrace
|
protected ProcessTrace |
ProcessingUnit.processingUnitProcessTrace
|
Methods in org.apache.uima.collection.impl.cpm.engine with parameters of type ProcessTrace | |
---|---|
protected boolean |
NonThreadedProcessingUnit.analyze(java.lang.Object[] aCasObjectList,
ProcessTrace pTrTemp)
|
protected boolean |
ProcessingUnit.analyze(java.lang.Object[] aCasObjectList,
ProcessTrace pTrTemp)
An alternate processing loop designed for the single-threaded CPM. |
protected boolean |
ProcessingUnit.processNext(java.lang.Object[] aCasObjectList,
ProcessTrace pTrTemp)
Executes the processing pipeline. |
void |
NonThreadedProcessingUnit.setProcessingUnitProcessTrace(ProcessTrace aProcessingUnitProcessTrace)
Plugs in ProcessTrace object used to collect statistics |
void |
ProcessingUnit.setProcessingUnitProcessTrace(ProcessTrace aProcessingUnitProcessTrace)
Plugs in ProcessTrace object used to collect statistics |
void |
CPMThreadGroup.setProcessTrace(ProcessTrace aProcessTrace)
|
void |
ArtifactProducer.setProcessTrace(ProcessTrace aProcTrace)
|
Constructors in org.apache.uima.collection.impl.cpm.engine with parameters of type ProcessTrace | |
---|---|
CPMEngine(CPMThreadGroup aThreadGroup,
CPEFactory aCpeFactory,
ProcessTrace aProcTr,
CheckpointData aCheckpointData)
Initializes Collection Processing Engine. |
Uses of ProcessTrace in org.apache.uima.collection.impl.cpm.utils |
---|
Methods in org.apache.uima.collection.impl.cpm.utils with parameters of type ProcessTrace | |
---|---|
static void |
CPMUtils.dumpEvents(ProcessTrace aPTr)
Dumps all events in the process trace object |
static long |
CPMUtils.extractTime(ProcessTrace aPT,
java.lang.String eventName)
Returns the total duration of a given event |
Uses of ProcessTrace in org.apache.uima.examples.cpe |
---|
Methods in org.apache.uima.examples.cpe with parameters of type ProcessTrace | |
---|---|
void |
AnnotationPrinter.batchProcessComplete(ProcessTrace aTrace)
Called when a batch of processing is completed. |
void |
AnnotationPrinter.collectionProcessComplete(ProcessTrace aTrace)
Called when the entire collection is completed. |
void |
PersonTitleDBWriterCasConsumer.collectionProcessComplete(ProcessTrace arg0)
|
Uses of ProcessTrace in org.apache.uima.impl |
---|
Methods in org.apache.uima.impl with parameters of type ProcessTrace | |
---|---|
void |
ChildUimaContext_impl.setProcessTrace(ProcessTrace aProcessTrace)
Sets the current ProcessTrace object, which will receive trace events generated by the InstrumentationFacility. |
void |
RootUimaContext_impl.setProcessTrace(ProcessTrace aProcessTrace)
Sets the current ProcessTrace object, which will receive trace events generated by the InstrumentationFacility. |
Uses of ProcessTrace in org.apache.uima.internal.util |
---|
Methods in org.apache.uima.internal.util with parameters of type ProcessTrace | |
---|---|
void |
InstrumentationFacility_impl.setProcessTrace(ProcessTrace aProcessTrace)
Sets the process trace object wrapped by this instrumentation facility. |
Constructors in org.apache.uima.internal.util with parameters of type ProcessTrace | |
---|---|
InstrumentationFacility_impl(ProcessTrace aProcessTrace)
Creates a new InstrumentationFacility_impl. |
Uses of ProcessTrace in org.apache.uima.test.junit_extension |
---|
Methods in org.apache.uima.test.junit_extension with parameters of type ProcessTrace | |
---|---|
void |
AnnotationWriter.batchProcessComplete(ProcessTrace aTrace)
|
void |
AnnotationWriter.collectionProcessComplete(ProcessTrace aTrace)
|
Uses of ProcessTrace in org.apache.uima.tools.cpm |
---|
Methods in org.apache.uima.tools.cpm with parameters of type ProcessTrace | |
---|---|
void |
PerformanceReportDialog.displayStats(ProcessTrace aProcessTrace,
int aNumDocsProcessed,
java.lang.String aStatusMessage)
|
Uses of ProcessTrace in org.apache.uima.util |
---|
Methods in org.apache.uima.util with parameters of type ProcessTrace | |
---|---|
void |
ProcessTrace.aggregate(ProcessTrace aProcessTrace)
Aggregates the information in another ProcessTrace with this one. |
Constructors in org.apache.uima.util with parameters of type ProcessTrace | |
---|---|
AnalysisEnginePerformanceReports(ProcessTrace aProcessTrace)
|
Uses of ProcessTrace in org.apache.uima.util.impl |
---|
Classes in org.apache.uima.util.impl that implement ProcessTrace | |
---|---|
class |
ProcessTrace_impl
Reference implementation of ProcessTrace . |
Methods in org.apache.uima.util.impl with parameters of type ProcessTrace | |
---|---|
void |
ProcessTrace_impl.aggregate(ProcessTrace aProcessTrace)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |