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 ScheduledSamplerJob
ISamplingController. schedulePeriodicSampler(ISampler sampler, long initialDelay, long period, java.util.concurrent.TimeUnit timeUnit)
Schedules the givenISampler
with given initial delay, and period.ScheduledSamplerJob
MonitoringController. schedulePeriodicSampler(ISampler sampler, long initialDelay, long period, java.util.concurrent.TimeUnit timeUnit)
ScheduledSamplerJob
SamplingController. schedulePeriodicSampler(ISampler sensor, long initialDelay, long period, java.util.concurrent.TimeUnit timeUnit)
Schedules the givenISampler
with given initial delay, and period.Methods in kieker.monitoring.core.controller with parameters of type ScheduledSamplerJob Modifier and Type Method Description boolean
ISamplingController. removeScheduledSampler(ScheduledSamplerJob sampler)
Stops future executions of the given periodicScheduledSamplerJob
.boolean
MonitoringController. removeScheduledSampler(ScheduledSamplerJob sampler)
boolean
SamplingController. removeScheduledSampler(ScheduledSamplerJob sensorJob)
Stops future executions of the given periodicScheduledSamplerJob
.