Uses of Class
org.apache.pinot.query.mailbox.ReceivingMailbox
-
Packages that use ReceivingMailbox Package Description org.apache.pinot.query.mailbox -
-
Uses of ReceivingMailbox in org.apache.pinot.query.mailbox
Methods in org.apache.pinot.query.mailbox that return ReceivingMailbox Modifier and Type Method Description ReceivingMailboxMailboxService. getReceivingMailbox(String mailboxId)Returns the receiving mailbox for the given mailbox id.Methods in org.apache.pinot.query.mailbox with parameters of type ReceivingMailbox Modifier and Type Method Description voidMailboxService. releaseReceivingMailbox(ReceivingMailbox mailbox)Releases the receiving mailbox from the cache.
-