Uses of Record Class
io.aleph0.yap.core.task.TaskManager.Metrics
Packages that use TaskManager.Metrics
-
Uses of TaskManager.Metrics in io.aleph0.yap.core
Methods in io.aleph0.yap.core that return types with arguments of type TaskManager.MetricsModifier and TypeMethodDescriptionPipeline.Metrics.tasks()Returns the value of thetasksrecord component.Constructor parameters in io.aleph0.yap.core with type arguments of type TaskManager.MetricsModifierConstructorDescriptionMetrics(int id, PipelineManager.PipelinePhase phase, PipelineManager.PipelineState state, Map<String, TaskManager.Metrics<?>> tasks) Creates an instance of aMetricsrecord class. -
Uses of TaskManager.Metrics in io.aleph0.yap.core.pipeline
Methods in io.aleph0.yap.core.pipeline that return types with arguments of type TaskManager.MetricsModifier and TypeMethodDescriptionPipelineManager.Metrics.tasks()Returns the value of thetasksrecord component.Constructor parameters in io.aleph0.yap.core.pipeline with type arguments of type TaskManager.MetricsModifierConstructorDescriptionMetrics(int id, PipelineManager.PipelinePhase phase, PipelineManager.PipelineState state, Map<String, TaskManager.Metrics<?>> tasks) Creates an instance of aMetricsrecord class. -
Uses of TaskManager.Metrics in io.aleph0.yap.core.task
Classes in io.aleph0.yap.core.task that implement interfaces with type arguments of type TaskManager.MetricsModifier and TypeClassDescriptionclassTaskManager<WorkerMetricsT>TaskManager manages the lifecycle of a logical pipeline task, including starting and stopping workers, handling task actions, and notifying lifecycle listeners.Methods in io.aleph0.yap.core.task that return TaskManager.Metrics