demo.repair
Class RepairDHTTest
java.lang.Object
|
+--ostore.util.StandardStage
|
+--demo.repair.RepairDHTTest
- All Implemented Interfaces:
- EventHandlerIF, SingleThreadedEventHandlerIF
- public class RepairDHTTest
- extends StandardStage
- implements SingleThreadedEventHandlerIF
TODO
- Version:
- $Id: RepairDHTTest.java,v 1.14 2004/05/06 18:12:33 hweather Exp $
- Author:
- Hakim Weatherspoon
Fields inherited from class ostore.util.StandardStage |
classifier, DEBUG, event_types, inb_msg_types, logger, my_node_id, my_sink, outb_msg_types, resender, resender_tokens, serializable_types, sim_running, tag |
Constructor Summary |
RepairDHTTest()
Constructor: Creates a new RepairDHTTest stage. |
Method Summary |
void |
handleEvent(QueueElementIF item)
Specified by seda.sandStorm.api.EventHandlerIF |
void |
init(ConfigDataIF config)
Specified by seda.sandStorm.api.EventHandlerIF |
protected void |
initPublish()
initPublish initializes the node(test) by publishing
objects that other nodes will route to. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_start
protected boolean _start
_startTime
protected long _startTime
RepairDHTTest
public RepairDHTTest()
throws Exception
- Constructor: Creates a new
RepairDHTTest
stage.
handleEvent
public void handleEvent(QueueElementIF item)
throws EventHandlerException
- Specified by seda.sandStorm.api.EventHandlerIF
- Specified by:
handleEvent
in interface EventHandlerIF
EventHandlerException
init
public void init(ConfigDataIF config)
throws Exception
- Specified by seda.sandStorm.api.EventHandlerIF
- Specified by:
init
in interface EventHandlerIF
- Overrides:
init
in class StandardStage
Exception
initPublish
protected void initPublish()
initPublish
initializes the node(test) by publishing
objects that other nodes will route to.