Uses of Interface
org.apache.pinot.query.mailbox.SendingMailbox
-
Packages that use SendingMailbox Package Description org.apache.pinot.query.mailbox org.apache.pinot.query.runtime.operator.exchange -
-
Uses of SendingMailbox in org.apache.pinot.query.mailbox
Classes in org.apache.pinot.query.mailbox that implement SendingMailbox Modifier and Type Class Description classGrpcSendingMailboxgRPC implementation of theSendingMailbox.classInMemorySendingMailboxMethods in org.apache.pinot.query.mailbox that return SendingMailbox Modifier and Type Method Description SendingMailboxMailboxService. getSendingMailbox(String hostname, int port, String mailboxId, long deadlineMs)Returns a sending mailbox for the given mailbox id. -
Uses of SendingMailbox in org.apache.pinot.query.runtime.operator.exchange
Methods in org.apache.pinot.query.runtime.operator.exchange with parameters of type SendingMailbox Modifier and Type Method Description protected voidBlockExchange. sendBlock(SendingMailbox sendingMailbox, TransferableBlock block)Method parameters in org.apache.pinot.query.runtime.operator.exchange with type arguments of type SendingMailbox Modifier and Type Method Description static BlockExchangeBlockExchange. getExchange(List<SendingMailbox> sendingMailboxes, org.apache.calcite.rel.RelDistribution.Type exchangeType, KeySelector<Object[],Object[]> selector, BlockSplitter splitter)protected abstract voidBlockExchange. route(List<SendingMailbox> destinations, TransferableBlock block)Constructor parameters in org.apache.pinot.query.runtime.operator.exchange with type arguments of type SendingMailbox Constructor Description BlockExchange(List<SendingMailbox> sendingMailboxes, BlockSplitter splitter)
-