Uses of Class
org.apache.pinot.query.runtime.executor.OpChainSchedulerService
-
Packages that use OpChainSchedulerService Package Description org.apache.pinot.query.runtime.plan.pipeline -
-
Uses of OpChainSchedulerService in org.apache.pinot.query.runtime.plan.pipeline
Methods in org.apache.pinot.query.runtime.plan.pipeline with parameters of type OpChainSchedulerService 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).
-