Uses of Class
org.apache.druid.frame.processor.Bouncer
-
Packages that use Bouncer Package Description org.apache.druid.frame.processor -
-
Uses of Bouncer in org.apache.druid.frame.processor
Methods in org.apache.druid.frame.processor that return Bouncer Modifier and Type Method Description static BouncerBouncer. unlimited()Methods in org.apache.druid.frame.processor with parameters of type Bouncer Modifier and Type Method Description <T,R>
com.google.common.util.concurrent.ListenableFuture<R>FrameProcessorExecutor. runAllFully(ProcessorManager<T,R> processorManager, int maxOutstandingProcessors, Bouncer bouncer, String cancellationId)Runs a sequence of processors and returns a future that resolves when execution is complete.
-