bamboo.vis
Class LeafSetLatencies

java.lang.Object
  extended by bamboo.vis.LeafSetLatencies

public class LeafSetLatencies
extends Object

Print all the leaf set latencies.

Version:
$Id: LeafSetLatencies.java,v 1.2 2004/11/11 19:48:31 srhea Exp $
Author:
Sean C. Rhea

Field Summary
protected static HashSet already_probed
           
static FetchNodeInfoThread.FetchDoneCb fetch_done_cb
           
static org.apache.log4j.Logger logger
           
 
Constructor Summary
LeafSetLatencies()
           
 
Method Summary
static void main(String[] args)
           
protected static String nid2url(ostore.util.NodeId n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

already_probed

protected static HashSet already_probed

fetch_done_cb

public static FetchNodeInfoThread.FetchDoneCb fetch_done_cb

logger

public static org.apache.log4j.Logger logger
Constructor Detail

LeafSetLatencies

public LeafSetLatencies()
Method Detail

nid2url

protected static String nid2url(ostore.util.NodeId n)

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception