Uses of Class
org.apache.pinot.query.mailbox.ReceivingMailbox.ReceivingMailboxStatus
-
Packages that use ReceivingMailbox.ReceivingMailboxStatus Package Description org.apache.pinot.query.mailbox -
-
Uses of ReceivingMailbox.ReceivingMailboxStatus in org.apache.pinot.query.mailbox
Methods in org.apache.pinot.query.mailbox that return ReceivingMailbox.ReceivingMailboxStatus Modifier and Type Method Description ReceivingMailbox.ReceivingMailboxStatusReceivingMailbox. offer(TransferableBlock block, long timeoutMs)Offers a non-error block into the mailbox within the timeout specified, returns whether the block is successfully added.static ReceivingMailbox.ReceivingMailboxStatusReceivingMailbox.ReceivingMailboxStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ReceivingMailbox.ReceivingMailboxStatus[]ReceivingMailbox.ReceivingMailboxStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-