Class Summary |
Classifier |
The event classification engine for an Oceanstore replica.
|
Filter |
A specification for an event class.
|
Resender |
A utility class that automatically re-dispatches events.
|
Signal |
Contains a few static methods to mimic UNIX signals.
|
Signal.AlarmSignal |
The OceanStore equivalent of SIGALRM |
Signal.RebuildSignal |
This signal tells the receivers to resynchronize/optimize their
internal data structures. |
Test |
A test program for the classifier.
|
Test.DeadSink |
|
Test.NamedEvent |
|
Test.NumberedEvent |
|
Test.OtherEvent |
|
Test.Sink |
|
TrieNode |
A node of a trie for use with a Classifier object.
|
TrieRoot |
The root of a Classifier trie.
|
TSink |
TSink is an efficient implementation of a Sink. |