kieker.monitoring.core.controller
Interface ISamplingController
- All Known Subinterfaces:
- IMonitoringController, MonitoringControllerMBean
- All Known Implementing Classes:
- MonitoringController, SamplingController
public interface ISamplingController
- Author:
- Andre van Hoorn, Jan Waller
schedulePeriodicSampler
ScheduledSamplerJob schedulePeriodicSampler(ISampler sampler,
long initialDelay,
long period,
TimeUnit timeUnit)
- Schedules the given
ISampler
with given initial delay, and period.
- Parameters:
sigarLogger
- initialDelay
- period
- timeUnit
-
- Returns:
removeScheduledSampler
boolean removeScheduledSampler(ScheduledSamplerJob sampler)
- Stops future executions of the given periodic
ScheduledSamplerJob
.
- Parameters:
sampler
-
- Returns:
- true if the sensor is not registered
Copyright 2011 the Kieker Project, http://kieker.sourceforge.net>