ostore.bloom
Class BloomStage
java.lang.Object
|
+--ostore.bloom.BloomStage
- All Implemented Interfaces:
- EventHandlerIF
- public class BloomStage
- extends Object
- implements EventHandlerIF
The probabilistic location stage.
- Version:
- $Id: BloomStage.java,v 1.8 2002/03/27 03:52:51 srhea Exp $
- Author:
- Sean C. Rhea
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BloomStage
public BloomStage()
instance
public static BloomStage instance(NodeId node_id)
init
public void init(ConfigDataIF config)
throws Exception
- Specified by:
init
in interface EventHandlerIF
destroy
public void destroy()
throws Exception
- Specified by:
destroy
in interface EventHandlerIF
handleEvent
public void handleEvent(QueueElementIF item)
throws EventHandlerException
- Specified by:
handleEvent
in interface EventHandlerIF
handleEvents
public void handleEvents(QueueElementIF[] items)
throws EventHandlerException
- Specified by:
handleEvents
in interface EventHandlerIF
handle_static_begin_msg
protected void handle_static_begin_msg(StaticBeginMsg msg)
throws EventHandlerException