org.apache.uima.aae.controller
Class PrimitiveAnalysisEngineController_impl.StackDumpTimer

java.lang.Object
  extended by org.apache.uima.aae.controller.PrimitiveAnalysisEngineController_impl.StackDumpTimer
Enclosing class:
PrimitiveAnalysisEngineController_impl

public class PrimitiveAnalysisEngineController_impl.StackDumpTimer
extends java.lang.Object

The HeapDumpTimer is optionally used to dump the heap if a task takes too much time to finish. It is enabled from the System property -DheapDumpThreshold= where x is a number of seconds the task is allowed to complete. If the task is not completed, the heap dump will be created.


Constructor Summary
PrimitiveAnalysisEngineController_impl.StackDumpTimer(int seconds)
           
 
Method Summary
 void cancel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimitiveAnalysisEngineController_impl.StackDumpTimer

public PrimitiveAnalysisEngineController_impl.StackDumpTimer(int seconds)
Method Detail

cancel

public void cancel()


Copyright © 2012. All Rights Reserved.