ePOST API

rice.visualization.server
Class GCPanelCreator

java.lang.Object
  extended by rice.visualization.server.GCPanelCreator
All Implemented Interfaces:
PanelCreator

public class GCPanelCreator
extends java.lang.Object
implements PanelCreator


Field Summary
protected  Logger logger
          Lazilly constructed.
static int NUM_DATA_POINTS
           
static int NUM_HOURS
           
protected  GCPastImpl past
           
static int UPDATE_TIME
           
 
Constructor Summary
GCPanelCreator(Timer timer, Past past)
           
 
Method Summary
 DataPanel createPanel(java.lang.Object[] objects)
           
protected  DataPanel createPanel(PastryNode node, GCPastImpl past, StorageManager manager)
           
protected  double[] getCollectedArray()
           
protected  double[] getExpirationArray()
           
protected  double[] getExpirations()
           
protected  double[] getRefreshedArray()
           
protected  double[] getTimeArray()
           
protected  void updateData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NUM_DATA_POINTS

public static int NUM_DATA_POINTS

UPDATE_TIME

public static int UPDATE_TIME

NUM_HOURS

public static int NUM_HOURS

past

protected GCPastImpl past

logger

protected Logger logger
Lazilly constructed.

Constructor Detail

GCPanelCreator

public GCPanelCreator(Timer timer,
                      Past past)
Method Detail

createPanel

public DataPanel createPanel(java.lang.Object[] objects)
Specified by:
createPanel in interface PanelCreator

createPanel

protected DataPanel createPanel(PastryNode node,
                                GCPastImpl past,
                                StorageManager manager)

getExpirationArray

protected double[] getExpirationArray()

getExpirations

protected double[] getExpirations()

getTimeArray

protected double[] getTimeArray()

getCollectedArray

protected double[] getCollectedArray()

getRefreshedArray

protected double[] getRefreshedArray()

updateData

protected void updateData()

ePOST API

Copyright © 2001-2005 - Rice Pastry.