Uses of Interface
io.aleph0.yap.core.worker.MeasuredProducerWorker
Packages that use MeasuredProducerWorker
-
Uses of MeasuredProducerWorker in io.aleph0.yap.core.build
Methods in io.aleph0.yap.core.build with parameters of type MeasuredProducerWorkerModifier and TypeMethodDescription<OutputT,MetricsT>
ProducerTaskBuilder<OutputT, MetricsT> PipelineBuilder.addProducer(String id, MeasuredProducerWorker<OutputT, MetricsT> worker) Add a producer task to the pipeline. -
Uses of MeasuredProducerWorker in io.aleph0.yap.core.worker
Methods in io.aleph0.yap.core.worker that return MeasuredProducerWorkerModifier and TypeMethodDescriptionDefaultProducerWorkerFactory.newProducerWorker()ProducerWorkerFactory.newProducerWorker()Creates a newworkerSingletonProducerWorkerFactory.newProducerWorker()static <OutputT> MeasuredProducerWorker<OutputT, NoMetrics> MeasuredProducerWorker.withNoMetrics(ProducerWorker<OutputT> worker) Constructors in io.aleph0.yap.core.worker with parameters of type MeasuredProducerWorkerModifierConstructorDescriptionConstructor parameters in io.aleph0.yap.core.worker with type arguments of type MeasuredProducerWorkerModifierConstructorDescriptionDefaultProducerWorkerFactory(Supplier<MeasuredProducerWorker<OutputT, MetricsT>> workerSupplier, BinaryOperator<MetricsT> metricsAggregator)