Uses of Class
kieker.monitoring.core.sampler.ScheduledSamplerJob
Packages that use ScheduledSamplerJob
Package
Description
Copyright 2026 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
-
Uses of ScheduledSamplerJob in kieker.monitoring.core.controller
Methods in kieker.monitoring.core.controller that return ScheduledSamplerJobModifier and TypeMethodDescriptionISamplingController.schedulePeriodicSampler(ISampler sampler, long initialDelay, long period, TimeUnit timeUnit) Schedules the givenISamplerwith given initial delay, and period.MonitoringController.schedulePeriodicSampler(ISampler sampler, long initialDelay, long period, TimeUnit timeUnit) SamplingController.schedulePeriodicSampler(ISampler sensor, long initialDelay, long period, TimeUnit timeUnit) Schedules the givenISamplerwith given initial delay, and period.Methods in kieker.monitoring.core.controller with parameters of type ScheduledSamplerJobModifier and TypeMethodDescriptionbooleanISamplingController.removeScheduledSampler(ScheduledSamplerJob sampler) Stops future executions of the given periodicScheduledSamplerJob.booleanMonitoringController.removeScheduledSampler(ScheduledSamplerJob sampler) booleanSamplingController.removeScheduledSampler(ScheduledSamplerJob sensorJob) Stops future executions of the given periodicScheduledSamplerJob.