Kieker 1.4

Uses of Interface
kieker.monitoring.core.controller.IMonitoringController

Packages that use IMonitoringController
kieker.monitoring.core.controller   
kieker.monitoring.core.sampler   
kieker.monitoring.probe.sigar.samplers   
kieker.monitoring.writer   
 

Uses of IMonitoringController in kieker.monitoring.core.controller
 

Classes in kieker.monitoring.core.controller that implement IMonitoringController
 class MonitoringController
           
 

Methods in kieker.monitoring.core.controller that return IMonitoringController
static IMonitoringController MonitoringController.createInstance(Configuration configuration)
           
static IMonitoringController MonitoringController.getInstance()
           
 

Uses of IMonitoringController in kieker.monitoring.core.sampler
 

Methods in kieker.monitoring.core.sampler with parameters of type IMonitoringController
 void ISampler.sample(IMonitoringController monitoringController)
          Triggers this ISampler to perform a measurement and to pass the data to the given IMonitoringController.
 

Constructors in kieker.monitoring.core.sampler with parameters of type IMonitoringController
ScheduledSamplerJob(IMonitoringController monitoringController, ISampler sensor)
          Constructs a new ScheduledSamplerJob with the given parameters.
 

Uses of IMonitoringController in kieker.monitoring.probe.sigar.samplers
 

Methods in kieker.monitoring.probe.sigar.samplers with parameters of type IMonitoringController
 void CPUsDetailedPercSampler.sample(IMonitoringController samplingController)
           
 void CPUsCombinedPercSampler.sample(IMonitoringController samplingController)
           
 void MemSwapUsageSampler.sample(IMonitoringController monitoringController)
           
 

Uses of IMonitoringController in kieker.monitoring.writer
 

Methods in kieker.monitoring.writer with parameters of type IMonitoringController
 void IMonitoringWriter.setController(IMonitoringController monitoringController)
          Set the IMonitoringController controlling this writer.
 void AbstractMonitoringWriter.setController(IMonitoringController controller)
           
 

Constructors in kieker.monitoring.writer with parameters of type IMonitoringController
AbstractAsyncThread(IMonitoringController monitoringController, BlockingQueue<IMonitoringRecord> writeQueue)
           
 


Kieker 1.4

Copyright 2011 the Kieker Project, http://kieker.sourceforge.net