Uses of Class
org.apache.pinot.query.mailbox.MailboxService
-
-
Uses of MailboxService in org.apache.pinot.query.mailbox
Constructors in org.apache.pinot.query.mailbox with parameters of type MailboxService Constructor Description InMemorySendingMailbox(String id, MailboxService mailboxService, long deadlineMs) -
Uses of MailboxService in org.apache.pinot.query.mailbox.channel
Constructors in org.apache.pinot.query.mailbox.channel with parameters of type MailboxService Constructor Description GrpcMailboxServer(MailboxService mailboxService, org.apache.pinot.spi.env.PinotConfiguration config)MailboxContentObserver(MailboxService mailboxService, io.grpc.stub.StreamObserver<Mailbox.MailboxStatus> responseObserver) -
Uses of MailboxService in org.apache.pinot.query.runtime.operator
Fields in org.apache.pinot.query.runtime.operator declared as MailboxService Modifier and Type Field Description protected MailboxServiceBaseMailboxReceiveOperator. _mailboxService -
Uses of MailboxService in org.apache.pinot.query.runtime.plan
Methods in org.apache.pinot.query.runtime.plan that return MailboxService Modifier and Type Method Description MailboxServiceOpChainExecutionContext. getMailboxService()Constructors in org.apache.pinot.query.runtime.plan with parameters of type MailboxService Constructor Description OpChainExecutionContext(MailboxService mailboxService, long requestId, int stageId, VirtualServerAddress server, long deadlineMs, Map<String,String> requestMetadata, StageMetadata stageMetadata, PipelineBreakerResult pipelineBreakerResult) -
Uses of MailboxService in org.apache.pinot.query.runtime.plan.pipeline
Methods in org.apache.pinot.query.runtime.plan.pipeline with parameters of type MailboxService Modifier and Type Method Description static PipelineBreakerResultPipelineBreakerExecutor. executePipelineBreakers(OpChainSchedulerService scheduler, MailboxService mailboxService, DistributedStagePlan distributedStagePlan, Map<String,String> requestMetadata, long requestId, long deadlineMs)Execute a pipeline breaker and collect the results (synchronously). -
Uses of MailboxService in org.apache.pinot.query.service.dispatch
Methods in org.apache.pinot.query.service.dispatch with parameters of type MailboxService Modifier and Type Method Description static ResultTableQueryDispatcher. runReducer(long requestId, DispatchableSubPlan dispatchableSubPlan, long timeoutMs, Map<String,String> queryOptions, Map<Integer,ExecutionStatsAggregator> statsAggregatorMap, MailboxService mailboxService)Constructors in org.apache.pinot.query.service.dispatch with parameters of type MailboxService Constructor Description QueryDispatcher(MailboxService mailboxService)
-