|
Kieker 1.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
This is a factory method creating a new monitoring controller instance using the given 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.cxf |
---|
Constructors in kieker.monitoring.probe.cxf with parameters of type IMonitoringController | |
---|---|
OperationExecutionSOAPRequestInInterceptor(IMonitoringController monitoringCtrl)
Creates a new instance of this class, using the given instance of a MonitoringController as controller. |
|
OperationExecutionSOAPRequestOutInterceptor(IMonitoringController monitoringCtrl)
Creates a new instance of this class, using the given instance of a MonitoringController as controller. |
|
OperationExecutionSOAPResponseInInterceptor(IMonitoringController monitoringCtrl)
Creates a new instance of this class, using the given instance of a MonitoringController as controller. |
|
OperationExecutionSOAPResponseOutInterceptor(IMonitoringController monitoringCtrl)
Creates a new instance of this class, using the given instance of a MonitoringController as controller. |
Uses of IMonitoringController in kieker.monitoring.probe.spring.executions |
---|
Constructors in kieker.monitoring.probe.spring.executions with parameters of type IMonitoringController | |
---|---|
OperationExecutionMethodInvocationInterceptor(IMonitoringController monitoringController)
This constructor is mainly used for testing, providing a custom IMonitoringController instead of using the singleton instance. |
Uses of IMonitoringController in kieker.monitoring.probe.spring.flow |
---|
Constructors in kieker.monitoring.probe.spring.flow with parameters of type IMonitoringController | |
---|---|
OperationExecutionMethodInvocationInterceptor(IMonitoringController monitoringController)
This constructor is mainly used for testing, providing a custom IMonitoringController instead of using the singleton instance. |
Uses of IMonitoringController in kieker.monitoring.sampler.sigar.samplers |
---|
Methods in kieker.monitoring.sampler.sigar.samplers with parameters of type IMonitoringController | |
---|---|
void |
CPUsDetailedPercSampler.sample(IMonitoringController monitoringController)
Triggers this ISampler to perform a measurement and to pass the data to the given IMonitoringController . |
void |
MemSwapUsageSampler.sample(IMonitoringController monitoringCtr)
Triggers this ISampler to perform a measurement and to pass the data to the given IMonitoringController . |
void |
CPUsCombinedPercSampler.sample(IMonitoringController monitoringController)
Triggers this ISampler to perform a measurement and to pass the data to the given IMonitoringController . |
Uses of IMonitoringController in kieker.monitoring.writer |
---|
Methods in kieker.monitoring.writer with parameters of type IMonitoringController | |
---|---|
void |
AbstractMonitoringWriter.setController(IMonitoringController controller)
|
void |
IMonitoringWriter.setController(IMonitoringController monitoringController)
Set the IMonitoringController controlling this writer. |
Constructors in kieker.monitoring.writer with parameters of type IMonitoringController | |
---|---|
AbstractAsyncThread(IMonitoringController monitoringController,
BlockingQueue<IMonitoringRecord> writeQueue)
Creates a new instance of this class using the given parameters. |
Uses of IMonitoringController in kieker.monitoring.writer.filesystem.async |
---|
Constructors in kieker.monitoring.writer.filesystem.async with parameters of type IMonitoringController | |
---|---|
AbstractFsWriterThread(IMonitoringController monitoringController,
BlockingQueue<IMonitoringRecord> writeQueue,
MappingFileWriter mappingFileWriter,
String path,
int maxEntriesInFile,
int maxLogSize,
int maxLogFiles)
|
|
AbstractZipWriterThread(IMonitoringController monitoringController,
BlockingQueue<IMonitoringRecord> writeQueue,
StringMappingFileWriter mappingFileWriter,
String path,
int maxEntriesInFile,
int level)
|
|
AsciiZipWriterThread(IMonitoringController monitoringController,
BlockingQueue<IMonitoringRecord> writeQueue,
StringMappingFileWriter mappingFileWriter,
String path,
int maxEntriesInFile,
int bufferSize,
int level)
|
|
BinaryFsWriterThread(IMonitoringController monitoringController,
BlockingQueue<IMonitoringRecord> writeQueue,
MappingFileWriter mappingFileWriter,
String path,
int maxEntriesInFile,
int maxLogSize,
int maxLogFiles,
int bufferSize,
BinaryCompressionMethod compressionMethod)
|
|
BinaryNFsWriterThread(IMonitoringController monitoringController,
BlockingQueue<IMonitoringRecord> writeQueue,
MappingFileWriter mappingFileWriter,
String path,
int maxEntriesInFile,
int maxLogSize,
int maxLogFiles,
int bufferSize)
|
|
BinaryZipWriterThread(IMonitoringController monitoringController,
BlockingQueue<IMonitoringRecord> writeQueue,
StringMappingFileWriter mappingFileWriter,
String path,
int maxEntriesInFile,
int bufferSize,
int level)
|
|
FsWriterThread(IMonitoringController monitoringController,
BlockingQueue<IMonitoringRecord> writeQueue,
MappingFileWriter mappingFileWriter,
String path,
int maxEntiresInFile,
int maxLogSize,
int maxLogFiles,
boolean autoflush,
int bufferSize)
|
|
Kieker 1.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |