Package net.bluemind.mailbox.api
Interface IMailboxMgmtAsync
public interface IMailboxMgmtAsync
- 
Method Summary
Modifier and TypeMethodDescriptionvoidaddIndexToRing(Integer numericIndex, AsyncHandler<TaskRef> handler) voidconsolidateDomain(AsyncHandler<TaskRef> handler) voidconsolidateMailbox(String mailboxUid, AsyncHandler<TaskRef> handler) voiddeleteIndexFromRing(Integer numericIndex, AsyncHandler<TaskRef> handler) voidgetLiteStats(AsyncHandler<List<SimpleShardStats>> handler) voidgetShardsStats(AsyncHandler<List<ShardStats>> handler) voidmoveIndex(String mailboxUid, String index, boolean deleteSource, AsyncHandler<TaskRef> handler) voidresetMailbox(String mailboxUid, AsyncHandler<TaskRef> handler) voidrespawnMailbox(String mailboxUid, AsyncHandler<TaskRef> handler)  
- 
Method Details
- 
addIndexToRing
 - 
consolidateDomain
 - 
consolidateMailbox
 - 
deleteIndexFromRing
 - 
getLiteStats
 - 
getShardsStats
 - 
moveIndex
void moveIndex(String mailboxUid, String index, boolean deleteSource, AsyncHandler<TaskRef> handler)  - 
resetMailbox
 - 
respawnMailbox
 
 -