Uses of Record Class
io.aleph0.yap.core.util.NoMetrics
Packages that use NoMetrics
-
Uses of NoMetrics in io.aleph0.yap.core.build
Methods in io.aleph0.yap.core.build that return types with arguments of type NoMetricsModifier and TypeMethodDescription<InputT> ConsumerTaskBuilder<InputT, NoMetrics> PipelineBuilder.addConsumer(String id, ConsumerWorker<InputT> worker) Add a consumer task to the pipeline.<InputT,OutputT>
ProcessorTaskBuilder<InputT, OutputT, NoMetrics> PipelineBuilder.addProcessor(String id, ProcessorWorker<InputT, OutputT> worker) Add a processor task to the pipeline.<OutputT> ProducerTaskBuilder<OutputT, NoMetrics> PipelineBuilder.addProducer(String id, ProducerWorker<OutputT> worker) Add a producer task to the pipeline. -
Uses of NoMetrics in io.aleph0.yap.core.util
Fields in io.aleph0.yap.core.util declared as NoMetrics -
Uses of NoMetrics in io.aleph0.yap.core.worker
Methods in io.aleph0.yap.core.worker that return types with arguments of type NoMetricsModifier and TypeMethodDescriptionstatic <InputT> MeasuredConsumerWorker<InputT, NoMetrics> MeasuredConsumerWorker.withNoMetrics(ConsumerWorker<InputT> worker) static <InputT,OutputT>
MeasuredProcessorWorker<InputT, OutputT, NoMetrics> MeasuredProcessorWorker.withNoMetrics(ProcessorWorker<InputT, OutputT> worker) static <OutputT> MeasuredProducerWorker<OutputT, NoMetrics> MeasuredProducerWorker.withNoMetrics(ProducerWorker<OutputT> worker)