Package org.apache.pinot.query.mailbox
Class MailboxIdUtils
- java.lang.Object
-
- org.apache.pinot.query.mailbox.MailboxIdUtils
-
public class MailboxIdUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringtoMailboxId(long requestId, int senderStageId, int senderWorkerId, int receiverStageId, int receiverWorkerId)static List<String>toMailboxIds(long requestId, List<String> mailboxMetadataIdList)static List<String>toMailboxIds(long requestId, MailboxMetadata mailBoxMetadata)
-
-
-
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, MailboxMetadata mailBoxMetadata)
-
-