| Modifier and Type | Method and Description |
|---|---|
Iterator<Message<UUID>> |
HBaseMessageMapper.findInMailbox(Mailbox<UUID> mailbox,
MessageRange set,
MessageMapper.FetchType fType,
int max) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Message<Long>> |
InMemoryMessageMapper.findInMailbox(Mailbox<Long> mailbox,
MessageRange set,
MessageMapper.FetchType ftype,
int max) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Message<String>> |
JCRMessageMapper.findInMailbox(Mailbox<String> mailbox,
MessageRange set,
MessageMapper.FetchType fType,
int max) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Message<Long>> |
JPAMessageMapper.findInMailbox(Mailbox<Long> mailbox,
MessageRange set,
MessageMapper.FetchType fType,
int max) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Message<Integer>> |
MaildirMessageMapper.findInMailbox(Mailbox<Integer> mailbox,
MessageRange set,
MessageMapper.FetchType fType,
int max) |
| Modifier and Type | Method and Description |
|---|---|
static MessageMapper.FetchType |
MessageMapper.FetchType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageMapper.FetchType[] |
MessageMapper.FetchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Message<Id>> |
MessageMapper.findInMailbox(Mailbox<Id> mailbox,
MessageRange set,
MessageMapper.FetchType type,
int limit)
|
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.