Modifier and Type | Method and Description |
---|---|
void |
UimaContextAdmin.setProcessTrace(ProcessTrace aProcessTrace)
Sets the current ProcessTrace object, which will receive trace events generated by the
InstrumentationFacility.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Field and Description |
---|---|
protected ProcessTrace |
AnalysisProcessData_impl.mProcessTrace
Deprecated.
The ProcessTrace owned by this AnalysisProcessData.
|
Modifier and Type | Method and Description |
---|---|
protected ProcessTrace |
AnalysisEngineImplBase.buildProcessTraceFromMBeanStats() |
ProcessTrace |
AnalysisProcessData_impl.getProcessTrace()
Deprecated.
|
ProcessTrace |
MultiprocessingAnalysisEngine_impl.process(CAS aCAS) |
ProcessTrace |
AnalysisEngineImplBase.process(CAS aCAS) |
ProcessTrace |
MultiprocessingAnalysisEngine_impl.process(CAS aCAS,
ResultSpecification aResultSpec) |
ProcessTrace |
AnalysisEngineImplBase.process(CAS aCAS,
ResultSpecification aResultSpec) |
ProcessTrace |
MultiprocessingAnalysisEngine_impl.process(JCas aJCas) |
ProcessTrace |
AnalysisEngineImplBase.process(JCas aJCas) |
ProcessTrace |
MultiprocessingAnalysisEngine_impl.process(JCas aJCas,
ResultSpecification aResultSpec) |
ProcessTrace |
AnalysisEngineImplBase.process(JCas aJCas,
ResultSpecification aResultSpec) |
Modifier and Type | Method and Description |
---|---|
void |
PearAnalysisEngineWrapper.batchProcessComplete(ProcessTrace trace) |
void |
AnalysisEngineImplBase.batchProcessComplete(ProcessTrace aTrace) |
protected void |
AggregateAnalysisEngine_impl.buildProcessTraceFromMBeanStats(ProcessTrace trace)
Construct a ProcessTrace object that represents the last execution of this AnalysisEngine.
|
protected void |
PearAnalysisEngineWrapper.buildProcessTraceFromMBeanStats(ProcessTrace trace) |
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 |
MultiprocessingAnalysisEngine_impl.process(CAS aCAS,
ResultSpecification aResultSpec,
ProcessTrace aTrace) |
void |
AnalysisEngineImplBase.process(CAS aCAS,
ResultSpecification aResultSpec,
ProcessTrace aTrace) |
void |
MultiprocessingAnalysisEngine_impl.process(JCas aJCas,
ResultSpecification aResultSpec,
ProcessTrace aTrace) |
void |
AnalysisEngineImplBase.process(JCas aJCas,
ResultSpecification aResultSpec,
ProcessTrace aTrace) |
void |
AnalysisProcessData_impl.setProcessTrace(ProcessTrace aProcessTrace)
Deprecated.
Sets the ProcessTrace object.
|
void |
AnnotatorContext_impl.setProcessTrace(ProcessTrace aProcessTrace)
Sets the current ProcessTrace object, which will receive trace events generated by the
InstrumentationFacility.
|
Constructor and Description |
---|
AnalysisProcessData_impl(CAS aCAS,
ProcessTrace aTrace)
Deprecated.
Creates a new AnalysisProcessData_impl from exsiting
CAS . |
Modifier and Type | Method and Description |
---|---|
ProcessTrace |
ServiceDataCargo.getProcessTrace()
Gets the ProcessTrace object from this
ServiceDataCargo . |
Modifier and Type | Method and Description |
---|---|
void |
ServiceDataCargo.setProcessTrace(ProcessTrace aProcessTrace)
Sets the ProcessTrace object from this
ServiceDataCargo . |
Constructor and Description |
---|
ServiceDataCargo(CAS aCAS,
ProcessTrace aProcessTrace)
Creates a new
SerializableAnalysisProcessData that contains the given
CAS and ProcessTrace . |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
void |
CasConsumer_ImplBase.batchProcessComplete(ProcessTrace arg0) |
void |
CasConsumer_ImplBase.collectionProcessComplete(ProcessTrace arg0) |
Modifier and Type | Method and Description |
---|---|
ProcessTrace |
BaseCPM.getPerformanceReport()
Gets a performance report for the processing that is currently occurring or has just completed.
|
Modifier and Type | Method and Description |
---|---|
void |
CasDataConsumer.batchProcessComplete(ProcessTrace aTrace)
Completes the processing of a batch.
|
void |
CasProcessor.batchProcessComplete(ProcessTrace aTrace)
Completes the processing of a batch.
|
void |
CasDataConsumer.collectionProcessComplete(ProcessTrace aTrace)
Completes the processing of an entire collection.
|
void |
CasProcessor.collectionProcessComplete(ProcessTrace aTrace)
Completes the processing of an entire collection.
|
Modifier and Type | Method and Description |
---|---|
ProcessTrace |
CollectionProcessingEngine_impl.getPerformanceReport() |
ProcessTrace |
EntityProcessStatusImpl.getProcessTrace() |
Constructor and Description |
---|
EntityProcessStatusImpl(ProcessTrace p) |
EntityProcessStatusImpl(ProcessTrace p,
boolean aSkip) |
Modifier and Type | Method and Description |
---|---|
ProcessTrace |
BaseCPMImpl.getPerformanceReport()
Returns PerformanceReport for the CPM.
|
ProcessTrace |
CheckpointData.getProcessTrace()
Returns current ProcessTrace object
|
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
CheckpointData(ProcessTrace aProcessTrace) |
CheckpointData(ProcessTrace aProcessTrace,
SynchPoint aSynchPoint)
Initialize instance with ProcessTrace and SynchPoint
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
CasData[] |
VinciTAP.analyze(CasData[] aCasList,
ProcessTrace aPT,
String aResourceName)
Main routine that sends requests to remote vinci services.
|
CasData |
VinciTAP.analyze(CasData aCas,
ProcessTrace aPT,
String aResourceName)
Performs Analysis of the CAS by the remote vinci service Cas Processor
|
Modifier and Type | Field and Description |
---|---|
protected ProcessTrace |
ProcessingUnit.processingUnitProcessTrace |
protected ProcessTrace |
NonThreadedProcessingUnit.processingUnitProcessTrace |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ProcessingUnit.analyze(Object[] aCasObjectList,
ProcessTrace pTrTemp)
An alternate processing loop designed for the single-threaded CPM.
|
protected boolean |
NonThreadedProcessingUnit.analyze(Object[] aCasObjectList,
ProcessTrace pTrTemp) |
protected boolean |
ProcessingUnit.processNext(Object[] aCasObjectList,
ProcessTrace pTrTemp)
Executes the processing pipeline.
|
void |
ProcessingUnit.setProcessingUnitProcessTrace(ProcessTrace aProcessingUnitProcessTrace)
Plugs in ProcessTrace object used to collect statistics
|
void |
NonThreadedProcessingUnit.setProcessingUnitProcessTrace(ProcessTrace aProcessingUnitProcessTrace)
Plugs in ProcessTrace object used to collect statistics
|
void |
CPMThreadGroup.setProcessTrace(ProcessTrace aProcessTrace) |
void |
ArtifactProducer.setProcessTrace(ProcessTrace aProcTrace) |
Constructor and Description |
---|
CPMEngine(CPMThreadGroup aThreadGroup,
CPEFactory aCpeFactory,
ProcessTrace aProcTr,
CheckpointData aCheckpointData)
Initializes Collection Processing Engine.
|
Modifier and Type | Method and Description |
---|---|
static void |
CPMUtils.dumpEvents(ProcessTrace aPTr)
Dumps all events in the process trace object
|
static long |
CPMUtils.extractTime(ProcessTrace aPT,
String eventName)
Returns the total duration of a given event
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
InstrumentationFacility_impl.setProcessTrace(ProcessTrace aProcessTrace)
Sets the process trace object wrapped by this instrumentation facility.
|
Constructor and Description |
---|
InstrumentationFacility_impl(ProcessTrace aProcessTrace)
Creates a new InstrumentationFacility_impl.
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotationWriter.batchProcessComplete(ProcessTrace aTrace) |
void |
AnnotationWriter.collectionProcessComplete(ProcessTrace aTrace) |
Modifier and Type | Method and Description |
---|---|
void |
PerformanceReportDialog.displayStats(ProcessTrace aProcessTrace,
int aNumDocsProcessed,
String aStatusMessage) |
Modifier and Type | Method and Description |
---|---|
void |
ProcessTrace.aggregate(ProcessTrace aProcessTrace)
Aggregates the information in another
ProcessTrace with this one. |
Constructor and Description |
---|
AnalysisEnginePerformanceReports(ProcessTrace aProcessTrace) |
Modifier and Type | Class and Description |
---|---|
class |
ProcessTrace_impl
Reference implementation of
ProcessTrace . |
Modifier and Type | Field and Description |
---|---|
static ProcessTrace |
ProcessTrace_impl.disabledProcessTrace |
Modifier and Type | Method and Description |
---|---|
void |
ProcessTrace_impl.aggregate(ProcessTrace aProcessTrace) |
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.