| Modifier and Type | Method and Description |
|---|---|
ModSeqProvider<UUID> |
HBaseMailboxSessionMapperFactory.getModSeqProvider()
Returns the ModSeqProvider used.
|
| Constructor and Description |
|---|
HBaseMailboxSessionMapperFactory(org.apache.hadoop.conf.Configuration conf,
UidProvider<UUID> uidProvider,
ModSeqProvider<UUID> modSeqProvider)
Creates the necessary tables in HBase if they do not exist.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HBaseModSeqProvider
ModSeqProvider implementation for HBase.
|
| Constructor and Description |
|---|
HBaseMessageMapper(MailboxSession session,
UidProvider<UUID> uidProvider,
ModSeqProvider<UUID> modSeqProvider,
org.apache.hadoop.conf.Configuration conf) |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryModSeqProvider |
| Constructor and Description |
|---|
InMemoryMessageMapper(MailboxSession session,
UidProvider<Long> uidProvider,
ModSeqProvider<Long> modSeqProvider) |
| Constructor and Description |
|---|
JCRMailboxSessionMapperFactory(MailboxSessionJCRRepository repository,
UidProvider<String> uidProvider,
ModSeqProvider<String> modSeqProvider) |
JCRMailboxSessionMapperFactory(MailboxSessionJCRRepository repository,
UidProvider<String> uidProvider,
ModSeqProvider<String> modSeqProvider,
int scaling,
int messageScaling) |
| Modifier and Type | Class and Description |
|---|---|
class |
JCRModSeqProvider |
| Constructor and Description |
|---|
JCRMessageMapper(MailboxSessionJCRRepository repos,
MailboxSession session,
UidProvider<String> uidProvider,
ModSeqProvider<String> modSeqProvider)
Construct a new
JCRMessageMapper instance using JCRMessageMapper.MESSAGE_SCALE_DAY as default |
JCRMessageMapper(MailboxSessionJCRRepository repository,
MailboxSession mSession,
UidProvider<String> uidProvider,
ModSeqProvider<String> modSeqProvider,
int scaleType)
Construct a new
JCRMessageMapper instance |
| Constructor and Description |
|---|
JPAMailboxSessionMapperFactory(javax.persistence.EntityManagerFactory entityManagerFactory,
UidProvider<Long> uidProvider,
ModSeqProvider<Long> modSeqProvider) |
| Modifier and Type | Class and Description |
|---|---|
class |
JPAModSeqProvider |
| Constructor and Description |
|---|
JPAMessageMapper(MailboxSession session,
UidProvider<Long> uidProvider,
ModSeqProvider<Long> modSeqProvider,
javax.persistence.EntityManagerFactory entityManagerFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
MaildirStore |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLockingModSeqProvider<Id>
Abstract base implementation of
ModSeqProvider which uses the given MailboxPathLocker to lock the Mailbox during the mod-seq generation. |
| Constructor and Description |
|---|
AbstractMessageMapper(MailboxSession mailboxSession,
UidProvider<Id> uidProvider,
ModSeqProvider<Id> modSeqProvider) |
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.