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> interfaceProcessorWorkerFactory<InputT,OutputT, MetricsT> interfaceProducerWorkerFactory<OutputT,MetricsT>