Uses of Interface
kieker.monitoring.core.controller.IMonitoringController
Packages that use IMonitoringController
Package
Description
Copyright 2026 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.
Copyright 2026 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.
Copyright 2026 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.
Copyright 2026 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.
Copyright 2026 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.
Copyright 2026 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 IMonitoringController in kieker.monitoring.core.controller
Classes in kieker.monitoring.core.controller that implement IMonitoringControllerMethods in kieker.monitoring.core.controller that return IMonitoringControllerModifier and TypeMethodDescriptionstatic IMonitoringControllerMonitoringController.getInstance() -
Uses of IMonitoringController in kieker.monitoring.core.sampler
Methods in kieker.monitoring.core.sampler with parameters of type IMonitoringControllerModifier and TypeMethodDescriptionvoidISampler.sample(IMonitoringController monitoringController) Triggers thisISamplerto perform a measurement and to pass the data to the givenIMonitoringController.Constructors in kieker.monitoring.core.sampler with parameters of type IMonitoringControllerModifierConstructorDescriptionScheduledSamplerJob(IMonitoringController monitoringController, ISampler sensor) Constructs a newScheduledSamplerJobwith the given parameters. -
Uses of IMonitoringController in kieker.monitoring.probe.cxf
Fields in kieker.monitoring.probe.cxf declared as IMonitoringControllerModifier and TypeFieldDescriptionprotected final IMonitoringControllerOperationExecutionSOAPRequestInInterceptor.monitoringControllerNote we are using this IMonitoringController only to access ITimeSource which is configured for the singleton instance, as this is the instance used by the corresponding other CXF probes.protected final IMonitoringControllerOperationExecutionSOAPRequestOutInterceptor.monitoringControllerNote we are using this IMonitoringController only to access ITimeSource which is configured for the singleton instance, as this is the instance used by the corresponding other CXF probes.protected final IMonitoringControllerOperationExecutionSOAPResponseInInterceptor.monitoringControllerThe monitoring controller of this interceptor.protected final IMonitoringControllerOperationExecutionSOAPResponseOutInterceptor.monitoringControllerThe monitoring controller of this interceptor.Constructors in kieker.monitoring.probe.cxf with parameters of type IMonitoringControllerModifierConstructorDescriptionOperationExecutionSOAPRequestInInterceptor(IMonitoringController monitoringCtrl) Creates a new instance of this class, using the given instance of aMonitoringControlleras controller.OperationExecutionSOAPRequestOutInterceptor(IMonitoringController monitoringCtrl) Creates a new instance of this class, using the given instance of aMonitoringControlleras controller.OperationExecutionSOAPResponseInInterceptor(IMonitoringController monitoringCtrl) Creates a new instance of this class, using the given instance of aMonitoringControlleras controller.OperationExecutionSOAPResponseOutInterceptor(IMonitoringController monitoringCtrl) Creates a new instance of this class, using the given instance of aMonitoringControlleras controller. -
Uses of IMonitoringController in kieker.monitoring.probe.servlet
Fields in kieker.monitoring.probe.servlet declared as IMonitoringControllerModifier and TypeFieldDescriptionprotected static final IMonitoringControllerSessionAndTraceRegistrationFilter.MONITORING_CTRL -
Uses of IMonitoringController in kieker.monitoring.sampler.mxbean
Methods in kieker.monitoring.sampler.mxbean with parameters of type IMonitoringControllerModifier and TypeMethodDescriptionprotected abstract IMonitoringRecord[]AbstractMXBeanSampler.createNewMonitoringRecords(long timestamp, String hostname, String vmName, IMonitoringController monitoringCtr) Abstract method used as interface to realize concrete samplers.protected IMonitoringRecord[]ClassLoadingSampler.createNewMonitoringRecords(long timestamp, String hostname, String vmName, IMonitoringController monitoringCtr) protected IMonitoringRecord[]CompilationSampler.createNewMonitoringRecords(long timestamp, String hostname, String vmName, IMonitoringController monitoringCtr) protected IMonitoringRecord[]GCSampler.createNewMonitoringRecords(long timestamp, String hostname, String vmName, IMonitoringController monitoringCtr) protected IMonitoringRecord[]MemorySampler.createNewMonitoringRecords(long timestamp, String hostname, String vmName, IMonitoringController monitoringCtr) protected IMonitoringRecord[]ThreadsStatusSampler.createNewMonitoringRecords(long timestamp, String hostname, String vmName, IMonitoringController monitoringCtr) protected IMonitoringRecord[]UptimeSampler.createNewMonitoringRecords(long timestamp, String hostname, String vmName, IMonitoringController monitoringCtr) final voidAbstractMXBeanSampler.sample(IMonitoringController monitoringController) Perform one measurement with potential multiple records. -
Uses of IMonitoringController in kieker.monitoring.sampler.oshi.samplers
Methods in kieker.monitoring.sampler.oshi.samplers with parameters of type IMonitoringControllerModifier and TypeMethodDescriptionvoidCPUsCombinedPercSampler.sample(IMonitoringController monitoringController) Triggers thisISamplerto perform a measurement and to pass the data to the givenIMonitoringController.voidCPUsDetailedPercSampler.sample(IMonitoringController monitoringController) Triggers thisISamplerto perform a measurement and to pass the data to the givenIMonitoringController.voidDiskUsageSampler.sample(IMonitoringController monitoringController) Triggers thisISamplerto perform a measurement and to pass the data to the givenIMonitoringController.voidLoadAverageSampler.sample(IMonitoringController monitoringController) Triggers thisISamplerto perform a measurement and to pass the data to the givenIMonitoringController.voidMemSwapUsageSampler.sample(IMonitoringController monitoringCtr) Triggers thisISamplerto perform a measurement and to pass the data to the givenIMonitoringController.voidNetworkUtilizationSampler.sample(IMonitoringController monitoringController) Triggers thisISamplerto perform a measurement and to pass the data to the givenIMonitoringController.