ostore.dispatch
Class Signal.RebuildSignal

java.lang.Object
  |
  +--ostore.dispatch.Signal.RebuildSignal
All Implemented Interfaces:
QueueElementIF, SignalIF
Enclosing class:
Signal

public static class Signal.RebuildSignal
extends Object
implements SignalIF

This signal tells the receivers to resynchronize/optimize their internal data structures. Useful for starting time-consuming optimizations when machine load is low.

See Also:
Signal.register(int, java.lang.String, seda.sandStorm.api.SinkIF), Signal.signal(int, java.lang.String)

Field Summary
 String target
          The name of the target.
 
Constructor Summary
Signal.RebuildSignal(String target)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

target

public String target
The name of the target. This name is opaque to the Classifier. By convention, it should equal StageIF.getName() for the receiving stage, to make registering for the signal simple.

Constructor Detail

Signal.RebuildSignal

public Signal.RebuildSignal(String target)
Method Detail

toString

public String toString()
Overrides:
toString in class Object