bamboo.router
Class PrintLeafSets
java.lang.Object
bamboo.util.StandardStage
bamboo.router.PrintLeafSets
- All Implemented Interfaces:
- EventHandlerIF, SingleThreadedEventHandlerIF
public class PrintLeafSets
- extends StandardStage
- implements SingleThreadedEventHandlerIF
Prints the leaf sets of a ring, given a gateway node.
- Version:
- $Id: PrintLeafSets.java,v 1.15 2004/02/13 04:28:01 srhea Exp $
- Author:
- Sean C. Rhea
| Methods inherited from class bamboo.util.StandardStage |
BUG, BUG, BUG, config_get_boolean, config_get_double, config_get_int, config_get_string, configGetInt, destroy, dispatch, enqueue, handleEvents, lookup_stage, now_ms, timer_ms |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
gateway
protected ostore.util.NodeId gateway
done
protected Map done
info
protected Map info
pending
protected Set pending
PrintLeafSets
public PrintLeafSets()
throws Exception
- Throws:
Exception
init
public void init(ConfigDataIF config)
throws Exception
- Specified by:
init in interface EventHandlerIF- Overrides:
init in class StandardStage
- Throws:
Exception
handleEvent
public void handleEvent(QueueElementIF item)
- Specified by:
handleEvent in interface EventHandlerIF- Overrides:
handleEvent in class StandardStage