Uses of Interface
io.aleph0.yap.core.Measureable
Packages that use Measureable
Package
Description
-
Uses of Measureable in io.aleph0.yap.core
Subinterfaces of Measureable in io.aleph0.yap.core -
Uses of Measureable in io.aleph0.yap.core.pipeline
Classes in io.aleph0.yap.core.pipeline that implement MeasureableModifier and TypeClassDescriptionclassclassclassPipelineManager is a class that manages the lifecycle of aPipeline, including ask lifecycle and lifecycle listeners. -
Uses of Measureable in io.aleph0.yap.core.task
Classes in io.aleph0.yap.core.task that implement MeasureableModifier and TypeClassDescriptionclassTaskManager<WorkerMetricsT>TaskManager manages the lifecycle of a logical pipeline task, including starting and stopping workers, handling task actions, and notifying lifecycle listeners. -
Uses of Measureable in io.aleph0.yap.core.transport
Subinterfaces of Measureable in io.aleph0.yap.core.transport -
Uses of Measureable in io.aleph0.yap.core.transport.queue
Classes in io.aleph0.yap.core.transport.queue that implement Measureable -
Uses of Measureable in io.aleph0.yap.core.transport.topic
Classes in io.aleph0.yap.core.transport.topic that implement Measureable -
Uses of Measureable in io.aleph0.yap.core.worker
Subinterfaces of Measureable in io.aleph0.yap.core.workerModifier and TypeInterfaceDescriptioninterfaceConsumerWorkerFactory<InputT,MetricsT> interfaceMeasuredConsumerWorker<InputT,MetricsT> interfaceMeasuredProcessorWorker<InputT,OutputT, MetricsT> interfaceMeasuredProducerWorker<OutputT,MetricsT> interfaceProcessorWorkerFactory<InputT,OutputT, MetricsT> interfaceProducerWorkerFactory<OutputT,MetricsT> Classes in io.aleph0.yap.core.worker that implement MeasureableModifier and TypeClassDescriptionclassDefaultConsumerWorkerFactory<InputT,MetricsT> AConsumerWorkerFactorythat creates and manages multipleMeasuredConsumerWorkers and tracks their metrics.classDefaultProcessorWorkerFactory<InputT,OutputT, MetricsT> AProcessorWorkerFactorythat creates and manages multipleMeasuredProcessorWorkers and tracks their metrics.classDefaultProducerWorkerFactory<OutputT,MetricsT> AProducerWorkerFactorythat creates and manages multipleMeasuredProducerWorkers and tracks their metrics.classSingletonConsumerWorkerFactory<InputT,MetricsT> AConsumerWorkerFactorythat manages a singletonMeasuredConsumerWorkerand tracks its metrics.classSingletonProcessorWorkerFactory<InputT,OutputT, MetricsT> AProcessorWorkerFactorythat manages a singletonMeasuredProcessorWorkerand tracks its metrics.classSingletonProducerWorkerFactory<OutputT,MetricsT> AProducerWorkerFactorythat manages a singletonMeasuredProducerWorkerand tracks its metrics.