public interface DocumentProgressListener extends PipelineProgressListener
Modifier and Type | Method and Description |
---|---|
void |
reportFlatteningPreProcessingFinish(PipelineLocationEntry ple,
long elapsedTimeNS,
long threadCPUTimeNS)
Report the flattening pre-processing stage finishes.
|
void |
reportFlatteningPreProcessingStart(PipelineLocationEntry ple)
Report the flattening pre-processing stage starts.
|
reportCompareFinish, reportCompareHeartbeat, reportCompareStart, reportFilterFinish, reportFilterOrSubchainSkipped, reportFilterStart, reportLoadFinish, reportLoadStart, reportNumberOfStages, reportSaveFinish, reportSaveStart, reportSubchainEnter, reportSubchainExit
void reportFlatteningPreProcessingStart(PipelineLocationEntry ple)
ple
- The location, which will be either 'input-a' or 'input-b'.void reportFlatteningPreProcessingFinish(PipelineLocationEntry ple, long elapsedTimeNS, long threadCPUTimeNS)
ple
- The location, which will be either 'input-a' or 'input-b'.elapsedTimeNS
- The elapsed time taken to execute the filter (in nanoseconds).threadCPUTimeNS
- The CPU time taken to execute this filter (in nanoseconds).