| Modifier and Type | Method and Description |
|---|---|
protected SubscriptionMapper |
HBaseMailboxSessionMapperFactory.createSubscriptionMapper(MailboxSession session) |
| Modifier and Type | Class and Description |
|---|---|
class |
HBaseSubscriptionMapper
HBase implementation of a
SubscriptionMapper. |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionMapper |
InMemoryMailboxSessionMapperFactory.createSubscriptionMapper(MailboxSession session) |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemorySubscriptionMapper |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionMapper |
JCRMailboxSessionMapperFactory.createSubscriptionMapper(MailboxSession session) |
| Modifier and Type | Class and Description |
|---|---|
class |
JCRSubscriptionMapper
JCR implementation of a SubscriptionManager
|
| Modifier and Type | Method and Description |
|---|---|
SubscriptionMapper |
JPAMailboxSessionMapperFactory.createSubscriptionMapper(MailboxSession session) |
| Modifier and Type | Class and Description |
|---|---|
class |
JPASubscriptionMapper
JPA implementation of a
SubscriptionMapper. |
| Modifier and Type | Method and Description |
|---|---|
protected SubscriptionMapper |
MaildirMailboxSessionMapperFactory.createSubscriptionMapper(MailboxSession session) |
| Modifier and Type | Class and Description |
|---|---|
class |
MaildirSubscriptionMapper |
| Modifier and Type | Method and Description |
|---|---|
protected abstract SubscriptionMapper |
MailboxSessionMapperFactory.createSubscriptionMapper(MailboxSession session)
Create a
SubscriptionMapper instance which will get reused during the whole MailboxSession |
SubscriptionMapper |
MailboxSessionMapperFactory.getSubscriptionMapper(MailboxSession session)
Create a
SubscriptionMapper instance or return the one which exists for the MailboxSession already |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionMapper |
SubscriptionMapperFactory.getSubscriptionMapper(MailboxSession session)
Create a
SubscriptionMapper instance or return the one which exists for the MailboxSession already |
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.