Class MailboxIdUtils


  • public class MailboxIdUtils
    extends Object
    • Method Detail

      • toMailboxId

        public static String toMailboxId​(long requestId,
                                         int senderStageId,
                                         int senderWorkerId,
                                         int receiverStageId,
                                         int receiverWorkerId)
      • toMailboxIds

        public static List<String> toMailboxIds​(long requestId,
                                                List<String> mailboxMetadataIdList)