Interface | Description |
---|---|
AdaptableMailbox |
An adaptable mailbox can be wrapped by another mailbox to act in behalf of that.
|
Mailbox |
A mailbox is associated with every
Receiver . |
MessageIndexerFactory<I extends MessageIndexer> |
A factory used to create message indexers for
Mailbox es. |
Class | Description |
---|---|
AbstractUpdateSplittingMailbox<IndexerType extends MessageIndexer,ReceiverType extends Receiver> |
An abstract mailbox implementation that is capable of splitting update messages based on some form of monotonicity
(anti-monotone and monotone).
|
AdaptiveMailbox |
An adaptive mailbox implementation.
|
DefaultMailbox |
Default mailbox implementation.
|
PosetAwareMailbox |
A monotonicity aware mailbox implementation.
|
UpdateSplittingMailbox |
A mailbox implementation that splits updates messages according to the standard subset ordering into anti-monotonic
(deletions) and monotonic (insertions) updates.
|