Package | Description |
---|---|
kieker.monitoring.core.controller |
Modifier and Type | Method and Description |
---|---|
ScheduledSamplerJob |
SamplingController.schedulePeriodicSampler(ISampler sensor,
long initialDelay,
long period,
java.util.concurrent.TimeUnit timeUnit)
Schedules the given
ISampler with given initial delay, and period. |
ScheduledSamplerJob |
MonitoringController.schedulePeriodicSampler(ISampler sampler,
long initialDelay,
long period,
java.util.concurrent.TimeUnit timeUnit) |
ScheduledSamplerJob |
ISamplingController.schedulePeriodicSampler(ISampler sampler,
long initialDelay,
long period,
java.util.concurrent.TimeUnit timeUnit)
Schedules the given
ISampler with given initial delay, and period. |
Modifier and Type | Method and Description |
---|---|
boolean |
SamplingController.removeScheduledSampler(ScheduledSamplerJob sensorJob)
Stops future executions of the given periodic
ScheduledSamplerJob . |
boolean |
MonitoringController.removeScheduledSampler(ScheduledSamplerJob sampler) |
boolean |
ISamplingController.removeScheduledSampler(ScheduledSamplerJob sampler)
Stops future executions of the given periodic
ScheduledSamplerJob . |
Copyright 2017 Kieker Project, http://kieker-monitoring.net