Uses of Class
kieker.monitoring.core.sampler.ScheduledSamplerJob
| Package | Description |
|---|---|
| kieker.monitoring.core.controller |
Copyright 2022 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 ScheduledSamplerJob Modifier and Type Method Description ScheduledSamplerJobISamplingController. schedulePeriodicSampler(ISampler sampler, long initialDelay, long period, java.util.concurrent.TimeUnit timeUnit)Schedules the givenISamplerwith given initial delay, and period.ScheduledSamplerJobMonitoringController. schedulePeriodicSampler(ISampler sampler, long initialDelay, long period, java.util.concurrent.TimeUnit timeUnit)ScheduledSamplerJobSamplingController. schedulePeriodicSampler(ISampler sensor, long initialDelay, long period, java.util.concurrent.TimeUnit timeUnit)Schedules the givenISamplerwith given initial delay, and period.Methods in kieker.monitoring.core.controller with parameters of type ScheduledSamplerJob Modifier and Type Method Description booleanISamplingController. 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.