| Package | Description | 
|---|---|
| net.bluemind.hsm.api | |
| net.bluemind.hsm.processor.commands | |
| net.bluemind.hsm.service.internal | 
| Modifier and Type | Method and Description | 
|---|---|
static Promote | 
Promote.create(java.lang.String mailboxUid,
      java.lang.String folder,
      java.lang.String hsmId)  | 
static Promote | 
Promote.createWithImapUid(java.lang.String mailboxUid,
                 java.lang.String folder,
                 java.lang.Integer imapUid)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.concurrent.CompletableFuture<TierChangeResult> | 
IHSMPromise.promote(Promote promote)  | 
TierChangeResult | 
IHSM.promote(Promote promote)
Moves a message to an upper tier of storage (eg. 
 | 
void | 
IHSMAsync.promote(Promote promote,
       AsyncHandler<TierChangeResult> handler)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.concurrent.CompletableFuture<java.util.List<TierChangeResult>> | 
IHSMPromise.promoteMultiple(java.util.List<Promote> promote)  | 
java.util.List<TierChangeResult> | 
IHSM.promoteMultiple(java.util.List<Promote> promote)
Moves messages to an upper tier of storage (eg. 
 | 
void | 
IHSMAsync.promoteMultiple(java.util.List<Promote> promote,
               AsyncHandler<java.util.List<TierChangeResult>> handler)  | 
| Constructor and Description | 
|---|
PromoteCommand(Folder folder,
              StoreClient storeClient,
              HSMContext context,
              java.util.Collection<Promote> promote)  | 
| Modifier and Type | Method and Description | 
|---|---|
TierChangeResult | 
HSMService.promote(Promote promote)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<TierChangeResult> | 
HSMService.promoteMultiple(java.util.List<Promote> promote)  | 
Copyright © 2021. All Rights Reserved.