utils
Class HeapMonitor

java.lang.Object
  extended by utils.HeapMonitor
All Implemented Interfaces:
java.lang.Runnable

public class HeapMonitor
extends java.lang.Object
implements java.lang.Runnable


Nested Class Summary
static class HeapMonitor.Sample
           
 
Constructor Summary
HeapMonitor()
           
 
Method Summary
static HeapMonitor getInstance()
           
 java.util.List getSamples()
           
 void run()
           
static void start()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeapMonitor

public HeapMonitor()
Method Detail

getInstance

public static HeapMonitor getInstance()

getSamples

public java.util.List getSamples()

run

public void run()
Specified by:
run in interface java.lang.Runnable

start

public static void start()