| Interface | Description |
|---|---|
| MailboxMapper<Id> |
Mapper for
Mailbox actions. |
| MailboxMapperFactory<Id> | |
| MessageMapper<Id> |
Maps
Message in a MessageManager. |
| MessageMapperFactory<Id> | |
| ModSeqProvider<Id> |
Take care of provide mod-seqences for a given
Mailbox. |
| UidProvider<Id> |
Take care of provide uids for a given
Mailbox. |
| Class | Description |
|---|---|
| AbstractLockingModSeqProvider<Id> |
Abstract base implementation of
ModSeqProvider which uses the given MailboxPathLocker to lock the Mailbox during the mod-seq generation. |
| AbstractLockingUidProvider<Id> |
Abstract base implementation of
UidProvider which used the given MailboxPathLocker to
lock the Mailbox while the next uid is generated |
| AbstractMessageMapper<Id> |
Abstract base class for
MessageMapper implementation which already takes care of most uid / mod-seq handling |
| ZooUidProvider<E> |
ZooKeepr based implementation of a distribuited sequential UID generator.
|
| Enum | Description |
|---|---|
| MessageMapper.FetchType |
Specify what data needs to get filled in a
Message before returning it |
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.