org.apache.blur.utils
Class GCWatcherJdk6

java.lang.Object
  extended by java.util.TimerTask
      extended by org.apache.blur.utils.GCWatcherJdk6
All Implemented Interfaces:
Runnable

public class GCWatcherJdk6
extends TimerTask


Method Summary
static void init(double ratio)
           
static void registerAction(GCAction action)
           
 void run()
           
static void shutdown()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

registerAction

public static void registerAction(GCAction action)

shutdown

public static void shutdown()

run

public void run()
Specified by:
run in interface Runnable
Specified by:
run in class TimerTask

init

public static void init(double ratio)


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.