Package net.bluemind.mailbox.api
Interface IMailboxMgmtPromise
public interface IMailboxMgmtPromise
- 
Method Summary
Modifier and TypeMethodDescriptionaddIndexToRing(Integer numericIndex) consolidateMailbox(String mailboxUid) deleteIndexFromRing(Integer numericIndex) resetMailbox(String mailboxUid) respawnMailbox(String mailboxUid)  
- 
Method Details
- 
addIndexToRing
 - 
consolidateDomain
CompletableFuture<TaskRef> consolidateDomain() - 
consolidateMailbox
 - 
deleteIndexFromRing
 - 
getLiteStats
CompletableFuture<List<SimpleShardStats>> getLiteStats() - 
getShardsStats
CompletableFuture<List<ShardStats>> getShardsStats() - 
moveIndex
 - 
resetMailbox
 - 
respawnMailbox
 
 -