- AbstractAggregatedCallTreeFilter<T> - Class in kieker.tools.traceAnalysis.filter.visualization.callTree
-
This class has exactly one input port named "in".
- AbstractAggregatedCallTreeFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
-
Creates a new instance of this class using the given parameters.
- AbstractAggregatedCallTreeNode<T> - Class in kieker.tools.traceAnalysis.filter.visualization.callTree
-
This is an abstract base for a single node within an aggregated call tree.
- AbstractAggregatedCallTreeNode(int, T, boolean, MessageTrace, IOriginRetentionPolicy) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractAggregatedCallTreeNode
-
This constructor uses the given parameters to initialize the fields of this class.
- AbstractAnalysisComponent - Class in kieker.analysis.analysisComponent
-
- AbstractAnalysisComponent(Configuration, IProjectContext) - Constructor for class kieker.analysis.analysisComponent.AbstractAnalysisComponent
-
Each AnalysisComponent requires a constructor with a Configuration object and a IProjectContext.
- AbstractAspect - Class in kieker.monitoring.probe.aspectj.beforeafter.onlycallee
-
This aspect spawns before and after events by foregoing an around advice.
- AbstractAspect() - Constructor for class kieker.monitoring.probe.aspectj.beforeafter.onlycallee.AbstractAspect
-
- AbstractAspect - Class in kieker.monitoring.probe.aspectj.flow.construction
-
- AbstractAspect() - Constructor for class kieker.monitoring.probe.aspectj.flow.construction.AbstractAspect
-
- AbstractAspect - Class in kieker.monitoring.probe.aspectj.flow.constructorCall
-
- AbstractAspect() - Constructor for class kieker.monitoring.probe.aspectj.flow.constructorCall.AbstractAspect
-
- AbstractAspect - Class in kieker.monitoring.probe.aspectj.flow.constructorCallObject
-
- AbstractAspect() - Constructor for class kieker.monitoring.probe.aspectj.flow.constructorCallObject.AbstractAspect
-
- AbstractAspect - Class in kieker.monitoring.probe.aspectj.flow.constructorExecution
-
- AbstractAspect() - Constructor for class kieker.monitoring.probe.aspectj.flow.constructorExecution.AbstractAspect
-
- AbstractAspect - Class in kieker.monitoring.probe.aspectj.flow.constructorExecutionObject
-
- AbstractAspect() - Constructor for class kieker.monitoring.probe.aspectj.flow.constructorExecutionObject.AbstractAspect
-
- AbstractAspect - Class in kieker.monitoring.probe.aspectj.flow.constructorExecutionObjectInterface
-
- AbstractAspect() - Constructor for class kieker.monitoring.probe.aspectj.flow.constructorExecutionObjectInterface.AbstractAspect
-
- AbstractAspect - Class in kieker.monitoring.probe.aspectj.flow.operationCall
-
- AbstractAspect() - Constructor for class kieker.monitoring.probe.aspectj.flow.operationCall.AbstractAspect
-
- AbstractAspect - Class in kieker.monitoring.probe.aspectj.flow.operationCallObject
-
- AbstractAspect() - Constructor for class kieker.monitoring.probe.aspectj.flow.operationCallObject.AbstractAspect
-
- AbstractAspect - Class in kieker.monitoring.probe.aspectj.flow.operationExecution
-
- AbstractAspect() - Constructor for class kieker.monitoring.probe.aspectj.flow.operationExecution.AbstractAspect
-
- AbstractAspect - Class in kieker.monitoring.probe.aspectj.flow.operationExecutionObject
-
- AbstractAspect() - Constructor for class kieker.monitoring.probe.aspectj.flow.operationExecutionObject.AbstractAspect
-
- AbstractAspect - Class in kieker.monitoring.probe.aspectj.flow.operationExecutionObjectInterface
-
- AbstractAspect() - Constructor for class kieker.monitoring.probe.aspectj.flow.operationExecutionObjectInterface.AbstractAspect
-
- AbstractAspectJProbe - Class in kieker.monitoring.probe.aspectj
-
- AbstractAspectJProbe() - Constructor for class kieker.monitoring.probe.aspectj.AbstractAspectJProbe
-
- AbstractAspectWithoutTraceRegistry - Class in kieker.monitoring.probe.aspectj.beforeafter.onlycallee
-
This aspect spawns before and after events by foregoing an around advice.
- AbstractAspectWithoutTraceRegistry() - Constructor for class kieker.monitoring.probe.aspectj.beforeafter.onlycallee.AbstractAspectWithoutTraceRegistry
-
- AbstractCallTreeFilter<T> - Class in kieker.tools.traceAnalysis.filter.visualization.callTree
-
Plugin providing the creation of calling trees both for individual traces and an aggregated form multiple traces.
- AbstractCallTreeFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractCallTreeFilter
-
Creates a new instance of this class using the given parameters.
- AbstractCallTreeFilter.IPairFactory<T> - Interface in kieker.tools.traceAnalysis.filter.visualization.callTree
-
- AbstractCallTreeNode<T> - Class in kieker.tools.traceAnalysis.filter.visualization.callTree
-
This is an abstract base for a single node within a call tree.
- AbstractCallTreeNode(int, T, boolean, MessageTrace, IOriginRetentionPolicy) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractCallTreeNode
-
This constructor uses the given parameters to initialize the fields of this class.
- AbstractCommandLineTool - Class in kieker.tools
-
- AbstractCommandLineTool(boolean) - Constructor for class kieker.tools.AbstractCommandLineTool
-
- AbstractComponentDependencyGraphFormatter<G extends AbstractDependencyGraph<?>> - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
-
Abstract superclass for formatters for component-based dependency graphs.
- AbstractComponentDependencyGraphFormatter() - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractComponentDependencyGraphFormatter
-
- AbstractConnector - Class in kieker.tools.bridge.connector
-
Generic abstract connector used in all TCP services.
- AbstractConnector(Configuration, ConcurrentMap<Integer, LookupEntity>) - Constructor for class kieker.tools.bridge.connector.AbstractConnector
-
AbstractTCPService constructor.
- AbstractContainerFormatDeserializer - Class in kieker.analysis.plugin.reader.newio.deserializer
-
- AbstractContainerFormatDeserializer(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.reader.newio.deserializer.AbstractContainerFormatDeserializer
-
Creates a new record deserializer.
- AbstractContainerFormatSerializer - Class in kieker.monitoring.writer.serializer
-
Abstract serializer for the Kieker container format for monitoring records.
- AbstractContainerFormatSerializer(Configuration) - Constructor for class kieker.monitoring.writer.serializer.AbstractContainerFormatSerializer
-
Creates a new serializer using the given configuration.
- AbstractController - Class in kieker.monitoring.core.controller
-
- AbstractController(Configuration) - Constructor for class kieker.monitoring.core.controller.AbstractController
-
Default constructor.
- AbstractDependencyGraph<T extends ISystemModelElement> - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
-
Abstract superclass for dependency graphs.
- AbstractDependencyGraph(T) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraph
-
Creates a new dependency graph with the given root entity.
- AbstractDependencyGraphFilter<T extends ISystemModelElement> - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
-
Refactored copy from LogAnalysis-legacy tool.
- AbstractDependencyGraphFilter(Configuration, IProjectContext, AbstractDependencyGraph<T>) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFilter
-
Creates a new abstract dependency graph filter using the given data.
- AbstractDependencyGraphFormatter<G extends AbstractDependencyGraph<?>> - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
-
Abstract superclass for all dependency-graph formatters.
- AbstractDependencyGraphFormatter() - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
-
- AbstractDependencyGraphFormatterVisitor<T extends ISystemModelElement> - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
-
Abstract base class for dependency-graph-formatting visitors.
- AbstractDependencyGraphFormatterVisitor(StringBuilder, boolean, boolean, boolean) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatterVisitor
-
Creates a new formatter visitor using the given arguments.
- AbstractDisplay - Class in kieker.analysis.display
-
This class is currently under development, mostly for test purposes, and not designed for productive deployment.
- AbstractDisplay() - Constructor for class kieker.analysis.display.AbstractDisplay
-
Creates a new instance of this class.
- AbstractEdge<V extends AbstractVertex<V,E,O>,E extends AbstractEdge<V,E,O>,O> - Class in kieker.tools.traceAnalysis.filter.visualization.graph
-
Generic superclass for all graph edges in the visualization package.
- AbstractEdge(V, V, O, IOriginRetentionPolicy) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractEdge
-
Creates a new edge between the given vertices.
- AbstractEvent - Class in kieker.common.record.flow
-
- AbstractEvent(long) - Constructor for class kieker.common.record.flow.AbstractEvent
-
Creates a new instance of this class using the given parameters.
- AbstractEvent(Object[], Class<?>[]) - Constructor for class kieker.common.record.flow.AbstractEvent
-
- AbstractEvent(IValueDeserializer) - Constructor for class kieker.common.record.flow.AbstractEvent
-
- AbstractExecutionTraceProcessingFilter - Class in kieker.tools.traceAnalysis.filter
-
This is the abstract base for a filter processing execution traces.
- AbstractExecutionTraceProcessingFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.AbstractExecutionTraceProcessingFilter
-
Creates a new instance of this class using the given parameters.
- AbstractFilterPlugin - Class in kieker.analysis.plugin.filter
-
This class should be used as a base for every analysis plugin used within Kieker.
- AbstractFilterPlugin(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.AbstractFilterPlugin
-
Each Plugin requires a constructor with a Configuration object and a IProjectContext.
- AbstractForecaster<T> - Class in kieker.tools.opad.timeseries.forecast
-
- AbstractForecaster(ITimeSeries<T>) - Constructor for class kieker.tools.opad.timeseries.forecast.AbstractForecaster
-
- AbstractForecaster(ITimeSeries<T>, int) - Constructor for class kieker.tools.opad.timeseries.forecast.AbstractForecaster
-
- AbstractGraph<V extends AbstractVertex<V,E,O>,E extends AbstractEdge<V,E,O>,O> - Class in kieker.tools.traceAnalysis.filter.visualization.graph
-
Generic superclass for all graphs in the visualization package.
- AbstractGraph() - Constructor for class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractGraph
-
- AbstractGraph.IGraphVisitor<V,E> - Interface in kieker.tools.traceAnalysis.filter.visualization.graph
-
Interface for abstract-graph visitors.
- AbstractGraphElement<O> - Class in kieker.tools.traceAnalysis.filter.visualization.graph
-
Superclass for graph elements, i.e.
- AbstractGraphElement(O, IOriginRetentionPolicy) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractGraphElement
-
This constructor initializes the element based on the given parameters.
- AbstractGraphFilter<G extends AbstractGraph<V,E,O>,V extends AbstractVertex<V,E,O>,E extends AbstractEdge<V,E,O>,O> - Class in kieker.tools.traceAnalysis.filter.visualization
-
Abstract superclass for all graph filters.
- AbstractGraphFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.AbstractGraphFilter
-
Creates a new filter with the given configuration.
- AbstractGraphFormatter<G extends AbstractGraph<?,?,?>> - Class in kieker.tools.traceAnalysis.filter.visualization
-
Abstract superclass for all graph formatters.
- AbstractGraphFormatter() - Constructor for class kieker.tools.traceAnalysis.filter.visualization.AbstractGraphFormatter
-
- AbstractGraphProducingFilter<G extends AbstractGraph<?,?,?>> - Class in kieker.tools.traceAnalysis.filter
-
Abstract superclass for graph-producing filters.
- AbstractGraphProducingFilter(Configuration, IProjectContext, G) - Constructor for class kieker.tools.traceAnalysis.filter.AbstractGraphProducingFilter
-
Creates a new graph-producing filter using the given configuration and the given graph.
- AbstractInvalidExecutionTraceProcessingFilter - Class in kieker.tools.traceAnalysis.filter
-
This is an abstract base for filters processing invalid execution traces.
- AbstractInvalidExecutionTraceProcessingFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.AbstractInvalidExecutionTraceProcessingFilter
-
Creates a new instance of this class using the given parameters.
- AbstractJVMRecord - Class in kieker.common.record.jvm
-
- AbstractJVMRecord(long, String, String) - Constructor for class kieker.common.record.jvm.AbstractJVMRecord
-
Creates a new instance of this class using the given parameters.
- AbstractJVMRecord(Object[], Class<?>[]) - Constructor for class kieker.common.record.jvm.AbstractJVMRecord
-
- AbstractJVMRecord(IValueDeserializer) - Constructor for class kieker.common.record.jvm.AbstractJVMRecord
-
- AbstractLogReplayer - Class in kieker.tools.logReplayer
-
- AbstractLogReplayer(String, boolean, double, boolean, int, long, long) - Constructor for class kieker.tools.logReplayer.AbstractLogReplayer
-
- AbstractMessage - Class in kieker.tools.traceAnalysis.systemModel
-
An abstract base for messages which can later be used and combined in a
MessageTrace
.
- AbstractMessage(long, Execution, Execution) - Constructor for class kieker.tools.traceAnalysis.systemModel.AbstractMessage
-
Creates a new instance of this class using the given parameters.
- AbstractMessageTraceProcessingFilter - Class in kieker.tools.traceAnalysis.filter
-
This is an abstract base for components which process message traces.
- AbstractMessageTraceProcessingFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.AbstractMessageTraceProcessingFilter
-
Creates a new instance of this class using the given parameters.
- AbstractMonitorEvent - Class in kieker.common.record.flow.trace.concurrency.monitor
-
- AbstractMonitorEvent(long, long, int, int) - Constructor for class kieker.common.record.flow.trace.concurrency.monitor.AbstractMonitorEvent
-
Creates a new instance of this class using the given parameters.
- AbstractMonitorEvent(Object[], Class<?>[]) - Constructor for class kieker.common.record.flow.trace.concurrency.monitor.AbstractMonitorEvent
-
- AbstractMonitorEvent(IValueDeserializer) - Constructor for class kieker.common.record.flow.trace.concurrency.monitor.AbstractMonitorEvent
-
- AbstractMonitoringRecord - Class in kieker.common.record
-
- AbstractMonitoringRecord() - Constructor for class kieker.common.record.AbstractMonitoringRecord
-
- AbstractMonitoringRecordDeserializer - Class in kieker.analysis.plugin.reader.newio.deserializer
-
- AbstractMonitoringRecordDeserializer(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.reader.newio.deserializer.AbstractMonitoringRecordDeserializer
-
Creates a new record deserializer.
- AbstractMonitoringRecordSerializer - Class in kieker.monitoring.writer.serializer
-
Abstract superclass for monitoring record serializers.
- AbstractMonitoringRecordSerializer(Configuration) - Constructor for class kieker.monitoring.writer.serializer.AbstractMonitoringRecordSerializer
-
Creates a new serializer using the given configuration.
- AbstractMonitoringWriter - Class in kieker.monitoring.writer
-
- AbstractMonitoringWriter(Configuration) - Constructor for class kieker.monitoring.writer.AbstractMonitoringWriter
-
- AbstractMXBeanSampler - Class in kieker.monitoring.sampler.mxbean
-
This is an abstract base for all sampler using the MXBean interface to access information from the JVM.
- AbstractMXBeanSampler() - Constructor for class kieker.monitoring.sampler.mxbean.AbstractMXBeanSampler
-
Empty constructor.
- AbstractNodeDecorator - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
-
Abstract superclass for all node decorators.
- AbstractNodeDecorator() - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractNodeDecorator
-
- AbstractOperationDependencyGraphFormatter<T extends AbstractDependencyGraph<?>> - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
-
Abstract for formatters for operation-level dependency graph.
- AbstractOperationDependencyGraphFormatter() - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractOperationDependencyGraphFormatter
-
- AbstractOperationEvent - Class in kieker.common.record.flow.trace.operation
-
- AbstractOperationEvent(long, long, int, String, String) - Constructor for class kieker.common.record.flow.trace.operation.AbstractOperationEvent
-
Creates a new instance of this class using the given parameters.
- AbstractOperationEvent(Object[], Class<?>[]) - Constructor for class kieker.common.record.flow.trace.operation.AbstractOperationEvent
-
- AbstractOperationEvent(IValueDeserializer) - Constructor for class kieker.common.record.flow.trace.operation.AbstractOperationEvent
-
- AbstractOperationExecutionAspect - Class in kieker.monitoring.probe.aspectj.operationExecution
-
- AbstractOperationExecutionAspect() - Constructor for class kieker.monitoring.probe.aspectj.operationExecution.AbstractOperationExecutionAspect
-
- AbstractOperationExecutionAspectServlet - Class in kieker.monitoring.probe.aspectj.operationExecution
-
- AbstractOperationExecutionAspectServlet() - Constructor for class kieker.monitoring.probe.aspectj.operationExecution.AbstractOperationExecutionAspectServlet
-
- AbstractOriginRetentionPolicy - Class in kieker.tools.traceAnalysis.filter.visualization.graph
-
Abstract superclass for all origin retention policies.
- AbstractOriginRetentionPolicy(OriginRetentionPolicyKind) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractOriginRetentionPolicy
-
This constructor uses the given parameter to initialize the class.
- AbstractPayloadedVertex<V extends AbstractPayloadedVertex<V,E,O,P>,E extends AbstractEdge<V,E,O>,O,P> - Class in kieker.tools.traceAnalysis.filter.visualization.graph
-
Abstract superclass for "payloaded" vertices, i.e.
- AbstractPayloadedVertex(O, IOriginRetentionPolicy, P) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractPayloadedVertex
-
Creates a new vertex with the given origin and payload.
- AbstractPlugin - Class in kieker.analysis.plugin
-
- AbstractPlugin(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.AbstractPlugin
-
Each Plugin requires a constructor with a Configuration object and an IProjectContext.
- AbstractRawDataReader - Class in kieker.analysis.plugin.reader.newio
-
Abstract superclass for all readers which only read raw data to be processed by a
configurable deserializer.
- AbstractRawDataReader(Configuration, IProjectContext, String) - Constructor for class kieker.analysis.plugin.reader.newio.AbstractRawDataReader
-
Creates a new reader using the given data.
- AbstractReaderPlugin - Class in kieker.analysis.plugin.reader
-
This class should be used as a base for every reader used within Kieker.
- AbstractReaderPlugin(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.reader.AbstractReaderPlugin
-
Each Plugin requires a constructor with a Configuration object and a IProjectContext.
- AbstractRecordTcpReader - Class in kieker.analysis.plugin.reader.tcp
-
- AbstractRecordTcpReader(Log, ILookup<String>) - Constructor for class kieker.analysis.plugin.reader.tcp.AbstractRecordTcpReader
-
Default constructor with port=10133
and bufferCapacity=65535
and new CachedRecordFactoryCatalog()
- AbstractRecordTcpReader(int, int, Log, ILookup<String>, CachedRecordFactoryCatalog) - Constructor for class kieker.analysis.plugin.reader.tcp.AbstractRecordTcpReader
-
- AbstractRegularSamplingServletContextListener - Class in kieker.monitoring.probe.servlet
-
- AbstractRegularSamplingServletContextListener() - Constructor for class kieker.monitoring.probe.servlet.AbstractRegularSamplingServletContextListener
-
Empty default constructor.
- AbstractRepository - Class in kieker.analysis.repository
-
This class should be used as a base for every repository used within Kieker.
- AbstractRepository(Configuration, IProjectContext) - Constructor for class kieker.analysis.repository.AbstractRepository
-
The second "default constructor".
- AbstractRForecaster - Class in kieker.tools.opad.timeseries.forecast
-
- AbstractRForecaster(ITimeSeries<Double>, String, String, ForecastMethod) - Constructor for class kieker.tools.opad.timeseries.forecast.AbstractRForecaster
-
- AbstractRForecaster(ITimeSeries<Double>, String, String, int, ForecastMethod) - Constructor for class kieker.tools.opad.timeseries.forecast.AbstractRForecaster
-
- AbstractSession<T extends AbstractTrace> - Class in kieker.tools.traceAnalysis.systemModel
-
Sessions group traces which belong to the same high-level user interaction.
- AbstractSession(String) - Constructor for class kieker.tools.traceAnalysis.systemModel.AbstractSession
-
Creates a new abstract session with the given session ID.
- AbstractSigarSampler - Class in kieker.monitoring.sampler.sigar.samplers
-
- AbstractSigarSampler(SigarProxy) - Constructor for class kieker.monitoring.sampler.sigar.samplers.AbstractSigarSampler
-
Constructs a new
AbstractSigarSampler
with given
SigarProxy
instance used to retrieve the sensor data.
- AbstractStep - Class in kieker.tools.traceAnalysis.gui
-
An abstract base for all other steps within the trace analysis GUI.
- AbstractStep() - Constructor for class kieker.tools.traceAnalysis.gui.AbstractStep
-
- AbstractStringRegistryReaderPlugin - Class in kieker.analysis.plugin.reader
-
This class should be used as the abstract super class for all readers which make
use of string registries to reduce the amount of transferred data.
- AbstractStringRegistryReaderPlugin(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.reader.AbstractStringRegistryReaderPlugin
-
Each Plugin requires a constructor with a Configuration object and a IProjectContext.
- AbstractStringRegistryReaderPlugin(Configuration, IProjectContext, String, TimeUnit) - Constructor for class kieker.analysis.plugin.reader.AbstractStringRegistryReaderPlugin
-
Constructor which allows to specify a configuration property which contains the cache duration in the
given time unit.
- AbstractSystemSubRepository - Class in kieker.tools.traceAnalysis.systemModel.repository
-
- AbstractSystemSubRepository(SystemModelRepository) - Constructor for class kieker.tools.traceAnalysis.systemModel.repository.AbstractSystemSubRepository
-
Creates a new instance of this class using the given parameters.
- AbstractTcpReader - Class in kieker.analysis.plugin.reader.tcp.util
-
Represents a TCP reader without any knowledge about Kieker in general and records in particular.
- AbstractTcpReader(int, int, Log) - Constructor for class kieker.analysis.plugin.reader.tcp.util.AbstractTcpReader
-
Constructs a new TCP reader.
- AbstractThreadBasedEvent - Class in kieker.common.record.flow.thread
-
- AbstractThreadBasedEvent(long, long, int, String, String) - Constructor for class kieker.common.record.flow.thread.AbstractThreadBasedEvent
-
Creates a new instance of this class using the given parameters.
- AbstractThreadBasedEvent(Object[], Class<?>[]) - Constructor for class kieker.common.record.flow.thread.AbstractThreadBasedEvent
-
- AbstractThreadBasedEvent(IValueDeserializer) - Constructor for class kieker.common.record.flow.thread.AbstractThreadBasedEvent
-
- AbstractTimeSource - Class in kieker.monitoring.timer
-
- AbstractTimeSource(Configuration) - Constructor for class kieker.monitoring.timer.AbstractTimeSource
-
This constructor initializes the class using the given configuration.
- AbstractTrace - Class in kieker.tools.traceAnalysis.systemModel
-
This is the abstract base for a trace (like a message trace e.g.).
- AbstractTrace() - Constructor for class kieker.tools.traceAnalysis.systemModel.AbstractTrace
-
Default constructor.
- AbstractTrace(long) - Constructor for class kieker.tools.traceAnalysis.systemModel.AbstractTrace
-
Creates a new abstract trace with the given trace ID and a default session ID.
- AbstractTrace(long, String) - Constructor for class kieker.tools.traceAnalysis.systemModel.AbstractTrace
-
Creates a new abstract trace with the given parameters.
- AbstractTraceAnalysisFilter - Class in kieker.tools.traceAnalysis.filter
-
- AbstractTraceAnalysisFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
-
Creates a new instance of this class using the given parameters.
- AbstractTraceEvent - Class in kieker.common.record.flow.trace
-
- AbstractTraceEvent(long, long, int) - Constructor for class kieker.common.record.flow.trace.AbstractTraceEvent
-
Creates a new instance of this class using the given parameters.
- AbstractTraceEvent(Object[], Class<?>[]) - Constructor for class kieker.common.record.flow.trace.AbstractTraceEvent
-
- AbstractTraceEvent(IValueDeserializer) - Constructor for class kieker.common.record.flow.trace.AbstractTraceEvent
-
- AbstractTraceProcessingFilter - Class in kieker.tools.traceAnalysis.filter
-
This is an abstract base for filters processing traces.
- AbstractTraceProcessingFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.AbstractTraceProcessingFilter
-
Creates a new instance of this class using the given parameters.
- AbstractUpdateableFilterPlugin - Class in kieker.analysis.plugin
-
Extends the
AbstractFilterPlugin
with possibilities to update properties that are marked as updateable.
- AbstractUpdateableFilterPlugin(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.AbstractUpdateableFilterPlugin
-
Each Plugin requires a constructor with a Configuration object and an IProjectContext.
- AbstractVertex<V extends AbstractVertex<V,E,O>,E extends AbstractEdge<V,E,O>,O> - Class in kieker.tools.traceAnalysis.filter.visualization.graph
-
Generic superclass for all vertices in the visualization package.
- AbstractVertex(O, IOriginRetentionPolicy) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractVertex
-
- AbstractVertexDecoration - Class in kieker.tools.traceAnalysis.filter.visualization.graph
-
This is an abstract base for vertex decorations.
- AbstractVertexDecoration() - Constructor for class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractVertexDecoration
-
- AbstractWebVisualizationFilterPlugin - Class in kieker.analysis.plugin.filter.visualization
-
- AbstractWebVisualizationFilterPlugin(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.visualization.AbstractWebVisualizationFilterPlugin
-
- AbstractWeightedEdge<V extends AbstractVertex<V,E,O>,E extends AbstractEdge<V,E,O>,O> - Class in kieker.tools.traceAnalysis.filter.visualization.graph
-
Abstract superclass for weighted edges in the visualization package.
- AbstractWeightedEdge(V, V, O, IOriginRetentionPolicy) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractWeightedEdge
-
Creates a new weighted edge between the given vertices.
- accept(File, String) - Method in class kieker.common.util.filesystem.FileExtensionFilter
-
- acquirePipe(String) - Method in enum kieker.common.namedRecordPipe.Broker
-
Returns a connection with name pipeName
.
- actionPerformed(ActionEvent) - Method in class kieker.tools.traceAnalysis.gui.util.FileChooserActionListener
-
- activateProbe(String) - Method in interface kieker.monitoring.core.controller.IProbeController
-
Activates a probe.
- activateProbe(String) - Method in class kieker.monitoring.core.controller.MonitoringController
-
- activateProbe(String) - Method in class kieker.monitoring.core.controller.ProbeController
-
Activates a probe.
- active - Variable in class kieker.tools.bridge.ServiceContainer
-
Is true when the service is running.
- add(T) - Method in interface kieker.tools.opad.timeseries.ITimeSeriesPointsBuffer
-
Add an Object to the tail of the Buffer.
- add(T) - Method in class kieker.tools.opad.timeseries.TimeSeriesPointsBuffer
-
- add(Execution) - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionTrace
-
Adds an execution to the trace.
- addAdditionalOptions(Options) - Method in class kieker.tools.AbstractCommandLineTool
-
- addAdditionalOptions(Options) - Method in class kieker.tools.KaxRun
-
- addAdditionalOptions(Options) - Method in class kieker.tools.KaxViz
-
- addAdditionalOptions(Options) - Method in class kieker.tools.loggingTimestampConverter.LoggingTimestampConverterTool
-
- addAdditionalOptions(Options) - Method in class kieker.tools.logReplayer.FilesystemLogReplayerStarter
-
- addAdditionalOptions(Options) - Method in class kieker.tools.resourceMonitor.ResourceMonitor
-
- addAdditionalOptions(Options) - Method in class kieker.tools.traceAnalysis.TraceAnalysisTool
-
- addAllObjects(List<T>) - Method in class kieker.analysis.plugin.reader.list.ListReader
-
This method adds all given records to our list.
- addChildContainer(ExecutionContainer) - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionContainer
-
This method adds a given container to the list of child containers.
- addDecoration(AbstractVertexDecoration) - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractVertex
-
Adds a decoration to this vertex.
- addDecorator(AbstractNodeDecorator) - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFilter
-
Adds a node decorator to this graph.
- addIncomingDependency(DependencyGraphNode<T>, TraceInformation, IOriginRetentionPolicy) - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.DependencyGraphNode
-
Adds an incoming dependency to this node.
- addIncomingDependency(DependencyGraphNode<T>, boolean, TraceInformation, IOriginRetentionPolicy) - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.DependencyGraphNode
-
Adds an incoming dependency to this node.
- AdditionalFiltersStep - Class in kieker.tools.traceAnalysis.gui
-
- AdditionalFiltersStep() - Constructor for class kieker.tools.traceAnalysis.gui.AdditionalFiltersStep
-
- AdditionalOptionsStep - Class in kieker.tools.traceAnalysis.gui
-
- AdditionalOptionsStep() - Constructor for class kieker.tools.traceAnalysis.gui.AdditionalOptionsStep
-
- addListener(IServiceListener) - Method in class kieker.tools.bridge.ServiceContainer
-
Add an update state listener.
- addNode(int, DependencyGraphNode<T>) - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraph
-
Adds a node to this graph.
- addObject(T) - Method in class kieker.analysis.plugin.reader.list.ListReader
-
This method adds the given object to our list.
- addOperation(Operation) - Method in class kieker.tools.traceAnalysis.systemModel.ComponentType
-
This method adds a given operation to the list of available operations.
- addOrigin(O) - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractGraphElement
-
Adds a new origin object to this element.
- addOutgoingDependency(DependencyGraphNode<T>, TraceInformation, IOriginRetentionPolicy) - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.DependencyGraphNode
-
Adds an outgoing dependency to this node.
- addOutgoingDependency(DependencyGraphNode<T>, boolean, TraceInformation, IOriginRetentionPolicy) - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.DependencyGraphNode
-
Adds an outgoing dependency to this node.
- addSelectedTraceAnalysisParameters(Collection<String>) - Method in class kieker.tools.traceAnalysis.gui.AbstractStep
-
- addSelectedTraceAnalysisParameters(Collection<String>) - Method in class kieker.tools.traceAnalysis.gui.AdditionalFiltersStep
-
- addSelectedTraceAnalysisParameters(Collection<String>) - Method in class kieker.tools.traceAnalysis.gui.AdditionalOptionsStep
-
- addSelectedTraceAnalysisParameters(Collection<String>) - Method in class kieker.tools.traceAnalysis.gui.ConversionStep
-
- addSelectedTraceAnalysisParameters(Collection<String>) - Method in class kieker.tools.traceAnalysis.gui.FinalStep
-
- addSelectedTraceAnalysisParameters(Collection<String>) - Method in class kieker.tools.traceAnalysis.gui.PlotStep
-
- addSelectedTraceAnalysisParameters(Collection<String>) - Method in class kieker.tools.traceAnalysis.gui.PrintStep
-
- addSelectedTraceAnalysisParameters(Collection<String>) - Method in class kieker.tools.traceAnalysis.gui.WelcomeStep
-
- addTrace(T) - Method in class kieker.tools.traceAnalysis.systemModel.AbstractSession
-
Adds a trace to this session.
- addTraceToTree(AbstractCallTreeNode<T>, MessageTrace, AbstractCallTreeFilter.IPairFactory<T>, boolean) - Static method in class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractCallTreeFilter
-
Adds the given trace to the given tree.
- afterCompletion(WebRequest, Exception) - Method in class kieker.monitoring.probe.spring.executions.OperationExecutionWebRequestRegistrationInterceptor
- afterConstruction(Object, JoinPoint.StaticPart) - Method in class kieker.monitoring.probe.aspectj.flow.construction.AbstractAspect
-
This is an advice which will be used after the construction of an object.
- AfterConstructorEvent - Class in kieker.common.record.flow.trace.operation.constructor
-
- AfterConstructorEvent(long, long, int, String, String) - Constructor for class kieker.common.record.flow.trace.operation.constructor.AfterConstructorEvent
-
Creates a new instance of this class using the given parameters.
- AfterConstructorEvent(Object[]) - Constructor for class kieker.common.record.flow.trace.operation.constructor.AfterConstructorEvent
-
- AfterConstructorEvent(Object[], Class<?>[]) - Constructor for class kieker.common.record.flow.trace.operation.constructor.AfterConstructorEvent
-
- AfterConstructorEvent(IValueDeserializer) - Constructor for class kieker.common.record.flow.trace.operation.constructor.AfterConstructorEvent
-
- AfterConstructorEventFactory - Class in kieker.common.record.flow.trace.operation.constructor
-
- AfterConstructorEventFactory() - Constructor for class kieker.common.record.flow.trace.operation.constructor.AfterConstructorEventFactory
-
- AfterConstructorFailedEvent - Class in kieker.common.record.flow.trace.operation.constructor
-
- AfterConstructorFailedEvent(long, long, int, String, String, String) - Constructor for class kieker.common.record.flow.trace.operation.constructor.AfterConstructorFailedEvent
-
Creates a new instance of this class using the given parameters.
- AfterConstructorFailedEvent(Object[]) - Constructor for class kieker.common.record.flow.trace.operation.constructor.AfterConstructorFailedEvent
-
- AfterConstructorFailedEvent(Object[], Class<?>[]) - Constructor for class kieker.common.record.flow.trace.operation.constructor.AfterConstructorFailedEvent
-
- AfterConstructorFailedEvent(IValueDeserializer) - Constructor for class kieker.common.record.flow.trace.operation.constructor.AfterConstructorFailedEvent
-
- AfterConstructorFailedEventFactory - Class in kieker.common.record.flow.trace.operation.constructor
-
- AfterConstructorFailedEventFactory() - Constructor for class kieker.common.record.flow.trace.operation.constructor.AfterConstructorFailedEventFactory
-
- AfterConstructorFailedObjectEvent - Class in kieker.common.record.flow.trace.operation.constructor.object
-
- AfterConstructorFailedObjectEvent(long, long, int, String, String, String, int) - Constructor for class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorFailedObjectEvent
-
Creates a new instance of this class using the given parameters.
- AfterConstructorFailedObjectEvent(Object[]) - Constructor for class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorFailedObjectEvent
-
- AfterConstructorFailedObjectEvent(Object[], Class<?>[]) - Constructor for class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorFailedObjectEvent
-
- AfterConstructorFailedObjectEvent(IValueDeserializer) - Constructor for class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorFailedObjectEvent
-
- AfterConstructorFailedObjectEventFactory - Class in kieker.common.record.flow.trace.operation.constructor.object
-
- AfterConstructorFailedObjectEventFactory() - Constructor for class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorFailedObjectEventFactory
-
- AfterConstructorObjectEvent - Class in kieker.common.record.flow.trace.operation.constructor.object
-
- AfterConstructorObjectEvent(long, long, int, String, String, int) - Constructor for class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorObjectEvent
-
Creates a new instance of this class using the given parameters.
- AfterConstructorObjectEvent(Object[]) - Constructor for class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorObjectEvent
-
- AfterConstructorObjectEvent(Object[], Class<?>[]) - Constructor for class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorObjectEvent
-
- AfterConstructorObjectEvent(IValueDeserializer) - Constructor for class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorObjectEvent
-
- AfterConstructorObjectEventFactory - Class in kieker.common.record.flow.trace.operation.constructor.object
-
- AfterConstructorObjectEventFactory() - Constructor for class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorObjectEventFactory
-
- AfterFailedThreadBasedEvent - Class in kieker.common.record.flow.thread
-
- AfterFailedThreadBasedEvent(long, long, int, String, String, String) - Constructor for class kieker.common.record.flow.thread.AfterFailedThreadBasedEvent
-
Creates a new instance of this class using the given parameters.
- AfterFailedThreadBasedEvent(Object[]) - Constructor for class kieker.common.record.flow.thread.AfterFailedThreadBasedEvent
-
- AfterFailedThreadBasedEvent(Object[], Class<?>[]) - Constructor for class kieker.common.record.flow.thread.AfterFailedThreadBasedEvent
-
- AfterFailedThreadBasedEvent(IValueDeserializer) - Constructor for class kieker.common.record.flow.thread.AfterFailedThreadBasedEvent
-
- AfterFailedThreadBasedEventFactory - Class in kieker.common.record.flow.thread
-
- AfterFailedThreadBasedEventFactory() - Constructor for class kieker.common.record.flow.thread.AfterFailedThreadBasedEventFactory
-
- afterMonitorEntry(Object) - Method in class kieker.monitoring.probe.aspectj.flow.concurrency.SynchronizedAspect
-
- afterOperation(JoinPoint.StaticPart) - Method in class kieker.monitoring.probe.aspectj.beforeafter.onlycallee.AbstractAspect
-
- AfterOperationEvent - Class in kieker.common.record.flow.trace.operation
-
- AfterOperationEvent(long, long, int, String, String) - Constructor for class kieker.common.record.flow.trace.operation.AfterOperationEvent
-
Creates a new instance of this class using the given parameters.
- AfterOperationEvent(Object[]) - Constructor for class kieker.common.record.flow.trace.operation.AfterOperationEvent
-
- AfterOperationEvent(Object[], Class<?>[]) - Constructor for class kieker.common.record.flow.trace.operation.AfterOperationEvent
-
- AfterOperationEvent(IValueDeserializer) - Constructor for class kieker.common.record.flow.trace.operation.AfterOperationEvent
-
- AfterOperationEventFactory - Class in kieker.common.record.flow.trace.operation
-
- AfterOperationEventFactory() - Constructor for class kieker.common.record.flow.trace.operation.AfterOperationEventFactory
-
- AfterOperationFailedEvent - Class in kieker.common.record.flow.trace.operation
-
- AfterOperationFailedEvent(long, long, int, String, String, String) - Constructor for class kieker.common.record.flow.trace.operation.AfterOperationFailedEvent
-
Creates a new instance of this class using the given parameters.
- AfterOperationFailedEvent(Object[]) - Constructor for class kieker.common.record.flow.trace.operation.AfterOperationFailedEvent
-
- AfterOperationFailedEvent(Object[], Class<?>[]) - Constructor for class kieker.common.record.flow.trace.operation.AfterOperationFailedEvent
-
- AfterOperationFailedEvent(IValueDeserializer) - Constructor for class kieker.common.record.flow.trace.operation.AfterOperationFailedEvent
-
- AfterOperationFailedEventFactory - Class in kieker.common.record.flow.trace.operation
-
- AfterOperationFailedEventFactory() - Constructor for class kieker.common.record.flow.trace.operation.AfterOperationFailedEventFactory
-
- AfterOperationFailedObjectEvent - Class in kieker.common.record.flow.trace.operation.object
-
- AfterOperationFailedObjectEvent(long, long, int, String, String, String, int) - Constructor for class kieker.common.record.flow.trace.operation.object.AfterOperationFailedObjectEvent
-
Creates a new instance of this class using the given parameters.
- AfterOperationFailedObjectEvent(Object[]) - Constructor for class kieker.common.record.flow.trace.operation.object.AfterOperationFailedObjectEvent
-
- AfterOperationFailedObjectEvent(Object[], Class<?>[]) - Constructor for class kieker.common.record.flow.trace.operation.object.AfterOperationFailedObjectEvent
-
- AfterOperationFailedObjectEvent(IValueDeserializer) - Constructor for class kieker.common.record.flow.trace.operation.object.AfterOperationFailedObjectEvent
-
- AfterOperationFailedObjectEventFactory - Class in kieker.common.record.flow.trace.operation.object
-
- AfterOperationFailedObjectEventFactory() - Constructor for class kieker.common.record.flow.trace.operation.object.AfterOperationFailedObjectEventFactory
-
- AfterOperationObjectEvent - Class in kieker.common.record.flow.trace.operation.object
-
- AfterOperationObjectEvent(long, long, int, String, String, int) - Constructor for class kieker.common.record.flow.trace.operation.object.AfterOperationObjectEvent
-
Creates a new instance of this class using the given parameters.
- AfterOperationObjectEvent(Object[]) - Constructor for class kieker.common.record.flow.trace.operation.object.AfterOperationObjectEvent
-
- AfterOperationObjectEvent(Object[], Class<?>[]) - Constructor for class kieker.common.record.flow.trace.operation.object.AfterOperationObjectEvent
-
- AfterOperationObjectEvent(IValueDeserializer) - Constructor for class kieker.common.record.flow.trace.operation.object.AfterOperationObjectEvent
-
- AfterOperationObjectEventFactory - Class in kieker.common.record.flow.trace.operation.object
-
- AfterOperationObjectEventFactory() - Constructor for class kieker.common.record.flow.trace.operation.object.AfterOperationObjectEventFactory
-
- afterReturningOperation(JoinPoint.StaticPart) - Method in class kieker.monitoring.probe.aspectj.beforeafter.onlycallee.AbstractAspect
-
- afterReturningOperation(JoinPoint.StaticPart) - Method in class kieker.monitoring.probe.aspectj.beforeafter.onlycallee.AbstractAspectWithoutTraceRegistry
-
- AfterThreadBasedEvent - Class in kieker.common.record.flow.thread
-
- AfterThreadBasedEvent(long, long, int, String, String) - Constructor for class kieker.common.record.flow.thread.AfterThreadBasedEvent
-
Creates a new instance of this class using the given parameters.
- AfterThreadBasedEvent(Object[]) - Constructor for class kieker.common.record.flow.thread.AfterThreadBasedEvent
-
- AfterThreadBasedEvent(Object[], Class<?>[]) - Constructor for class kieker.common.record.flow.thread.AfterThreadBasedEvent
-
- AfterThreadBasedEvent(IValueDeserializer) - Constructor for class kieker.common.record.flow.thread.AfterThreadBasedEvent
-
- AfterThreadBasedEventFactory - Class in kieker.common.record.flow.thread
-
- AfterThreadBasedEventFactory() - Constructor for class kieker.common.record.flow.thread.AfterThreadBasedEventFactory
-
- afterThrowing(JoinPoint.StaticPart, Throwable) - Method in class kieker.monitoring.probe.aspectj.beforeafter.onlycallee.AbstractAspect
-
- afterThrowing(JoinPoint.StaticPart, Throwable) - Method in class kieker.monitoring.probe.aspectj.beforeafter.onlycallee.AbstractAspectWithoutTraceRegistry
-
- AGGREGATED_ALLOCATION_CALL_TREE_FN_PREFIX - Static variable in class kieker.tools.traceAnalysis.Constants
-
- AGGREGATED_ASSEMBLY_CALL_TREE_FN_PREFIX - Static variable in class kieker.tools.traceAnalysis.Constants
-
- AggregatedAllocationComponentOperationCallTreeFilter - Class in kieker.tools.traceAnalysis.filter.visualization.callTree
-
- AggregatedAllocationComponentOperationCallTreeFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.callTree.AggregatedAllocationComponentOperationCallTreeFilter
-
Creates a new instance of this class using the given parameters.
- AggregatedAssemblyComponentOperationCallTreeFilter - Class in kieker.tools.traceAnalysis.filter.visualization.callTree
-
- AggregatedAssemblyComponentOperationCallTreeFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.callTree.AggregatedAssemblyComponentOperationCallTreeFilter
-
Creates a new instance of this class using the given parameters.
- AggregationMethod - Enum in kieker.tools.opad.timeseries
-
- AggregationVariableSet - Class in kieker.tools.util
-
- AggregationVariableSet() - Constructor for class kieker.tools.util.AggregationVariableSet
-
Creates an instance of this class.
- AggregationWindow - Class in kieker.tools.opad.record
-
- AggregationWindow(long, long) - Constructor for class kieker.tools.opad.record.AggregationWindow
-
Creates a new instance of this class using the given parameters.
- AggregationWindow(Object[]) - Constructor for class kieker.tools.opad.record.AggregationWindow
-
- AggregationWindow(Object[], Class<?>[]) - Constructor for class kieker.tools.opad.record.AggregationWindow
-
- AggregationWindow(IValueDeserializer) - Constructor for class kieker.tools.opad.record.AggregationWindow
-
- AggregationWindowFactory - Class in kieker.tools.opad.record
-
- AggregationWindowFactory() - Constructor for class kieker.tools.opad.record.AggregationWindowFactory
-
- ALLOCATION_COMPONENT_DEPENDENCY_GRAPH_FN_PREFIX - Static variable in class kieker.tools.traceAnalysis.Constants
-
The prefix for the files of the allocation component dependency graphs.
- ALLOCATION_OPERATION_DEPENDENCY_GRAPH_FN_PREFIX - Static variable in class kieker.tools.traceAnalysis.Constants
-
The prefix for the files of the allocation operation dependency graphs.
- ALLOCATION_SEQUENCE_DIAGRAM_FN_PREFIX - Static variable in class kieker.tools.traceAnalysis.Constants
-
The prefix for the files of the allocation sequence diagram.
- AllocationComponent - Class in kieker.tools.traceAnalysis.systemModel
-
- AllocationComponent(int, AssemblyComponent, ExecutionContainer) - Constructor for class kieker.tools.traceAnalysis.systemModel.AllocationComponent
-
- AllocationComponentOperationPair - Class in kieker.tools.traceAnalysis.systemModel.util
-
- AllocationComponentOperationPair(int, Operation, AllocationComponent) - Constructor for class kieker.tools.traceAnalysis.systemModel.util.AllocationComponentOperationPair
-
Creates a new instance of this class using the given parameters.
- AllocationComponentOperationPairFactory - Class in kieker.tools.traceAnalysis.systemModel.repository
-
- AllocationComponentOperationPairFactory(SystemModelRepository) - Constructor for class kieker.tools.traceAnalysis.systemModel.repository.AllocationComponentOperationPairFactory
-
Creates a new instance of this class using the given parameters.
- AllocationRepository - Class in kieker.tools.traceAnalysis.systemModel.repository
-
- AllocationRepository(SystemModelRepository) - Constructor for class kieker.tools.traceAnalysis.systemModel.repository.AllocationRepository
-
Creates a new instance of this class using the given parameters.
- AllSelectionBindingItemListener - Class in kieker.tools.traceAnalysis.gui.util
-
An item listener which selects or deselects all given check boxes if the owning checkbox is selected or deselected.
- AllSelectionBindingItemListener(JCheckBox...) - Constructor for class kieker.tools.traceAnalysis.gui.util.AllSelectionBindingItemListener
-
- AmqpReader - Class in kieker.analysis.plugin.reader.amqp
-
Reader plugin that reads monitoring records from an AMQP queue.
- AmqpReader(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.reader.amqp.AmqpReader
-
Creates a new AMQP reader with the given configuration in the given context.
- AmqpWriter - Class in kieker.monitoring.writer.amqp
-
Monitoring record writer which sends records using the AMQP protocol to a message queue.
- AmqpWriter(Configuration) - Constructor for class kieker.monitoring.writer.amqp.AmqpWriter
-
- ANALYSIS_COMPONENT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
- ANALYSIS_COMPONENT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
-
- ANALYSIS_COMPONENT__CLASSNAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
The feature id for the 'Classname' attribute.
- ANALYSIS_COMPONENT__CLASSNAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
-
The meta object literal for the 'Classname' attribute feature.
- ANALYSIS_COMPONENT__ID - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
The feature id for the 'Id' attribute.
- ANALYSIS_COMPONENT__ID - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
-
The meta object literal for the 'Id' attribute feature.
- ANALYSIS_COMPONENT__NAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
The feature id for the 'Name' attribute.
- ANALYSIS_COMPONENT__NAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
-
The meta object literal for the 'Name' attribute feature.
- ANALYSIS_COMPONENT__PROPERTIES - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
The feature id for the 'Properties' containment reference list.
- ANALYSIS_COMPONENT__PROPERTIES - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
-
The meta object literal for the 'Properties' containment reference list feature.
- ANALYSIS_COMPONENT_FEATURE_COUNT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
The number of structural features of the 'Analysis Component' class.
- AnalysisConfigurationException - Exception in kieker.analysis.exception
-
An exception to show that something went wrong during the configuration of an analysis.
- AnalysisConfigurationException(String, Throwable) - Constructor for exception kieker.analysis.exception.AnalysisConfigurationException
-
Creates a new instance of this class using the given parameters.
- AnalysisConfigurationException(String) - Constructor for exception kieker.analysis.exception.AnalysisConfigurationException
-
Creates a new instance of this class using the given parameters.
- AnalysisController - Class in kieker.analysis
-
The AnalysisController
can be used to configure, control, save and load an analysis instance.
- AnalysisController() - Constructor for class kieker.analysis.AnalysisController
-
- AnalysisController(String) - Constructor for class kieker.analysis.AnalysisController
-
- AnalysisController(File) - Constructor for class kieker.analysis.AnalysisController
-
This constructors creates an
AnalysisController
instance, using the given file to load an analysis model.
- AnalysisController(File, ClassLoader) - Constructor for class kieker.analysis.AnalysisController
-
This constructors creates an
AnalysisController
instance, using the given file to load an analysis model and the given classloader to initialize the
objects.
- AnalysisController(MIProject) - Constructor for class kieker.analysis.AnalysisController
-
- AnalysisController(MIProject, ClassLoader) - Constructor for class kieker.analysis.AnalysisController
-
Creates a new instance of the class
AnalysisController
but uses the given instance of @link{Project} to construct the analysis.
- AnalysisController(Configuration) - Constructor for class kieker.analysis.AnalysisController
-
- AnalysisController - Annotation Type in kieker.analysis.annotation
-
This is the annotation to supply a default configuration for the analysis controller.
- AnalysisController.AnalysisControllerWithMapping - Class in kieker.analysis
-
This is a wrapper for the
AnalysisController
which contains a mapping between the model instances and the actual objects as well.
- AnalysisController.AnalysisControllerWithMapping(AnalysisController, Map<MIPlugin, AbstractPlugin>, Map<MIRepository, AbstractRepository>) - Constructor for class kieker.analysis.AnalysisController.AnalysisControllerWithMapping
-
Creates a new instance of this class using the given parameters.
- AnalysisController.IStateObserver - Interface in kieker.analysis
-
This interface can be used for observers which want to get notified about state changes of an analysis controller.
- AnalysisController.STATE - Enum in kieker.analysis
-
- AnalysisControllerThread - Class in kieker.analysis
-
- AnalysisControllerThread(IAnalysisController) - Constructor for class kieker.analysis.AnalysisControllerThread
-
Creates a new instance of this class using the given parameters.
- AnalysisMetaModelAdapterFactory - Class in kieker.analysis.model.analysisMetaModel.util
-
The Adapter Factory for the model.
- AnalysisMetaModelAdapterFactory() - Constructor for class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
-
Creates an instance of the adapter factory.
- AnalysisMetaModelSwitch<T> - Class in kieker.analysis.model.analysisMetaModel.util
-
The Switch for the model's inheritance hierarchy.
- AnalysisMetaModelSwitch() - Constructor for class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
-
Creates an instance of the switch.
- AnalysisThroughputFilter - Class in kieker.analysis.plugin.filter.forward
-
An instance of this class computes the throughput in terms of the number of objects received per time unit.
- AnalysisThroughputFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.forward.AnalysisThroughputFilter
-
- Annotation - Class in kieker.monitoring.probe.aspectj.flow.construction
-
- Annotation() - Constructor for class kieker.monitoring.probe.aspectj.flow.construction.Annotation
-
Default constructor.
- Annotation - Class in kieker.monitoring.probe.aspectj.flow.constructorCall
-
- Annotation() - Constructor for class kieker.monitoring.probe.aspectj.flow.constructorCall.Annotation
-
Default constructor.
- Annotation - Class in kieker.monitoring.probe.aspectj.flow.constructorCallObject
-
- Annotation() - Constructor for class kieker.monitoring.probe.aspectj.flow.constructorCallObject.Annotation
-
Default constructor.
- Annotation - Class in kieker.monitoring.probe.aspectj.flow.constructorExecution
-
- Annotation() - Constructor for class kieker.monitoring.probe.aspectj.flow.constructorExecution.Annotation
-
Default constructor.
- Annotation - Class in kieker.monitoring.probe.aspectj.flow.constructorExecutionObject
-
- Annotation() - Constructor for class kieker.monitoring.probe.aspectj.flow.constructorExecutionObject.Annotation
-
Default constructor.
- Annotation - Class in kieker.monitoring.probe.aspectj.flow.constructorExecutionObjectInterface
-
- Annotation() - Constructor for class kieker.monitoring.probe.aspectj.flow.constructorExecutionObjectInterface.Annotation
-
Default constructor.
- Annotation - Class in kieker.monitoring.probe.aspectj.flow.operationCall
-
- Annotation() - Constructor for class kieker.monitoring.probe.aspectj.flow.operationCall.Annotation
-
Default constructor.
- Annotation - Class in kieker.monitoring.probe.aspectj.flow.operationCallObject
-
- Annotation() - Constructor for class kieker.monitoring.probe.aspectj.flow.operationCallObject.Annotation
-
Default constructor.
- Annotation - Class in kieker.monitoring.probe.aspectj.flow.operationExecution
-
- Annotation() - Constructor for class kieker.monitoring.probe.aspectj.flow.operationExecution.Annotation
-
Default constructor.
- Annotation - Class in kieker.monitoring.probe.aspectj.flow.operationExecutionObject
-
- Annotation() - Constructor for class kieker.monitoring.probe.aspectj.flow.operationExecutionObject.Annotation
-
Default constructor.
- Annotation - Class in kieker.monitoring.probe.aspectj.flow.operationExecutionObjectInterface
-
- Annotation() - Constructor for class kieker.monitoring.probe.aspectj.flow.operationExecutionObjectInterface.Annotation
-
Default constructor.
- AnomalyDetectionFilter - Class in kieker.tools.opad.filter
-
This filter separates input values by their reach of a certain threshold (parameter).
- AnomalyDetectionFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.opad.filter.AnomalyDetectionFilter
-
Creates a new instance of this class.
- AnomalyScore - Class in kieker.tools.opad.timeseries.anomalycalculators
-
A simple container for an anomaly score.
- AnomalyScore(double) - Constructor for class kieker.tools.opad.timeseries.anomalycalculators.AnomalyScore
-
- AnomalyScoreCalculationFilter - Class in kieker.tools.opad.filter
-
This filter calculates the anomaly score based on the distance between the forecasted and the actual value.
- AnomalyScoreCalculationFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.opad.filter.AnomalyScoreCalculationFilter
-
- AnomalyScoreVisualizationFilter - Class in kieker.tools.opad.filter
-
This filter provides a simply visualization for the OPAD anomaly detection filter.
- AnomalyScoreVisualizationFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.opad.filter.AnomalyScoreVisualizationFilter
-
- append(T) - Method in interface kieker.tools.opad.timeseries.ITimeSeries
-
Appends the given value to the time series.
- append(T) - Method in class kieker.tools.opad.timeseries.TimeSeries
-
- appendAll(T[]) - Method in interface kieker.tools.opad.timeseries.ITimeSeries
-
Appends the given value to the time series.
- appendAll(T[]) - Method in class kieker.tools.opad.timeseries.TimeSeries
-
- appendChildEdge(WeightedDirectedCallTreeEdge<T>) - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractCallTreeNode
-
Append edge to *sorted* list of children.
- appendGraphFooter(StringBuilder) - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
-
Outputs the default graph footer to the given builder.
- appendGraphHeader(StringBuilder) - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
-
Outputs the default graph header to the given builder.
- APPLICATION_NAME - Static variable in class kieker.common.record.misc.HostApplicationMetaData
-
- APPLICATION_NAME - Static variable in class kieker.tools.opad.record.NamedDoubleRecord
-
default constants.
- APPLICATION_NAME - Static variable in class kieker.tools.opad.record.StorableDetectionResult
-
default constants.
- areAllRepositoryPortsConnected() - Method in class kieker.analysis.plugin.AbstractPlugin
-
This method checks whether all repository ports of the current plugin are connected.
- ARIMA101Forecaster - Class in kieker.tools.opad.timeseries.forecast.arima
-
An R-based time series forecaster which computes a forecast based on exponential smoothing.
- ARIMA101Forecaster(ITimeSeries<Double>) - Constructor for class kieker.tools.opad.timeseries.forecast.arima.ARIMA101Forecaster
-
- ARIMA101Forecaster(ITimeSeries<Double>, int) - Constructor for class kieker.tools.opad.timeseries.forecast.arima.ARIMA101Forecaster
-
- ARIMAForecaster - Class in kieker.tools.opad.timeseries.forecast.arima
-
An R-based time series forecaster, auto-arima model selection.
- ARIMAForecaster(ITimeSeries<Double>) - Constructor for class kieker.tools.opad.timeseries.forecast.arima.ARIMAForecaster
-
- ARIMAForecaster(ITimeSeries<Double>, int) - Constructor for class kieker.tools.opad.timeseries.forecast.arima.ARIMAForecaster
-
- AsciiFileWriter - Class in kieker.monitoring.writer.filesystem
-
- AsciiFileWriter(Configuration) - Constructor for class kieker.monitoring.writer.filesystem.AsciiFileWriter
-
- AsciiLogReader - Class in kieker.analysis.plugin.reader.filesystem
-
Filesystem reader which reads from multiple directories simultaneously ordered by the logging timestamp.
- AsciiLogReader(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.reader.filesystem.AsciiLogReader
-
Creates a new instance of this class using the given parameters.
- AspectJLoader - Class in kieker.monitoring.probe.aspectj
-
- ASSEMBLY_COMPONENT_DEPENDENCY_GRAPH_FN_PREFIX - Static variable in class kieker.tools.traceAnalysis.Constants
-
The prefix for the files of the assembly component dependency graphs.
- ASSEMBLY_OPERATION_DEPENDENCY_GRAPH_FN_PREFIX - Static variable in class kieker.tools.traceAnalysis.Constants
-
- ASSEMBLY_SEQUENCE_DIAGRAM_FN_PREFIX - Static variable in class kieker.tools.traceAnalysis.Constants
-
The prefix for the files of the assembly sequence diagram.
- AssemblyComponent - Class in kieker.tools.traceAnalysis.systemModel
-
- AssemblyComponent(int, String, ComponentType) - Constructor for class kieker.tools.traceAnalysis.systemModel.AssemblyComponent
-
Creates a new instance of this class using the given parameters.
- AssemblyComponentOperationPair - Class in kieker.tools.traceAnalysis.systemModel.util
-
- AssemblyComponentOperationPair(int, Operation, AssemblyComponent) - Constructor for class kieker.tools.traceAnalysis.systemModel.util.AssemblyComponentOperationPair
-
Creates a new instance of this class using the given parameters.
- AssemblyComponentOperationPairFactory - Class in kieker.tools.traceAnalysis.systemModel.repository
-
- AssemblyComponentOperationPairFactory(SystemModelRepository) - Constructor for class kieker.tools.traceAnalysis.systemModel.repository.AssemblyComponentOperationPairFactory
-
Creates a new instance of this class using the given parameters.
- AssemblyRepository - Class in kieker.tools.traceAnalysis.systemModel.repository
-
- AssemblyRepository(SystemModelRepository) - Constructor for class kieker.tools.traceAnalysis.systemModel.repository.AssemblyRepository
-
Creates a new instance of this class using the given parameters.
- assign(String, double[]) - Method in class kieker.tools.util.RBridgeControl
-
- assign(String, Double[]) - Method in class kieker.tools.util.RBridgeControl
-
- assign(String, Long[]) - Method in class kieker.tools.util.RBridgeControl
-
- awaitInitialization() - Method in class kieker.analysis.AnalysisController
-
Causes the calling thread to wait until the analysis controller has been initialized.
- awaitTermination(long, TimeUnit) - Method in class kieker.analysis.AnalysisControllerThread
-
- awaitTermination() - Method in class kieker.analysis.AnalysisControllerThread
-
- CachedClassForNameResolver<T> - Class in kieker.common.util.classpath
-
- CachedClassForNameResolver(ClassForNameResolver<T>) - Constructor for class kieker.common.util.classpath.CachedClassForNameResolver
-
- CachedRecordFactoryCatalog - Class in kieker.common.record.factory
-
- CachedRecordFactoryCatalog() - Constructor for class kieker.common.record.factory.CachedRecordFactoryCatalog
-
- calculateAnomalyScore(IForecastResult, ITimeSeriesPoint<T>) - Method in interface kieker.tools.opad.timeseries.anomalycalculators.IAnomalyScoreCalculator
-
Calculates an anomaly score based on the given values.
- calculateAnomalyScore(IForecastResult, ITimeSeriesPoint<Double>) - Method in class kieker.tools.opad.timeseries.anomalycalculators.SimpleAnomalyScoreCalculator
-
- CALL_TREE_FN_PREFIX - Static variable in class kieker.tools.traceAnalysis.Constants
-
The prefix for the call tree files.
- CallConstructorEvent - Class in kieker.common.record.flow.trace.operation.constructor
-
- CallConstructorEvent(long, long, int, String, String, String, String) - Constructor for class kieker.common.record.flow.trace.operation.constructor.CallConstructorEvent
-
Creates a new instance of this class using the given parameters.
- CallConstructorEvent(Object[]) - Constructor for class kieker.common.record.flow.trace.operation.constructor.CallConstructorEvent
-
- CallConstructorEvent(Object[], Class<?>[]) - Constructor for class kieker.common.record.flow.trace.operation.constructor.CallConstructorEvent
-
- CallConstructorEvent(IValueDeserializer) - Constructor for class kieker.common.record.flow.trace.operation.constructor.CallConstructorEvent
-
- CallConstructorEventFactory - Class in kieker.common.record.flow.trace.operation.constructor
-
- CallConstructorEventFactory() - Constructor for class kieker.common.record.flow.trace.operation.constructor.CallConstructorEventFactory
-
- CallConstructorObjectEvent - Class in kieker.common.record.flow.trace.operation.constructor.object
-
- CallConstructorObjectEvent(long, long, int, String, String, String, String, int, int) - Constructor for class kieker.common.record.flow.trace.operation.constructor.object.CallConstructorObjectEvent
-
Creates a new instance of this class using the given parameters.
- CallConstructorObjectEvent(Object[]) - Constructor for class kieker.common.record.flow.trace.operation.constructor.object.CallConstructorObjectEvent
-
- CallConstructorObjectEvent(Object[], Class<?>[]) - Constructor for class kieker.common.record.flow.trace.operation.constructor.object.CallConstructorObjectEvent
-
- CallConstructorObjectEvent(IValueDeserializer) - Constructor for class kieker.common.record.flow.trace.operation.constructor.object.CallConstructorObjectEvent
-
- CallConstructorObjectEventFactory - Class in kieker.common.record.flow.trace.operation.constructor.object
-
- CallConstructorObjectEventFactory() - Constructor for class kieker.common.record.flow.trace.operation.constructor.object.CallConstructorObjectEventFactory
-
- CALLEE_CLASS_SIGNATURE - Static variable in class kieker.common.record.flow.trace.operation.CallOperationEvent
-
- CALLEE_OBJECT_ID - Static variable in class kieker.common.record.flow.trace.operation.constructor.object.CallConstructorObjectEvent
-
- CALLEE_OBJECT_ID - Static variable in class kieker.common.record.flow.trace.operation.object.CallOperationObjectEvent
-
- CALLEE_OPERATION_SIGNATURE - Static variable in class kieker.common.record.flow.trace.operation.CallOperationEvent
-
default constants.
- CallOperationEvent - Class in kieker.common.record.flow.trace.operation
-
- CallOperationEvent(long, long, int, String, String, String, String) - Constructor for class kieker.common.record.flow.trace.operation.CallOperationEvent
-
Creates a new instance of this class using the given parameters.
- CallOperationEvent(Object[]) - Constructor for class kieker.common.record.flow.trace.operation.CallOperationEvent
-
- CallOperationEvent(Object[], Class<?>[]) - Constructor for class kieker.common.record.flow.trace.operation.CallOperationEvent
-
- CallOperationEvent(IValueDeserializer) - Constructor for class kieker.common.record.flow.trace.operation.CallOperationEvent
-
- CallOperationEventFactory - Class in kieker.common.record.flow.trace.operation
-
- CallOperationEventFactory() - Constructor for class kieker.common.record.flow.trace.operation.CallOperationEventFactory
-
- CallOperationObjectEvent - Class in kieker.common.record.flow.trace.operation.object
-
- CallOperationObjectEvent(long, long, int, String, String, String, String, int, int) - Constructor for class kieker.common.record.flow.trace.operation.object.CallOperationObjectEvent
-
Creates a new instance of this class using the given parameters.
- CallOperationObjectEvent(Object[]) - Constructor for class kieker.common.record.flow.trace.operation.object.CallOperationObjectEvent
-
- CallOperationObjectEvent(Object[], Class<?>[]) - Constructor for class kieker.common.record.flow.trace.operation.object.CallOperationObjectEvent
-
- CallOperationObjectEvent(IValueDeserializer) - Constructor for class kieker.common.record.flow.trace.operation.object.CallOperationObjectEvent
-
- CallOperationObjectEventFactory - Class in kieker.common.record.flow.trace.operation.object
-
- CallOperationObjectEventFactory() - Constructor for class kieker.common.record.flow.trace.operation.object.CallOperationObjectEventFactory
-
- caseAnalysisComponent(MIAnalysisComponent) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
-
Returns the result of interpreting the object as an instance of 'Analysis Component'.
- caseDependency(MIDependency) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
-
Returns the result of interpreting the object as an instance of 'Dependency'.
- caseDisplay(MIDisplay) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
-
Returns the result of interpreting the object as an instance of 'Display'.
- caseDisplayConnector(MIDisplayConnector) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
-
Returns the result of interpreting the object as an instance of 'Display Connector'.
- caseFilter(MIFilter) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
-
Returns the result of interpreting the object as an instance of 'Filter'.
- caseInputPort(MIInputPort) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
-
Returns the result of interpreting the object as an instance of 'Input Port'.
- caseOutputPort(MIOutputPort) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
-
Returns the result of interpreting the object as an instance of 'Output Port'.
- casePlugin(MIPlugin) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
-
Returns the result of interpreting the object as an instance of 'Plugin'.
- casePort(MIPort) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
-
Returns the result of interpreting the object as an instance of 'Port'.
- caseProject(MIProject) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
-
Returns the result of interpreting the object as an instance of 'Project'.
- caseProperty(MIProperty) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
-
Returns the result of interpreting the object as an instance of 'Property'.
- caseReader(MIReader) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
-
Returns the result of interpreting the object as an instance of 'Reader'.
- caseRepository(MIRepository) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
-
Returns the result of interpreting the object as an instance of 'Repository'.
- caseRepositoryConnector(MIRepositoryConnector) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
-
Returns the result of interpreting the object as an instance of 'Repository Connector'.
- caseView(MIView) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
-
Returns the result of interpreting the object as an instance of 'View'.
- CAUSE - Static variable in class kieker.common.record.flow.thread.AfterFailedThreadBasedEvent
-
default constants.
- CAUSE - Static variable in class kieker.common.record.flow.trace.operation.AfterOperationFailedEvent
-
default constants.
- CF_REGISTRY - Static variable in class kieker.monitoring.probe.cxf.OperationExecutionSOAPRequestInInterceptor
-
Stores the singleton instance of the control flow registry.
- CF_REGISTRY - Static variable in class kieker.monitoring.probe.cxf.OperationExecutionSOAPRequestOutInterceptor
-
Stores the singleton instance of the control flow registry.
- CF_REGISTRY - Static variable in class kieker.monitoring.probe.cxf.OperationExecutionSOAPResponseInInterceptor
-
Stores the singleton instance of the control flow registry.
- CF_REGISTRY - Static variable in class kieker.monitoring.probe.cxf.OperationExecutionSOAPResponseOutInterceptor
-
Stores the singleton instance of the control flow registry.
- CF_REGISTRY - Static variable in class kieker.monitoring.probe.servlet.SessionAndTraceRegistrationFilter
-
- checkArray(Object[], Class<?>[]) - Static method in class kieker.common.record.AbstractMonitoringRecord
-
This method checks the given arrays, making sure that they have the same length and that the value elements are compatible with the given value types.
- checkPorts(MIPlugin, AbstractPlugin) - Static method in class kieker.analysis.model.MetaModelHandler
-
This method checks the ports of the given model plugin against the ports of the actual plugin.
- childMap - Variable in class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractAggregatedCallTreeNode
-
For faster lookup of existing children.
- ChunkingAmqpReader - Class in kieker.analysis.plugin.reader.amqp
-
AMQP reader plugin that supports chunking using the new raw data I/O infrastructure.
- ChunkingAmqpReader(Configuration, IRawDataProcessor) - Constructor for class kieker.analysis.plugin.reader.amqp.ChunkingAmqpReader
-
- ChunkingAmqpWriter - Class in kieker.monitoring.writer.amqp
-
AMQP writer plugin that supports chunking via the new raw data I/O infrastructure.
- ChunkingAmqpWriter(Configuration) - Constructor for class kieker.monitoring.writer.amqp.ChunkingAmqpWriter
-
- ChunkingCollector - Class in kieker.monitoring.writer.collector
-
Chunking collector for monitoring records.
- ChunkingCollector(Configuration) - Constructor for class kieker.monitoring.writer.collector.ChunkingCollector
-
- CLASS_ID - Static variable in class kieker.common.record.misc.RegistryRecord
-
- CLASS_SIGNATURE - Static variable in class kieker.common.record.flow.thread.AbstractThreadBasedEvent
-
- CLASS_SIGNATURE - Static variable in class kieker.common.record.flow.trace.ConstructionEvent
-
default constants.
- CLASS_SIGNATURE - Static variable in class kieker.common.record.flow.trace.operation.AbstractOperationEvent
-
- classForName(String) - Static method in class kieker.common.record.AbstractMonitoringRecord
-
This method tries to find a monitoring record class with the given name.
- classForName(String) - Method in class kieker.common.util.classpath.CachedClassForNameResolver
-
This method tries to find a class with the given name.
- classForName(String) - Method in class kieker.common.util.classpath.ClassForNameResolver
-
This method tries to find a class with the given name.
- ClassForNameResolver<T> - Class in kieker.common.util.classpath
-
- ClassForNameResolver(Class<T>) - Constructor for class kieker.common.util.classpath.ClassForNameResolver
-
- ClassLoadingRecord - Class in kieker.common.record.jvm
-
- ClassLoadingRecord(long, String, String, long, int, long) - Constructor for class kieker.common.record.jvm.ClassLoadingRecord
-
Creates a new instance of this class using the given parameters.
- ClassLoadingRecord(Object[]) - Constructor for class kieker.common.record.jvm.ClassLoadingRecord
-
- ClassLoadingRecord(Object[], Class<?>[]) - Constructor for class kieker.common.record.jvm.ClassLoadingRecord
-
- ClassLoadingRecord(IValueDeserializer) - Constructor for class kieker.common.record.jvm.ClassLoadingRecord
-
- ClassLoadingRecordFactory - Class in kieker.common.record.jvm
-
- ClassLoadingRecordFactory() - Constructor for class kieker.common.record.jvm.ClassLoadingRecordFactory
-
- ClassLoadingSampler - Class in kieker.monitoring.sampler.mxbean
-
A sampler using the MXBean interface to access information about the class loading.
- ClassLoadingSampler() - Constructor for class kieker.monitoring.sampler.mxbean.ClassLoadingSampler
-
Create a new ClassLoadingSampler.
- ClassLoadingServletContextListener - Class in kieker.monitoring.probe.servlet
-
Starts and stops the periodic logging of the class loading.
- ClassLoadingServletContextListener() - Constructor for class kieker.monitoring.probe.servlet.ClassLoadingServletContextListener
-
Empty constructor.
- classname - Variable in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisComponent
-
The cached value of the '
Classname
' attribute.
- CLASSNAME_EDEFAULT - Static variable in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisComponent
-
The default value of the '
Classname
' attribute.
- ClassOperationSignaturePair - Class in kieker.common.util.signature
-
This class represents a pair containing the classname and the signature of an operation.
- ClassOperationSignaturePair(String, Signature) - Constructor for class kieker.common.util.signature.ClassOperationSignaturePair
-
Creates a new instance of this class using the given parameters.
- cleanup() - Method in class kieker.monitoring.core.controller.AbstractController
-
This method should clean up.
- cleanup() - Method in class kieker.monitoring.core.controller.JMXController
-
- cleanup() - Method in class kieker.monitoring.core.controller.MonitoringController
-
- cleanup() - Method in class kieker.monitoring.core.controller.ProbeController
-
- cleanup() - Method in class kieker.monitoring.core.controller.SamplingController
-
- cleanup() - Method in class kieker.monitoring.core.controller.StateController
-
- cleanup() - Method in class kieker.monitoring.core.controller.TimeSourceController
-
- cleanup() - Method in class kieker.monitoring.core.controller.WriterController
-
- clear() - Method in class kieker.analysis.plugin.filter.forward.ListCollectionFilter
-
Clears the list.
- clear() - Method in class kieker.common.configuration.ReadOnlyConfiguration
-
- clear() - Method in class kieker.common.logging.LogImplWebguiLogging
-
Clears the saved entries within this logger.
- clear() - Method in class kieker.common.util.registry.Registry
-
Clears the whole registry.
- CLIConfigurationErrorException - Exception in kieker.tools.bridge.cli
-
This exception is used to encapsulate exceptions which occur during configuration in the CLI-server.
- CLIConfigurationErrorException(String) - Constructor for exception kieker.tools.bridge.cli.CLIConfigurationErrorException
-
Create an exception without an exception trail.
- CLIConfigurationErrorException(String, Exception) - Constructor for exception kieker.tools.bridge.cli.CLIConfigurationErrorException
-
Create an exception with an exception trail.
- CLIHelpFormatter - Class in kieker.tools.util
-
Slightly changes default output of Common CLI's HelpFormatter
starting the descriptions in a new line rather then
indented in a column right to the longest option and adding an empty line between options.
- CLIHelpFormatter() - Constructor for class kieker.tools.util.CLIHelpFormatter
-
Creates a new instance of this class.
- CLIServerMain - Class in kieker.tools.bridge.cli
-
The command line server of the KDB.
- close() - Method in class kieker.common.namedRecordPipe.Pipe
-
This method closes the pipe and notifies the pipe reader about this event as well.
- close(Closeable, Log) - Static method in class kieker.monitoring.writer.WriterUtil
-
- close() - Method in class kieker.tools.bridge.connector.http.HTTPConnector
-
- close() - Method in interface kieker.tools.bridge.connector.IServiceConnector
-
Called to close the previously initialize record source.
- close() - Method in class kieker.tools.bridge.connector.jms.JMSClientConnector
-
Close the JMS connection.
- close() - Method in class kieker.tools.bridge.connector.jms.JMSEmbeddedConnector
-
- close() - Method in class kieker.tools.bridge.connector.tcp.TCPClientConnector
-
Closes the data stream and socket.
- close() - Method in class kieker.tools.bridge.connector.tcp.TCPMultiServerConnector
-
Stop all service threads to handle TCP communication and empty the record queue.
- close() - Method in class kieker.tools.bridge.connector.tcp.TCPSingleServerConnector
-
Close the server connection.
- CMD_OPT_NAME_ADD_DESCRIPTIONS - Static variable in class kieker.tools.traceAnalysis.Constants
-
- CMD_OPT_NAME_DEBUG_LONG - Static variable in class kieker.tools.AbstractCommandLineTool
-
- CMD_OPT_NAME_DEBUG_SHORT - Static variable in class kieker.tools.AbstractCommandLineTool
-
- CMD_OPT_NAME_FILTERTRACES - Static variable in class kieker.tools.traceAnalysis.Constants
-
- CMD_OPT_NAME_HELP_LONG - Static variable in class kieker.tools.AbstractCommandLineTool
-
- CMD_OPT_NAME_HELP_SHORT - Static variable in class kieker.tools.AbstractCommandLineTool
-
- CMD_OPT_NAME_IGNORE_ASSUMED - Static variable in class kieker.tools.traceAnalysis.Constants
-
- CMD_OPT_NAME_IGNOREEXECUTIONSAFTERDATE - Static variable in class kieker.tools.traceAnalysis.Constants
-
- CMD_OPT_NAME_IGNOREEXECUTIONSBEFOREDATE - Static variable in class kieker.tools.traceAnalysis.Constants
-
- CMD_OPT_NAME_IGNOREINVALIDTRACES - Static variable in class kieker.tools.traceAnalysis.Constants
-
Command whether to ignore invalid traces or not.
- CMD_OPT_NAME_INCLUDESELFLOOPS - Static variable in class kieker.tools.traceAnalysis.Constants
-
Command whether to include self loops or not.
- CMD_OPT_NAME_INPUTDIRS - Static variable in class kieker.tools.traceAnalysis.Constants
-
Command for the input directories containing monitoring records.
- CMD_OPT_NAME_MAXTRACEDURATION - Static variable in class kieker.tools.traceAnalysis.Constants
-
- CMD_OPT_NAME_OUTPUTDIR - Static variable in class kieker.tools.traceAnalysis.Constants
-
Command for the output directories.
- CMD_OPT_NAME_OUTPUTFNPREFIX - Static variable in class kieker.tools.traceAnalysis.Constants
-
- CMD_OPT_NAME_REPAIR_EVENT_BASED_TRACES - Static variable in class kieker.tools.traceAnalysis.Constants
-
Command whether to repair traces with missing AfterEvents (e.g.
- CMD_OPT_NAME_SELECTTRACES - Static variable in class kieker.tools.traceAnalysis.Constants
-
- CMD_OPT_NAME_SHORTLABELS - Static variable in class kieker.tools.traceAnalysis.Constants
-
Command whether to use short labels or not.
- CMD_OPT_NAME_TASK_ALLOCATIONEQUIVCLASSREPORT - Static variable in class kieker.tools.traceAnalysis.Constants
-
- CMD_OPT_NAME_TASK_ASSEMBLYEQUIVCLASSREPORT - Static variable in class kieker.tools.traceAnalysis.Constants
-
- CMD_OPT_NAME_TASK_PLOTAGGREGATEDALLOCATIONCALLTREE - Static variable in class kieker.tools.traceAnalysis.Constants
-
Command whether to plot aggregated deployment call trees or not.
- CMD_OPT_NAME_TASK_PLOTAGGREGATEDASSEMBLYCALLTREE - Static variable in class kieker.tools.traceAnalysis.Constants
-
Command whether to plot aggregated assembly call trees or not.
- CMD_OPT_NAME_TASK_PLOTALLOCATIONCOMPONENTDEPG - Static variable in class kieker.tools.traceAnalysis.Constants
-
Command whether to plot deployment component dependency graphs or not.
- CMD_OPT_NAME_TASK_PLOTALLOCATIONOPERATIONDEPG - Static variable in class kieker.tools.traceAnalysis.Constants
-
Command whether to plot deployment operation dependency graphs or not.
- CMD_OPT_NAME_TASK_PLOTALLOCATIONSEQDS - Static variable in class kieker.tools.traceAnalysis.Constants
-
Command whether to plot deployment sequence diagrams or not.
- CMD_OPT_NAME_TASK_PLOTASSEMBLYCOMPONENTDEPG - Static variable in class kieker.tools.traceAnalysis.Constants
-
Command whether to plot assembly component dependency graphs or not.
- CMD_OPT_NAME_TASK_PLOTASSEMBLYOPERATIONDEPG - Static variable in class kieker.tools.traceAnalysis.Constants
-
Command whether to plot assembly operation dependency graphs or not.
- CMD_OPT_NAME_TASK_PLOTASSEMBLYSEQDS - Static variable in class kieker.tools.traceAnalysis.Constants
-
Command whether to plot assembly sequence diagrams or not.
- CMD_OPT_NAME_TASK_PLOTCALLTREES - Static variable in class kieker.tools.traceAnalysis.Constants
-
Command whether to plot call trees or not.
- CMD_OPT_NAME_TASK_PLOTCONTAINERDEPG - Static variable in class kieker.tools.traceAnalysis.Constants
-
Command whether to plot container dependency graphs or not.
- CMD_OPT_NAME_TASK_PRINTEXECTRACES - Static variable in class kieker.tools.traceAnalysis.Constants
-
Command whether to print execution traces or not.
- CMD_OPT_NAME_TASK_PRINTINVALIDEXECTRACES - Static variable in class kieker.tools.traceAnalysis.Constants
-
Command whether to print invalid execution traces or not.
- CMD_OPT_NAME_TASK_PRINTMSGTRACES - Static variable in class kieker.tools.traceAnalysis.Constants
-
Command whether to print message traces or not.
- CMD_OPT_NAME_TASK_PRINTSYSTEMMODEL - Static variable in class kieker.tools.traceAnalysis.Constants
-
Command whether to print the system model or not.
- CMD_OPT_NAME_TRACE_COLORING - Static variable in class kieker.tools.traceAnalysis.Constants
-
- CMD_OPT_NAME_VERBOSE_LONG - Static variable in class kieker.tools.AbstractCommandLineTool
-
- CMD_OPT_NAME_VERBOSE_SHORT - Static variable in class kieker.tools.AbstractCommandLineTool
-
- CMDL_OPTIONS - Static variable in class kieker.tools.traceAnalysis.Constants
-
- COLONS - Static variable in class kieker.monitoring.core.signaturePattern.SignatureFactory
-
This constant contains the colons, which are used to separate the elements in the signature.
- Color - Class in kieker.tools.traceAnalysis.filter.visualization.graph
-
(RGB-based) Color implementation for the visualization package.
- Color(byte, byte, byte) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.graph.Color
-
Creates a new color from the given values.
- Color(int) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.graph.Color
-
Creates a new color with the given RGB value.
- COLOR_REPOSITORY_PORT_NAME - Static variable in class kieker.tools.traceAnalysis.filter.visualization.traceColoring.TraceColoringFilter
-
Port name at which the color repository must be connected.
- COLORING_FILE_OPTION_NAME - Static variable in class kieker.tools.traceAnalysis.Constants
-
- compare(AbstractTrace, AbstractTrace) - Method in class kieker.tools.traceAnalysis.systemModel.util.TraceEndTimestampComparator
-
- compare(AbstractTrace, AbstractTrace) - Method in class kieker.tools.traceAnalysis.systemModel.util.TraceStartTimestampComparator
-
- compareTo(IMonitoringRecord) - Method in class kieker.common.record.AbstractMonitoringRecord
-
Provides an ordering of IMonitoringRecords by the loggingTimestamp.
- CompilationRecord - Class in kieker.common.record.jvm
-
- CompilationRecord(long, String, String, String, long) - Constructor for class kieker.common.record.jvm.CompilationRecord
-
Creates a new instance of this class using the given parameters.
- CompilationRecord(Object[]) - Constructor for class kieker.common.record.jvm.CompilationRecord
-
- CompilationRecord(Object[], Class<?>[]) - Constructor for class kieker.common.record.jvm.CompilationRecord
-
- CompilationRecord(IValueDeserializer) - Constructor for class kieker.common.record.jvm.CompilationRecord
-
- CompilationRecordFactory - Class in kieker.common.record.jvm
-
- CompilationRecordFactory() - Constructor for class kieker.common.record.jvm.CompilationRecordFactory
-
- CompilationSampler - Class in kieker.monitoring.sampler.mxbean
-
A sampler using the MXBean interface to access information about the compilation time.
- CompilationSampler() - Constructor for class kieker.monitoring.sampler.mxbean.CompilationSampler
-
Create a new CompilationSampler.
- CompilationServletContextListener - Class in kieker.monitoring.probe.servlet
-
Starts and stops the periodic logging of the JIT compilation.
- CompilationServletContextListener() - Constructor for class kieker.monitoring.probe.servlet.CompilationServletContextListener
-
Empty constructor.
- CompleteOriginRetentionPolicy - Class in kieker.tools.traceAnalysis.filter.visualization.graph
-
The complete origin retention policy represents the intention that every origin should be
retained in the graph model and corresponds to the kind
OriginRetentionPolicyKind.ALL
.
- ComponentAllocationDependencyGraph - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
-
This class represents component dependency graphs on the allocation level.
- ComponentAllocationDependencyGraph(AllocationComponent) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ComponentAllocationDependencyGraph
-
Creates a new graph with the given root entity.
- ComponentAllocationDependencyGraphFormatter - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
-
- ComponentAllocationDependencyGraphFormatter() - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ComponentAllocationDependencyGraphFormatter
-
Creates a new formatter.
- ComponentAssemblyDependencyGraph - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
-
This class represents component dependency graphs on the assembly level.
- ComponentAssemblyDependencyGraph(AssemblyComponent) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ComponentAssemblyDependencyGraph
-
Creates a new graph with the given root entity.
- ComponentAssemblyDependencyGraphFormatter - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
-
- ComponentAssemblyDependencyGraphFormatter() - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ComponentAssemblyDependencyGraphFormatter
-
Creates a new formatter.
- ComponentDependencyGraphAllocationFilter - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
-
Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in".
- ComponentDependencyGraphAllocationFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ComponentDependencyGraphAllocationFilter
-
Creates a new filter using the given configuration.
- ComponentDependencyGraphAssemblyFilter - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
-
Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in".
- ComponentDependencyGraphAssemblyFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ComponentDependencyGraphAssemblyFilter
-
Creates a new filter using the given parameters.
- componentTagCloudDisplay() - Method in class kieker.analysis.plugin.filter.sink.MethodAndComponentFlowDisplayFilter
-
This method represents a display for a component tag cloud.
- ComponentType - Class in kieker.tools.traceAnalysis.systemModel
-
This class represents the type of a component within the trace analysis tool.
- ComponentType(int, String, String) - Constructor for class kieker.tools.traceAnalysis.systemModel.ComponentType
-
Creates a new instance of this class using the given parameters.
- ComponentType(int, String) - Constructor for class kieker.tools.traceAnalysis.systemModel.ComponentType
-
Creates a new instance of this class using the given parameters.
- concreteCreatePair(SynchronousCallMessage) - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
-
HACK.
- concreteCreatePair(SynchronousCallMessage) - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.AggregatedAllocationComponentOperationCallTreeFilter
-
- concreteCreatePair(SynchronousCallMessage) - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.AggregatedAssemblyComponentOperationCallTreeFilter
-
HACK.
- CONFIG_BUFFERSIZE - Static variable in class kieker.monitoring.writer.explorviz.ExplorVizTcpWriter
-
- CONFIG_BUFFERSIZE - Static variable in class kieker.monitoring.writer.filesystem.BinaryFileWriter
-
The name of the configuration key determining the buffer size of the output file stream
- CONFIG_BUFFERSIZE - Static variable in class kieker.monitoring.writer.tcp.DualSocketTcpWriter
-
- CONFIG_BUFFERSIZE - Static variable in class kieker.monitoring.writer.tcp.SingleSocketTcpWriter
-
- CONFIG_BUFFERSIZE - Static variable in class kieker.monitoring.writer.tcp.TCPWriter
-
Deprecated.
- CONFIG_CHARSET_NAME - Static variable in class kieker.monitoring.writer.filesystem.AsciiFileWriter
-
The name of the configuration for the charset name (e.g.
- CONFIG_CHARSET_NAME - Static variable in class kieker.monitoring.writer.filesystem.BinaryFileWriter
-
The name of the configuration key for the charset name of the mapping file
- CONFIG_CHUNK_SIZE - Static variable in class kieker.monitoring.writer.collector.ChunkingCollector
-
The name of the configuration property for the chunk size.
- CONFIG_CONTEXTFACTORYTYPE - Static variable in class kieker.monitoring.writer.jms.JmsWriter
-
- CONFIG_DEFERRED_WRITE_DELAY - Static variable in class kieker.monitoring.writer.collector.ChunkingCollector
-
The name of the configuration property for the deferred write delay.
- CONFIG_DOMAIN - Static variable in class kieker.monitoring.writer.jmx.JmxWriter
-
- CONFIG_ENHANCE_CALL_DETECTION - Static variable in class kieker.tools.traceAnalysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
-
- CONFIG_ENHANCE_JAVA_CONSTRUCTORS - Static variable in class kieker.tools.traceAnalysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
-
- CONFIG_EXCHANGENAME - Static variable in class kieker.monitoring.writer.amqp.AmqpWriter
-
The name of the configuration property for the AMQP exchange name.
- CONFIG_EXCHANGENAME - Static variable in class kieker.monitoring.writer.amqp.ChunkingAmqpWriter
-
The name of the configuration property for the AMQP exchange name.
- CONFIG_FACTORYLOOKUPNAME - Static variable in class kieker.monitoring.writer.jms.JmsWriter
-
- CONFIG_FLUSH - Static variable in class kieker.monitoring.writer.explorviz.ExplorVizTcpWriter
-
- CONFIG_FLUSH - Static variable in class kieker.monitoring.writer.filesystem.AsciiFileWriter
-
The name of the configuration determining whether to flush upon each incoming record.
- CONFIG_FLUSH - Static variable in class kieker.monitoring.writer.filesystem.BinaryFileWriter
-
The name of the configuration key determining to always flush the output file stream after writing each record
- CONFIG_FLUSH - Static variable in class kieker.monitoring.writer.tcp.DualSocketTcpWriter
-
- CONFIG_FLUSH - Static variable in class kieker.monitoring.writer.tcp.SingleSocketTcpWriter
-
- CONFIG_FLUSH - Static variable in class kieker.monitoring.writer.tcp.TCPWriter
-
Deprecated.
- CONFIG_FLUSH_MAPFILE - Static variable in class kieker.monitoring.writer.filesystem.AsciiFileWriter
-
The name of the configuration determining whether to flush upon each incoming registry entry.
- CONFIG_FLUSH_MAPFILE - Static variable in class kieker.monitoring.writer.filesystem.BinaryFileWriter
-
The name of the configuration determining whether to flush upon each incoming registry entry.
- CONFIG_HEARTBEAT - Static variable in class kieker.monitoring.writer.amqp.AmqpWriter
-
The name of the configuration property for the heartbeat timeout.
- CONFIG_HEARTBEAT - Static variable in class kieker.monitoring.writer.amqp.ChunkingAmqpWriter
-
The name of the configuration property for the heartbeat timeout.
- CONFIG_HOSTNAME - Static variable in class kieker.monitoring.writer.explorviz.ExplorVizTcpWriter
-
configuration key for the hostname
- CONFIG_HOSTNAME - Static variable in class kieker.monitoring.writer.tcp.DualSocketTcpWriter
-
configuration key for the hostname.
- CONFIG_HOSTNAME - Static variable in class kieker.monitoring.writer.tcp.SingleSocketTcpWriter
-
configuration key for the hostname.
- CONFIG_HOSTNAME - Static variable in class kieker.monitoring.writer.tcp.TCPWriter
-
Deprecated.
- CONFIG_IGNORE_ASSUMED - Static variable in class kieker.tools.traceAnalysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
-
- CONFIG_LOGNAME - Static variable in class kieker.monitoring.writer.jmx.JmxWriter
-
- CONFIG_MAXENTRIESINFILE - Static variable in class kieker.monitoring.writer.filesystem.AsciiFileWriter
-
The name of the configuration determining the maximal number of entries in a file.
- CONFIG_MAXENTRIESINFILE - Static variable in class kieker.monitoring.writer.filesystem.BinaryFileWriter
-
The name of the configuration determining the maximal number of entries in a file.
- CONFIG_MAXLOGFILES - Static variable in class kieker.monitoring.writer.filesystem.AsciiFileWriter
-
The name of the configuration determining the maximal number of log files.
- CONFIG_MAXLOGFILES - Static variable in class kieker.monitoring.writer.filesystem.BinaryFileWriter
-
The name of the configuration determining the maximal number of log files.
- CONFIG_MAXLOGSIZE - Static variable in class kieker.monitoring.writer.filesystem.AsciiFileWriter
-
The name of the configuration determining the maximal size of the files in MiB.
- CONFIG_MAXLOGSIZE - Static variable in class kieker.monitoring.writer.filesystem.BinaryFileWriter
-
The name of the configuration determining the maximal size of the files in MiB.
- CONFIG_MESSAGETTL - Static variable in class kieker.monitoring.writer.jms.JmsWriter
-
- CONFIG_NAME - Static variable in class kieker.analysis.analysisComponent.AbstractAnalysisComponent
-
The name of the property for the name.
- CONFIG_OFFSET - Static variable in class kieker.monitoring.timer.SystemMilliTimer
-
The name of the configuration for the offset.
- CONFIG_OFFSET - Static variable in class kieker.monitoring.timer.SystemNanoTimer
-
This is the name of the configuration determining the used offset (in nanoseconds).
- CONFIG_OUTPUT_BUFFER_SIZE - Static variable in class kieker.monitoring.writer.collector.ChunkingCollector
-
The name of the configuration property for the output buffer size.
- CONFIG_PATH - Static variable in class kieker.monitoring.writer.filesystem.AsciiFileWriter
-
The name of the configuration for the custom storage path if the writer is advised not to store in the temporary
directory.
- CONFIG_PATH - Static variable in class kieker.monitoring.writer.filesystem.BinaryFileWriter
-
The name of the configuration for the custom storage path if the writer is advised not to store in the temporary directory.
- CONFIG_PIPENAME - Static variable in class kieker.monitoring.writer.namedRecordPipe.PipeWriter
-
- CONFIG_PORT - Static variable in class kieker.monitoring.writer.explorviz.ExplorVizTcpWriter
-
configuration key for the port
- CONFIG_PORT - Static variable in class kieker.monitoring.writer.tcp.SingleSocketTcpWriter
-
configuration key for the port.
- CONFIG_PORT1 - Static variable in class kieker.monitoring.writer.tcp.DualSocketTcpWriter
-
configuration key for the monitoring port.
- CONFIG_PORT1 - Static variable in class kieker.monitoring.writer.tcp.TCPWriter
-
Deprecated.
- CONFIG_PORT2 - Static variable in class kieker.monitoring.writer.tcp.DualSocketTcpWriter
-
configuration key for the registry port.
- CONFIG_PORT2 - Static variable in class kieker.monitoring.writer.tcp.TCPWriter
-
Deprecated.
- CONFIG_PROPERTY_ACCELERATION_FACTOR_DEFAULT - Static variable in class kieker.analysis.plugin.filter.record.RealtimeRecordDelayFilter
-
- CONFIG_PROPERTY_ACKS - Static variable in class kieker.monitoring.writer.kafka.KafkaWriter
-
The name of the configuration property for the acks parameter.
- CONFIG_PROPERTY_AUTO_COMMIT - Static variable in class kieker.analysis.plugin.reader.kafka.KafkaReader
-
The name of the configuration property for the auto-commit flag.
- CONFIG_PROPERTY_AUTO_COMMIT_INTERVAL_MS - Static variable in class kieker.analysis.plugin.reader.kafka.KafkaReader
-
The name of the configuration property for the auto-commit interval.
- CONFIG_PROPERTY_BATCH_SIZE - Static variable in class kieker.monitoring.writer.kafka.KafkaWriter
-
The name of the configuration property for the batch size.
- CONFIG_PROPERTY_BOOTSTRAP_SERVERS - Static variable in class kieker.analysis.plugin.reader.kafka.KafkaReader
-
The name of the configuration property for the bootstrap servers.
- CONFIG_PROPERTY_BOOTSTRAP_SERVERS - Static variable in class kieker.monitoring.writer.kafka.KafkaWriter
-
The name of the configuration property for the bootstrap servers.
- CONFIG_PROPERTY_BUFFER_MEMORY - Static variable in class kieker.monitoring.writer.kafka.KafkaWriter
-
The name of the configuration property for the buffer memory size.
- CONFIG_PROPERTY_CACHE_DURATION - Static variable in class kieker.analysis.plugin.reader.amqp.AmqpReader
-
The name of the configuration property for the cache duration (in seconds) for string registries.
- CONFIG_PROPERTY_DESERIALIZER - Static variable in class kieker.analysis.plugin.reader.kafka.KafkaReader
-
The name of the configuration property for the deserializer
- CONFIG_PROPERTY_DESERIALIZER - Static variable in class kieker.analysis.plugin.reader.newio.RawDataReaderPlugin
-
The name of the configuration property for the deserializer class name.
- CONFIG_PROPERTY_GROUP_ID - Static variable in class kieker.analysis.plugin.reader.kafka.KafkaReader
-
The name of the configuration property for the group ID.
- CONFIG_PROPERTY_HEARTBEAT - Static variable in class kieker.analysis.plugin.reader.amqp.AmqpReader
-
The name of the configuration property for the heartbeat timeout.
- CONFIG_PROPERTY_HEARTBEAT - Static variable in class kieker.analysis.plugin.reader.amqp.ChunkingAmqpReader
-
The name of the configuration property for the heartbeat timeout.
- CONFIG_PROPERTY_LINGER_MS - Static variable in class kieker.monitoring.writer.kafka.KafkaWriter
-
The name of the configuration property for the linger interval.
- CONFIG_PROPERTY_NAME_ACCELERATION_FACTOR - Static variable in class kieker.analysis.plugin.filter.record.RealtimeRecordDelayFilter
-
Factor to use for accelerating/slowing down the replay.
- CONFIG_PROPERTY_NAME_ADDITIONAL_SHUTDOWN_DELAY_SECONDS - Static variable in class kieker.analysis.plugin.filter.record.RealtimeRecordDelayFilter
-
The number of additional seconds to wait before execute the termination (after all records have been forwarded).
- CONFIG_PROPERTY_NAME_AGGREGATION_METHOD - Static variable in class kieker.tools.opad.filter.TimeSeriesPointAggregatorFilter
-
The name of the property determining the aggregation method.
- CONFIG_PROPERTY_NAME_AGGREGATION_SPAN - Static variable in class kieker.tools.opad.filter.TimeSeriesPointAggregatorFilter
-
- CONFIG_PROPERTY_NAME_AGGREGATION_TIMESCOPE - Static variable in class kieker.tools.opad.filter.TimeSeriesPointAggregatorFilter
-
- CONFIG_PROPERTY_NAME_AGGREGATION_TIMEUNIT - Static variable in class kieker.tools.opad.filter.TimeSeriesPointAggregatorFilter
-
- CONFIG_PROPERTY_NAME_APPEND - Static variable in class kieker.analysis.plugin.filter.forward.TeeFilter
-
The name of the property determining whether or not the stream appends or overwrites to files.
- CONFIG_PROPERTY_NAME_AWAIT_TERMINATION - Static variable in class kieker.analysis.plugin.reader.list.ListReader
-
The name of the configuration determining whether the reader terminates after all objects have been delivered of whether it waits for a terminate signal.
- CONFIG_PROPERTY_NAME_CONNECTIONSTRING - Static variable in class kieker.analysis.plugin.reader.database.DbReader
-
The name of the property containing the string to connect to the database.
- CONFIG_PROPERTY_NAME_DELAY_NS - Static variable in class kieker.analysis.plugin.reader.timer.TimeReader
-
The name of the property determining the initial delay in nanoseconds.
- CONFIG_PROPERTY_NAME_DELTA_TIME - Static variable in class kieker.tools.opad.filter.ForecastingFilter
-
- CONFIG_PROPERTY_NAME_DELTA_UNIT - Static variable in class kieker.tools.opad.filter.ForecastingFilter
-
- CONFIG_PROPERTY_NAME_DESCRIPTION_FILE_NAME - Static variable in class kieker.tools.traceAnalysis.repository.DescriptionRepository
-
Name of the configuration property that contains the file name of the description file.
- CONFIG_PROPERTY_NAME_DESTINATION - Static variable in class kieker.analysis.plugin.reader.jms.JmsReader
-
The name of the configuration determining the JMS destination (e.g.
- CONFIG_PROPERTY_NAME_DISPLAY_WARNING_INTERVALS - Static variable in class kieker.analysis.plugin.filter.sink.CPUUtilizationDisplayFilter
-
- CONFIG_PROPERTY_NAME_DOMAIN - Static variable in class kieker.analysis.plugin.reader.jmx.JmxReader
-
The name of the configuration determining the JMX domain.
- CONFIG_PROPERTY_NAME_DRIVERCLASSNAME - Static variable in class kieker.analysis.plugin.reader.database.DbReader
-
The name of the property containing the class name of the driver.
- CONFIG_PROPERTY_NAME_ENCODING - Static variable in class kieker.analysis.plugin.filter.forward.TeeFilter
-
The name of the property determining the used encoding.
- CONFIG_PROPERTY_NAME_EQUIVALENCE_MODE - Static variable in class kieker.tools.traceAnalysis.filter.traceFilter.TraceEquivalenceClassFilter
-
This is the name of the property determining the equivalence mode.
- CONFIG_PROPERTY_NAME_FACTORYLOOKUP - Static variable in class kieker.analysis.plugin.reader.jms.JmsReader
-
The name of the configuration determining the name of the used JMS factory.
- CONFIG_PROPERTY_NAME_FC_CONFIDENCE - Static variable in class kieker.tools.opad.filter.ForecastingFilter
-
- CONFIG_PROPERTY_NAME_FC_METHOD - Static variable in class kieker.tools.opad.filter.ForecastingFilter
-
- CONFIG_PROPERTY_NAME_HTML_OUTPUT_FN - Static variable in class kieker.tools.traceAnalysis.filter.systemModel.SystemModel2FileFilter
-
Name of the configuration property to pass the filename of the HTML output.
- CONFIG_PROPERTY_NAME_IGNORE_AFTER_TIMESTAMP - Static variable in class kieker.analysis.plugin.filter.select.TimestampFilter
-
This is the name of the property for the upper limit of the records.
- CONFIG_PROPERTY_NAME_IGNORE_BEFORE_TIMESTAMP - Static variable in class kieker.analysis.plugin.filter.select.TimestampFilter
-
This is the name of the property for the lower limit of the records.
- CONFIG_PROPERTY_NAME_IGNORE_INVALID_TRACES - Static variable in class kieker.tools.traceAnalysis.filter.traceReconstruction.TraceReconstructionFilter
-
This is the name of the property determining whether to ignore invalid traces or not.
- CONFIG_PROPERTY_NAME_IGNORE_UNKNOWN_RECORD_TYPES - Static variable in class kieker.analysis.plugin.reader.filesystem.AsciiLogReader
-
The name of the configuration determining whether the reader ignores unknown record types or not.
- CONFIG_PROPERTY_NAME_IGNORE_UNKNOWN_RECORD_TYPES - Static variable in class kieker.analysis.plugin.reader.filesystem.BinaryLogReader
-
The name of the configuration determining whether the reader ignores unknown record types or not.
- CONFIG_PROPERTY_NAME_IGNORE_UNKNOWN_RECORD_TYPES - Static variable in class kieker.analysis.plugin.reader.filesystem.FSReader
-
The name of the configuration determining whether the reader ignores unknown record types or not.
- CONFIG_PROPERTY_NAME_INCLUDE_WEIGHTS - Static variable in class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
-
The name of the configuration determining whether to include weights or not.
- CONFIG_PROPERTY_NAME_INCLUDE_WEIGHTS - Static variable in class kieker.tools.traceAnalysis.filter.visualization.GraphWriterPlugin
-
Name of the configuration property indicating that weights should be included.
- CONFIG_PROPERTY_NAME_INPUTDIRS - Static variable in class kieker.analysis.plugin.reader.filesystem.AsciiLogReader
-
The name of the configuration determining the input directories for this plugin.
- CONFIG_PROPERTY_NAME_INPUTDIRS - Static variable in class kieker.analysis.plugin.reader.filesystem.BinaryLogReader
-
The name of the configuration determining the input directories for this plugin.
- CONFIG_PROPERTY_NAME_INPUTDIRS - Static variable in class kieker.analysis.plugin.reader.filesystem.FSReader
-
The name of the configuration determining the input directories for this plugin.
- CONFIG_PROPERTY_NAME_INTERVAL_SIZE - Static variable in class kieker.analysis.plugin.filter.record.MonitoringThroughputFilter
-
The name of the property determining the interval size.
- CONFIG_PROPERTY_NAME_LIST_FULL_BEHAVIOR - Static variable in class kieker.analysis.plugin.filter.forward.ListCollectionFilter
-
The name of the property determining the behavior of a full list.
- CONFIG_PROPERTY_NAME_LOG_FILTER_EXECUTION - Static variable in class kieker.monitoring.probe.servlet.SessionAndTraceRegistrationFilter
-
- CONFIG_PROPERTY_NAME_LOG_INVALID - Static variable in class kieker.tools.traceAnalysis.filter.flow.EventRecordTraceCounter
-
This is the name of the configuration determining whether to log invalid traces or not.
- CONFIG_PROPERTY_NAME_LOGNAME - Static variable in class kieker.analysis.plugin.reader.jmx.JmxReader
-
The name of the configuration determining the logname used by the reader.
- CONFIG_PROPERTY_NAME_MAX_COLLECTION_DURATION - Static variable in class kieker.analysis.plugin.filter.flow.TraceAggregationFilter
-
The name of the property determining the maximal trace timeout.
- CONFIG_PROPERTY_NAME_MAX_NUMBER_OF_ENTRIES - Static variable in class kieker.analysis.plugin.filter.forward.ListCollectionFilter
-
The name of the property determining the maximal number of allowed entries.
- CONFIG_PROPERTY_NAME_MAX_THINK_TIME - Static variable in class kieker.tools.traceAnalysis.filter.sessionReconstruction.SessionReconstructionFilter
-
This is name of the configuration parameter which accepts the maximum think time
(i.e.
- CONFIG_PROPERTY_NAME_MAX_TRACE_DURATION - Static variable in class kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
-
The name of the property determining the maximal trace duration.
- CONFIG_PROPERTY_NAME_MAX_TRACE_DURATION - Static variable in class kieker.tools.traceAnalysis.filter.traceReconstruction.TraceReconstructionFilter
-
This is the name of the property determining the maximal duration of a trace.
- CONFIG_PROPERTY_NAME_MAX_TRACE_TIMEOUT - Static variable in class kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
-
The name of the property determining the maximal trace timeout.
- CONFIG_PROPERTY_NAME_MONITORING_PROPS_FN - Static variable in class kieker.tools.logReplayer.filter.MonitoringRecordLoggerFilter
-
- CONFIG_PROPERTY_NAME_NUM_WORKERS - Static variable in class kieker.analysis.plugin.filter.record.RealtimeRecordDelayFilter
-
The number of threads to be used for the internal
ThreadPoolExecutor
, processing the scheduled
IMonitoringRecord
s.
- CONFIG_PROPERTY_NAME_NUMBER_IMPULSES - Static variable in class kieker.analysis.plugin.reader.timer.TimeReader
-
The name of the property determining the number of impulses to emit.
- CONFIG_PROPERTY_NAME_NUMBER_OF_ENTRIES - Static variable in class kieker.analysis.plugin.filter.sink.CPUUtilizationDisplayFilter
-
- CONFIG_PROPERTY_NAME_NUMBER_OF_ENTRIES - Static variable in class kieker.analysis.plugin.filter.sink.GCDisplayFilter
-
- CONFIG_PROPERTY_NAME_NUMBER_OF_ENTRIES - Static variable in class kieker.analysis.plugin.filter.sink.MemSwapUtilizationDisplayFilter
-
The name of the property determining the number of entries per series in the plot.
- CONFIG_PROPERTY_NAME_NUMBER_OF_ENTRIES - Static variable in class kieker.analysis.plugin.filter.sink.ThreadsStatusDisplayFilter
-
- CONFIG_PROPERTY_NAME_NUMBER_OF_ENTRIES - Static variable in class kieker.tools.opad.filter.AnomalyScoreVisualizationFilter
-
- CONFIG_PROPERTY_NAME_OUTPUT_FILE_NAME - Static variable in class kieker.tools.traceAnalysis.filter.visualization.GraphWriterPlugin
-
Name of the configuration property containing the output file name.
- CONFIG_PROPERTY_NAME_OUTPUT_FILENAME - Static variable in class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
-
The name of the configuration determining the dot output file name.
- CONFIG_PROPERTY_NAME_OUTPUT_FILENAME - Static variable in class kieker.tools.traceAnalysis.filter.visualization.callTree.TraceCallTreeFilter
-
This is the name of the property determining the output file name.
- CONFIG_PROPERTY_NAME_OUTPUT_FN - Static variable in class kieker.tools.traceAnalysis.filter.traceWriter.ExecutionTraceWriterFilter
-
The name of the configuration determining the output file name.
- CONFIG_PROPERTY_NAME_OUTPUT_FN - Static variable in class kieker.tools.traceAnalysis.filter.traceWriter.InvalidExecutionTraceWriterFilter
-
The name of the configuration determining the output file name.
- CONFIG_PROPERTY_NAME_OUTPUT_FN - Static variable in class kieker.tools.traceAnalysis.filter.traceWriter.MessageTraceWriterFilter
-
The name of the configuration determining the output file name.
- CONFIG_PROPERTY_NAME_OUTPUT_FN_BASE - Static variable in class kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter
-
The name of the configuration determining the used output filename base.
- CONFIG_PROPERTY_NAME_OUTPUT_PATH_NAME - Static variable in class kieker.tools.traceAnalysis.filter.visualization.GraphWriterPlugin
-
Name of the configuration property containing the output path name.
- CONFIG_PROPERTY_NAME_OUTPUT_SDMODE - Static variable in class kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter
-
The name of the configuration determining the used mode.
- CONFIG_PROPERTY_NAME_OUTPUT_SHORTLABES - Static variable in class kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter
-
The name of the configuration determining whether to use short labels or not.
- CONFIG_PROPERTY_NAME_PIPENAME - Static variable in class kieker.analysis.plugin.reader.namedRecordPipe.PipeReader
-
This is the configuration-parameter for the name of the pipe to be used.
- CONFIG_PROPERTY_NAME_PORT - Static variable in class kieker.analysis.plugin.reader.jmx.JmxReader
-
The name of the configuration determining the JMX port.
- CONFIG_PROPERTY_NAME_PORT - Static variable in class kieker.analysis.plugin.reader.tcp.SingleSocketTcpReader
-
The name of the configuration determining the TCP port.
- CONFIG_PROPERTY_NAME_PORT1 - Static variable in class kieker.analysis.plugin.reader.tcp.DualSocketTcpReader
-
The name of the configuration determining the TCP port.
- CONFIG_PROPERTY_NAME_PORT1 - Static variable in class kieker.analysis.plugin.reader.tcp.TCPReader
-
The name of the configuration determining the TCP port.
- CONFIG_PROPERTY_NAME_PORT2 - Static variable in class kieker.analysis.plugin.reader.tcp.DualSocketTcpReader
-
The name of the configuration determining the TCP port.
- CONFIG_PROPERTY_NAME_PORT2 - Static variable in class kieker.analysis.plugin.reader.tcp.TCPReader
-
The name of the configuration determining the TCP port.
- CONFIG_PROPERTY_NAME_PROJECT_NAME - Static variable in interface kieker.analysis.IProjectContext
-
This is the name of the property containing the project name.
- CONFIG_PROPERTY_NAME_PROVIDERURL - Static variable in class kieker.analysis.plugin.reader.jms.JmsReader
-
The name of the configuration determining the JMS provider URL.
- CONFIG_PROPERTY_NAME_RECORDS_TIME_UNIT - Static variable in interface kieker.analysis.IProjectContext
-
This is the name of the property containing the time unit for the monitoring records.
- CONFIG_PROPERTY_NAME_REPAIR_EVENT_BASED_TRACES - Static variable in class kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
-
This is the name of the property determining
whether to repair BeforeEvents with missing AfterEvents (e.g.
- CONFIG_PROPERTY_NAME_SELECT_ALL_TRACES - Static variable in class kieker.analysis.plugin.filter.select.TraceIdFilter
-
The name of the property determining whether to accept all traces, regardless of the given trace IDs.
- CONFIG_PROPERTY_NAME_SELECTED_TRACES - Static variable in class kieker.analysis.plugin.filter.select.TraceIdFilter
-
The name of the property determining which trace IDs should be accepted by this filter.
- CONFIG_PROPERTY_NAME_SELFLOOPS - Static variable in class kieker.tools.traceAnalysis.filter.visualization.GraphWriterPlugin
-
Name of the configuration property indicating that self-loops should be displayed.
- CONFIG_PROPERTY_NAME_SERVER - Static variable in class kieker.analysis.plugin.reader.jmx.JmxReader
-
The name of the configuration determining the JMX server.
- CONFIG_PROPERTY_NAME_SERVICEURL - Static variable in class kieker.analysis.plugin.reader.jmx.JmxReader
-
The name of the configuration determining the optional service URL.
- CONFIG_PROPERTY_NAME_SHORT_LABELS - Static variable in class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
-
The name of the configuration determining whether to use short labels in the call tree or not.
- CONFIG_PROPERTY_NAME_SHORT_LABELS - Static variable in class kieker.tools.traceAnalysis.filter.visualization.callTree.TraceCallTreeFilter
-
This is the name of the property determining whether to use short labels or not.
- CONFIG_PROPERTY_NAME_SHORTLABELS - Static variable in class kieker.tools.traceAnalysis.filter.visualization.GraphWriterPlugin
-
Name of the configuration property indicating that short labels should be used.
- CONFIG_PROPERTY_NAME_SILENT - Static variable in class kieker.analysis.plugin.reader.jmx.JmxReader
-
The name of the configuration determining whether the reader silently reconnects on any errors.
- CONFIG_PROPERTY_NAME_STREAM - Static variable in class kieker.analysis.plugin.filter.forward.TeeFilter
-
The name of the property determining the stream in which the incoming data will be printed.
- CONFIG_PROPERTY_NAME_TABLEPREFIX - Static variable in class kieker.analysis.plugin.reader.database.DbReader
-
The name of the property containing the prefix for the tables to read.
- CONFIG_PROPERTY_NAME_THRESHOLD - Static variable in class kieker.tools.opad.filter.AnomalyDetectionFilter
-
Name of the property determining the threshold.
- CONFIG_PROPERTY_NAME_TIME_RESOLUTION - Static variable in class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
-
This is the name of the property to determine the time resolution.
- CONFIG_PROPERTY_NAME_TIMER - Static variable in class kieker.analysis.plugin.filter.record.RealtimeRecordDelayFilter
-
The precision of the used timer (MILLISECONDS or NANOSECONDS).
- CONFIG_PROPERTY_NAME_TIMEUNIT - Static variable in class kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
-
The name of the property determining the time unit.
- CONFIG_PROPERTY_NAME_TIMEUNIT - Static variable in class kieker.analysis.plugin.filter.flow.TraceAggregationFilter
-
The name of the property determining the time unit.
- CONFIG_PROPERTY_NAME_TIMEUNIT - Static variable in class kieker.analysis.plugin.filter.record.MonitoringThroughputFilter
-
The name of the property determining the time unit.
- CONFIG_PROPERTY_NAME_TIMEUNIT - Static variable in class kieker.analysis.plugin.filter.select.TimestampFilter
-
This is the name of the property for the used time unit.
- CONFIG_PROPERTY_NAME_TIMEUNIT - Static variable in class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
-
Property name for the configuration of the timeunit.
- CONFIG_PROPERTY_NAME_TIMEUNIT - Static variable in class kieker.tools.opad.filter.ExtractionFilter
-
- CONFIG_PROPERTY_NAME_TIMEUNIT - Static variable in class kieker.tools.traceAnalysis.filter.sessionReconstruction.SessionReconstructionFilter
-
This is the name of the property determining the used time unit.
- CONFIG_PROPERTY_NAME_TIMEUNIT - Static variable in class kieker.tools.traceAnalysis.filter.traceReconstruction.TraceReconstructionFilter
-
This is the name of the property determining the used time unit.
- CONFIG_PROPERTY_NAME_TRACE_COLOR_FILE_NAME - Static variable in class kieker.tools.traceAnalysis.repository.TraceColorRepository
-
Name of the configuration property that contains the file name of the trace color file.
- CONFIG_PROPERTY_NAME_TS_WINDOW_CAPACITY - Static variable in class kieker.tools.opad.filter.ForecastingFilter
-
- CONFIG_PROPERTY_NAME_TYPES - Static variable in class kieker.analysis.plugin.filter.select.TypeFilter
-
The name of the property determining which types will be filtered.
- CONFIG_PROPERTY_NAME_UPDATE_INTERVAL_NS - Static variable in class kieker.analysis.plugin.reader.timer.TimeReader
-
The name of the property determining the update interval in nanoseconds.
- CONFIG_PROPERTY_NAME_WARN_NEGATIVE_DELAY_SECONDS - Static variable in class kieker.analysis.plugin.filter.record.RealtimeRecordDelayFilter
-
The number of seconds of negative scheduling time that produces a warning.
- CONFIG_PROPERTY_QUEUENAME - Static variable in class kieker.analysis.plugin.reader.amqp.AmqpReader
-
The name of the configuration property for the AMQP queue name.
- CONFIG_PROPERTY_QUEUENAME - Static variable in class kieker.analysis.plugin.reader.amqp.ChunkingAmqpReader
-
The name of the configuration property for the AMQP queue name.
- CONFIG_PROPERTY_READER - Static variable in class kieker.analysis.plugin.reader.newio.RawDataReaderPlugin
-
The name of the configuration property for the reader class name.
- CONFIG_PROPERTY_SESSION_TIMEOUT_MS - Static variable in class kieker.analysis.plugin.reader.kafka.KafkaReader
-
The name of the configuration property for the session timeout interval.
- CONFIG_PROPERTY_TOPIC_NAME - Static variable in class kieker.analysis.plugin.reader.kafka.KafkaReader
-
The name of the configuration property for the topic name.
- CONFIG_PROPERTY_TOPIC_NAME - Static variable in class kieker.monitoring.writer.kafka.KafkaWriter
-
The name of the configuration property for the topic name.
- CONFIG_PROPERTY_URI - Static variable in class kieker.analysis.plugin.reader.amqp.AmqpReader
-
The name of the configuration property for the server URI.
- CONFIG_PROPERTY_URI - Static variable in class kieker.analysis.plugin.reader.amqp.ChunkingAmqpReader
-
The name of the configuration property for the server URI.
- CONFIG_PROPERTY_VALUE_AGGREGATION_TIMESCOPE_GLOBAL - Static variable in class kieker.tools.opad.filter.TimeSeriesPointAggregatorFilter
-
- CONFIG_PROPERTY_VALUE_AGGREGATION_TIMESCOPE_PER_VARIABLE - Static variable in class kieker.tools.opad.filter.TimeSeriesPointAggregatorFilter
-
Time scope
PER_VARIABLE: The aggregated value of each variable is processed only when a new input of that variable arrives.
- CONFIG_PROPERTY_VALUE_DEFAULT_ENCODING - Static variable in class kieker.analysis.plugin.filter.forward.TeeFilter
-
The default value of the encoding property which determines that the filter uses utf-8.
- CONFIG_PROPERTY_VALUE_DELAY_NS - Static variable in class kieker.analysis.plugin.reader.timer.TimeReader
-
The default value for the initial delay (0 seconds).
- CONFIG_PROPERTY_VALUE_DISPLAY_WARNING_INTERVALS - Static variable in class kieker.analysis.plugin.filter.sink.CPUUtilizationDisplayFilter
-
- CONFIG_PROPERTY_VALUE_INCLUDE_WEIGHTS_DEFAULT - Static variable in class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
-
The default used value determining whether to include weights or not.
- CONFIG_PROPERTY_VALUE_INTERVAL_SIZE_ONE_SECOND - Static variable in class kieker.analysis.plugin.filter.record.MonitoringThroughputFilter
-
- CONFIG_PROPERTY_VALUE_LIST_FULL_BEHAVIOR - Static variable in class kieker.analysis.plugin.filter.forward.ListCollectionFilter
-
The default value for the behavior of a full list (drop oldest).
- CONFIG_PROPERTY_VALUE_MAX_COLLECTION_DURATION - Static variable in class kieker.analysis.plugin.filter.flow.TraceAggregationFilter
-
The default value of the property determining the maximal trace timeout.
- CONFIG_PROPERTY_VALUE_MAX_THINK_TIME - Static variable in class kieker.tools.traceAnalysis.filter.sessionReconstruction.SessionReconstructionFilter
-
This is the default value for the maximal think time.
- CONFIG_PROPERTY_VALUE_MAX_TIME - Static variable in class kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
-
The default value of the properties for the maximal trace duration and timeout.
- CONFIG_PROPERTY_VALUE_MAX_TIMESTAMP - Static variable in class kieker.analysis.plugin.filter.select.TimestampFilter
-
The default used upper limit for the records.
- CONFIG_PROPERTY_VALUE_MAX_TRACE_DURATION - Static variable in class kieker.tools.traceAnalysis.filter.traceReconstruction.TraceReconstructionFilter
-
This is the default value for the maximal duration of a trace.
- CONFIG_PROPERTY_VALUE_MIN_TIMESTAMP - Static variable in class kieker.analysis.plugin.filter.select.TimestampFilter
-
The default used lower limit for the records.
- CONFIG_PROPERTY_VALUE_NUMBER_IMPULSES - Static variable in class kieker.analysis.plugin.reader.timer.TimeReader
-
The default value for number of impulses (infinite).
- CONFIG_PROPERTY_VALUE_NUMBER_OF_ENTRIES - Static variable in class kieker.analysis.plugin.filter.forward.ListCollectionFilter
-
The default value for the maximal number of allowed entries (unlimited.
- CONFIG_PROPERTY_VALUE_NUMBER_OF_ENTRIES - Static variable in class kieker.analysis.plugin.filter.sink.CPUUtilizationDisplayFilter
-
- CONFIG_PROPERTY_VALUE_NUMBER_OF_ENTRIES - Static variable in class kieker.analysis.plugin.filter.sink.GCDisplayFilter
-
- CONFIG_PROPERTY_VALUE_NUMBER_OF_ENTRIES - Static variable in class kieker.analysis.plugin.filter.sink.MemSwapUtilizationDisplayFilter
-
The default value for the number of entries per series in the plot (100).
- CONFIG_PROPERTY_VALUE_NUMBER_OF_ENTRIES - Static variable in class kieker.analysis.plugin.filter.sink.ThreadsStatusDisplayFilter
-
- CONFIG_PROPERTY_VALUE_NUMBER_OF_ENTRIES - Static variable in class kieker.tools.opad.filter.AnomalyScoreVisualizationFilter
-
- CONFIG_PROPERTY_VALUE_OUTPUT_FILENAME_DEFAULT - Static variable in class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
-
The default used output file name.
- CONFIG_PROPERTY_VALUE_OUTPUT_FILENAME_DEFAULT - Static variable in class kieker.tools.traceAnalysis.filter.visualization.callTree.TraceCallTreeFilter
-
This is the default used output file name.
- CONFIG_PROPERTY_VALUE_OUTPUT_FN_BASE_DEFAULT - Static variable in class kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter
-
This constant determines the default used output filename base.
- CONFIG_PROPERTY_VALUE_PIPENAME_DEFAULT - Static variable in class kieker.analysis.plugin.reader.namedRecordPipe.PipeReader
-
The default used pipe name.
- CONFIG_PROPERTY_VALUE_SHORT_LABELS_DEFAULT - Static variable in class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
-
The default used value determining whether to use short labels in the call tree or not.
- CONFIG_PROPERTY_VALUE_SHORT_LABELS_DEFAULT - Static variable in class kieker.tools.traceAnalysis.filter.visualization.callTree.TraceCallTreeFilter
-
This is the default value whether to use short labels or not.
- CONFIG_PROPERTY_VALUE_STREAM_APPEND - Static variable in class kieker.analysis.plugin.filter.forward.TeeFilter
-
The default value of the stream property which determines that the filter appends or overwrites a file.
- CONFIG_PROPERTY_VALUE_STREAM_NULL - Static variable in class kieker.analysis.plugin.filter.forward.TeeFilter
-
The value of the stream property which determines that the filter doesn't print anything.
- CONFIG_PROPERTY_VALUE_STREAM_STDERR - Static variable in class kieker.analysis.plugin.filter.forward.TeeFilter
-
The value of the stream property which determines that the filter uses the standard error output.
- CONFIG_PROPERTY_VALUE_STREAM_STDLOG - Static variable in class kieker.analysis.plugin.filter.forward.TeeFilter
-
The value of the stream property which determines that the filter uses the standard log.
- CONFIG_PROPERTY_VALUE_STREAM_STDOUT - Static variable in class kieker.analysis.plugin.filter.forward.TeeFilter
-
The value of the stream property which determines that the filter uses the standard output.
- CONFIG_PROPERTY_VALUE_TIMEUNIT - Static variable in class kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
-
The default value of the time unit property (nanoseconds).
- CONFIG_PROPERTY_VALUE_TIMEUNIT - Static variable in class kieker.analysis.plugin.filter.flow.TraceAggregationFilter
-
The default value of the time unit property (nanoseconds).
- CONFIG_PROPERTY_VALUE_TIMEUNIT - Static variable in class kieker.analysis.plugin.filter.record.MonitoringThroughputFilter
-
The default value of the time unit property (nanoseconds).
- CONFIG_PROPERTY_VALUE_TIMEUNIT - Static variable in class kieker.analysis.plugin.filter.select.TimestampFilter
-
The default used time unit.
- CONFIG_PROPERTY_VALUE_TIMEUNIT - Static variable in class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
-
- CONFIG_PROPERTY_VALUE_TIMEUNIT - Static variable in class kieker.tools.opad.filter.ExtractionFilter
-
- CONFIG_PROPERTY_VALUE_TIMEUNIT - Static variable in class kieker.tools.traceAnalysis.filter.sessionReconstruction.SessionReconstructionFilter
-
This is the default used time unit.
- CONFIG_PROPERTY_VALUE_TIMEUNIT - Static variable in class kieker.tools.traceAnalysis.filter.traceReconstruction.TraceReconstructionFilter
-
This is the default used time unit.
- CONFIG_PROPERTY_VALUE_UPDATE_INTERVAL_NS - Static variable in class kieker.analysis.plugin.reader.timer.TimeReader
-
The default value for the update interval (1 second).
- CONFIG_PROPERTY_VALUE_VERBOSE - Static variable in class kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
-
- CONFIG_PROVIDERURL - Static variable in class kieker.monitoring.writer.jms.JmsWriter
-
- CONFIG_QUEUE_SIZE - Static variable in class kieker.monitoring.writer.collector.ChunkingCollector
-
The name of the configuration property for the queue size.
- CONFIG_QUEUE_TYPE - Static variable in class kieker.monitoring.writer.collector.ChunkingCollector
-
The type of queue to use.
- CONFIG_QUEUENAME - Static variable in class kieker.monitoring.writer.amqp.AmqpWriter
-
The name of the configuration property for the AMQP queue name.
- CONFIG_QUEUENAME - Static variable in class kieker.monitoring.writer.amqp.ChunkingAmqpWriter
-
The name of the configuration property for the AMQP queue name.
- CONFIG_SERIALIZER_CLASSNAME - Static variable in class kieker.monitoring.writer.collector.ChunkingCollector
-
The name of the configuration property for the serializer class name.
- CONFIG_SHOULD_COMPRESS - Static variable in class kieker.monitoring.writer.filesystem.AsciiFileWriter
-
The name of the configuration key determining to enable/disable compression of the record log files
- CONFIG_SHOULD_COMPRESS - Static variable in class kieker.monitoring.writer.filesystem.BinaryFileWriter
-
The name of the configuration key determining to enable/disable compression of the record log files
- CONFIG_SHOULD_DECOMPRESS - Static variable in class kieker.analysis.plugin.reader.filesystem.AsciiLogReader
-
The name of the configuration determining whether to decompress the Kieker log files.
- CONFIG_SHOULD_DECOMPRESS - Static variable in class kieker.analysis.plugin.reader.filesystem.BinaryLogReader
-
The name of the configuration determining whether to decompress the Kieker log files.
- CONFIG_STREAM_STDERR - Static variable in class kieker.monitoring.writer.print.PrintStreamWriter
-
- CONFIG_STREAM_STDOUT - Static variable in class kieker.monitoring.writer.print.PrintStreamWriter
-
- CONFIG_TASK_RUN_INTERVAL - Static variable in class kieker.monitoring.writer.collector.ChunkingCollector
-
The name of the configuration property for the writer task interval.
- CONFIG_TOPIC - Static variable in class kieker.monitoring.writer.jms.JmsWriter
-
- CONFIG_UNIT - Static variable in class kieker.monitoring.timer.SystemMilliTimer
-
The name of the configuration for the time unit (0 = nanoseconds, 1 = microseconds, 2 = milliseconds, 3 = seconds).
- CONFIG_UNIT - Static variable in class kieker.monitoring.timer.SystemNanoTimer
-
This is the name of the configuration determining the used time unit (0 = nanoseconds, 1 = microseconds, 2 = milliseconds, 3 = seconds).
- CONFIG_URI - Static variable in class kieker.monitoring.writer.amqp.AmqpWriter
-
The name of the configuration property for the server URI.
- CONFIG_URI - Static variable in class kieker.monitoring.writer.amqp.ChunkingAmqpWriter
-
The name of the configuration property for the server URI.
- CONFIG_WRITER_CLASSNAME - Static variable in class kieker.monitoring.writer.collector.ChunkingCollector
-
The name of the configuration property for the writer class name.
- configuration - Variable in class kieker.analysis.analysisComponent.AbstractAnalysisComponent
-
The current configuration of this component.
- Configuration - Class in kieker.common.configuration
-
This class represents a configuration object within the Kieker project.
- Configuration() - Constructor for class kieker.common.configuration.Configuration
-
Creates a new (empty) configuration.
- Configuration(Properties) - Constructor for class kieker.common.configuration.Configuration
-
Creates a new instance of this class using the given parameters.
- configuration - Variable in class kieker.monitoring.writer.AbstractMonitoringWriter
-
The writer's configuration
- configuration - Variable in class kieker.tools.bridge.connector.AbstractConnector
-
general configuration object used for the connector.
- ConfigurationFactory - Class in kieker.monitoring.core.configuration
-
A ConfigurationFactory for kieker.monitoring.
- connect(AbstractPlugin, String, AbstractPlugin, String) - Method in class kieker.analysis.AnalysisController
-
This method should be used to connect two plugins.
- connect(AbstractPlugin, String, AbstractRepository) - Method in class kieker.analysis.AnalysisController
-
Connects the given repository to this plugin via the given name.
- connect(AbstractPlugin, String, AbstractPlugin, String) - Method in interface kieker.analysis.IAnalysisController
-
This method should be used to connect two plugins.
- connect(AbstractPlugin, String, AbstractRepository) - Method in interface kieker.analysis.IAnalysisController
-
Connects the given repository to this plugin via the given name.
- connect(String, AbstractRepository) - Method in class kieker.analysis.plugin.AbstractPlugin
-
Connects the given repository to this plugin via the given name.
- connect(AbstractPlugin, String, AbstractPlugin, String) - Static method in class kieker.analysis.plugin.AbstractPlugin
-
This method connects two plugins.
- connect(String, AbstractRepository) - Method in interface kieker.analysis.plugin.IPlugin
-
Connects the given repository to this plugin via the given name.
- ConnectorDataTransmissionException - Exception in kieker.tools.bridge.connector
-
Exception to box any Exception in a connector during data transmission and related tasks.
- ConnectorDataTransmissionException(String) - Constructor for exception kieker.tools.bridge.connector.ConnectorDataTransmissionException
-
Create an exception without an exception trail.
- ConnectorDataTransmissionException(String, Exception) - Constructor for exception kieker.tools.bridge.connector.ConnectorDataTransmissionException
-
Create an exception with an exception trail.
- ConnectorEndOfDataException - Exception in kieker.tools.bridge.connector
-
Used to indicate to the ServiceContainer that the connector has terminated due to end of data.
- ConnectorEndOfDataException(String) - Constructor for exception kieker.tools.bridge.connector.ConnectorEndOfDataException
-
Create an exception without an exception trail.
- ConnectorEndOfDataException(String, Exception) - Constructor for exception kieker.tools.bridge.connector.ConnectorEndOfDataException
-
Create an exception with an exception trail.
- ConnectorProperty - Annotation Type in kieker.tools.bridge.connector
-
- Constants - Class in kieker.tools.traceAnalysis
-
- ConstructionEvent - Class in kieker.common.record.flow.trace
-
- ConstructionEvent(long, long, int, String, int) - Constructor for class kieker.common.record.flow.trace.ConstructionEvent
-
Creates a new instance of this class using the given parameters.
- ConstructionEvent(Object[]) - Constructor for class kieker.common.record.flow.trace.ConstructionEvent
-
- ConstructionEvent(Object[], Class<?>[]) - Constructor for class kieker.common.record.flow.trace.ConstructionEvent
-
- ConstructionEvent(IValueDeserializer) - Constructor for class kieker.common.record.flow.trace.ConstructionEvent
-
- ConstructionEventFactory - Class in kieker.common.record.flow.trace
-
- ConstructionEventFactory() - Constructor for class kieker.common.record.flow.trace.ConstructionEventFactory
-
- ConstructionMonitoringProbe - Annotation Type in kieker.monitoring.annotation
-
This annotation represents a runtime probe for a constructor.
- constructor(Object, ProceedingJoinPoint) - Method in class kieker.monitoring.probe.aspectj.flow.constructorExecution.AbstractAspect
-
The advice used around the constructor executions.
- constructor(Object, ProceedingJoinPoint) - Method in class kieker.monitoring.probe.aspectj.flow.constructorExecutionObject.AbstractAspect
-
The advice used around the constructor executions.
- constructor(Object, ProceedingJoinPoint) - Method in class kieker.monitoring.probe.aspectj.flow.constructorExecutionObjectInterface.AbstractAspect
-
The advice used around the constructor executions.
- CONSTRUCTOR_METHOD_NAME - Static variable in class kieker.common.util.signature.Signature
-
- CONTAINER_DEPENDENCY_GRAPH_FN_PREFIX - Static variable in class kieker.tools.traceAnalysis.Constants
-
The prefix for the files of the container dependency graphs.
- CONTAINER_IDENTIFIER - Static variable in class kieker.analysis.plugin.reader.newio.deserializer.AbstractContainerFormatDeserializer
-
Container format identifier.
- CONTAINER_IDENTIFIER - Static variable in class kieker.monitoring.writer.serializer.AbstractContainerFormatSerializer
-
Container format identifier.
- ContainerDependencyGraph - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
-
This class represents container dependency graphs.
- ContainerDependencyGraph(ExecutionContainer) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ContainerDependencyGraph
-
Creates a new graph with the given root entity.
- ContainerDependencyGraphFilter - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
-
Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in".
- ContainerDependencyGraphFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ContainerDependencyGraphFilter
-
Creates a new filter using the given parameters.
- ContainerDependencyGraphFormatter - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
-
Formatter for container dependency graphs.
- ContainerDependencyGraphFormatter() - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ContainerDependencyGraphFormatter
-
Creates a new formatter.
- CONTEXT - Static variable in class kieker.tools.bridge.connector.http.HTTPConnector
-
- CONTEXT_PARAM_NAME_INITIAL_SAMPLING_DELAY_SECONDS - Static variable in class kieker.monitoring.probe.servlet.ClassLoadingServletContextListener
-
Parameter name for the initial delay to be used in the web.xml file.
- CONTEXT_PARAM_NAME_INITIAL_SAMPLING_DELAY_SECONDS - Static variable in class kieker.monitoring.probe.servlet.CompilationServletContextListener
-
Parameter name for the initial delay to be used in the web.xml file.
- CONTEXT_PARAM_NAME_INITIAL_SAMPLING_DELAY_SECONDS - Static variable in class kieker.monitoring.probe.servlet.CPUMemUsageServletContextListener
-
Parameter name for the initial delay to be used in the web.xml file.
- CONTEXT_PARAM_NAME_INITIAL_SAMPLING_DELAY_SECONDS - Static variable in class kieker.monitoring.probe.servlet.CPUsCombinedServletContextListener
-
Parameter name for the initial delay to be used in the web.xml file.
- CONTEXT_PARAM_NAME_INITIAL_SAMPLING_DELAY_SECONDS - Static variable in class kieker.monitoring.probe.servlet.GCServletContextListener
-
Parameter name for the initial delay to be used in the web.xml file.
- CONTEXT_PARAM_NAME_INITIAL_SAMPLING_DELAY_SECONDS - Static variable in class kieker.monitoring.probe.servlet.JVMMemoryServletContextListener
-
Parameter name for the initial delay to be used in the web.xml file.
- CONTEXT_PARAM_NAME_INITIAL_SAMPLING_DELAY_SECONDS - Static variable in class kieker.monitoring.probe.servlet.JVMUptimeServletContextListener
-
Parameter name for the initial delay to be used in the web.xml file.
- CONTEXT_PARAM_NAME_INITIAL_SAMPLING_DELAY_SECONDS - Static variable in class kieker.monitoring.probe.servlet.SystemResourceUsageServletContextListener
-
Parameter name for the initial delay to be used in the web.xml file.
- CONTEXT_PARAM_NAME_INITIAL_SAMPLING_DELAY_SECONDS - Static variable in class kieker.monitoring.probe.servlet.ThreadStatusServletContextListener
-
Parameter name for the initial delay to be used in the web.xml file.
- CONTEXT_PARAM_NAME_SAMPLING_INTERVAL_SECONDS - Static variable in class kieker.monitoring.probe.servlet.ClassLoadingServletContextListener
-
Parameter name for the sampling interval to be used in the web.xml file.
- CONTEXT_PARAM_NAME_SAMPLING_INTERVAL_SECONDS - Static variable in class kieker.monitoring.probe.servlet.CompilationServletContextListener
-
Parameter name for the sampling interval to be used in the web.xml file.
- CONTEXT_PARAM_NAME_SAMPLING_INTERVAL_SECONDS - Static variable in class kieker.monitoring.probe.servlet.CPUMemUsageServletContextListener
-
Parameter name for the sampling interval to be used in the web.xml file.
- CONTEXT_PARAM_NAME_SAMPLING_INTERVAL_SECONDS - Static variable in class kieker.monitoring.probe.servlet.CPUsCombinedServletContextListener
-
Parameter name for the sampling interval to be used in the web.xml file.
- CONTEXT_PARAM_NAME_SAMPLING_INTERVAL_SECONDS - Static variable in class kieker.monitoring.probe.servlet.GCServletContextListener
-
Parameter name for the sampling interval to be used in the web.xml file.
- CONTEXT_PARAM_NAME_SAMPLING_INTERVAL_SECONDS - Static variable in class kieker.monitoring.probe.servlet.JVMMemoryServletContextListener
-
Parameter name for the sampling interval to be used in the web.xml file.
- CONTEXT_PARAM_NAME_SAMPLING_INTERVAL_SECONDS - Static variable in class kieker.monitoring.probe.servlet.JVMUptimeServletContextListener
-
Parameter name for the sampling interval to be used in the web.xml file.
- CONTEXT_PARAM_NAME_SAMPLING_INTERVAL_SECONDS - Static variable in class kieker.monitoring.probe.servlet.SystemResourceUsageServletContextListener
-
Parameter name for the sampling interval to be used in the web.xml file.
- CONTEXT_PARAM_NAME_SAMPLING_INTERVAL_SECONDS - Static variable in class kieker.monitoring.probe.servlet.ThreadStatusServletContextListener
-
Parameter name for the sampling interval to be used in the web.xml file.
- contextDestroyed(ServletContextEvent) - Method in class kieker.monitoring.core.servlet.TerminationServletContextListener
- contextDestroyed(ServletContextEvent) - Method in class kieker.monitoring.probe.servlet.AbstractRegularSamplingServletContextListener
- contextInitialized(ServletContextEvent) - Method in class kieker.monitoring.core.servlet.TerminationServletContextListener
- contextInitialized(ServletContextEvent) - Method in class kieker.monitoring.probe.servlet.AbstractRegularSamplingServletContextListener
- ControlFlowRegistry - Enum in kieker.monitoring.core.registry
-
- CONTROLLER_NAME - Static variable in class kieker.common.record.misc.KiekerMetadataRecord
-
- ControllerFactory - Class in kieker.monitoring.core.controller
-
This class encapsulates the creation of Kieker monitoring controllers.
- ConversionStep - Class in kieker.tools.traceAnalysis.gui
-
- ConversionStep() - Constructor for class kieker.tools.traceAnalysis.gui.ConversionStep
-
- convert(OperationExecutionRecord) - Method in class kieker.tools.opad.filter.RecordConverter
-
Receives OperationExecutionRecords and delivers them converted to NamedDoubleRecords.
- convert(String) - Method in class kieker.tools.traceAnalysis.gui.ConversionStep
-
- convertDatetimeStringToUTCDate(String) - Static method in class kieker.tools.util.LoggingTimestampConverter
-
Converts a datetime string of format yyyyMMdd-HHmmss (UTC timezone)
into a Date object.
- convertDatetimeStringToUTCLoggingTimestamp(String) - Static method in class kieker.tools.util.LoggingTimestampConverter
-
Converts a datetime string of format yyyyMMdd-HHmmss (UTC timezone)
into a timestamp representing the number of nanoseconds
since Jan 1, 1970 UTC.
- convertLoggingTimestampLocalTimeZoneString(long) - Static method in class kieker.tools.util.LoggingTimestampConverter
-
Converts a timestamp representing the number of nanoseconds since Jan 1,
1970 UTC into a human-readable datetime string given in the local timezone.
- convertLoggingTimestampToUTCString(long) - Static method in class kieker.tools.util.LoggingTimestampConverter
-
Converts a timestamp representing the number of nanoseconds since Jan 1,
1970 UTC into a human-readable datetime string given in the UTC timezone.
- convertProperties(Configuration, MAnalysisMetaModelFactory) - Static method in class kieker.analysis.model.MetaModelHandler
-
Converts the given configuration into a list of
MIProperty
s using the given factory.
- convertToPath(String) - Static method in class kieker.common.configuration.Configuration
-
Based upon Guava 14.0.1 (Chris Nokleberg, Colin Decker).
- Counter - Class in kieker.monitoring.probe.aspectj.beforeafter.onlycallee
-
- Counter() - Constructor for class kieker.monitoring.probe.aspectj.beforeafter.onlycallee.Counter
-
Creates a new counter.
- CountingFilter - Class in kieker.analysis.plugin.filter.forward
-
An instance of this class receives any objects, increments an intern tread-safe counter without printing any message and delivers the
unchanged objects to the output.
- CountingFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.forward.CountingFilter
-
Creates a new instance of this class using the given parameters.
- CountOnFailedInsertBehavior<E> - Class in kieker.monitoring.queue.behavior
-
- CountOnFailedInsertBehavior(BlockingQueue<E>) - Constructor for class kieker.monitoring.queue.behavior.CountOnFailedInsertBehavior
-
- CPU_ID - Static variable in class kieker.common.record.system.CPUUtilizationRecord
-
- CPUMemUsageServletContextListener - Class in kieker.monitoring.probe.servlet
-
Starts and stops the periodic logging of CPU utilization and Memory usage employing the
SigarSamplerFactory
as the Servlet is initialized and destroyed
respectively.
- CPUMemUsageServletContextListener() - Constructor for class kieker.monitoring.probe.servlet.CPUMemUsageServletContextListener
-
Empty constructor.
- CPUsCombinedPercSampler - Class in kieker.monitoring.sampler.sigar.samplers
-
- CPUsCombinedPercSampler(SigarProxy) - Constructor for class kieker.monitoring.sampler.sigar.samplers.CPUsCombinedPercSampler
-
Constructs a new
AbstractSigarSampler
with given
SigarProxy
instance used to retrieve the sensor data.
- CPUsCombinedServletContextListener - Class in kieker.monitoring.probe.servlet
-
Starts and stops the periodic logging of CPU utilization employing the
SigarSamplerFactory
as the Servlet is initialized and destroyed respectively.
- CPUsCombinedServletContextListener() - Constructor for class kieker.monitoring.probe.servlet.CPUsCombinedServletContextListener
-
Empty constructor.
- CPUsDetailedPercSampler - Class in kieker.monitoring.sampler.sigar.samplers
-
- CPUsDetailedPercSampler(SigarProxy) - Constructor for class kieker.monitoring.sampler.sigar.samplers.CPUsDetailedPercSampler
-
Constructs a new
AbstractSigarSampler
with given
SigarProxy
instance used to retrieve the sensor data.
- CPUUtilizationDisplayFilter - Class in kieker.analysis.plugin.filter.sink
-
This is a filter which accepts
CPUUtilizationRecord
instances and provides different views to visualize them.
- CPUUtilizationDisplayFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.sink.CPUUtilizationDisplayFilter
-
- CPUUtilizationRecord - Class in kieker.common.record.system
-
- CPUUtilizationRecord(long, String, String, double, double, double, double, double, double, double) - Constructor for class kieker.common.record.system.CPUUtilizationRecord
-
Creates a new instance of this class using the given parameters.
- CPUUtilizationRecord(Object[]) - Constructor for class kieker.common.record.system.CPUUtilizationRecord
-
- CPUUtilizationRecord(Object[], Class<?>[]) - Constructor for class kieker.common.record.system.CPUUtilizationRecord
-
- CPUUtilizationRecord(IValueDeserializer) - Constructor for class kieker.common.record.system.CPUUtilizationRecord
-
- CPUUtilizationRecordFactory - Class in kieker.common.record.system
-
- CPUUtilizationRecordFactory() - Constructor for class kieker.common.record.system.CPUUtilizationRecordFactory
-
- create(EClass) - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelFactory
-
- create(IValueDeserializer) - Method in class kieker.common.record.controlflow.BranchingRecordFactory
-
- create(Object[]) - Method in class kieker.common.record.controlflow.BranchingRecordFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.controlflow.OperationExecutionRecordFactory
-
- create(Object[]) - Method in class kieker.common.record.controlflow.OperationExecutionRecordFactory
-
Deprecated.
- create(IValueDeserializer) - Method in interface kieker.common.record.factory.IRecordFactory
-
- create(Object[]) - Method in interface kieker.common.record.factory.IRecordFactory
-
- create(IValueDeserializer) - Method in class kieker.common.record.factory.old.RecordFactoryWrapper
-
- create(Object[]) - Method in class kieker.common.record.factory.old.RecordFactoryWrapper
-
- create(IValueDeserializer) - Method in class kieker.common.record.flow.thread.AfterFailedThreadBasedEventFactory
-
- create(Object[]) - Method in class kieker.common.record.flow.thread.AfterFailedThreadBasedEventFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.flow.thread.AfterThreadBasedEventFactory
-
- create(Object[]) - Method in class kieker.common.record.flow.thread.AfterThreadBasedEventFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.flow.thread.BeforeThreadBasedEventFactory
-
- create(Object[]) - Method in class kieker.common.record.flow.thread.BeforeThreadBasedEventFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.concurrency.JoinEventFactory
-
- create(Object[]) - Method in class kieker.common.record.flow.trace.concurrency.JoinEventFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorEntryEventFactory
-
- create(Object[]) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorEntryEventFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorExitEventFactory
-
- create(Object[]) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorExitEventFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorNotifyAllEventFactory
-
- create(Object[]) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorNotifyAllEventFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorNotifyEventFactory
-
- create(Object[]) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorNotifyEventFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorRequestEventFactory
-
- create(Object[]) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorRequestEventFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorWaitEventFactory
-
- create(Object[]) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorWaitEventFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.concurrency.SplitEventFactory
-
- create(Object[]) - Method in class kieker.common.record.flow.trace.concurrency.SplitEventFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.ConstructionEventFactory
-
- create(Object[]) - Method in class kieker.common.record.flow.trace.ConstructionEventFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.operation.AfterOperationEventFactory
-
- create(Object[]) - Method in class kieker.common.record.flow.trace.operation.AfterOperationEventFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.operation.AfterOperationFailedEventFactory
-
- create(Object[]) - Method in class kieker.common.record.flow.trace.operation.AfterOperationFailedEventFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.operation.BeforeOperationEventFactory
-
- create(Object[]) - Method in class kieker.common.record.flow.trace.operation.BeforeOperationEventFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.operation.CallOperationEventFactory
-
- create(Object[]) - Method in class kieker.common.record.flow.trace.operation.CallOperationEventFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.operation.constructor.AfterConstructorEventFactory
-
- create(Object[]) - Method in class kieker.common.record.flow.trace.operation.constructor.AfterConstructorEventFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.operation.constructor.AfterConstructorFailedEventFactory
-
- create(Object[]) - Method in class kieker.common.record.flow.trace.operation.constructor.AfterConstructorFailedEventFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.operation.constructor.BeforeConstructorEventFactory
-
- create(Object[]) - Method in class kieker.common.record.flow.trace.operation.constructor.BeforeConstructorEventFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.operation.constructor.CallConstructorEventFactory
-
- create(Object[]) - Method in class kieker.common.record.flow.trace.operation.constructor.CallConstructorEventFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorFailedObjectEventFactory
-
- create(Object[]) - Method in class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorFailedObjectEventFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorObjectEventFactory
-
- create(Object[]) - Method in class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorObjectEventFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectEventFactory
-
- create(Object[]) - Method in class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectEventFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectInterfaceEventFactory
-
- create(Object[]) - Method in class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectInterfaceEventFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.operation.constructor.object.CallConstructorObjectEventFactory
-
- create(Object[]) - Method in class kieker.common.record.flow.trace.operation.constructor.object.CallConstructorObjectEventFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.operation.object.AfterOperationFailedObjectEventFactory
-
- create(Object[]) - Method in class kieker.common.record.flow.trace.operation.object.AfterOperationFailedObjectEventFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.operation.object.AfterOperationObjectEventFactory
-
- create(Object[]) - Method in class kieker.common.record.flow.trace.operation.object.AfterOperationObjectEventFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectEventFactory
-
- create(Object[]) - Method in class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectEventFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectInterfaceEventFactory
-
- create(Object[]) - Method in class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectInterfaceEventFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.operation.object.CallOperationObjectEventFactory
-
- create(Object[]) - Method in class kieker.common.record.flow.trace.operation.object.CallOperationObjectEventFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.TraceMetadataFactory
-
- create(Object[]) - Method in class kieker.common.record.flow.trace.TraceMetadataFactory
-
Deprecated.
- create(ByteBuffer, IRegistry<String>) - Static method in class kieker.common.record.io.DefaultValueDeserializer
-
- create(ByteBuffer, IRegistry<String>) - Static method in class kieker.common.record.io.DefaultValueSerializer
-
- create(CharBuffer) - Static method in class kieker.common.record.io.TextValueDeserializer
-
- create(CharBuffer) - Static method in class kieker.common.record.io.TextValueSerializer
-
- create(IValueDeserializer) - Method in class kieker.common.record.jvm.ClassLoadingRecordFactory
-
- create(Object[]) - Method in class kieker.common.record.jvm.ClassLoadingRecordFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.jvm.CompilationRecordFactory
-
- create(Object[]) - Method in class kieker.common.record.jvm.CompilationRecordFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.jvm.GCRecordFactory
-
- create(Object[]) - Method in class kieker.common.record.jvm.GCRecordFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.jvm.MemoryRecordFactory
-
- create(Object[]) - Method in class kieker.common.record.jvm.MemoryRecordFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.jvm.ThreadsStatusRecordFactory
-
- create(Object[]) - Method in class kieker.common.record.jvm.ThreadsStatusRecordFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.jvm.UptimeRecordFactory
-
- create(Object[]) - Method in class kieker.common.record.jvm.UptimeRecordFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.misc.EmptyRecordFactory
-
- create(Object[]) - Method in class kieker.common.record.misc.EmptyRecordFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.misc.HostApplicationMetaDataFactory
-
- create(Object[]) - Method in class kieker.common.record.misc.HostApplicationMetaDataFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.misc.KiekerMetadataRecordFactory
-
- create(Object[]) - Method in class kieker.common.record.misc.KiekerMetadataRecordFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.misc.ThreadMetaDataFactory
-
- create(Object[]) - Method in class kieker.common.record.misc.ThreadMetaDataFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.misc.TimestampRecordFactory
-
- create(Object[]) - Method in class kieker.common.record.misc.TimestampRecordFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.system.CPUUtilizationRecordFactory
-
- create(Object[]) - Method in class kieker.common.record.system.CPUUtilizationRecordFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.system.DiskUsageRecordFactory
-
- create(Object[]) - Method in class kieker.common.record.system.DiskUsageRecordFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.system.LoadAverageRecordFactory
-
- create(Object[]) - Method in class kieker.common.record.system.LoadAverageRecordFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.system.MemSwapUsageRecordFactory
-
- create(Object[]) - Method in class kieker.common.record.system.MemSwapUsageRecordFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.system.NetworkUtilizationRecordFactory
-
- create(Object[]) - Method in class kieker.common.record.system.NetworkUtilizationRecordFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.common.record.system.ResourceUtilizationRecordFactory
-
- create(Object[]) - Method in class kieker.common.record.system.ResourceUtilizationRecordFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.tools.opad.record.AggregationWindowFactory
-
- create(Object[]) - Method in class kieker.tools.opad.record.AggregationWindowFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.tools.opad.record.ExtendedStorableDetectionResultFactory
-
- create(Object[]) - Method in class kieker.tools.opad.record.ExtendedStorableDetectionResultFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.tools.opad.record.NamedDoubleRecordFactory
-
- create(Object[]) - Method in class kieker.tools.opad.record.NamedDoubleRecordFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.tools.opad.record.NamedTSPointFactory
-
- create(Object[]) - Method in class kieker.tools.opad.record.NamedTSPointFactory
-
Deprecated.
- create(IValueDeserializer) - Method in class kieker.tools.opad.record.StorableDetectionResultFactory
-
- create(Object[]) - Method in class kieker.tools.opad.record.StorableDetectionResultFactory
-
Deprecated.
- createAdapter(Notifier) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
-
Creates an adapter for the target
.
- createAllocationComponentId(AllocationComponent) - Static method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
-
Utility function to create a textual container ID for an allocation component.
- createAnalysisComponentAdapter() - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
-
- createAnalysisController(MIProject, ClassLoader) - Static method in class kieker.analysis.AnalysisController
-
This is a factory method which can be used to create a new instance of
AnalysisController
, but delivers the mapping between the
MIProject
and
the actual analysis.
- createAndInitialize(Class<C>, String, Configuration) - Static method in class kieker.monitoring.core.controller.AbstractController
-
This is a helper method trying to find, create and initialize the given class, using its public constructor which accepts a single
Configuration
.
- createAndInitialize(Class<C>, String, Configuration) - Method in class kieker.monitoring.core.controller.ControllerFactory
-
This is a helper method trying to find, create and initialize the given class, using its public constructor which accepts a single
Configuration
.
- createAndRegisterAllocationComponentInstance(String, AssemblyComponent, ExecutionContainer) - Method in class kieker.tools.traceAnalysis.systemModel.repository.AllocationRepository
-
- createAndRegisterAssemblyComponentInstance(String, ComponentType) - Method in class kieker.tools.traceAnalysis.systemModel.repository.AssemblyRepository
-
Creates a new assembly component instance and registers it as well.
- createAndRegisterComponentType(String, String) - Method in class kieker.tools.traceAnalysis.systemModel.repository.TypeRepository
-
Creates and registers a component type that has not been registered yet.
- createAndRegisterExecutionContainer(String, String) - Method in class kieker.tools.traceAnalysis.systemModel.repository.ExecutionEnvironmentRepository
-
This method creates a new execution container and registers it as well.
- createAndRegisterOperation(String, ComponentType, Signature) - Method in class kieker.tools.traceAnalysis.systemModel.repository.OperationRepository
-
- createAssemblyComponentId(AssemblyComponent) - Static method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
-
Utility function to create a textual container ID for an assembly component.
- createCache(long, TimeUnit) - Method in class kieker.analysis.plugin.reader.AbstractStringRegistryReaderPlugin
-
Creates the cache to be used for storing string registries.
- createCache(long, TimeUnit) - Method in class kieker.analysis.plugin.reader.StringRegistryCache
-
Creates the underlying cache.
- createCluster(String, String, String, String, String, String, String, String, double, String) - Static method in class kieker.tools.traceAnalysis.filter.visualization.util.dot.DotFactory
-
Constructs dot code for a cluster from the specified elements.
- createComponentNodeLabel(DependencyGraphNode<AllocationComponent>, boolean, String) - Static method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractComponentDependencyGraphFormatter
-
Utility function to create a label for component nodes.
- createConfigurationFromFile(String) - Static method in class kieker.monitoring.core.configuration.ConfigurationFactory
-
Creates a new configuration based on the given properties file with fallback on the default values.
- createConnection(String, String, String, String, String, String) - Static method in class kieker.tools.traceAnalysis.filter.visualization.util.dot.DotFactory
-
Creates dot code for a connection.
- createConnection(String, String, String, String, String, String, String) - Static method in class kieker.tools.traceAnalysis.filter.visualization.util.dot.DotFactory
-
Creates dot code for a connection.
- createConnection(String, String, String, double, double) - Static method in class kieker.tools.traceAnalysis.filter.visualization.util.dot.DotFactory
-
This method creates dot code for a connection.
- createContainerId(ExecutionContainer) - Static method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
-
Utility function to create a textual container ID for an execution container.
- createCPUSignature(int) - Static method in class kieker.monitoring.core.signaturePattern.SignatureFactory
-
Creates a cpu signature with a given cpu id.
- createCPUSignature() - Static method in class kieker.monitoring.core.signaturePattern.SignatureFactory
-
Creates a CPU signature.
- createDefaultConfiguration() - Static method in class kieker.monitoring.core.configuration.ConfigurationFactory
-
Returns an empty properties map with a fallback on the default configuration.
- createDependency() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelFactory
-
- createDependency() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelFactory
-
Returns a new object of class 'Dependency'.
- createDependencyAdapter() - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
-
Creates a new adapter for an object of class '
Dependency
'.
- createDirectoryChooserActionListener(JTextComponent, Component) - Static method in class kieker.tools.traceAnalysis.gui.util.FileChooserActionListener
-
- createDiskUsageSignature() - Static method in class kieker.monitoring.core.signaturePattern.SignatureFactory
-
Creates a disk usage signature.
- createDisplay() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelFactory
-
- createDisplay() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelFactory
-
Returns a new object of class 'Display'.
- createDisplayAdapter() - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
-
Creates a new adapter for an object of class '
Display
'.
- createDisplayConnector() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelFactory
-
- createDisplayConnector() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelFactory
-
Returns a new object of class 'Display Connector'.
- createDisplayConnectorAdapter() - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
-
- createEdgeDefaults(String, String, String) - Static method in class kieker.tools.traceAnalysis.filter.visualization.util.dot.DotFactory
-
Constructs dot code for the edge defaults.
- createEObjectAdapter() - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
-
Creates a new adapter for the default case.
- createExecutionByEntityNames(SystemModelRepository, String, String, String, Signature, long, String, int, int, long, long, boolean) - Static method in class kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
-
- createExecutionByEntityNames(SystemModelRepository, String, String, Signature, long, String, int, int, long, long, boolean) - Static method in class kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
-
- createExecutionByEntityNames(String, String, String, Signature, long, String, int, int, long, long, boolean) - Method in class kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
-
- createExecutionByEntityNames(String, String, Signature, long, String, int, int, long, long, boolean) - Method in class kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
-
- createExecutionTraceComparator() - Static method in class kieker.tools.traceAnalysis.systemModel.ExecutionTrace
-
Returns an instance of the
Comparator
used by the internal
TreeSet
to
compare
Execution
s.
- createFileChooserActionListener(JTextComponent, Component) - Static method in class kieker.tools.traceAnalysis.gui.util.FileChooserActionListener
-
- createFilter() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelFactory
-
- createFilter() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelFactory
-
Returns a new object of class 'Filter'.
- createFilterAdapter() - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
-
Creates a new adapter for an object of class '
Filter
'.
- createFormattedOutput() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ResponseTimeDecoration
-
- createFormattedOutput() - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractVertexDecoration
-
Creates formatted output for this decoration.
- createFormattedRepresentation(AbstractGraph<?, ?, ?>, boolean, boolean, boolean) - Method in class kieker.tools.traceAnalysis.filter.visualization.AbstractGraphFormatter
-
Creates a formatted representation of the given graph.
- createFromArray(Class<? extends IMonitoringRecord>, Object[]) - Static method in class kieker.common.record.AbstractMonitoringRecord
-
This method creates a new monitoring record from the given data.
- createFromArray(String, Object[]) - Static method in class kieker.common.record.AbstractMonitoringRecord
-
- createFromDeserializer(String, IValueDeserializer) - Static method in class kieker.common.record.AbstractMonitoringRecord
-
- createFromFile(String, IProjectContext) - Static method in class kieker.tools.traceAnalysis.repository.DescriptionRepository
-
Initializes a new description repository from the given file.
- createFromFile(String, IProjectContext) - Static method in class kieker.tools.traceAnalysis.repository.TraceColorRepository
-
Initializes a trace color repository from a given file.
- createFromName(String) - Static method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractNodeDecorator
-
Creates a node decorator from its option name.
- createFromStringArray(Class<? extends IMonitoringRecord>, String[]) - Static method in class kieker.common.record.AbstractMonitoringRecord
-
This method creates a new monitoring record from the given data encoded in strings.
- createHeader(String, String, String, String, double) - Static method in class kieker.tools.traceAnalysis.filter.visualization.util.dot.DotFactory
-
This method constructs the neccesary dot code for a directed graph (digraph) file header (Should be called only once per dot file).
- createInputPort() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelFactory
-
- createInputPort() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelFactory
-
Returns a new object of class 'Input Port'.
- createInputPortAdapter() - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
-
Creates a new adapter for an object of class '
Input Port
'.
- createInstance(Configuration) - Static method in class kieker.monitoring.core.controller.MonitoringController
-
This is a factory method creating a new monitoring controller instance using the given configuration.
- createInstance() - Static method in class kieker.tools.traceAnalysis.filter.visualization.graph.CompleteOriginRetentionPolicy
-
Factory method for the complete origin retention policy.
- createInstance() - Static method in class kieker.tools.traceAnalysis.filter.visualization.graph.NoOriginRetentionPolicy
-
Factory method for the no-origin-retention policy.
- createInstance(Set<?>) - Static method in class kieker.tools.traceAnalysis.filter.visualization.graph.SpecificOriginRetentionPolicy
-
Factory method for the specific origin retention policy.
- createJVMClassLoadSignature() - Static method in class kieker.monitoring.core.signaturePattern.SignatureFactory
-
Creates a JVM class loading signature.
- createJVMCompilationSignature() - Static method in class kieker.monitoring.core.signaturePattern.SignatureFactory
-
Creates a JVM compilation signature.
- createJVMGarbageCollectorSignature() - Static method in class kieker.monitoring.core.signaturePattern.SignatureFactory
-
Creates a JVM garbage collector signature.
- createJVMMemSignature() - Static method in class kieker.monitoring.core.signaturePattern.SignatureFactory
-
Creates a JVM Mem signature.
- createJVMThreadsSignature() - Static method in class kieker.monitoring.core.signaturePattern.SignatureFactory
-
Creates a JVM threads signature.
- createJVMUpTimeSignature() - Static method in class kieker.monitoring.core.signaturePattern.SignatureFactory
-
Creates a JVM uptime signature.
- createLoadAverageSignature() - Static method in class kieker.monitoring.core.signaturePattern.SignatureFactory
-
Creates a load average signature.
- createLookupEntityMap(ConcurrentMap<Integer, Class<? extends IMonitoringRecord>>) - Static method in class kieker.tools.bridge.connector.ServiceConnectorFactory
-
Calculates the lookup table from the record map.
- createMemSwapSignature() - Static method in class kieker.monitoring.core.signaturePattern.SignatureFactory
-
Creates a mem swap signature.
- createMethodSignature(String[], String, String, String, String[], String[]) - Static method in class kieker.monitoring.core.signaturePattern.SignatureFactory
-
Creates a method signature.
- createNaNForecast(ITimeSeries<Double>, int) - Method in class kieker.tools.opad.timeseries.forecast.AbstractRForecaster
-
- createNetworkUtilizationSignature() - Static method in class kieker.monitoring.core.signaturePattern.SignatureFactory
-
Creates a network utilization signature.
- createNewMonitoringRecords(long, String, String, IMonitoringController) - Method in class kieker.monitoring.sampler.mxbean.AbstractMXBeanSampler
-
Abstract method used as interface to realize concrete samplers.
- createNewMonitoringRecords(long, String, String, IMonitoringController) - Method in class kieker.monitoring.sampler.mxbean.ClassLoadingSampler
-
- createNewMonitoringRecords(long, String, String, IMonitoringController) - Method in class kieker.monitoring.sampler.mxbean.CompilationSampler
-
- createNewMonitoringRecords(long, String, String, IMonitoringController) - Method in class kieker.monitoring.sampler.mxbean.GCSampler
-
- createNewMonitoringRecords(long, String, String, IMonitoringController) - Method in class kieker.monitoring.sampler.mxbean.MemorySampler
-
- createNewMonitoringRecords(long, String, String, IMonitoringController) - Method in class kieker.monitoring.sampler.mxbean.ThreadsStatusSampler
-
- createNewMonitoringRecords(long, String, String, IMonitoringController) - Method in class kieker.monitoring.sampler.mxbean.UptimeSampler
-
- createNode(String, String, String, String, String, String, String, String, double, String, String, String) - Static method in class kieker.tools.traceAnalysis.filter.visualization.util.dot.DotFactory
-
Constructs dot code for a node from the specified elements.
- createNodeDefaults(String, String, String, String, String, double, String) - Static method in class kieker.tools.traceAnalysis.filter.visualization.util.dot.DotFactory
-
This method constructs the necessary dot code for the node defaults.
- createNodeId(int) - Static method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
-
Utility function to create a textual node ID from a given numeric node ID.
- createNodeId(DependencyGraphNode<?>) - Static method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
-
Utility function to create a textual node ID for a given node.
- createOperationNodeId(Operation) - Static method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
-
Utility function to create a textual node ID for an operation.
- createOperationNodeLabel(Operation, DependencyGraphNode<?>) - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractOperationDependencyGraphFormatter
-
- createOperationSignatureString(String, Signature) - Static method in class kieker.common.util.signature.ClassOperationSignaturePair
-
Given a fully-qualified class name
fqClassName (e.g.,
a.b.c.D
) and a
Signature
(e.g., for operation
op1
with
modifiers
public
and
static
, the return type
Boolean
, and the parameter types
Integer
and
Long
), the method returns an operation signature string (e.g.,
public static Boolean a.b.c.D.op1(Integer, Long)
).
- createOutputPort() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelFactory
-
- createOutputPort() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelFactory
-
Returns a new object of class 'Output Port'.
- createOutputPortAdapter() - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
-
Creates a new adapter for an object of class '
Output Port
'.
- createPackageContents() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
Creates the meta-model objects for the package.
- createPair(SynchronousCallMessage) - Method in interface kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractCallTreeFilter.IPairFactory
-
This method creates an actual pair using the given call message.
- createPluginAdapter() - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
-
Creates a new adapter for an object of class '
Plugin
'.
- createPortAdapter() - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
-
Creates a new adapter for an object of class '
Port
'.
- createProject() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelFactory
-
- createProject() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelFactory
-
Returns a new object of class 'Project'.
- createProjectAdapter() - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
-
Creates a new adapter for an object of class '
Project
'.
- createProperty() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelFactory
-
- createProperty() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelFactory
-
Returns a new object of class 'Property'.
- createPropertyAdapter() - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
-
Creates a new adapter for an object of class '
Property
'.
- createReader() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelFactory
-
- createReader() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelFactory
-
Returns a new object of class 'Reader'.
- createReader(IAnalysisController) - Method in class kieker.tools.logReplayer.AbstractLogReplayer
-
Implementing classes return the reader to be used for reading the monitoring log.
- createReader(IAnalysisController) - Method in class kieker.tools.logReplayer.FilesystemLogReplayer
-
Implementing classes return the reader to be used for reading the monitoring log.
- createReader(IAnalysisController) - Method in class kieker.tools.logReplayer.JMSLogReplayer
-
Implementing classes return the reader to be used for reading the monitoring log.
- createReaderAdapter() - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
-
Creates a new adapter for an object of class '
Reader
'.
- createRepository() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelFactory
-
- createRepository() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelFactory
-
Returns a new object of class 'Repository'.
- createRepositoryAdapter() - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
-
Creates a new adapter for an object of class '
Repository
'.
- createRepositoryConnector() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelFactory
-
- createRepositoryConnector() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelFactory
-
Returns a new object of class 'Repository Connector'.
- createRepositoryConnectorAdapter() - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
-
- createSamplers() - Method in class kieker.monitoring.probe.servlet.AbstractRegularSamplingServletContextListener
-
Create samplers for the specific sampling class.
- createSamplers() - Method in class kieker.monitoring.probe.servlet.ClassLoadingServletContextListener
-
- createSamplers() - Method in class kieker.monitoring.probe.servlet.CompilationServletContextListener
-
- createSamplers() - Method in class kieker.monitoring.probe.servlet.CPUMemUsageServletContextListener
-
- createSamplers() - Method in class kieker.monitoring.probe.servlet.CPUsCombinedServletContextListener
-
- createSamplers() - Method in class kieker.monitoring.probe.servlet.GCServletContextListener
-
- createSamplers() - Method in class kieker.monitoring.probe.servlet.JVMMemoryServletContextListener
-
- createSamplers() - Method in class kieker.monitoring.probe.servlet.JVMUptimeServletContextListener
-
- createSamplers() - Method in class kieker.monitoring.probe.servlet.SystemResourceUsageServletContextListener
-
- createSamplers() - Method in class kieker.monitoring.probe.servlet.ThreadStatusServletContextListener
-
- createSensorCPUsCombinedPerc() - Method in interface kieker.monitoring.sampler.sigar.ISigarSamplerFactory
-
- createSensorCPUsCombinedPerc() - Method in enum kieker.monitoring.sampler.sigar.SigarSamplerFactory
-
- createSensorCPUsDetailedPerc() - Method in interface kieker.monitoring.sampler.sigar.ISigarSamplerFactory
-
- createSensorCPUsDetailedPerc() - Method in enum kieker.monitoring.sampler.sigar.SigarSamplerFactory
-
- createSensorDiskUsage() - Method in interface kieker.monitoring.sampler.sigar.ISigarSamplerFactory
-
- createSensorDiskUsage() - Method in enum kieker.monitoring.sampler.sigar.SigarSamplerFactory
-
- createSensorLoadAverage() - Method in interface kieker.monitoring.sampler.sigar.ISigarSamplerFactory
-
- createSensorLoadAverage() - Method in enum kieker.monitoring.sampler.sigar.SigarSamplerFactory
-
- createSensorMemSwapUsage() - Method in interface kieker.monitoring.sampler.sigar.ISigarSamplerFactory
-
- createSensorMemSwapUsage() - Method in enum kieker.monitoring.sampler.sigar.SigarSamplerFactory
-
- createSensorNetworkUtilization() - Method in interface kieker.monitoring.sampler.sigar.ISigarSamplerFactory
-
- createSensorNetworkUtilization() - Method in enum kieker.monitoring.sampler.sigar.SigarSamplerFactory
-
- createSingletonConfiguration() - Static method in class kieker.monitoring.core.configuration.ConfigurationFactory
-
Creates the configuration for the singleton controller instance.
- createTcpMonitoringRecordReader(int, int, Log, ILookup<String>) - Method in class kieker.analysis.plugin.reader.tcp.DualSocketTcpReader
-
- createView() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelFactory
-
- createView() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelFactory
-
Returns a new object of class 'View'.
- createViewAdapter() - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
-
Creates a new adapter for an object of class '
View
'.
- CrostonForecaster - Class in kieker.tools.opad.timeseries.forecast.croston
-
Intermittent Demand Forecasting.
- CrostonForecaster(ITimeSeries<Double>) - Constructor for class kieker.tools.opad.timeseries.forecast.croston.CrostonForecaster
-
- CrostonForecaster(ITimeSeries<Double>, int) - Constructor for class kieker.tools.opad.timeseries.forecast.croston.CrostonForecaster
-
- CSForecaster - Class in kieker.tools.opad.timeseries.forecast.cs
-
This is one of the forecasters used in the research
paper on Self-adaptive workload classification and forecasting for
proactive resource provisioning
(http://dx.doi.org/10.1002/cpe.3224), authored by Herbst et al.
- CSForecaster(ITimeSeries<Double>) - Constructor for class kieker.tools.opad.timeseries.forecast.cs.CSForecaster
-
- CSForecaster(ITimeSeries<Double>, int) - Constructor for class kieker.tools.opad.timeseries.forecast.cs.CSForecaster
-
- CurrentTimeEventGenerationFilter - Class in kieker.tools.currentTimeEventGenerator
-
Generates time events with a given resolution based on the timestamps of
incoming
IMonitoringRecord
s.
- CurrentTimeEventGenerationFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
-
- CUSTOM_LOGGER_JVM - Static variable in class kieker.common.logging.LogFactory
-
This constant should point to the fully qualified class name of the custom JVM logger.
- eBasicRemoveFromContainerFeature(NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplay
-
- eBasicRemoveFromContainerFeature(NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MInputPort
-
- eBasicRemoveFromContainerFeature(NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MOutputPort
-
- eDbl(String) - Method in class kieker.tools.util.RBridgeControl
-
- eDblArr(String) - Method in class kieker.tools.util.RBridgeControl
-
- eGet(int, boolean, boolean) - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisComponent
-
- eGet(int, boolean, boolean) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDependency
-
- eGet(int, boolean, boolean) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplay
-
- eGet(int, boolean, boolean) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplayConnector
-
- eGet(int, boolean, boolean) - Method in class kieker.analysis.model.analysisMetaModel.impl.MFilter
-
- eGet(int, boolean, boolean) - Method in class kieker.analysis.model.analysisMetaModel.impl.MInputPort
-
- eGet(int, boolean, boolean) - Method in class kieker.analysis.model.analysisMetaModel.impl.MOutputPort
-
- eGet(int, boolean, boolean) - Method in class kieker.analysis.model.analysisMetaModel.impl.MPlugin
-
- eGet(int, boolean, boolean) - Method in class kieker.analysis.model.analysisMetaModel.impl.MPort
-
- eGet(int, boolean, boolean) - Method in class kieker.analysis.model.analysisMetaModel.impl.MProject
-
- eGet(int, boolean, boolean) - Method in class kieker.analysis.model.analysisMetaModel.impl.MProperty
-
- eGet(int, boolean, boolean) - Method in class kieker.analysis.model.analysisMetaModel.impl.MRepositoryConnector
-
- eGet(int, boolean, boolean) - Method in class kieker.analysis.model.analysisMetaModel.impl.MView
-
- eINSTANCE - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelFactory
-
The singleton instance of the factory.
- eINSTANCE - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
The singleton instance of the package.
- eInverseAdd(InternalEObject, int, NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplay
-
- eInverseAdd(InternalEObject, int, NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MFilter
-
- eInverseAdd(InternalEObject, int, NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MInputPort
-
- eInverseAdd(InternalEObject, int, NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MOutputPort
-
- eInverseAdd(InternalEObject, int, NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MPlugin
-
- eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisComponent
-
- eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplay
-
- eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MFilter
-
- eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MInputPort
-
- eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MOutputPort
-
- eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MPlugin
-
- eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MProject
-
- eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MView
-
- eIsSet(int) - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisComponent
-
- eIsSet(int) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDependency
-
- eIsSet(int) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplay
-
- eIsSet(int) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplayConnector
-
- eIsSet(int) - Method in class kieker.analysis.model.analysisMetaModel.impl.MFilter
-
- eIsSet(int) - Method in class kieker.analysis.model.analysisMetaModel.impl.MInputPort
-
- eIsSet(int) - Method in class kieker.analysis.model.analysisMetaModel.impl.MOutputPort
-
- eIsSet(int) - Method in class kieker.analysis.model.analysisMetaModel.impl.MPlugin
-
- eIsSet(int) - Method in class kieker.analysis.model.analysisMetaModel.impl.MPort
-
- eIsSet(int) - Method in class kieker.analysis.model.analysisMetaModel.impl.MProject
-
- eIsSet(int) - Method in class kieker.analysis.model.analysisMetaModel.impl.MProperty
-
- eIsSet(int) - Method in class kieker.analysis.model.analysisMetaModel.impl.MRepositoryConnector
-
- eIsSet(int) - Method in class kieker.analysis.model.analysisMetaModel.impl.MView
-
- EmptyRecord - Class in kieker.common.record.misc
-
- EmptyRecord() - Constructor for class kieker.common.record.misc.EmptyRecord
-
Creates a new instance of this class using the given parameters.
- EmptyRecord(Object[]) - Constructor for class kieker.common.record.misc.EmptyRecord
-
- EmptyRecord(Object[], Class<?>[]) - Constructor for class kieker.common.record.misc.EmptyRecord
-
- EmptyRecord(IValueDeserializer) - Constructor for class kieker.common.record.misc.EmptyRecord
-
- EmptyRecordFactory - Class in kieker.common.record.misc
-
- EmptyRecordFactory() - Constructor for class kieker.common.record.misc.EmptyRecordFactory
-
- enableButtons() - Method in class kieker.tools.traceAnalysis.gui.FinalStep
-
- enableMonitoring() - Method in interface kieker.monitoring.core.controller.IStateController
-
Enables monitoring.
- enableMonitoring() - Method in class kieker.monitoring.core.controller.MonitoringController
-
- enableMonitoring() - Method in class kieker.monitoring.core.controller.StateController
-
Enables monitoring.
- eNAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
The package name.
- encodeInt(int, ByteBuffer) - Static method in class kieker.common.util.dataformat.VariableLengthEncoding
-
Encodes a given int value using a variable-length encoding.
- encodeNewline(String) - Static method in class kieker.common.util.filesystem.FSUtil
-
Encodes the given line (replaces \\
with \\\\
, \r
with \\r
and \n
with
\\n
).
- ENCODING - Static variable in class kieker.common.record.misc.RegistryRecord
-
- ENCODING - Static variable in class kieker.common.util.filesystem.FSUtil
-
The encoding usually used within Kieker.
- enqueueRegistryRecord(ByteBuffer) - Method in class kieker.analysis.plugin.reader.RegistryRecordHandler
-
Enqueues an unparsed registry record for processing.
- enqueueRegularRecord(ByteBuffer) - Method in class kieker.analysis.plugin.reader.RegularRecordHandler
-
Enqueues an unparsed regular record for processing.
- eNS_PREFIX - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
The package namespace name.
- eNS_URI - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
The package namespace URI.
- ensureThreadsStarted() - Method in class kieker.analysis.plugin.reader.AbstractStringRegistryReaderPlugin
-
Ensures that the required threads are started.
- EOI - Static variable in class kieker.common.record.controlflow.OperationExecutionRecord
-
- EOI_IDENTIFIER_QNAME - Static variable in interface kieker.monitoring.probe.cxf.SOAPHeaderConstants
-
The qualified name for the EOI.
- EOI_QUALIFIED_NAME - Static variable in interface kieker.monitoring.probe.cxf.SOAPHeaderConstants
-
The local part for the qualified name of the EOI.
- equals(Object) - Method in class kieker.analysis.plugin.filter.flow.TraceEventRecords
-
- equals(Object) - Method in class kieker.common.record.AbstractMonitoringRecord
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.controlflow.BranchingRecord
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.controlflow.OperationExecutionRecord
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.flow.AbstractEvent
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.flow.thread.AbstractThreadBasedEvent
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.flow.thread.AfterFailedThreadBasedEvent
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.flow.thread.AfterThreadBasedEvent
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.flow.thread.BeforeThreadBasedEvent
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.flow.trace.AbstractTraceEvent
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.flow.trace.concurrency.JoinEvent
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.flow.trace.concurrency.monitor.AbstractMonitorEvent
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorEntryEvent
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorExitEvent
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorNotifyAllEvent
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorNotifyEvent
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorRequestEvent
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorWaitEvent
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.flow.trace.concurrency.SplitEvent
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.flow.trace.ConstructionEvent
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.flow.trace.operation.AbstractOperationEvent
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.flow.trace.operation.AfterOperationEvent
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.flow.trace.operation.AfterOperationFailedEvent
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.flow.trace.operation.BeforeOperationEvent
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.flow.trace.operation.CallOperationEvent
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.flow.trace.operation.constructor.AfterConstructorEvent
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.flow.trace.operation.constructor.AfterConstructorFailedEvent
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.flow.trace.operation.constructor.BeforeConstructorEvent
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.flow.trace.operation.constructor.CallConstructorEvent
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorFailedObjectEvent
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorObjectEvent
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectEvent
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectInterfaceEvent
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.flow.trace.operation.constructor.object.CallConstructorObjectEvent
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.flow.trace.operation.object.AfterOperationFailedObjectEvent
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.flow.trace.operation.object.AfterOperationObjectEvent
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectEvent
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectInterfaceEvent
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.flow.trace.operation.object.CallOperationObjectEvent
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.flow.trace.TraceMetadata
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.jvm.AbstractJVMRecord
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.jvm.ClassLoadingRecord
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.jvm.CompilationRecord
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.jvm.GCRecord
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.jvm.MemoryRecord
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.jvm.ThreadsStatusRecord
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.jvm.UptimeRecord
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.misc.EmptyRecord
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.misc.HostApplicationMetaData
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.misc.KiekerMetadataRecord
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.misc.ThreadMetaData
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.misc.TimestampRecord
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.system.CPUUtilizationRecord
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.system.DiskUsageRecord
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.system.LoadAverageRecord
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.system.MemSwapUsageRecord
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.system.NetworkUtilizationRecord
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.record.system.ResourceUtilizationRecord
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.common.util.signature.ClassOperationSignaturePair
-
- equals(Object) - Method in class kieker.common.util.signature.Signature
-
- equals(Object) - Method in class kieker.monitoring.core.signaturePattern.PatternEntry
-
- equals(Object) - Method in class kieker.tools.opad.record.AggregationWindow
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.tools.opad.record.ExtendedStorableDetectionResult
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.tools.opad.record.NamedDoubleRecord
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.tools.opad.record.NamedTSPoint
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.tools.opad.record.StorableDetectionResult
-
Performs a null-check, a this-check, and a class-check.
- equals(Object) - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.Color
-
- equals(Object) - Method in class kieker.tools.traceAnalysis.systemModel.AbstractMessage
-
- equals(Object) - Method in class kieker.tools.traceAnalysis.systemModel.AbstractTrace
-
- equals(Object) - Method in class kieker.tools.traceAnalysis.systemModel.AllocationComponent
-
- equals(Object) - Method in class kieker.tools.traceAnalysis.systemModel.AssemblyComponent
-
- equals(Object) - Method in class kieker.tools.traceAnalysis.systemModel.ComponentType
-
- equals(Object) - Method in class kieker.tools.traceAnalysis.systemModel.Execution
-
Compares this
Execution
with the given object with respect to type and fields.
- equals(Object) - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionContainer
-
- equals(Object) - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionTrace
-
Returns whether this Execution Trace and the passed Object are equal.
- equals(Object) - Method in class kieker.tools.traceAnalysis.systemModel.InvalidExecutionTrace
-
- equals(Object) - Method in class kieker.tools.traceAnalysis.systemModel.MessageTrace
-
- equals(Object) - Method in class kieker.tools.traceAnalysis.systemModel.Operation
-
Two Operation objects are equal if their ids are equal.
- equals(Object) - Method in class kieker.tools.traceAnalysis.systemModel.SynchronousCallMessage
-
- equals(Object) - Method in class kieker.tools.traceAnalysis.systemModel.SynchronousReplyMessage
-
- equals(Object) - Method in class kieker.tools.traceAnalysis.systemModel.TraceInformation
-
- error(String) - Method in interface kieker.common.logging.Log
-
Log a message with error log level.
- error(String, Throwable) - Method in interface kieker.common.logging.Log
-
Log an error with error log level.
- error(String) - Method in class kieker.common.logging.LogImplCommonsLogging
-
Log a message with error log level.
- error(String, Throwable) - Method in class kieker.common.logging.LogImplCommonsLogging
-
Log an error with error log level.
- error(String) - Method in class kieker.common.logging.LogImplJDK14
-
Log a message with error log level.
- error(String, Throwable) - Method in class kieker.common.logging.LogImplJDK14
-
Log an error with error log level.
- error(String) - Method in class kieker.common.logging.LogImplJUnit
-
Log a message with error log level.
- error(String, Throwable) - Method in class kieker.common.logging.LogImplJUnit
-
Log an error with error log level.
- error(String) - Method in class kieker.common.logging.LogImplNone
-
Log a message with error log level.
- error(String, Throwable) - Method in class kieker.common.logging.LogImplNone
-
Log an error with error log level.
- error(String) - Method in class kieker.common.logging.LogImplSLF4JLogging
-
Log a message with error log level.
- error(String, Throwable) - Method in class kieker.common.logging.LogImplSLF4JLogging
-
Log an error with error log level.
- error(String) - Method in class kieker.common.logging.LogImplWebguiLogging
-
Log a message with error log level.
- error(String, Throwable) - Method in class kieker.common.logging.LogImplWebguiLogging
-
Log an error with error log level.
- error(Object) - Method in class org.apache.commons.logging.impl.Jdk14LoggerPatched
-
- error(Object, Throwable) - Method in class org.apache.commons.logging.impl.Jdk14LoggerPatched
-
- eSet(int, Object) - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisComponent
-
- eSet(int, Object) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDependency
-
- eSet(int, Object) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplay
-
- eSet(int, Object) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplayConnector
-
- eSet(int, Object) - Method in class kieker.analysis.model.analysisMetaModel.impl.MFilter
-
- eSet(int, Object) - Method in class kieker.analysis.model.analysisMetaModel.impl.MInputPort
-
- eSet(int, Object) - Method in class kieker.analysis.model.analysisMetaModel.impl.MOutputPort
-
- eSet(int, Object) - Method in class kieker.analysis.model.analysisMetaModel.impl.MPlugin
-
- eSet(int, Object) - Method in class kieker.analysis.model.analysisMetaModel.impl.MPort
-
- eSet(int, Object) - Method in class kieker.analysis.model.analysisMetaModel.impl.MProject
-
- eSet(int, Object) - Method in class kieker.analysis.model.analysisMetaModel.impl.MProperty
-
- eSet(int, Object) - Method in class kieker.analysis.model.analysisMetaModel.impl.MRepositoryConnector
-
- eSet(int, Object) - Method in class kieker.analysis.model.analysisMetaModel.impl.MView
-
- ESS - Static variable in class kieker.common.record.controlflow.OperationExecutionRecord
-
- ESS_IDENTIFIER_QNAME - Static variable in interface kieker.monitoring.probe.cxf.SOAPHeaderConstants
-
The qualified name for the ESS.
- ESS_QUALIFIED_NAME - Static variable in interface kieker.monitoring.probe.cxf.SOAPHeaderConstants
-
The local part for the qualified name of the ESS.
- eStaticClass() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisComponent
-
- eStaticClass() - Method in class kieker.analysis.model.analysisMetaModel.impl.MDependency
-
- eStaticClass() - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplay
-
- eStaticClass() - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplayConnector
-
- eStaticClass() - Method in class kieker.analysis.model.analysisMetaModel.impl.MFilter
-
- eStaticClass() - Method in class kieker.analysis.model.analysisMetaModel.impl.MInputPort
-
- eStaticClass() - Method in class kieker.analysis.model.analysisMetaModel.impl.MOutputPort
-
- eStaticClass() - Method in class kieker.analysis.model.analysisMetaModel.impl.MPlugin
-
- eStaticClass() - Method in class kieker.analysis.model.analysisMetaModel.impl.MPort
-
- eStaticClass() - Method in class kieker.analysis.model.analysisMetaModel.impl.MProject
-
- eStaticClass() - Method in class kieker.analysis.model.analysisMetaModel.impl.MProperty
-
- eStaticClass() - Method in class kieker.analysis.model.analysisMetaModel.impl.MReader
-
- eStaticClass() - Method in class kieker.analysis.model.analysisMetaModel.impl.MRepository
-
- eStaticClass() - Method in class kieker.analysis.model.analysisMetaModel.impl.MRepositoryConnector
-
- eStaticClass() - Method in class kieker.analysis.model.analysisMetaModel.impl.MView
-
- eString(String) - Method in class kieker.tools.util.RBridgeControl
-
- ETSForecaster - Class in kieker.tools.opad.timeseries.forecast.ets
-
An R-based time series forecaster which computes a forecast based on exponential smoothing.
- ETSForecaster(ITimeSeries<Double>) - Constructor for class kieker.tools.opad.timeseries.forecast.ets.ETSForecaster
-
- ETSForecaster(ITimeSeries<Double>, int) - Constructor for class kieker.tools.opad.timeseries.forecast.ets.ETSForecaster
-
- eUnset(int) - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisComponent
-
- eUnset(int) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDependency
-
- eUnset(int) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplay
-
- eUnset(int) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplayConnector
-
- eUnset(int) - Method in class kieker.analysis.model.analysisMetaModel.impl.MFilter
-
- eUnset(int) - Method in class kieker.analysis.model.analysisMetaModel.impl.MInputPort
-
- eUnset(int) - Method in class kieker.analysis.model.analysisMetaModel.impl.MOutputPort
-
- eUnset(int) - Method in class kieker.analysis.model.analysisMetaModel.impl.MPlugin
-
- eUnset(int) - Method in class kieker.analysis.model.analysisMetaModel.impl.MPort
-
- eUnset(int) - Method in class kieker.analysis.model.analysisMetaModel.impl.MProject
-
- eUnset(int) - Method in class kieker.analysis.model.analysisMetaModel.impl.MProperty
-
- eUnset(int) - Method in class kieker.analysis.model.analysisMetaModel.impl.MRepositoryConnector
-
- eUnset(int) - Method in class kieker.analysis.model.analysisMetaModel.impl.MView
-
- evalWithR(String) - Method in class kieker.tools.util.RBridgeControl
-
Wraps the execution of an arbitrary R expression.
- EventProcessingException - Exception in kieker.analysis.exception
-
- EventProcessingException(String, Throwable) - Constructor for exception kieker.analysis.exception.EventProcessingException
-
Creates a new instance of this class using the given parameters.
- EventProcessingException(String) - Constructor for exception kieker.analysis.exception.EventProcessingException
-
Creates a new instance of this class using the given parameters.
- EventRecordTraceCounter - Class in kieker.tools.traceAnalysis.filter.flow
-
- EventRecordTraceCounter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.flow.EventRecordTraceCounter
-
Creates a new instance of this class using the given parameters.
- EVENTRECORDTRACERECONSTR_COMPONENT_NAME - Static variable in class kieker.tools.traceAnalysis.Constants
-
The name of the component for the trace reconstruction of trace event records.
- EventRecordTraceReconstructionFilter - Class in kieker.analysis.plugin.filter.flow
-
- EventRecordTraceReconstructionFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
-
Creates a new instance of this class using the given parameters.
- eventTypes - Variable in class kieker.analysis.model.analysisMetaModel.impl.MPort
-
- EXEC_TRACE_RECONSTR_COMPONENT_NAME - Static variable in class kieker.tools.traceAnalysis.Constants
-
The name of the component for the execution trace reconstruction.
- EXECEVENTRACESFROMEVENTTRACES_COMPONENT_NAME - Static variable in class kieker.tools.traceAnalysis.Constants
-
The name of the component for the trace reconstruction of event records.
- EXECTRACESFROMEVENTTRACES_COMPONENT_NAME - Static variable in class kieker.tools.traceAnalysis.Constants
-
The name of the component for the trace reconstruction of event record traces.
- Execution - Class in kieker.tools.traceAnalysis.systemModel
-
This class represents an execution within the trace analysis tool.
- Execution(Operation, AllocationComponent, long, String, int, int, long, long, boolean) - Constructor for class kieker.tools.traceAnalysis.systemModel.Execution
-
Creates a new Execution instance.
- Execution(Operation, AllocationComponent, long, int, int, long, long, boolean) - Constructor for class kieker.tools.traceAnalysis.systemModel.Execution
-
Creates a new Execution instance.
- EXECUTION_TRACES_FN_PREFIX - Static variable in class kieker.tools.traceAnalysis.Constants
-
The name prefix for the execution traces files.
- ExecutionContainer - Class in kieker.tools.traceAnalysis.systemModel
-
- ExecutionContainer(int, ExecutionContainer, String) - Constructor for class kieker.tools.traceAnalysis.systemModel.ExecutionContainer
-
Creates a new instance of this class using the given parameters.
- ExecutionEnvironmentRepository - Class in kieker.tools.traceAnalysis.systemModel.repository
-
- ExecutionEnvironmentRepository(SystemModelRepository) - Constructor for class kieker.tools.traceAnalysis.systemModel.repository.ExecutionEnvironmentRepository
-
Creates a new instance of this class using the given parameters.
- ExecutionEventProcessingException - Exception in kieker.tools.traceAnalysis.filter.executionRecordTransformation
-
- ExecutionEventProcessingException(String) - Constructor for exception kieker.tools.traceAnalysis.filter.executionRecordTransformation.ExecutionEventProcessingException
-
Creates a new instance of this class using the given parameters.
- ExecutionEventProcessingException(String, Throwable) - Constructor for exception kieker.tools.traceAnalysis.filter.executionRecordTransformation.ExecutionEventProcessingException
-
Creates a new instance of this class using the given parameters.
- ExecutionRecordTransformationFilter - Class in kieker.tools.traceAnalysis.filter.executionRecordTransformation
-
- ExecutionRecordTransformationFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.executionRecordTransformation.ExecutionRecordTransformationFilter
-
Creates a new instance of this class using the given parameters.
- ExecutionTrace - Class in kieker.tools.traceAnalysis.systemModel
-
This class is a container for a whole trace of executions (represented as instances of
Execution
).
- ExecutionTrace(long) - Constructor for class kieker.tools.traceAnalysis.systemModel.ExecutionTrace
-
Creates a new instance of this class using the given parameters.
- ExecutionTrace(long, String) - Constructor for class kieker.tools.traceAnalysis.systemModel.ExecutionTrace
-
Creates a new instance of this class using the given parameters.
- ExecutionTraceBasedSession - Class in kieker.tools.traceAnalysis.systemModel
-
Specialized sub-class for sessions which are derived from execution traces (see
ExecutionTrace
).
- ExecutionTraceBasedSession(String) - Constructor for class kieker.tools.traceAnalysis.systemModel.ExecutionTraceBasedSession
-
Creates a new execution trace-based session with the given session ID.
- ExecutionTraceWriterFilter - Class in kieker.tools.traceAnalysis.filter.traceWriter
-
This class has exactly one input port named "in".
- ExecutionTraceWriterFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.traceWriter.ExecutionTraceWriterFilter
-
Creates a new instance of this class using the given parameters.
- EXPERIMENT_ID - Static variable in class kieker.common.record.misc.KiekerMetadataRecord
-
- ExplorVizTcpWriter - Class in kieker.monitoring.writer.explorviz
-
- ExplorVizTcpWriter(Configuration) - Constructor for class kieker.monitoring.writer.explorviz.ExplorVizTcpWriter
-
- ExtendedStorableDetectionResult - Class in kieker.tools.opad.record
-
- ExtendedStorableDetectionResult(String, double, long, double, double, double) - Constructor for class kieker.tools.opad.record.ExtendedStorableDetectionResult
-
Creates a new instance of this class using the given parameters.
- ExtendedStorableDetectionResult(Object[]) - Constructor for class kieker.tools.opad.record.ExtendedStorableDetectionResult
-
- ExtendedStorableDetectionResult(Object[], Class<?>[]) - Constructor for class kieker.tools.opad.record.ExtendedStorableDetectionResult
-
- ExtendedStorableDetectionResult(IValueDeserializer) - Constructor for class kieker.tools.opad.record.ExtendedStorableDetectionResult
-
- ExtendedStorableDetectionResultFactory - Class in kieker.tools.opad.record
-
- ExtendedStorableDetectionResultFactory() - Constructor for class kieker.tools.opad.record.ExtendedStorableDetectionResultFactory
-
- ExtractionFilter - Class in kieker.tools.opad.filter
-
An instance of this class extracts the data from incoming records.
- ExtractionFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.opad.filter.ExtractionFilter
-
- GC_NAME - Static variable in class kieker.common.record.jvm.GCRecord
-
default constants.
- GCDisplayFilter - Class in kieker.analysis.plugin.filter.sink
-
- GCDisplayFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.sink.GCDisplayFilter
-
Creates a new instance of this class using the given parameters.
- GCRecord - Class in kieker.common.record.jvm
-
- GCRecord(long, String, String, String, long, long) - Constructor for class kieker.common.record.jvm.GCRecord
-
Creates a new instance of this class using the given parameters.
- GCRecord(Object[]) - Constructor for class kieker.common.record.jvm.GCRecord
-
- GCRecord(Object[], Class<?>[]) - Constructor for class kieker.common.record.jvm.GCRecord
-
- GCRecord(IValueDeserializer) - Constructor for class kieker.common.record.jvm.GCRecord
-
- GCRecordFactory - Class in kieker.common.record.jvm
-
- GCRecordFactory() - Constructor for class kieker.common.record.jvm.GCRecordFactory
-
- GCSampler - Class in kieker.monitoring.sampler.mxbean
-
A sampler using the MXBean interface to access information about the garbage collector(s).
- GCSampler() - Constructor for class kieker.monitoring.sampler.mxbean.GCSampler
-
Create new GCSampler.
- GCServletContextListener - Class in kieker.monitoring.probe.servlet
-
Starts and stops the periodic logging of garbage collection.
- GCServletContextListener() - Constructor for class kieker.monitoring.probe.servlet.GCServletContextListener
-
Empty constructor.
- get(String) - Method in class kieker.analysis.plugin.filter.forward.util.KiekerHashMap
-
- get(String) - Method in class kieker.analysis.plugin.reader.newio.deserializer.DeserializerStringRegistry
-
- get(int) - Method in class kieker.analysis.plugin.reader.newio.deserializer.DeserializerStringRegistry
-
- get(Object) - Method in class kieker.common.configuration.Configuration
-
Deprecated.
This method will not be removed (as this is for technical reasons not possible), but should only be used within this class. Don't call this method
directly.
- get(String) - Method in class kieker.common.record.factory.CachedRecordFactoryCatalog
-
Hint: This method uses convention over configuration when searching for a record factory class.
- get(String) - Method in class kieker.common.record.factory.RecordFactoryResolver
-
- get(E) - Method in interface kieker.common.util.registry.IRegistry
-
Gets a unique id for an object.
- get(int) - Method in interface kieker.common.util.registry.IRegistry
-
Gets the object associated with the unique id.
- get(E) - Method in class kieker.common.util.registry.Lookup
-
- get(int) - Method in class kieker.common.util.registry.Lookup
-
- get(E) - Method in class kieker.common.util.registry.reader.GetValueAdapter
-
- get(int) - Method in class kieker.common.util.registry.reader.GetValueAdapter
-
- get(long) - Method in class kieker.common.util.registry.reader.ReaderRegistry
-
- get(E) - Method in class kieker.common.util.registry.Registry
-
Gets a unique id for an object.
- get(int) - Method in class kieker.common.util.registry.Registry
-
Gets the object associated with the unique id.
- get(E) - Method in class kieker.monitoring.registry.GetIdAdapter
-
- get(int) - Method in class kieker.monitoring.registry.GetIdAdapter
-
- get(E) - Method in class kieker.monitoring.registry.RegisterAdapter
-
- get(int) - Method in class kieker.monitoring.registry.RegisterAdapter
-
- getAggregationList() - Method in class kieker.tools.util.AggregationVariableSet
-
- getAggregationValue(double[]) - Method in enum kieker.tools.opad.timeseries.AggregationMethod
-
This method returns the result of the aggregation under one of the defined aggregation methods.
- getAll() - Method in class kieker.analysis.plugin.reader.newio.deserializer.DeserializerStringRegistry
-
- getAll() - Method in interface kieker.common.util.registry.IRegistry
-
Return an array with all registered objects.
- getAll() - Method in class kieker.common.util.registry.Lookup
-
- getAll() - Method in class kieker.common.util.registry.reader.GetValueAdapter
-
- getAll() - Method in class kieker.common.util.registry.Registry
-
Deprecated.
since 1.13 (to be removed in 1.14): Do not iterate through the registry.
- getAll() - Method in class kieker.monitoring.registry.GetIdAdapter
-
- getAll() - Method in class kieker.monitoring.registry.RegisterAdapter
-
- getAllDisplayNames() - Method in class kieker.analysis.plugin.AbstractPlugin
-
Delivers an array containing all display names.
- getAllDisplayNames() - Method in interface kieker.analysis.plugin.IPlugin
-
Delivers an array containing all display names.
- getAllInputPortNames() - Method in class kieker.analysis.plugin.AbstractPlugin
-
Delivers an array containing all input port names.
- getAllInputPortNames() - Method in interface kieker.analysis.plugin.IPlugin
-
Delivers an array containing all input port names.
- getAllocationComponent() - Method in class kieker.tools.traceAnalysis.systemModel.Execution
-
- getAllocationComponent() - Method in class kieker.tools.traceAnalysis.systemModel.util.AllocationComponentOperationPair
-
- getAllocationComponentInstances() - Method in class kieker.tools.traceAnalysis.systemModel.repository.AllocationRepository
-
- getAllocationFactory() - Method in class kieker.tools.traceAnalysis.systemModel.repository.SystemModelRepository
-
- getAllocationPairFactory() - Method in class kieker.tools.traceAnalysis.systemModel.repository.SystemModelRepository
-
- getAllOutputPortNames() - Method in class kieker.analysis.plugin.AbstractPlugin
-
Delivers an array containing all output port names.
- getAllOutputPortNames() - Method in interface kieker.analysis.plugin.IPlugin
-
Delivers an array containing all output port names.
- getAllRepositoryPortNames() - Method in class kieker.analysis.plugin.AbstractPlugin
-
Delivers an array containing all repository port names.
- getAllRepositoryPortNames() - Method in interface kieker.analysis.plugin.IPlugin
-
Delivers an array containing all repository port names.
- getAnalysisComponent() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getAnalysisComponent() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
- getAnalysisComponent_Classname() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getAnalysisComponent_Classname() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for the attribute '
Classname
'.
- getAnalysisComponent_Id() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getAnalysisComponent_Id() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for the attribute '
Id
'.
- getAnalysisComponent_Name() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getAnalysisComponent_Name() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for the attribute '
Name
'.
- getAnalysisComponent_Properties() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getAnalysisComponent_Properties() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for the containment reference list '
Properties
'.
- getAnalysisMetaModelFactory() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getAnalysisMetaModelFactory() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the factory that creates the instances of the model.
- getAnalysisMetaModelPackage() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelFactory
-
- getAnalysisMetaModelPackage() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelFactory
-
Returns the package supported by this factory.
- getAndIncrementNextId() - Method in class kieker.tools.traceAnalysis.systemModel.repository.AbstractSystemSubRepository
-
This method delivers the next ID and increments the ID counter atomically.
- getAndStoreUniqueThreadLocalTraceId() - Method in enum kieker.monitoring.core.registry.ControlFlowRegistry
-
This method returns a thread-local traceid which is globally unique and stored it local for the thread.
- getAnomalyScoreCalculator() - Method in enum kieker.tools.opad.timeseries.ForecastMethod
-
- getAnomalyThreshold() - Method in class kieker.tools.opad.record.ExtendedStorableDetectionResult
-
- getApplicationName() - Method in class kieker.common.record.misc.HostApplicationMetaData
-
- getApplicationName() - Method in class kieker.tools.opad.record.NamedDoubleRecord
-
- getApplicationName() - Method in class kieker.tools.opad.record.StorableDetectionResult
-
- getAssemblyComponent() - Method in class kieker.tools.traceAnalysis.systemModel.AllocationComponent
-
- getAssemblyComponent() - Method in class kieker.tools.traceAnalysis.systemModel.util.AssemblyComponentOperationPair
-
- getAssemblyComponentInstances() - Method in class kieker.tools.traceAnalysis.systemModel.repository.AssemblyRepository
-
Delivers all available assembly component instances.
- getAssemblyFactory() - Method in class kieker.tools.traceAnalysis.systemModel.repository.SystemModelRepository
-
- getAssemblyPairFactory() - Method in class kieker.tools.traceAnalysis.systemModel.repository.SystemModelRepository
-
- getAssumedIncomingDependencies() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.DependencyGraphNode
-
- getAssumedOutgoingDependencies() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.DependencyGraphNode
-
- getAvailableLogs() - Static method in class kieker.common.logging.LogImplWebguiLogging
-
Delivers an array with the names of all used loggers.
- getAverageResponseTime() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ResponseTimeDecoration
-
Returns the average response time (in ms) registered by this decoration.
- getBoolean() - Method in class kieker.common.record.io.DefaultValueDeserializer
-
- getBoolean() - Method in interface kieker.common.record.io.IValueDeserializer
-
Retrieves a boolean
value from the underlying data source.
- getBoolean() - Method in class kieker.common.record.io.TextValueDeserializer
-
- getBooleanProperty(String) - Method in class kieker.common.configuration.Configuration
-
Reads the given property from the configuration and interprets it as a boolean.
- getBooleanProperty(String, boolean) - Method in class kieker.common.configuration.Configuration
-
Reads the given property from the configuration and interprets it as a boolean.
- getBranchID() - Method in class kieker.common.record.controlflow.BranchingRecord
-
- getBranchingOutcome() - Method in class kieker.common.record.controlflow.BranchingRecord
-
- getByFileExtension(String) - Static method in enum kieker.common.util.filesystem.BinaryCompressionMethod
-
This method tries to search for a suitable compression method using the extension of the file.
- getByte() - Method in class kieker.common.record.io.DefaultValueDeserializer
-
- getByte() - Method in interface kieker.common.record.io.IValueDeserializer
-
Retrieves a byte
value from the underlying data source.
- getByte() - Method in class kieker.common.record.io.TextValueDeserializer
-
- getBytes(byte[]) - Method in class kieker.common.record.io.DefaultValueDeserializer
-
- getBytes(byte[]) - Method in interface kieker.common.record.io.IValueDeserializer
-
Retrieves raw data from the underlying data source.
- getBytes(byte[]) - Method in class kieker.common.record.io.TextValueDeserializer
-
- getCalleeClassSignature() - Method in interface kieker.common.record.flow.ICallRecord
-
- getCalleeClassSignature() - Method in class kieker.common.record.flow.trace.operation.CallOperationEvent
-
- getCalleeObjectId() - Method in interface kieker.common.record.flow.ICallObjectRecord
-
- getCalleeObjectId() - Method in class kieker.common.record.flow.trace.operation.constructor.object.CallConstructorObjectEvent
-
- getCalleeObjectId() - Method in class kieker.common.record.flow.trace.operation.object.CallOperationObjectEvent
-
- getCalleeOperationSignature() - Method in interface kieker.common.record.flow.ICallRecord
-
- getCalleeOperationSignature() - Method in class kieker.common.record.flow.trace.operation.CallOperationEvent
-
- getCallerClassSignature() - Method in interface kieker.common.record.flow.ICallRecord
-
- getCallerClassSignature() - Method in class kieker.common.record.flow.trace.operation.CallOperationEvent
-
- getCallerObjectId() - Method in interface kieker.common.record.flow.ICallObjectRecord
-
- getCallerObjectId() - Method in class kieker.common.record.flow.trace.operation.constructor.object.CallConstructorObjectEvent
-
- getCallerObjectId() - Method in class kieker.common.record.flow.trace.operation.object.CallOperationObjectEvent
-
- getCallerOperationSignature() - Method in interface kieker.common.record.flow.ICallRecord
-
- getCallerOperationSignature() - Method in class kieker.common.record.flow.trace.operation.CallOperationEvent
-
- getCapacity() - Method in interface kieker.tools.opad.timeseries.ITimeSeries
-
Returns the maximum number of elements held in this time series.
- getCapacity() - Method in class kieker.tools.opad.timeseries.TimeSeries
-
- getCause() - Method in interface kieker.common.record.flow.IExceptionRecord
-
- getCause() - Method in class kieker.common.record.flow.thread.AfterFailedThreadBasedEvent
-
- getCause() - Method in class kieker.common.record.flow.trace.operation.AfterOperationFailedEvent
-
- getChar() - Method in class kieker.common.record.io.DefaultValueDeserializer
-
- getChar() - Method in interface kieker.common.record.io.IValueDeserializer
-
Retrieves a char
value from the underlying data source.
- getChar() - Method in class kieker.common.record.io.TextValueDeserializer
-
- getChildContainers() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionContainer
-
Delivers a collection containing the added child containers.
- getChildEdges() - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractCallTreeNode
-
Delivers the child edges.
- getClassname() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisComponent
-
- getClassname() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisComponent
-
Returns the value of the 'Classname' attribute.
- getClassSignature() - Method in interface kieker.common.record.flow.IClassSignature
-
- getClassSignature() - Method in class kieker.common.record.flow.thread.AbstractThreadBasedEvent
-
- getClassSignature() - Method in class kieker.common.record.flow.trace.ConstructionEvent
-
- getClassSignature() - Method in class kieker.common.record.flow.trace.operation.AbstractOperationEvent
-
- getCollectionCount() - Method in class kieker.common.record.jvm.GCRecord
-
- getCollectionTimeMS() - Method in class kieker.common.record.jvm.GCRecord
-
- getCollisionColor() - Method in class kieker.tools.traceAnalysis.repository.TraceColorRepository
-
Returns the color to use for elements for which no unique color can be determined.
- getColor() - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractGraphElement
-
Returns this graph element's color.
- getColorMap() - Method in class kieker.tools.traceAnalysis.repository.TraceColorRepository
-
Returns the color map stored in this repository.
- getComponentType() - Method in class kieker.tools.traceAnalysis.systemModel.Operation
-
Delivers the component type of the operation.
- getComponentTypes() - Method in class kieker.tools.traceAnalysis.systemModel.repository.TypeRepository
-
Returns a collection of all registered component types.
- getConfidenceLevel() - Method in class kieker.tools.opad.model.ForecastMeasurementPair
-
- getConfidenceLevel() - Method in class kieker.tools.opad.timeseries.forecast.AbstractForecaster
-
- getConfidenceLevel() - Method in class kieker.tools.opad.timeseries.forecast.ForecastObjectives
-
- getConfidenceLevel() - Method in class kieker.tools.opad.timeseries.forecast.ForecastResult
-
- getConfidenceLevel() - Method in interface kieker.tools.opad.timeseries.forecast.IForecaster
-
Returns the confidence level to be computed for the forecast.
- getConfidenceLevel() - Method in interface kieker.tools.opad.timeseries.forecast.IForecastResult
-
Returns the confidence level for the forecast interval.
- getConfidenceLower() - Method in class kieker.tools.opad.model.ForecastMeasurementPair
-
- getConfidenceUpper() - Method in class kieker.tools.opad.model.ForecastMeasurementPair
-
- getConfiguration() - Method in exception kieker.analysis.exception.PluginNotFoundException
-
- getConfigurationName() - Method in class kieker.tools.traceAnalysis.filter.AbstractGraphProducingFilter
-
Returns this filter's configuration name.
- getConfigurationName() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ComponentDependencyGraphAllocationFilter
-
Returns this filter's configuration name.
- getConfigurationName() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ComponentDependencyGraphAssemblyFilter
-
Returns this filter's configuration name.
- getConfigurationName() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ContainerDependencyGraphFilter
-
Returns this filter's configuration name.
- getConfigurationName() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.OperationDependencyGraphAllocationFilter
-
Returns this filter's configuration name.
- getConfigurationName() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.OperationDependencyGraphAssemblyFilter
-
Returns this filter's configuration name.
- getConnectedPlugins(String) - Method in class kieker.analysis.plugin.AbstractPlugin
-
Delivers the plugins with their ports which are connected with the given output port.
- getConnectedPlugins(String) - Method in interface kieker.analysis.plugin.IPlugin
-
Delivers the plugins with their ports which are connected with the given output port.
- getConstructor() - Method in class kieker.tools.bridge.LookupEntity
-
- getContainedTraces() - Method in class kieker.tools.traceAnalysis.systemModel.AbstractSession
-
Returns the traces contained in this session.
- getContextParameterNameSamplingDelaySeconds() - Method in class kieker.monitoring.probe.servlet.AbstractRegularSamplingServletContextListener
-
Parameter name for the sampling delay to be used in the web.xml file.
- getContextParameterNameSamplingDelaySeconds() - Method in class kieker.monitoring.probe.servlet.ClassLoadingServletContextListener
-
- getContextParameterNameSamplingDelaySeconds() - Method in class kieker.monitoring.probe.servlet.CompilationServletContextListener
-
- getContextParameterNameSamplingDelaySeconds() - Method in class kieker.monitoring.probe.servlet.CPUMemUsageServletContextListener
-
- getContextParameterNameSamplingDelaySeconds() - Method in class kieker.monitoring.probe.servlet.CPUsCombinedServletContextListener
-
- getContextParameterNameSamplingDelaySeconds() - Method in class kieker.monitoring.probe.servlet.GCServletContextListener
-
- getContextParameterNameSamplingDelaySeconds() - Method in class kieker.monitoring.probe.servlet.JVMMemoryServletContextListener
-
- getContextParameterNameSamplingDelaySeconds() - Method in class kieker.monitoring.probe.servlet.JVMUptimeServletContextListener
-
- getContextParameterNameSamplingDelaySeconds() - Method in class kieker.monitoring.probe.servlet.SystemResourceUsageServletContextListener
-
- getContextParameterNameSamplingDelaySeconds() - Method in class kieker.monitoring.probe.servlet.ThreadStatusServletContextListener
-
- getContextParameterNameSamplingIntervalSeconds() - Method in class kieker.monitoring.probe.servlet.AbstractRegularSamplingServletContextListener
-
Parameter name for the sampling interval to be used in the web.xml file.
- getContextParameterNameSamplingIntervalSeconds() - Method in class kieker.monitoring.probe.servlet.ClassLoadingServletContextListener
-
- getContextParameterNameSamplingIntervalSeconds() - Method in class kieker.monitoring.probe.servlet.CompilationServletContextListener
-
- getContextParameterNameSamplingIntervalSeconds() - Method in class kieker.monitoring.probe.servlet.CPUMemUsageServletContextListener
-
- getContextParameterNameSamplingIntervalSeconds() - Method in class kieker.monitoring.probe.servlet.CPUsCombinedServletContextListener
-
- getContextParameterNameSamplingIntervalSeconds() - Method in class kieker.monitoring.probe.servlet.GCServletContextListener
-
- getContextParameterNameSamplingIntervalSeconds() - Method in class kieker.monitoring.probe.servlet.JVMMemoryServletContextListener
-
- getContextParameterNameSamplingIntervalSeconds() - Method in class kieker.monitoring.probe.servlet.JVMUptimeServletContextListener
-
- getContextParameterNameSamplingIntervalSeconds() - Method in class kieker.monitoring.probe.servlet.SystemResourceUsageServletContextListener
-
- getContextParameterNameSamplingIntervalSeconds() - Method in class kieker.monitoring.probe.servlet.ThreadStatusServletContextListener
-
- getController() - Method in class kieker.analysis.AnalysisController.AnalysisControllerWithMapping
-
- getControllerName() - Method in class kieker.common.record.misc.KiekerMetadataRecord
-
- getCOPYRIGHT() - Static method in class kieker.common.util.Version
-
Returns the version String.
- getCount() - Method in class kieker.analysis.plugin.filter.flow.TraceEventRecords
-
- getCounters() - Method in class kieker.analysis.display.TagCloud
-
- getCpuID() - Method in class kieker.common.record.system.CPUUtilizationRecord
-
- getCurrentConfiguration() - Method in class kieker.analysis.analysisComponent.AbstractAnalysisComponent
-
This method should deliver a Configuration
object containing the current configuration of this instance.
- getCurrentConfiguration() - Method in interface kieker.analysis.analysisComponent.IAnalysisComponent
-
This method should deliver a Configuration
object containing the current configuration of this instance.
- getCurrentConfiguration() - Method in class kieker.analysis.AnalysisController
-
This method delivers the current configuration of this instance as an instance of MIProject
.
- getCurrentConfiguration() - Method in interface kieker.analysis.IProjectContext
-
This method delivers the current configuration of this instance as an instance of MIProject
.
- getCurrentConfiguration() - Method in class kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
-
This method should deliver a Configuration
object containing the current configuration of this instance.
- getCurrentConfiguration() - Method in class kieker.analysis.plugin.filter.flow.ThreadEvent2TraceEventFilter
-
- getCurrentConfiguration() - Method in class kieker.analysis.plugin.filter.flow.TraceAggregationFilter
-
This method should deliver a Configuration
object containing the current configuration of this instance.
- getCurrentConfiguration() - Method in class kieker.analysis.plugin.filter.forward.AnalysisThroughputFilter
-
- getCurrentConfiguration() - Method in class kieker.analysis.plugin.filter.forward.CountingFilter
-
This method should deliver a Configuration
object containing the current configuration of this instance.
- getCurrentConfiguration() - Method in class kieker.analysis.plugin.filter.forward.ListCollectionFilter
-
This method should deliver a Configuration
object containing the current configuration of this instance.
- getCurrentConfiguration() - Method in class kieker.analysis.plugin.filter.forward.StringBufferFilter
-
- getCurrentConfiguration() - Method in class kieker.analysis.plugin.filter.forward.TeeFilter
-
This method should deliver a Configuration
object containing the current configuration of this instance.
- getCurrentConfiguration() - Method in class kieker.analysis.plugin.filter.record.MonitoringThroughputFilter
-
- getCurrentConfiguration() - Method in class kieker.analysis.plugin.filter.record.RealtimeRecordDelayFilter
-
This method should deliver a Configuration
object containing the current configuration of this instance.
- getCurrentConfiguration() - Method in class kieker.analysis.plugin.filter.select.TimestampFilter
-
This method should deliver a Configuration
object containing the current configuration of this instance.
- getCurrentConfiguration() - Method in class kieker.analysis.plugin.filter.select.TraceIdFilter
-
This method should deliver a Configuration
object containing the current configuration of this instance.
- getCurrentConfiguration() - Method in class kieker.analysis.plugin.filter.select.TypeFilter
-
This method should deliver a Configuration
object containing the current configuration of this instance.
- getCurrentConfiguration() - Method in class kieker.analysis.plugin.filter.sink.CPUUtilizationDisplayFilter
-
- getCurrentConfiguration() - Method in class kieker.analysis.plugin.filter.sink.GCDisplayFilter
-
- getCurrentConfiguration() - Method in class kieker.analysis.plugin.filter.sink.MemSwapUtilizationDisplayFilter
-
- getCurrentConfiguration() - Method in class kieker.analysis.plugin.filter.sink.MethodAndComponentFlowDisplayFilter
-
- getCurrentConfiguration() - Method in class kieker.analysis.plugin.filter.sink.ThreadsStatusDisplayFilter
-
- getCurrentConfiguration() - Method in class kieker.analysis.plugin.filter.visualization.PlainTextWebVisualization
-
- getCurrentConfiguration() - Method in interface kieker.analysis.plugin.IPlugin
-
This method should deliver a Configuration
object containing the current configuration of this instance.
- getCurrentConfiguration() - Method in class kieker.analysis.plugin.reader.amqp.AmqpReader
-
- getCurrentConfiguration() - Method in class kieker.analysis.plugin.reader.database.DbReader
-
This method should deliver a Configuration
object containing the current configuration of this instance.
- getCurrentConfiguration() - Method in class kieker.analysis.plugin.reader.filesystem.AsciiLogReader
-
This method should deliver a Configuration
object containing the current configuration of this instance.
- getCurrentConfiguration() - Method in class kieker.analysis.plugin.reader.filesystem.BinaryLogReader
-
This method should deliver a Configuration
object containing the current configuration of this instance.
- getCurrentConfiguration() - Method in class kieker.analysis.plugin.reader.filesystem.FSReader
-
This method should deliver a Configuration
object containing the current configuration of this instance.
- getCurrentConfiguration() - Method in class kieker.analysis.plugin.reader.jms.JmsReader
-
This method should deliver a Configuration
object containing the current configuration of this instance.
- getCurrentConfiguration() - Method in class kieker.analysis.plugin.reader.jmx.JmxReader
-
This method should deliver a Configuration
object containing the current configuration of this instance.
- getCurrentConfiguration() - Method in class kieker.analysis.plugin.reader.kafka.KafkaReader
-
- getCurrentConfiguration() - Method in class kieker.analysis.plugin.reader.list.ListReader
-
This method should deliver a Configuration
object containing the current configuration of this instance.
- getCurrentConfiguration() - Method in class kieker.analysis.plugin.reader.namedRecordPipe.PipeReader
-
This method should deliver a Configuration
object containing the current configuration of this instance.
- getCurrentConfiguration() - Method in class kieker.analysis.plugin.reader.newio.RawDataReaderPlugin
-
- getCurrentConfiguration() - Method in class kieker.analysis.plugin.reader.tcp.DualSocketTcpReader
-
- getCurrentConfiguration() - Method in class kieker.analysis.plugin.reader.tcp.SingleSocketTcpReader
-
- getCurrentConfiguration() - Method in class kieker.analysis.plugin.reader.tcp.TCPReader
-
- getCurrentConfiguration() - Method in class kieker.analysis.plugin.reader.timer.TimeReader
-
- getCurrentConfiguration() - Method in class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
-
This method should deliver a Configuration
object containing the current configuration of this instance.
- getCurrentConfiguration() - Method in class kieker.tools.logReplayer.filter.MonitoringRecordLoggerFilter
-
This method should deliver a Configuration
object containing the current configuration of this instance.
- getCurrentConfiguration() - Method in class kieker.tools.opad.filter.AnomalyDetectionFilter
-
- getCurrentConfiguration() - Method in class kieker.tools.opad.filter.AnomalyScoreCalculationFilter
-
- getCurrentConfiguration() - Method in class kieker.tools.opad.filter.AnomalyScoreVisualizationFilter
-
- getCurrentConfiguration() - Method in class kieker.tools.opad.filter.ExtractionFilter
-
- getCurrentConfiguration() - Method in class kieker.tools.opad.filter.ForecastingFilter
-
- getCurrentConfiguration() - Method in class kieker.tools.opad.filter.RecordConverter
-
- getCurrentConfiguration() - Method in class kieker.tools.opad.filter.TimeSeriesPointAggregatorFilter
-
- getCurrentConfiguration() - Method in class kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
-
- getCurrentConfiguration() - Method in class kieker.tools.traceAnalysis.filter.flow.EventRecordTraceCounter
-
- getCurrentConfiguration() - Method in class kieker.tools.traceAnalysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
-
This method should deliver a Configuration
object containing the current configuration of this instance.
- getCurrentConfiguration() - Method in class kieker.tools.traceAnalysis.filter.sessionReconstruction.SessionReconstructionFilter
-
This method should deliver a Configuration
object containing the current configuration of this instance.
- getCurrentConfiguration() - Method in class kieker.tools.traceAnalysis.filter.systemModel.SystemModel2FileFilter
-
This method should deliver a Configuration
object containing the current configuration of this instance.
- getCurrentConfiguration() - Method in class kieker.tools.traceAnalysis.filter.traceFilter.TraceEquivalenceClassFilter
-
This method should deliver a Configuration
object containing the current configuration of this instance.
- getCurrentConfiguration() - Method in class kieker.tools.traceAnalysis.filter.traceReconstruction.TraceReconstructionFilter
-
This method should deliver a Configuration
object containing the current configuration of this instance.
- getCurrentConfiguration() - Method in class kieker.tools.traceAnalysis.filter.traceWriter.ExecutionTraceWriterFilter
-
This method should deliver a Configuration
object containing the current configuration of this instance.
- getCurrentConfiguration() - Method in class kieker.tools.traceAnalysis.filter.traceWriter.InvalidExecutionTraceWriterFilter
-
This method should deliver a Configuration
object containing the current configuration of this instance.
- getCurrentConfiguration() - Method in class kieker.tools.traceAnalysis.filter.traceWriter.MessageTraceWriterFilter
-
This method should deliver a Configuration
object containing the current configuration of this instance.
- getCurrentConfiguration() - Method in class kieker.tools.traceAnalysis.filter.visualization.AbstractGraphFilter
-
- getCurrentConfiguration() - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
-
This method should deliver a Configuration
object containing the current configuration of this instance.
- getCurrentConfiguration() - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.TraceCallTreeFilter
-
This method should deliver a Configuration
object containing the current configuration of this instance.
- getCurrentConfiguration() - Method in class kieker.tools.traceAnalysis.filter.visualization.GraphWriterPlugin
-
This method should deliver a Configuration
object containing the current configuration of this instance.
- getCurrentConfiguration() - Method in class kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter
-
- getCurrentConfiguration() - Method in class kieker.tools.traceAnalysis.repository.DescriptionRepository
-
This method should deliver a Configuration
object containing the current configuration of this instance.
- getCurrentConfiguration() - Method in class kieker.tools.traceAnalysis.repository.TraceColorRepository
-
This method should deliver a Configuration
object containing the current configuration of this instance.
- getCurrentConfiguration() - Method in class kieker.tools.traceAnalysis.systemModel.repository.SystemModelRepository
-
- getCurrentRepositories() - Method in class kieker.analysis.plugin.AbstractPlugin
-
This method delivers an array of AbstractRepository
containing the current repositories of this instance.
- getCurrentRepositories() - Method in interface kieker.analysis.plugin.IPlugin
-
This method delivers an array of AbstractRepository
containing the current repositories of this instance.
- getDaemonThreadCount() - Method in class kieker.common.record.jvm.ThreadsStatusRecord
-
- getDataInputStream(File, int) - Method in enum kieker.common.util.filesystem.BinaryCompressionMethod
-
Implementing compression methods should override this method to deliver an input stream which can be used to read data in a non-compressed way from the given
file.
- getDataOutputStream(File, int) - Method in enum kieker.common.util.filesystem.BinaryCompressionMethod
-
Implementing compression methods should override this method to deliver an output stream which can be used to write data in a compressed way into the given
file.
- getDecoration(Class<DecorationT>) - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractVertex
-
Returns the decoration of this vertex of the given type.
- getDecorations() - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractVertex
-
Returns all decorations of this vertex.
- getDefaultColor() - Method in class kieker.tools.traceAnalysis.repository.TraceColorRepository
-
Returns the color to use for elements which are not defined in the color map.
- getDefaultConfiguration() - Method in class kieker.analysis.analysisComponent.AbstractAnalysisComponent
-
This method delivers an instance of Configuration
containing the default properties for this class.
- getDefaultConfiguration() - Method in class kieker.analysis.plugin.AbstractPlugin
-
This method delivers an instance of Configuration
containing the default properties for this class.
- getDefaultConfiguration() - Method in class kieker.analysis.repository.AbstractRepository
-
This method delivers an instance of Configuration
containing the default properties for this class.
- getDefaultConfiguration() - Method in class kieker.monitoring.timer.AbstractTimeSource
-
This method should be overwritten, iff the timer is external to Kieker and
thus its default configuration is not included in the default config file.
- getDefaultFileName() - Method in class kieker.tools.traceAnalysis.filter.visualization.AbstractGraphFormatter
-
Returns the default file name suggested by this formatter.
- getDefaultFileName() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ComponentAllocationDependencyGraphFormatter
-
- getDefaultFileName() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ComponentAssemblyDependencyGraphFormatter
-
- getDefaultFileName() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ContainerDependencyGraphFormatter
-
- getDefaultFileName() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.OperationAllocationDependencyGraphFormatter
-
- getDefaultFileName() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.OperationAssemblyDependencyGraphFormatter
-
- getDeltaTime() - Method in interface kieker.tools.opad.timeseries.ITimeSeries
-
- getDeltaTime() - Method in class kieker.tools.opad.timeseries.TimeSeries
-
- getDeltaTimeUnit() - Method in interface kieker.tools.opad.timeseries.ITimeSeries
-
- getDeltaTimeUnit() - Method in class kieker.tools.opad.timeseries.TimeSeries
-
- getDependencies() - Method in class kieker.analysis.model.analysisMetaModel.impl.MProject
-
- getDependencies() - Method in interface kieker.analysis.model.analysisMetaModel.MIProject
-
Returns the value of the 'Dependencies' containment reference list.
- getDependency() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getDependency() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
- getDependency_FilePath() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getDependency_FilePath() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for the attribute '
File Path
'.
- getDescription() - Method in class kieker.analysis.model.analysisMetaModel.impl.MView
-
- getDescription() - Method in interface kieker.analysis.model.analysisMetaModel.MIView
-
Returns the value of the 'Description' attribute.
- getDescription() - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractGraphElement
-
Returns this graph element's description.
- getDescriptionMap() - Method in class kieker.tools.traceAnalysis.repository.DescriptionRepository
-
Returns the description map (node id -> description) contained in this repository.
- getDesiredOriginRetentionPolicy() - Method in class kieker.tools.traceAnalysis.filter.visualization.AbstractGraphFilter
-
- getDesiredOriginRetentionPolicy() - Method in class kieker.tools.traceAnalysis.filter.visualization.descriptions.DescriptionDecoratorFilter
-
- getDesiredOriginRetentionPolicy() - Method in class kieker.tools.traceAnalysis.filter.visualization.traceColoring.TraceColoringFilter
- getDestination() - Method in class kieker.analysis.model.MetaModelHandler.PluginConnection
-
- getDeviceName() - Method in class kieker.common.record.system.DiskUsageRecord
-
- getDisplay() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getDisplay() - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplayConnector
-
- getDisplay() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for class '
Display
'.
- getDisplay() - Method in interface kieker.analysis.model.analysisMetaModel.MIDisplayConnector
-
Returns the value of the 'Display' reference.
- getDisplay_Id() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getDisplay_Id() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for the attribute '
Id
'.
- getDisplay_Name() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getDisplay_Name() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for the attribute '
Name
'.
- getDisplay_Parent() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getDisplay_Parent() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for the container reference '
Parent
'.
- getDisplayConnector() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getDisplayConnector() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
- getDisplayConnector_Display() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getDisplayConnector_Display() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for the reference '
Display
'.
- getDisplayConnector_Id() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getDisplayConnector_Id() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for the attribute '
Id
'.
- getDisplayConnector_Name() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getDisplayConnector_Name() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for the attribute '
Name
'.
- getDisplayConnectors() - Method in class kieker.analysis.model.analysisMetaModel.impl.MView
-
- getDisplayConnectors() - Method in interface kieker.analysis.model.analysisMetaModel.MIView
-
Returns the value of the 'Display Connectors' containment reference list.
- getDisplays() - Method in class kieker.analysis.model.analysisMetaModel.impl.MPlugin
-
- getDisplays() - Method in interface kieker.analysis.model.analysisMetaModel.MIPlugin
-
Returns the value of the 'Displays' containment reference list.
- getDotRepresentation(Color) - Static method in class kieker.tools.traceAnalysis.filter.visualization.AbstractGraphFormatter
-
Returns the dot (graphviz) representation of the given color.
- getDouble() - Method in class kieker.common.record.io.DefaultValueDeserializer
-
- getDouble() - Method in interface kieker.common.record.io.IValueDeserializer
-
Retrieves a double
value from the underlying data source.
- getDouble() - Method in class kieker.common.record.io.TextValueDeserializer
-
- getDoubleProperty(String) - Method in class kieker.common.configuration.Configuration
-
Reads the given property from the configuration and interprets it as a double.
- getDoubleProperty(String, double) - Method in class kieker.common.configuration.Configuration
-
Reads the given property from the configuration and interprets it as a double.
- getDoubleValue() - Method in class kieker.tools.opad.model.NamedDoubleTimeSeriesPoint
-
- getDuration() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionTrace
-
Returns the duration of this (possibly incomplete) trace.
- getEndTime() - Method in interface kieker.tools.opad.timeseries.ITimeSeries
-
Returns the time corresponding to the most recent value in the time series.
- getEndTime() - Method in class kieker.tools.opad.timeseries.TimeSeries
-
- getEndTimestamp() - Method in class kieker.tools.traceAnalysis.systemModel.AbstractSession
-
Returns this trace's end timestamp.
- getEndTimestamp() - Method in class kieker.tools.traceAnalysis.systemModel.AbstractTrace
-
Returns this trace's end timestamp.
- getEndTimestamp() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionTrace
-
- getEndTimestamp() - Method in class kieker.tools.traceAnalysis.systemModel.MessageTrace
-
- getEntity() - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractCallTreeNode
-
Delivers the stored entity.
- getEntity() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.DependencyGraphNode
-
- getEntries(String) - Method in class kieker.analysis.display.XYPlot
-
Delivers the entries for the given series.
- getEntries(String) - Static method in class kieker.common.logging.LogImplWebguiLogging
-
Delivers an array with all entries of the logger with the given name.
- getEoi() - Method in class kieker.common.record.controlflow.OperationExecutionRecord
-
- getEoi() - Method in class kieker.tools.traceAnalysis.systemModel.Execution
-
- getEquivalenceClassMap() - Method in class kieker.tools.traceAnalysis.filter.traceFilter.TraceEquivalenceClassFilter
-
- getErrorCount() - Method in class kieker.tools.traceAnalysis.filter.AbstractTraceProcessingFilter
-
Delivers the number of traces which have not been processed successfully.
- getEss() - Method in class kieker.common.record.controlflow.OperationExecutionRecord
-
- getEss() - Method in class kieker.tools.traceAnalysis.systemModel.Execution
-
- getEventTypes() - Method in class kieker.analysis.model.analysisMetaModel.impl.MPort
-
- getEventTypes() - Method in interface kieker.analysis.model.analysisMetaModel.MIPort
-
Returns the value of the 'Event Types' attribute list.
- getEventTypes() - Method in class kieker.analysis.plugin.IPlugin.PluginInputPortReference
-
- getExecutionContainer() - Method in class kieker.tools.traceAnalysis.systemModel.AllocationComponent
-
- getExecutionContainers() - Method in class kieker.tools.traceAnalysis.systemModel.repository.ExecutionEnvironmentRepository
-
Delivers all available execution containers.
- getExecutionEnvironmentFactory() - Method in class kieker.tools.traceAnalysis.systemModel.repository.SystemModelRepository
-
- getExperimentId() - Method in class kieker.common.record.misc.KiekerMetadataRecord
-
- getExperimentId() - Method in interface kieker.monitoring.core.controller.IStateController
-
- getExperimentId() - Method in class kieker.monitoring.core.controller.MonitoringController
-
- getExperimentId() - Method in class kieker.monitoring.core.controller.StateController
-
- getFcStrategy() - Method in class kieker.tools.opad.timeseries.forecast.ForecastResult
-
- getFcStrategy() - Method in interface kieker.tools.opad.timeseries.forecast.IForecastResult
-
Returns the forecasting strategy that has been used for this forecast.
- getFifteenMinLoadAverage() - Method in class kieker.common.record.system.LoadAverageRecord
-
- getFileExtension() - Method in enum kieker.common.util.filesystem.BinaryCompressionMethod
-
- getFileNameFilter() - Method in class kieker.monitoring.writer.filesystem.AsciiFileWriter
-
- getFileNameFilter() - Method in class kieker.monitoring.writer.filesystem.BinaryFileWriter
-
- getFilePath() - Method in class kieker.analysis.model.analysisMetaModel.impl.MDependency
-
- getFilePath() - Method in interface kieker.analysis.model.analysisMetaModel.MIDependency
-
Returns the value of the 'File Path' attribute.
- getFilter() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getFilter() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for class '
Filter
'.
- getFilter_InputPorts() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getFilter_InputPorts() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for the containment reference list '
Input Ports
'.
- getFilterOperationSignatureString() - Method in class kieker.monitoring.probe.servlet.SessionAndTraceRegistrationFilter
-
- getFilters() - Method in class kieker.analysis.AnalysisController
-
Delivers an unmodifiable collection of all filters.
- getFilters() - Method in interface kieker.analysis.IAnalysisController
-
Delivers an unmodifiable collection of all filters.
- getFirstIntervalStart() - Method in class kieker.tools.util.AggregationVariableSet
-
- getFirstTimestampInCurrentInterval() - Method in class kieker.tools.util.AggregationVariableSet
-
- getFiveMinLoadAverage() - Method in class kieker.common.record.system.LoadAverageRecord
-
- getFloat() - Method in class kieker.common.record.io.DefaultValueDeserializer
-
- getFloat() - Method in interface kieker.common.record.io.IValueDeserializer
-
Retrieves a float
value from the underlying data source.
- getFloat() - Method in class kieker.common.record.io.TextValueDeserializer
-
- getForecast() - Method in class kieker.tools.opad.record.StorableDetectionResult
-
- getForecast() - Method in class kieker.tools.opad.timeseries.forecast.ForecastResult
-
- getForecast() - Method in interface kieker.tools.opad.timeseries.forecast.IForecastResult
-
Returns the point forecasts.
- getForecasted() - Method in class kieker.tools.opad.model.ForecastMeasurementPair
-
- getForecasted() - Method in interface kieker.tools.opad.model.IForecastMeasurementPair
-
Returns the forecasted Double value.
- getForecaster(ITimeSeries<Double>) - Method in enum kieker.tools.opad.timeseries.ForecastMethod
-
- getForecaster(ITimeSeries<Double>, int) - Method in enum kieker.tools.opad.timeseries.ForecastMethod
-
- getForecastFuncParams() - Method in class kieker.tools.opad.timeseries.forecast.AbstractRForecaster
-
Returns additional parameters to be appended to the call of the R forecast function.
- getForecastFuncParams() - Method in class kieker.tools.opad.timeseries.forecast.arima.ARIMA101Forecaster
-
- getForecastFuncParams() - Method in class kieker.tools.opad.timeseries.forecast.arima.ARIMAForecaster
-
- getForecastFuncParams() - Method in class kieker.tools.opad.timeseries.forecast.croston.CrostonForecaster
-
- getForecastFuncParams() - Method in class kieker.tools.opad.timeseries.forecast.cs.CSForecaster
-
- getForecastFuncParams() - Method in class kieker.tools.opad.timeseries.forecast.ets.ETSForecaster
-
- getForecastFuncParams() - Method in class kieker.tools.opad.timeseries.forecast.mean.MeanForecaster
-
- getForecastFuncParams() - Method in class kieker.tools.opad.timeseries.forecast.naive.NaiveForecaster
-
- getForecastFuncParams() - Method in class kieker.tools.opad.timeseries.forecast.ses.SESRForecaster
-
- getFormatIdentifier() - Method in class kieker.analysis.plugin.reader.newio.deserializer.AbstractContainerFormatDeserializer
-
- getFormatIdentifier() - Method in class kieker.analysis.plugin.reader.newio.deserializer.BinaryDeserializer
-
- getFormatIdentifier() - Method in class kieker.monitoring.writer.serializer.AbstractContainerFormatSerializer
-
Returns the format identifier for the contained data format.
- getFormatIdentifier() - Method in class kieker.monitoring.writer.serializer.BinarySerializer
-
- getFormattedDecorations() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.DependencyGraphNode
-
- getFqClassname() - Method in class kieker.common.util.signature.ClassOperationSignaturePair
-
Delivers the fully qualified class name.
- getFrequency() - Method in interface kieker.tools.opad.timeseries.ITimeSeries
-
Returns the frequency of the time series (how many time series points add up to an time unit of interest)
needed to improve forecast accuracy
e.g.
- getFrequency() - Method in class kieker.tools.opad.timeseries.TimeSeries
-
- getFullQualifiedName() - Method in class kieker.tools.traceAnalysis.systemModel.ComponentType
-
Delivers the full qualified name of this type (the packages are separated with '.').
- getFuture() - Method in class kieker.monitoring.core.sampler.ScheduledSamplerJob
-
- getGcName() - Method in class kieker.common.record.jvm.GCRecord
-
- getGraph() - Method in class kieker.tools.traceAnalysis.filter.AbstractGraphProducingFilter
-
Delivers the graph stored in this filter.
- getGraphics() - Method in class kieker.analysis.display.Image
-
- getGraphInputPortName() - Method in class kieker.tools.traceAnalysis.filter.visualization.AbstractGraphFilter
-
Returns the name of the port this filter accepts graphs on.
- getGraphOutputPortName() - Method in class kieker.tools.traceAnalysis.filter.AbstractGraphProducingFilter
-
- getGraphOutputPortName() - Method in interface kieker.tools.traceAnalysis.filter.IGraphOutputtingFilter
-
Returns the name of the port this filter uses to emit the graph.
- getGraphOutputPortName() - Method in class kieker.tools.traceAnalysis.filter.visualization.AbstractGraphFilter
-
Returns the name of the port this filter uses to emit the graph.
- getHeader() - Method in interface kieker.analysis.plugin.filter.visualization.IWebVisualizationFilterPlugin
-
- getHeader() - Method in class kieker.analysis.plugin.filter.visualization.PlainTextWebVisualization
-
- getHeapCommittedBytes() - Method in class kieker.common.record.jvm.MemoryRecord
-
- getHeapInitBytes() - Method in class kieker.common.record.jvm.MemoryRecord
-
- getHeapMaxBytes() - Method in class kieker.common.record.jvm.MemoryRecord
-
- getHeapUsedBytes() - Method in class kieker.common.record.jvm.MemoryRecord
-
- getHelpFormatter() - Method in class kieker.tools.AbstractCommandLineTool
-
- getHelpFormatter() - Method in class kieker.tools.traceAnalysis.TraceAnalysisTool
-
- getHostname() - Method in class kieker.common.record.controlflow.OperationExecutionRecord
-
- getHostname() - Method in class kieker.common.record.flow.trace.TraceMetadata
-
- getHostname() - Method in class kieker.common.record.jvm.AbstractJVMRecord
-
- getHostname() - Method in class kieker.common.record.misc.HostApplicationMetaData
-
- getHostname() - Method in class kieker.common.record.misc.KiekerMetadataRecord
-
- getHostname() - Method in class kieker.common.record.misc.ThreadMetaData
-
- getHostname() - Method in class kieker.common.record.system.CPUUtilizationRecord
-
- getHostname() - Method in class kieker.common.record.system.DiskUsageRecord
-
- getHostname() - Method in class kieker.common.record.system.LoadAverageRecord
-
- getHostname() - Method in class kieker.common.record.system.MemSwapUsageRecord
-
- getHostname() - Method in class kieker.common.record.system.NetworkUtilizationRecord
-
- getHostname() - Method in class kieker.common.record.system.ResourceUtilizationRecord
-
- getHostname() - Method in interface kieker.monitoring.core.controller.IStateController
-
The hostname will be part of the monitoring data and allows to distinguish observations in cases where the software system is deployed on more than one host.
- getHostname() - Method in class kieker.monitoring.core.controller.MonitoringController
-
- getHostname() - Method in class kieker.monitoring.core.controller.StateController
-
- getId() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisComponent
-
- getId() - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplay
-
- getId() - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplayConnector
-
- getId() - Method in class kieker.analysis.model.analysisMetaModel.impl.MPort
-
- getId() - Method in class kieker.analysis.model.analysisMetaModel.impl.MRepositoryConnector
-
- getId() - Method in class kieker.analysis.model.analysisMetaModel.impl.MView
-
- getId() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisComponent
-
Returns the value of the 'Id' attribute.
- getId() - Method in interface kieker.analysis.model.analysisMetaModel.MIDisplay
-
Returns the value of the 'Id' attribute.
- getId() - Method in interface kieker.analysis.model.analysisMetaModel.MIDisplayConnector
-
Returns the value of the 'Id' attribute.
- getId() - Method in interface kieker.analysis.model.analysisMetaModel.MIPort
-
Returns the value of the 'Id' attribute.
- getId() - Method in interface kieker.analysis.model.analysisMetaModel.MIRepositoryConnector
-
Returns the value of the 'Id' attribute.
- getId() - Method in interface kieker.analysis.model.analysisMetaModel.MIView
-
Returns the value of the 'Id' attribute.
- getId() - Method in class kieker.analysis.plugin.reader.newio.deserializer.DeserializerStringRegistry
-
- getId() - Method in class kieker.common.record.misc.RegistryRecord
-
- getId() - Method in interface kieker.common.util.registry.IRegistry
-
Gets the ID of this registry.
- getId() - Method in class kieker.common.util.registry.Lookup
-
- getId() - Method in class kieker.common.util.registry.reader.GetValueAdapter
-
- getId() - Method in class kieker.common.util.registry.Registry
-
- getId() - Method in class kieker.monitoring.registry.GetIdAdapter
-
- getId() - Method in interface kieker.monitoring.registry.IWriterRegistry
-
Gets the ID of this registry.
- getId(E) - Method in interface kieker.monitoring.registry.IWriterRegistry
-
- getId() - Method in class kieker.monitoring.registry.RegisterAdapter
-
- getId(String) - Method in class kieker.monitoring.registry.WriterRegistry
-
- getId() - Method in class kieker.monitoring.registry.WriterRegistry
-
- getId() - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractCallTreeNode
-
- getId() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.DependencyGraphNode
-
- getId() - Method in class kieker.tools.traceAnalysis.systemModel.AllocationComponent
-
- getId() - Method in class kieker.tools.traceAnalysis.systemModel.AssemblyComponent
-
- getId() - Method in class kieker.tools.traceAnalysis.systemModel.ComponentType
-
Delivers the ID of the component type.
- getId() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionContainer
-
Delivers the ID of the container.
- getId() - Method in class kieker.tools.traceAnalysis.systemModel.Operation
-
Delivers the ID of the operation.
- getId() - Method in class kieker.tools.traceAnalysis.systemModel.util.AllocationComponentOperationPair
-
- getId() - Method in class kieker.tools.traceAnalysis.systemModel.util.AssemblyComponentOperationPair
-
- GetIdAdapter<E> - Class in kieker.monitoring.registry
-
This adapter allows to use the new WriterRegistry with the legacy IRegistry in
AbstractMonitoringRecord.serialize(..)
.
- GetIdAdapter(IWriterRegistry<E>) - Constructor for class kieker.monitoring.registry.GetIdAdapter
-
- getIdentifier() - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.TraceCallTreeNode
-
- getIdentifier() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.DependencyGraphNode
-
- getIdentifier() - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractEdge
-
- getIdentifier() - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractGraphElement
-
Returns an identifier for this graph element (e.g., a label).
- getIdentifier() - Method in class kieker.tools.traceAnalysis.systemModel.AllocationComponent
-
- getIdentifier() - Method in class kieker.tools.traceAnalysis.systemModel.AssemblyComponent
-
- getIdentifier() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionContainer
-
Delivers the identifier (name) of this object.
- getIdentifier() - Method in interface kieker.tools.traceAnalysis.systemModel.ISystemModelElement
-
Returns a textual identifier for this object (e.g., its name).
- getIdentifier() - Method in class kieker.tools.traceAnalysis.systemModel.util.AllocationComponentOperationPair
-
- getIdentifier() - Method in class kieker.tools.traceAnalysis.systemModel.util.AssemblyComponentOperationPair
-
- getIdentifierValue() - Method in enum kieker.common.util.dataformat.FormatIdentifier
-
- getIdle() - Method in class kieker.common.record.system.CPUUtilizationRecord
-
- getImage() - Method in class kieker.analysis.display.Image
-
- getIncomingDependencies() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.DependencyGraphNode
-
- getIncomingPlugins(boolean) - Method in class kieker.analysis.plugin.AbstractPlugin
-
Returns the plugins which provide data to this plugin.
- getInitialContent() - Method in interface kieker.analysis.plugin.filter.visualization.IWebVisualizationFilterPlugin
-
- getInitialContent() - Method in class kieker.analysis.plugin.filter.visualization.PlainTextWebVisualization
-
- getInputName() - Method in class kieker.analysis.model.MetaModelHandler.PluginConnection
-
- getInputPort() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getInputPort() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
- getInputPort_Parent() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getInputPort_Parent() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for the container reference '
Parent
'.
- getInputPortMethod() - Method in class kieker.analysis.plugin.IPlugin.PluginInputPortReference
-
- getInputPortName() - Method in class kieker.analysis.plugin.IPlugin.PluginInputPortReference
-
- getInputPorts() - Method in class kieker.analysis.model.analysisMetaModel.impl.MFilter
-
- getInputPorts() - Method in interface kieker.analysis.model.analysisMetaModel.MIFilter
-
Returns the value of the 'Input Ports' containment reference list.
- getInstance() - Static method in class kieker.analysis.configuration.GlobalConfigurationRegistry
-
- getInstance() - Static method in class kieker.common.record.factory.CachedRecordFactoryCatalog
-
Returns the only instance of this class.
- getInstance(Configuration) - Static method in class kieker.monitoring.core.controller.ControllerFactory
-
Get an instance of the controller factory for the given configuration.
- getInstance() - Static method in class kieker.monitoring.core.controller.MonitoringController
-
- getInstance() - Static method in class kieker.monitoring.probe.cxf.SOAPTraceRegistry
-
Delivers the one and only instance of this class.
- getInstance() - Static method in class kieker.tools.util.RBridgeControl
-
Delivers the singleton instance of this class.
- getInt() - Method in class kieker.common.record.io.DefaultValueDeserializer
-
- getInt() - Method in interface kieker.common.record.io.IValueDeserializer
-
Retrieves an int
value from the underlying data source.
- getInt() - Method in class kieker.common.record.io.TextValueDeserializer
-
- getInterface() - Method in interface kieker.common.record.flow.IInterfaceRecord
-
- getInterface() - Method in class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectInterfaceEvent
-
- getInterface() - Method in class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectInterfaceEvent
-
- getInterfaceName() - Method in class kieker.common.record.system.NetworkUtilizationRecord
-
- getIntervalColors(String) - Method in class kieker.analysis.display.MeterGauge
-
- getIntervals(String) - Method in class kieker.analysis.display.MeterGauge
-
- getIntProperty(String) - Method in class kieker.common.configuration.Configuration
-
Reads the given property from the configuration and interprets it as an integer.
- getIntProperty(String, int) - Method in class kieker.common.configuration.Configuration
-
Reads the given property from the configuration and interprets it as an integer.
- getInvalidExecutionTraceArtifacts() - Method in class kieker.tools.traceAnalysis.systemModel.InvalidExecutionTrace
-
Delivers the wrapped execution trace.
- getInvalidExecutionTraceInputPortName() - Method in class kieker.tools.traceAnalysis.filter.AbstractInvalidExecutionTraceProcessingFilter
-
Implementing classes should return the name of the input port for the invalid executions.
- getInvalidExecutionTraceInputPortName() - Method in class kieker.tools.traceAnalysis.filter.traceWriter.InvalidExecutionTraceWriterFilter
-
- getInvalidTraces() - Method in class kieker.tools.traceAnalysis.filter.traceReconstruction.TraceReconstructionFilter
-
Returns a set of the IDs of invalid traces.
- getIpAddress() - Method in class kieker.common.record.misc.HostApplicationMetaData
-
- getIrq() - Method in class kieker.common.record.system.CPUUtilizationRecord
-
- getJitCompilerName() - Method in class kieker.common.record.jvm.CompilationRecord
-
- getJMXDomain() - Method in interface kieker.monitoring.core.controller.IJMXController
-
- getJMXDomain() - Method in class kieker.monitoring.core.controller.JMXController
-
- getJMXDomain() - Method in class kieker.monitoring.core.controller.MonitoringController
-
- getJoinedTraceId() - Method in class kieker.common.record.flow.trace.concurrency.JoinEvent
-
- getKeys() - Method in class kieker.analysis.display.MeterGauge
-
- getKeys() - Method in class kieker.analysis.display.PieChart
-
- getKeys() - Method in class kieker.analysis.display.XYPlot
-
- getKind() - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractOriginRetentionPolicy
-
- getKind() - Method in interface kieker.tools.traceAnalysis.filter.visualization.graph.IOriginRetentionPolicy
-
Returns the kind of this retention policy.
- getLastTimestampInCurrentInterval() - Method in class kieker.tools.util.AggregationVariableSet
-
- getLastTraceIdError() - Method in class kieker.tools.traceAnalysis.filter.AbstractTraceProcessingFilter
-
Delivers the ID of the last trace which has not been processed successfully.
- getLastTraceIdSuccess() - Method in class kieker.tools.traceAnalysis.filter.AbstractTraceProcessingFilter
-
Delivers the ID of the last trace which has been processed successfully.
- getLength() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionTrace
-
Returns the length of this trace in terms of the number of contained
executions.
- getList() - Method in class kieker.analysis.plugin.filter.forward.ListCollectionFilter
-
Delivers a copy of the internal list.
- getLoadedClassCount() - Method in class kieker.common.record.jvm.ClassLoadingRecord
-
- getLockId() - Method in class kieker.common.record.flow.trace.concurrency.monitor.AbstractMonitorEvent
-
- getLog() - Method in class kieker.analysis.plugin.reader.jms.JmsReader
-
- getLog() - Method in class kieker.analysis.plugin.reader.jmx.JmxReader
-
- getLog(Class<?>) - Static method in class kieker.common.logging.LogFactory
-
Delivers the log for the given class or creates a new one if it doesn't exist already.
- getLog(String) - Static method in class kieker.common.logging.LogFactory
-
Delivers the log for the given name or creates a new one if it doesn't exist already.
- getLog() - Static method in class kieker.tools.bridge.cli.CLIServerMain
-
Return the logger.
- getLOG() - Static method in class kieker.tools.traceAnalysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
-
- getLog(String) - Static method in class org.apache.commons.logging.impl.Jdk14LoggerPatched
-
- getLogFolder() - Method in class kieker.monitoring.writer.filesystem.AsciiFileWriter
-
- getLogFolder() - Method in class kieker.monitoring.writer.filesystem.BinaryFileWriter
-
- getLoggingTimestamp() - Method in class kieker.common.record.AbstractMonitoringRecord
-
- getLoggingTimestamp() - Method in interface kieker.common.record.IMonitoringRecord
-
Delivers the current timestamp of the record.
- getLong() - Method in class kieker.common.record.io.DefaultValueDeserializer
-
- getLong() - Method in interface kieker.common.record.io.IValueDeserializer
-
Retrieves a long
value from the underlying data source.
- getLong() - Method in class kieker.common.record.io.TextValueDeserializer
-
- getLongProperty(String) - Method in class kieker.common.configuration.Configuration
-
Reads the given property from the configuration and interprets it as a long.
- getLongProperty(String, long) - Method in class kieker.common.configuration.Configuration
-
Reads the given property from the configuration and interprets it as a long.
- getLower() - Method in class kieker.tools.opad.timeseries.forecast.ForecastResult
-
- getLower() - Method in interface kieker.tools.opad.timeseries.forecast.IForecastResult
-
- getMASE() - Method in class kieker.tools.opad.model.ForecastMeasurementPair
-
- getMaxEoi() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionTrace
-
Returns the maximum execution order index (eoi) value within the trace.
- getMaxEss() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionTrace
-
Returns the maximum execution stack size (ess) value, i.e., the maximum
stack depth, within the trace.
- getMaxHorizon() - Method in class kieker.tools.opad.timeseries.forecast.ForecastObjectives
-
- getMaximalResponseTime() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ResponseTimeDecoration
-
Returns the maximal response time (in ms) registered by this decoration.
- getMaxTout() - Method in class kieker.tools.traceAnalysis.filter.traceReconstruction.TraceReconstructionFilter
-
Returns the maximum tout timestamp of a processed execution.
- getMaxTout() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionTrace
-
Returns the maximum timestamp value of an execution return in this trace.
- getMaxTraceDuration() - Method in class kieker.tools.traceAnalysis.filter.traceReconstruction.TraceReconstructionFilter
-
Return the number of timeunits after which a pending trace is considered to have timed out.
- getMeanAbsoluteScaledError() - Method in class kieker.tools.opad.timeseries.forecast.ForecastResult
-
- getMeanAbsoluteScaledError() - Method in interface kieker.tools.opad.timeseries.forecast.IForecastResult
-
Returns the MeanAbsoluteScaledError.
- getMemFree() - Method in class kieker.common.record.system.MemSwapUsageRecord
-
- getMemPieChart() - Method in class kieker.analysis.plugin.filter.sink.MemSwapUtilizationDisplayFilter
-
- getMemTotal() - Method in class kieker.common.record.system.MemSwapUsageRecord
-
- getMemUsed() - Method in class kieker.common.record.system.MemSwapUsageRecord
-
- getMessageCount() - Method in class kieker.analysis.plugin.filter.forward.CountingFilter
-
Returns the number of objects received until now.
- getMeterGauge() - Method in class kieker.analysis.plugin.filter.sink.CPUUtilizationDisplayFilter
-
- getMinEoi() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionTrace
-
Returns the minimum execution order index (eoi) value within the trace.
- getMinimalResponseTime() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ResponseTimeDecoration
-
Returns the minimal response time (in ms) registered by this decoration.
- getMinTin() - Method in class kieker.tools.traceAnalysis.filter.traceReconstruction.TraceReconstructionFilter
-
Returns the minimum tin timestamp of a processed execution.
- getMinTin() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionTrace
-
Returns the minimum timestamp of an execution start in this trace.
- getModelFuncParams() - Method in class kieker.tools.opad.timeseries.forecast.AbstractRForecaster
-
Returns additional parameters to be appended to the call of the R forecast model.
- getModelFuncParams() - Method in class kieker.tools.opad.timeseries.forecast.arima.ARIMA101Forecaster
-
- getModelFuncParams() - Method in class kieker.tools.opad.timeseries.forecast.arima.ARIMAForecaster
-
- getModelFuncParams() - Method in class kieker.tools.opad.timeseries.forecast.croston.CrostonForecaster
-
- getModelFuncParams() - Method in class kieker.tools.opad.timeseries.forecast.cs.CSForecaster
-
- getModelFuncParams() - Method in class kieker.tools.opad.timeseries.forecast.ets.ETSForecaster
-
- getModelFuncParams() - Method in class kieker.tools.opad.timeseries.forecast.mean.MeanForecaster
-
- getModelFuncParams() - Method in class kieker.tools.opad.timeseries.forecast.naive.NaiveForecaster
-
- getModelFuncParams() - Method in class kieker.tools.opad.timeseries.forecast.ses.SESRForecaster
-
- getModifier() - Method in class kieker.common.util.signature.Signature
-
- getName() - Method in class kieker.analysis.analysisComponent.AbstractAnalysisComponent
-
This method delivers the current name of this component instance.
- getName() - Method in interface kieker.analysis.analysisComponent.IAnalysisComponent
-
This method delivers the current name of this component instance.
- getName() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisComponent
-
- getName() - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplay
-
- getName() - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplayConnector
-
- getName() - Method in class kieker.analysis.model.analysisMetaModel.impl.MPort
-
- getName() - Method in class kieker.analysis.model.analysisMetaModel.impl.MProject
-
- getName() - Method in class kieker.analysis.model.analysisMetaModel.impl.MProperty
-
- getName() - Method in class kieker.analysis.model.analysisMetaModel.impl.MRepositoryConnector
-
- getName() - Method in class kieker.analysis.model.analysisMetaModel.impl.MView
-
- getName() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisComponent
-
Returns the value of the 'Name' attribute.
- getName() - Method in interface kieker.analysis.model.analysisMetaModel.MIDisplay
-
Returns the value of the 'Name' attribute.
- getName() - Method in interface kieker.analysis.model.analysisMetaModel.MIDisplayConnector
-
Returns the value of the 'Name' attribute.
- getName() - Method in interface kieker.analysis.model.analysisMetaModel.MIPort
-
Returns the value of the 'Name' attribute.
- getName() - Method in interface kieker.analysis.model.analysisMetaModel.MIProject
-
Returns the value of the 'Name' attribute.
- getName() - Method in interface kieker.analysis.model.analysisMetaModel.MIProperty
-
Returns the value of the 'Name' attribute.
- getName() - Method in interface kieker.analysis.model.analysisMetaModel.MIRepositoryConnector
-
Returns the value of the 'Name' attribute.
- getName() - Method in interface kieker.analysis.model.analysisMetaModel.MIView
-
Returns the value of the 'Name' attribute.
- getName() - Method in interface kieker.analysis.plugin.IPlugin
-
This method delivers the current name of this plugin instance.
- getName() - Method in class kieker.common.namedRecordPipe.Pipe
-
Delivers the name of this pipe.
- getName() - Method in class kieker.common.util.signature.Signature
-
- getName() - Method in interface kieker.monitoring.core.controller.IStateController
-
Returns the name of this controller.
- getName() - Method in class kieker.monitoring.core.controller.MonitoringController
-
- getName() - Method in class kieker.monitoring.core.controller.StateController
-
- getName() - Method in class kieker.tools.opad.model.ForecastMeasurementPair
-
- getName() - Method in interface kieker.tools.opad.model.INamedElement
-
Returns the name of the element.
- getName() - Method in class kieker.tools.opad.model.NamedDoubleTimeSeriesPoint
-
- getName() - Method in class kieker.tools.opad.record.NamedTSPoint
-
- getName() - Method in class kieker.tools.traceAnalysis.systemModel.AssemblyComponent
-
- getName() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionContainer
-
Delivers the name of the container.
- getNewId() - Method in class kieker.monitoring.IdGenerator
-
(thread-safe)
- getNextOrderId() - Method in class kieker.common.record.flow.trace.TraceMetadata
-
- getNice() - Method in class kieker.common.record.system.CPUUtilizationRecord
-
- getNode(int) - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraph
-
Delivers the node with the given key.
- getNodeFillColor(DependencyGraphNode<?>) - Static method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
-
Utility function to determine the fill color to use for a given node.
- getNodes() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraph
-
Returns all nodes contained in this graph.
- getNonBlocking(int) - Method in class kieker.common.util.registry.Lookup
-
Get a record from the underlying object array.
- getNonHeapCommittedBytes() - Method in class kieker.common.record.jvm.MemoryRecord
-
- getNonHeapInitBytes() - Method in class kieker.common.record.jvm.MemoryRecord
-
- getNonHeapMaxBytes() - Method in class kieker.common.record.jvm.MemoryRecord
-
- getNonHeapUsedBytes() - Method in class kieker.common.record.jvm.MemoryRecord
-
- getNumberOfRecords() - Method in class kieker.common.record.misc.KiekerMetadataRecord
-
- getNumFailedInserts() - Method in class kieker.monitoring.queue.behavior.CountOnFailedInsertBehavior
-
- getObjectId() - Method in interface kieker.common.record.flow.IObjectRecord
-
- getObjectId() - Method in class kieker.common.record.flow.trace.ConstructionEvent
-
- getObjectId() - Method in class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorFailedObjectEvent
-
- getObjectId() - Method in class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorObjectEvent
-
- getObjectId() - Method in class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectEvent
-
- getObjectId() - Method in class kieker.common.record.flow.trace.operation.constructor.object.CallConstructorObjectEvent
-
- getObjectId() - Method in class kieker.common.record.flow.trace.operation.object.AfterOperationFailedObjectEvent
-
- getObjectId() - Method in class kieker.common.record.flow.trace.operation.object.AfterOperationObjectEvent
-
- getObjectId() - Method in class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectEvent
-
- getObjectId() - Method in class kieker.common.record.flow.trace.operation.object.CallOperationObjectEvent
-
- getObjectPendingFinalizationCount() - Method in class kieker.common.record.jvm.MemoryRecord
-
- getOffset() - Method in interface kieker.monitoring.timer.ITimeSource
-
- getOffset() - Method in class kieker.monitoring.timer.SystemMilliTimer
-
- getOffset() - Method in class kieker.monitoring.timer.SystemNanoTimer
-
- getOneMinLoadAverage() - Method in class kieker.common.record.system.LoadAverageRecord
-
- getOperation() - Method in class kieker.tools.traceAnalysis.systemModel.Execution
-
- getOperation() - Method in class kieker.tools.traceAnalysis.systemModel.util.AllocationComponentOperationPair
-
- getOperation() - Method in class kieker.tools.traceAnalysis.systemModel.util.AssemblyComponentOperationPair
-
- getOperationFactory() - Method in class kieker.tools.traceAnalysis.systemModel.repository.SystemModelRepository
-
Delivering the factory managing the available operations.
- getOperations() - Method in class kieker.tools.traceAnalysis.systemModel.ComponentType
-
Delivers a collection containing the available operations within this component type.
- getOperations() - Method in class kieker.tools.traceAnalysis.systemModel.repository.OperationRepository
-
Delivers a collection containing all available operations.
- getOperationSignature() - Method in class kieker.common.record.controlflow.OperationExecutionRecord
-
- getOperationSignature() - Method in interface kieker.common.record.flow.IOperationSignature
-
- getOperationSignature() - Method in class kieker.common.record.flow.thread.AbstractThreadBasedEvent
-
- getOperationSignature() - Method in class kieker.common.record.flow.trace.operation.AbstractOperationEvent
-
- getOrCreateRegistry(Long) - Method in class kieker.analysis.plugin.reader.StringRegistryCache
-
Retrieves the registry with the given ID and creates a new one if necessary.
- getOrderComparator() - Method in class kieker.tools.traceAnalysis.systemModel.AbstractSession
-
- getOrderComparator() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionTraceBasedSession
-
- getOrderComparator() - Method in class kieker.tools.traceAnalysis.systemModel.MessageTraceBasedSession
-
- getOrderIndex() - Method in interface kieker.common.record.flow.IThreadBasedRecord
-
- getOrderIndex() - Method in interface kieker.common.record.flow.ITraceRecord
-
- getOrderIndex() - Method in class kieker.common.record.flow.thread.AbstractThreadBasedEvent
-
- getOrderIndex() - Method in class kieker.common.record.flow.trace.AbstractTraceEvent
-
- getOriginal() - Method in class kieker.tools.opad.timeseries.forecast.ForecastResult
-
- getOriginal() - Method in interface kieker.tools.opad.timeseries.forecast.IForecastResult
-
Returns the original time series that was the basis for the forecast.
- getOriginRetentionPolicy() - Method in class kieker.tools.traceAnalysis.filter.AbstractGraphProducingFilter
-
- getOrigins() - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractGraphElement
-
Returns the objects which caused the creation of this element.
- getOutgoingDependencies() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.DependencyGraphNode
-
- getOutgoingEdges() - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractCallTreeNode
-
- getOutgoingEdges() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.DependencyGraphNode
-
- getOutgoingEdges() - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractVertex
-
Returns the outgoing edges of this vertex.
- getOutputDirectory() - Method in class kieker.tools.traceAnalysis.gui.WelcomeStep
-
- getOutputName() - Method in class kieker.analysis.model.MetaModelHandler.PluginConnection
-
- getOutputName() - Method in class kieker.analysis.model.MetaModelHandler.RepositoryConnection
-
- getOutputPort() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getOutputPort() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
- getOutputPort_Parent() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getOutputPort_Parent() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for the container reference '
Parent
'.
- getOutputPort_Subscribers() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getOutputPort_Subscribers() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for the reference list '
Subscribers
'.
- getOutputPorts() - Method in class kieker.analysis.model.analysisMetaModel.impl.MPlugin
-
- getOutputPorts() - Method in interface kieker.analysis.model.analysisMetaModel.MIPlugin
-
Returns the value of the 'Output Ports' containment reference list.
- getOverhead() - Method in class kieker.tools.opad.timeseries.forecast.ForecastObjectives
-
- getPackage() - Static method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelFactory
-
Deprecated.
- getPackageName() - Method in class kieker.common.util.signature.ClassOperationSignaturePair
-
This method delivers the package name of the class.
- getPackageName() - Method in class kieker.tools.traceAnalysis.systemModel.ComponentType
-
Delivers the package name of this type.
- getPairById(int) - Method in class kieker.tools.traceAnalysis.systemModel.repository.AllocationComponentOperationPairFactory
-
Returns the instance for the passed ID; null if no instance with this ID is available.
- getPairById(int) - Method in class kieker.tools.traceAnalysis.systemModel.repository.AssemblyComponentOperationPairFactory
-
- getPairInstanceByPair(AllocationComponent, Operation) - Method in class kieker.tools.traceAnalysis.systemModel.repository.AllocationComponentOperationPairFactory
-
Returns a corresponding pair instance (existing or newly created).
- getPairInstanceByPair(AssemblyComponent, Operation) - Method in class kieker.tools.traceAnalysis.systemModel.repository.AssemblyComponentOperationPairFactory
-
Returns a corresponding pair instance (existing or newly created).
- getPairs() - Method in class kieker.tools.traceAnalysis.systemModel.repository.AllocationComponentOperationPairFactory
-
Delivers all available allocation-component-operation pairs.
- getPairs() - Method in class kieker.tools.traceAnalysis.systemModel.repository.AssemblyComponentOperationPairFactory
-
- getParameterTypes() - Method in class kieker.tools.bridge.LookupEntity
-
- getParamTypeList() - Method in class kieker.common.util.signature.Signature
-
- getParent() - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplay
-
- getParent() - Method in class kieker.analysis.model.analysisMetaModel.impl.MInputPort
-
- getParent() - Method in class kieker.analysis.model.analysisMetaModel.impl.MOutputPort
-
- getParent() - Method in interface kieker.analysis.model.analysisMetaModel.MIDisplay
-
Returns the value of the 'Parent' container reference.
- getParent() - Method in interface kieker.analysis.model.analysisMetaModel.MIInputPort
-
Returns the value of the 'Parent' container reference.
- getParent() - Method in interface kieker.analysis.model.analysisMetaModel.MIOutputPort
-
Returns the value of the 'Parent' container reference.
- getParent() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionContainer
-
Delivers the parent of the container.
- getParentOrderId() - Method in class kieker.common.record.flow.trace.TraceMetadata
-
- getParentTraceId() - Method in class kieker.common.record.flow.trace.TraceMetadata
-
- getPathProperty(String) - Method in class kieker.common.configuration.Configuration
-
Reads the given property from the configuration and interprets it as a path.
- getPattern() - Method in class kieker.monitoring.core.signaturePattern.PatternEntry
-
- getPayload() - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractPayloadedVertex
-
Returns this vertex' payload.
- getPeakThreadCount() - Method in class kieker.common.record.jvm.ThreadsStatusRecord
-
- getPeriod() - Method in class kieker.tools.opad.timeseries.forecast.ForecastObjectives
-
- getPlugin() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getPlugin() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for class '
Plugin
'.
- getPlugin() - Method in class kieker.analysis.plugin.IPlugin.PluginInputPortReference
-
- getPlugin_Displays() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getPlugin_Displays() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for the containment reference list '
Displays
'.
- getPlugin_OutputPorts() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getPlugin_OutputPorts() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for the containment reference list '
Output Ports
'.
- getPlugin_Repositories() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getPlugin_Repositories() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for the containment reference list '
Repositories
'.
- getPluginDescription() - Method in class kieker.analysis.plugin.AbstractPlugin
-
This method delivers the description of this plugin type.
- getPluginDescription() - Method in interface kieker.analysis.plugin.IPlugin
-
This method delivers the description of this plugin type.
- getPluginID() - Method in exception kieker.analysis.exception.PluginNotFoundException
-
- getPluginMap() - Method in class kieker.analysis.AnalysisController.AnalysisControllerWithMapping
-
- getPluginName() - Method in class kieker.analysis.plugin.AbstractPlugin
-
This method delivers the plugin name of this plugin.
- getPluginName() - Method in interface kieker.analysis.plugin.IPlugin
-
This method delivers the plugin name of this plugin.
- getPlugins() - Method in class kieker.analysis.model.analysisMetaModel.impl.MProject
-
- getPlugins() - Method in interface kieker.analysis.model.analysisMetaModel.MIProject
-
Returns the value of the 'Plugins' containment reference list.
- getPoints() - Method in interface kieker.tools.opad.timeseries.ITimeSeries
-
- getPoints() - Method in class kieker.tools.opad.timeseries.TimeSeries
-
- getPort() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getPort() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for class '
Port
'.
- getPort() - Method in class kieker.analysis.plugin.reader.tcp.util.AbstractTcpReader
-
- getPort1() - Method in class kieker.analysis.plugin.reader.tcp.DualSocketTcpReader
-
- getPort2() - Method in class kieker.analysis.plugin.reader.tcp.DualSocketTcpReader
-
- getPort_EventTypes() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getPort_EventTypes() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for the attribute list '
Event Types
'.
- getPort_Id() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getPort_Id() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for the attribute '
Id
'.
- getPort_Name() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getPort_Name() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for the attribute '
Name
'.
- getProbePatternList() - Method in interface kieker.monitoring.core.controller.IProbeController
-
Returns the current list of patterns with a prefix indicating whether the pattern is active or not.
- getProbePatternList() - Method in class kieker.monitoring.core.controller.MonitoringController
-
- getProbePatternList() - Method in class kieker.monitoring.core.controller.ProbeController
-
Returns the current list of patterns with a prefix indicating whether the pattern is active or not.
- getProject() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getProject() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for class '
Project
'.
- getProject_Dependencies() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getProject_Dependencies() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for the containment reference list '
Dependencies
'.
- getProject_Name() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getProject_Name() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for the attribute '
Name
'.
- getProject_Plugins() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getProject_Plugins() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for the containment reference list '
Plugins
'.
- getProject_Properties() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getProject_Properties() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for the containment reference list '
Properties
'.
- getProject_Repositories() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getProject_Repositories() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for the containment reference list '
Repositories
'.
- getProject_Views() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getProject_Views() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for the containment reference list '
Views
'.
- getProjectName() - Method in class kieker.analysis.AnalysisController
-
Delivers the current name of the project.
- getProjectName() - Method in interface kieker.analysis.IProjectContext
-
Delivers the current name of the project.
- getProperties() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisComponent
-
- getProperties() - Method in class kieker.analysis.model.analysisMetaModel.impl.MProject
-
- getProperties() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisComponent
-
Returns the value of the 'Properties' containment reference list.
- getProperties() - Method in interface kieker.analysis.model.analysisMetaModel.MIProject
-
Returns the value of the 'Properties' containment reference list.
- getPropertiesStartingWith(String) - Method in class kieker.common.configuration.Configuration
-
Flattens the Properties hierarchies and returns a Configuration object containing only keys starting with the prefix.
- getProperty(String) - Method in class kieker.analysis.AnalysisController
-
Delivers the value for the given (global) property within the analysis.
- getProperty(String) - Method in interface kieker.analysis.IProjectContext
-
Delivers the value for the given (global) property within the analysis.
- getProperty() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getProperty() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for class '
Property
'.
- getProperty(String) - Method in class kieker.common.configuration.Configuration
-
Deprecated.
This method will not be removed (as this is for technical reasons not possible), but should only be used within this class. Don't call this method
directly.
- getProperty(String, String) - Method in class kieker.common.configuration.Configuration
-
Deprecated.
This method will not be removed (as this is for technical reasons not possible), but should only be used within this class. Don't call this method
directly.
- getProperty_Name() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getProperty_Name() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for the attribute '
Name
'.
- getProperty_Value() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getProperty_Value() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for the attribute '
Value
'.
- getQueue() - Method in class kieker.common.record.system.DiskUsageRecord
-
- getReadBytesPerSecond() - Method in class kieker.common.record.system.DiskUsageRecord
-
- getReader() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getReader() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for class '
Reader
'.
- getReaders() - Method in class kieker.analysis.AnalysisController
-
Delivers an unmodifiable collection of all readers.
- getReaders() - Method in interface kieker.analysis.IAnalysisController
-
Delivers an unmodifiable collection of all readers.
- getReadsPerSecond() - Method in class kieker.common.record.system.DiskUsageRecord
-
- getReceivingExecution() - Method in class kieker.tools.traceAnalysis.systemModel.AbstractMessage
-
Delivers the object which received the message.
- getRecentHorizon() - Method in class kieker.tools.opad.timeseries.forecast.ForecastObjectives
-
- getRecordCount() - Method in class kieker.tools.bridge.ServiceContainer
-
- getRecordSizeInBytes() - Method in class kieker.common.record.controlflow.BranchingRecordFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.controlflow.OperationExecutionRecordFactory
-
- getRecordSizeInBytes() - Method in interface kieker.common.record.factory.IRecordFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.factory.old.RecordFactoryWrapper
-
- getRecordSizeInBytes() - Method in class kieker.common.record.flow.thread.AfterFailedThreadBasedEventFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.flow.thread.AfterThreadBasedEventFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.flow.thread.BeforeThreadBasedEventFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.flow.trace.concurrency.JoinEventFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorEntryEventFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorExitEventFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorNotifyAllEventFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorNotifyEventFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorRequestEventFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorWaitEventFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.flow.trace.concurrency.SplitEventFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.flow.trace.ConstructionEventFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.flow.trace.operation.AfterOperationEventFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.flow.trace.operation.AfterOperationFailedEventFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.flow.trace.operation.BeforeOperationEventFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.flow.trace.operation.CallOperationEventFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.flow.trace.operation.constructor.AfterConstructorEventFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.flow.trace.operation.constructor.AfterConstructorFailedEventFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.flow.trace.operation.constructor.BeforeConstructorEventFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.flow.trace.operation.constructor.CallConstructorEventFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorFailedObjectEventFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorObjectEventFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectEventFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectInterfaceEventFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.flow.trace.operation.constructor.object.CallConstructorObjectEventFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.flow.trace.operation.object.AfterOperationFailedObjectEventFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.flow.trace.operation.object.AfterOperationObjectEventFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectEventFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectInterfaceEventFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.flow.trace.operation.object.CallOperationObjectEventFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.flow.trace.TraceMetadataFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.jvm.ClassLoadingRecordFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.jvm.CompilationRecordFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.jvm.GCRecordFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.jvm.MemoryRecordFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.jvm.ThreadsStatusRecordFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.jvm.UptimeRecordFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.misc.EmptyRecordFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.misc.HostApplicationMetaDataFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.misc.KiekerMetadataRecordFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.misc.ThreadMetaDataFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.misc.TimestampRecordFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.system.CPUUtilizationRecordFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.system.DiskUsageRecordFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.system.LoadAverageRecordFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.system.MemSwapUsageRecordFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.system.NetworkUtilizationRecordFactory
-
- getRecordSizeInBytes() - Method in class kieker.common.record.system.ResourceUtilizationRecordFactory
-
- getRecordSizeInBytes() - Method in class kieker.tools.opad.record.AggregationWindowFactory
-
- getRecordSizeInBytes() - Method in class kieker.tools.opad.record.ExtendedStorableDetectionResultFactory
-
- getRecordSizeInBytes() - Method in class kieker.tools.opad.record.NamedDoubleRecordFactory
-
- getRecordSizeInBytes() - Method in class kieker.tools.opad.record.NamedTSPointFactory
-
- getRecordSizeInBytes() - Method in class kieker.tools.opad.record.StorableDetectionResultFactory
-
- getRepositories() - Method in class kieker.analysis.AnalysisController
-
Delivers an unmodifiable collection of all repositories.
- getRepositories() - Method in interface kieker.analysis.IAnalysisController
-
Delivers an unmodifiable collection of all repositories.
- getRepositories() - Method in class kieker.analysis.model.analysisMetaModel.impl.MPlugin
-
- getRepositories() - Method in class kieker.analysis.model.analysisMetaModel.impl.MProject
-
- getRepositories() - Method in interface kieker.analysis.model.analysisMetaModel.MIPlugin
-
Returns the value of the 'Repositories' containment reference list.
- getRepositories() - Method in interface kieker.analysis.model.analysisMetaModel.MIProject
-
Returns the value of the 'Repositories' containment reference list.
- getRepository() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getRepository() - Method in class kieker.analysis.model.analysisMetaModel.impl.MRepositoryConnector
-
- getRepository() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
- getRepository() - Method in interface kieker.analysis.model.analysisMetaModel.MIRepositoryConnector
-
Returns the value of the 'Repository' reference.
- getRepository() - Method in class kieker.analysis.model.MetaModelHandler.RepositoryConnection
-
- getRepository(String) - Method in class kieker.analysis.plugin.AbstractPlugin
-
Delivers the registered repository for the given name or null, if it doesn't exist.
- getRepositoryConnector() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getRepositoryConnector() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
- getRepositoryConnector_Id() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getRepositoryConnector_Id() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for the attribute '
Id
'.
- getRepositoryConnector_Name() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getRepositoryConnector_Name() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for the attribute '
Name
'.
- getRepositoryConnector_Repository() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getRepositoryConnector_Repository() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for the reference '
Repository
'.
- getRepositoryDescription() - Method in class kieker.analysis.repository.AbstractRepository
-
This method delivers the description of this repository type.
- getRepositoryDescription() - Method in interface kieker.analysis.repository.IRepository
-
This method delivers the description of this repository type.
- getRepositoryMap() - Method in class kieker.analysis.AnalysisController.AnalysisControllerWithMapping
-
- getRepositoryName() - Method in class kieker.analysis.repository.AbstractRepository
-
This method delivers the repository name of this repository type.
- getRepositoryName() - Method in interface kieker.analysis.repository.IRepository
-
This method delivers the repository name of this repository type.
- getResourceName() - Method in class kieker.common.record.system.ResourceUtilizationRecord
-
- getResponseTime() - Method in class kieker.tools.opad.record.NamedDoubleRecord
-
- getReturnType() - Method in class kieker.common.util.signature.Signature
-
- getRGB() - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.Color
-
Returns this color's RGB value as an int
.
- getRootNode() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraph
-
Returns this graph's root node.
- getRootPair() - Method in class kieker.tools.traceAnalysis.systemModel.repository.AssemblyComponentOperationPairFactory
-
- getRxBytesPerSecond() - Method in class kieker.common.record.system.NetworkUtilizationRecord
-
- getRxDroppedPerSecond() - Method in class kieker.common.record.system.NetworkUtilizationRecord
-
- getRxErrorsPerSecond() - Method in class kieker.common.record.system.NetworkUtilizationRecord
-
- getRxFramePerSecond() - Method in class kieker.common.record.system.NetworkUtilizationRecord
-
- getRxOverrunsPerSecond() - Method in class kieker.common.record.system.NetworkUtilizationRecord
-
- getRxPacketsPerSecond() - Method in class kieker.common.record.system.NetworkUtilizationRecord
-
- getSamplingController() - Method in class kieker.monitoring.core.controller.MonitoringController
-
- getScore() - Method in class kieker.tools.opad.record.StorableDetectionResult
-
- getScore() - Method in class kieker.tools.opad.timeseries.anomalycalculators.AnomalyScore
-
- getSendingExecution() - Method in class kieker.tools.traceAnalysis.systemModel.AbstractMessage
-
Delivers the object which sent the message.
- getSequenceAsVector() - Method in class kieker.tools.traceAnalysis.systemModel.MessageTrace
-
Returns the message sequence contained in this trace as an (unmodifiable) list.
- getServiceTime() - Method in class kieker.common.record.system.DiskUsageRecord
-
- getSessionId() - Method in class kieker.common.record.controlflow.OperationExecutionRecord
-
- getSessionId() - Method in class kieker.common.record.flow.trace.TraceMetadata
-
- getSessionId() - Method in class kieker.tools.traceAnalysis.systemModel.AbstractSession
-
Returns this session's session ID.
- getSessionId() - Method in class kieker.tools.traceAnalysis.systemModel.AbstractTrace
-
Delivers the ID of the session.
- getSessionId() - Method in class kieker.tools.traceAnalysis.systemModel.Execution
-
Returns the sessionId and a default sessionId if no sessionId assigned.
- getSessionId() - Method in class kieker.tools.traceAnalysis.systemModel.TraceInformation
-
Returns the trace's session ID, if any.
- getShort() - Method in class kieker.common.record.io.DefaultValueDeserializer
-
- getShort() - Method in interface kieker.common.record.io.IValueDeserializer
-
Retrieves a short
value from the underlying data source.
- getShort() - Method in class kieker.common.record.io.TextValueDeserializer
-
- getSigar() - Method in enum kieker.monitoring.sampler.sigar.SigarSamplerFactory
-
- getSignature() - Method in class kieker.common.util.signature.ClassOperationSignaturePair
-
Delivers the signature.
- getSignature() - Method in class kieker.tools.traceAnalysis.systemModel.Operation
-
Delivers the signature of the operation.
- getSimpleClassname() - Method in class kieker.common.util.signature.ClassOperationSignaturePair
-
This method delivers a simplified version of the fully qualified class name.
- getSize() - Method in class kieker.analysis.plugin.reader.newio.deserializer.DeserializerStringRegistry
-
- getSize() - Method in class kieker.common.record.controlflow.BranchingRecord
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.controlflow.OperationExecutionRecord
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.flow.thread.AfterFailedThreadBasedEvent
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.flow.thread.AfterThreadBasedEvent
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.flow.thread.BeforeThreadBasedEvent
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.flow.trace.concurrency.JoinEvent
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorEntryEvent
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorExitEvent
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorNotifyAllEvent
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorNotifyEvent
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorRequestEvent
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorWaitEvent
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.flow.trace.concurrency.SplitEvent
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.flow.trace.ConstructionEvent
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.flow.trace.operation.AfterOperationEvent
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.flow.trace.operation.AfterOperationFailedEvent
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.flow.trace.operation.BeforeOperationEvent
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.flow.trace.operation.CallOperationEvent
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.flow.trace.operation.constructor.AfterConstructorEvent
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.flow.trace.operation.constructor.AfterConstructorFailedEvent
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.flow.trace.operation.constructor.BeforeConstructorEvent
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.flow.trace.operation.constructor.CallConstructorEvent
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorFailedObjectEvent
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorObjectEvent
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectEvent
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectInterfaceEvent
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.flow.trace.operation.constructor.object.CallConstructorObjectEvent
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.flow.trace.operation.object.AfterOperationFailedObjectEvent
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.flow.trace.operation.object.AfterOperationObjectEvent
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectEvent
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectInterfaceEvent
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.flow.trace.operation.object.CallOperationObjectEvent
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.flow.trace.TraceMetadata
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in interface kieker.common.record.IMonitoringRecord
-
Deprecated.
since 1.13 (to be removed in 1.14) With the introduction of value serializers, this method has become obsolete.
- getSize() - Method in class kieker.common.record.jvm.ClassLoadingRecord
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.jvm.CompilationRecord
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.jvm.GCRecord
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.jvm.MemoryRecord
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.jvm.ThreadsStatusRecord
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.jvm.UptimeRecord
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.misc.EmptyRecord
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.misc.HostApplicationMetaData
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.misc.KiekerMetadataRecord
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.misc.RegistryRecord
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.misc.ThreadMetaData
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.misc.TimestampRecord
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.system.CPUUtilizationRecord
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.system.DiskUsageRecord
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.system.LoadAverageRecord
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.system.MemSwapUsageRecord
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.system.NetworkUtilizationRecord
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.common.record.system.ResourceUtilizationRecord
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in interface kieker.common.util.registry.IRegistry
-
Returns the number of registered objects.
- getSize() - Method in class kieker.common.util.registry.Lookup
-
- getSize() - Method in class kieker.common.util.registry.reader.GetValueAdapter
-
- getSize() - Method in class kieker.common.util.registry.Registry
-
- getSize() - Method in class kieker.monitoring.registry.GetIdAdapter
-
- getSize() - Method in class kieker.monitoring.registry.RegisterAdapter
-
- getSize() - Method in class kieker.tools.opad.record.AggregationWindow
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.tools.opad.record.ExtendedStorableDetectionResult
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.tools.opad.record.NamedDoubleRecord
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.tools.opad.record.NamedTSPoint
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in class kieker.tools.opad.record.StorableDetectionResult
-
This method should deliver the size of a binary representation of this record.
- getSize() - Method in interface kieker.tools.opad.timeseries.ITimeSeriesPointsBuffer
-
Returns the current size of the buffer.
- getSize() - Method in class kieker.tools.opad.timeseries.TimeSeriesPointsBuffer
-
- getSource() - Method in class kieker.analysis.model.MetaModelHandler.PluginConnection
-
- getSource() - Method in class kieker.analysis.model.MetaModelHandler.RepositoryConnection
-
- getSource() - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractEdge
-
Returns the source of this edge.
- getSourceWeight() - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractWeightedEdge
-
Return this edge's source weight.
- getSpeed() - Method in class kieker.common.record.system.NetworkUtilizationRecord
-
- getStartTime() - Method in interface kieker.tools.opad.timeseries.ITimeSeries
-
Returns the start of the time series, i.e., the time of the first value.
- getStartTime() - Method in class kieker.tools.opad.timeseries.TimeSeries
-
- getStartTimestamp() - Method in class kieker.tools.traceAnalysis.systemModel.AbstractSession
-
Returns this trace's start timestamp.
- getStartTimestamp() - Method in class kieker.tools.traceAnalysis.systemModel.AbstractTrace
-
Returns this trace's start timestamp.
- getStartTimestamp() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionTrace
-
- getStartTimestamp() - Method in class kieker.tools.traceAnalysis.systemModel.MessageTrace
-
- getState() - Method in class kieker.analysis.AnalysisController
-
Delivers the current state of the analysis controller.
- getState() - Method in interface kieker.analysis.IProjectContext
-
Delivers the current state of the analysis controller.
- getState() - Method in class kieker.analysis.plugin.AbstractPlugin
- getState() - Method in interface kieker.analysis.plugin.IPlugin
-
- getStepSize() - Method in class kieker.tools.opad.timeseries.TimeSeries
-
Returns the step size between each item in the timeseries.
- getStrBytes() - Method in class kieker.common.record.misc.RegistryRecord
-
- getString() - Method in class kieker.common.record.io.DefaultValueDeserializer
-
- getString() - Method in interface kieker.common.record.io.IValueDeserializer
-
Retrieves a String
value from the underlying data source.
- getString() - Method in class kieker.common.record.io.TextValueDeserializer
-
- getString() - Method in class kieker.common.record.misc.RegistryRecord
-
- getStringArrayProperty(String) - Method in class kieker.common.configuration.Configuration
-
Interprets the property (defined by the given key) as an array of values and transforms it into a real array.
- getStringArrayProperty(String, String) - Method in class kieker.common.configuration.Configuration
-
Interprets the property (defined by the given key) as an array of values and transforms it into a real array.
- getStringProperty(String) - Method in class kieker.common.configuration.Configuration
-
Reads the given property from the configuration and interprets it as a string.
- getStringProperty(String, String) - Method in class kieker.common.configuration.Configuration
-
Reads the given property from the configuration and interprets it as a string.
- getStrPattern() - Method in class kieker.monitoring.core.signaturePattern.PatternEntry
-
- getSubscribers() - Method in class kieker.analysis.model.analysisMetaModel.impl.MOutputPort
-
- getSubscribers() - Method in interface kieker.analysis.model.analysisMetaModel.MIOutputPort
-
Returns the value of the 'Subscribers' reference list.
- getSuccessCount() - Method in class kieker.tools.traceAnalysis.filter.AbstractTraceProcessingFilter
-
Delivers the number of traces which have been processed successfully.
- getSwapFree() - Method in class kieker.common.record.system.MemSwapUsageRecord
-
- getSwapPieChart() - Method in class kieker.analysis.plugin.filter.sink.MemSwapUtilizationDisplayFilter
-
- getSwapTotal() - Method in class kieker.common.record.system.MemSwapUsageRecord
-
- getSwapUsed() - Method in class kieker.common.record.system.MemSwapUsageRecord
-
- getSystem() - Method in class kieker.common.record.system.CPUUtilizationRecord
-
- getSystemEntityFactory() - Method in class kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
-
- getSystemFactory() - Method in class kieker.tools.traceAnalysis.systemModel.repository.AbstractSystemSubRepository
-
- getSystemName() - Method in class kieker.common.record.misc.HostApplicationMetaData
-
- getTarget() - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractEdge
-
Returns the target of this edge.
- getTargetWeight() - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractWeightedEdge
-
Return this edge's target weight.
- getter() - Method in class kieker.monitoring.probe.aspectj.AbstractAspectJProbe
-
This is a pointcut accepting all calls and executions of getter methods (methods which return something and start with get
or return a boolean and
start with is
).
- getText() - Method in class kieker.analysis.display.PlainText
-
Delivers the current text stored within this object.
- getThreadCount() - Method in class kieker.common.record.jvm.ThreadsStatusRecord
-
- getThreadId() - Method in interface kieker.common.record.flow.IThreadBasedRecord
-
- getThreadId() - Method in class kieker.common.record.flow.thread.AbstractThreadBasedEvent
-
- getThreadId() - Method in class kieker.common.record.flow.trace.TraceMetadata
-
- getThreadId() - Method in class kieker.common.record.misc.ThreadMetaData
-
- getTime() - Method in interface kieker.monitoring.timer.ITimeSource
-
- getTime() - Method in class kieker.monitoring.timer.SystemMilliTimer
-
- getTime() - Method in class kieker.monitoring.timer.SystemNanoTimer
-
- getTime() - Method in class kieker.tools.opad.model.ForecastMeasurementPair
-
- getTime() - Method in interface kieker.tools.opad.timeseries.ITimeSeriesPoint
-
- getTime() - Method in class kieker.tools.opad.timeseries.TimeSeriesPoint
-
- getTimeOffset() - Method in class kieker.common.record.misc.KiekerMetadataRecord
-
- getTimeSeriesTimeUnit() - Method in interface kieker.tools.opad.timeseries.ITimeSeries
-
- getTimeSeriesTimeUnit() - Method in class kieker.tools.opad.timeseries.TimeSeries
-
- getTimeSource() - Method in interface kieker.monitoring.core.controller.ITimeSourceController
-
Returns the ITimeSource used in this controller.
- getTimeSource() - Method in class kieker.monitoring.core.controller.MonitoringController
-
- getTimeSource() - Method in class kieker.monitoring.core.controller.TimeSourceController
-
- getTimestamp() - Method in class kieker.common.record.controlflow.BranchingRecord
-
- getTimestamp() - Method in class kieker.common.record.flow.AbstractEvent
-
- getTimestamp() - Method in interface kieker.common.record.flow.IEventRecord
-
- getTimestamp() - Method in class kieker.common.record.jvm.AbstractJVMRecord
-
- getTimestamp() - Method in class kieker.common.record.misc.TimestampRecord
-
- getTimestamp() - Method in class kieker.common.record.system.CPUUtilizationRecord
-
- getTimestamp() - Method in class kieker.common.record.system.DiskUsageRecord
-
- getTimestamp() - Method in class kieker.common.record.system.LoadAverageRecord
-
- getTimestamp() - Method in class kieker.common.record.system.MemSwapUsageRecord
-
- getTimestamp() - Method in class kieker.common.record.system.NetworkUtilizationRecord
-
- getTimestamp() - Method in class kieker.common.record.system.ResourceUtilizationRecord
-
- getTimestamp() - Method in class kieker.tools.opad.record.NamedDoubleRecord
-
- getTimestamp() - Method in class kieker.tools.opad.record.NamedTSPoint
-
- getTimestamp() - Method in class kieker.tools.opad.record.StorableDetectionResult
-
- getTimestamp() - Method in class kieker.tools.traceAnalysis.systemModel.AbstractMessage
-
Delivers the timestamp at which the message was created.
- getTimeUnit() - Method in class kieker.common.record.misc.KiekerMetadataRecord
-
- getTimeUnit() - Method in interface kieker.monitoring.timer.ITimeSource
-
- getTimeUnit() - Method in class kieker.monitoring.timer.SystemMilliTimer
-
- getTimeUnit() - Method in class kieker.monitoring.timer.SystemNanoTimer
-
- getTin() - Method in class kieker.common.record.controlflow.OperationExecutionRecord
-
- getTin() - Method in class kieker.tools.traceAnalysis.systemModel.Execution
-
- getTotalCompilationTimeMS() - Method in class kieker.common.record.jvm.CompilationRecord
-
- getTotalCount() - Method in class kieker.tools.traceAnalysis.filter.AbstractTraceProcessingFilter
-
Delivers the total number of traces which have been processed.
- getTotalLoadedClassCount() - Method in class kieker.common.record.jvm.ClassLoadingRecord
-
- getTotalResponseTime() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ResponseTimeDecoration
-
- getTotalStartedThreadCount() - Method in class kieker.common.record.jvm.ThreadsStatusRecord
-
- getTotalUtilization() - Method in class kieker.common.record.system.CPUUtilizationRecord
-
- getTout() - Method in class kieker.common.record.controlflow.OperationExecutionRecord
-
- getTout() - Method in class kieker.tools.traceAnalysis.systemModel.Execution
-
- getTrace() - Method in enum kieker.monitoring.core.registry.TraceRegistry
-
Gets a Trace for the current thread.
- getTraceAsSortedExecutionSet() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionTrace
-
Returns a sorted set (unmodifiable) of
Execution
s in this trace.
- getTraceEvents() - Method in class kieker.analysis.plugin.filter.flow.TraceEventRecords
-
Delivers the stored trace events.
- getTraceId() - Method in class kieker.common.record.controlflow.OperationExecutionRecord
-
- getTraceId() - Method in interface kieker.common.record.flow.ITraceRecord
-
- getTraceId() - Method in class kieker.common.record.flow.trace.AbstractTraceEvent
-
- getTraceId() - Method in class kieker.common.record.flow.trace.TraceMetadata
-
- getTraceId() - Method in class kieker.tools.traceAnalysis.systemModel.AbstractTrace
-
Returns this trace's trace ID.
- getTraceId() - Method in class kieker.tools.traceAnalysis.systemModel.Execution
-
- getTraceId() - Method in class kieker.tools.traceAnalysis.systemModel.TraceInformation
-
Returns the trace ID.
- getTraceInformation() - Method in class kieker.tools.traceAnalysis.systemModel.AbstractTrace
-
Returns information about this trace.
- getTraceMetadata() - Method in class kieker.analysis.plugin.filter.flow.TraceEventRecords
-
Delivers the stored traces.
- getTsOriginal() - Method in class kieker.tools.opad.timeseries.forecast.AbstractForecaster
-
- getTsOriginal() - Method in interface kieker.tools.opad.timeseries.forecast.IForecaster
-
Returns the original time series used for the forecast.
- getTxBytesPerSecond() - Method in class kieker.common.record.system.NetworkUtilizationRecord
-
- getTxCarrierPerSecond() - Method in class kieker.common.record.system.NetworkUtilizationRecord
-
- getTxCollisionsPerSecond() - Method in class kieker.common.record.system.NetworkUtilizationRecord
-
- getTxDroppedPerSecond() - Method in class kieker.common.record.system.NetworkUtilizationRecord
-
- getTxErrorsPerSecond() - Method in class kieker.common.record.system.NetworkUtilizationRecord
-
- getTxOverrunsPerSecond() - Method in class kieker.common.record.system.NetworkUtilizationRecord
-
- getTxPacketsPerSecond() - Method in class kieker.common.record.system.NetworkUtilizationRecord
-
- getType() - Method in class kieker.tools.traceAnalysis.systemModel.AssemblyComponent
-
- getTypeName() - Method in class kieker.tools.traceAnalysis.systemModel.ComponentType
-
Delivers the name of the type.
- getTypeRepositoryFactory() - Method in class kieker.tools.traceAnalysis.systemModel.repository.SystemModelRepository
-
Delivering the factory managing the available component types.
- getUniqueTraceId() - Method in enum kieker.monitoring.core.registry.ControlFlowRegistry
-
This methods returns a globally unique trace id.
- getUnloadedClassCount() - Method in class kieker.common.record.jvm.ClassLoadingRecord
-
- getUpdatedContent() - Method in interface kieker.analysis.plugin.filter.visualization.IWebVisualizationFilterPlugin
-
- getUpdatedContent() - Method in class kieker.analysis.plugin.filter.visualization.PlainTextWebVisualization
-
- getUpper() - Method in class kieker.tools.opad.timeseries.forecast.ForecastResult
-
- getUpper() - Method in interface kieker.tools.opad.timeseries.forecast.IForecastResult
-
- getUptimeMS() - Method in class kieker.common.record.jvm.UptimeRecord
-
- getUser() - Method in class kieker.common.record.system.CPUUtilizationRecord
-
- getUtilization() - Method in class kieker.common.record.system.ResourceUtilizationRecord
-
- getValue(String) - Method in class kieker.analysis.display.MeterGauge
-
- getValue(String) - Method in class kieker.analysis.display.PieChart
-
- getValue() - Method in class kieker.analysis.model.analysisMetaModel.impl.MProperty
-
- getValue() - Method in interface kieker.analysis.model.analysisMetaModel.MIProperty
-
Returns the value of the 'Value' attribute.
- getValue() - Method in class kieker.monitoring.probe.aspectj.beforeafter.onlycallee.Counter
-
- getValue() - Method in class kieker.tools.opad.model.ForecastMeasurementPair
-
- getValue() - Method in interface kieker.tools.opad.model.IDoubleValue
-
Returns the double value as basic type.
- getValue() - Method in class kieker.tools.opad.record.NamedTSPoint
-
- getValue() - Method in class kieker.tools.opad.record.StorableDetectionResult
-
- getValue() - Method in interface kieker.tools.opad.timeseries.ITimeSeriesPoint
-
- getValue() - Method in class kieker.tools.opad.timeseries.TimeSeriesPoint
-
- GetValueAdapter<E> - Class in kieker.common.util.registry.reader
-
Represents an adaptor from the new ReaderRegistry to the legacy IRegistry interface.
- GetValueAdapter(ReaderRegistry<E>) - Constructor for class kieker.common.util.registry.reader.GetValueAdapter
-
- getValueNames() - Method in class kieker.common.record.controlflow.BranchingRecord
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.controlflow.OperationExecutionRecord
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.flow.thread.AfterFailedThreadBasedEvent
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.flow.thread.AfterThreadBasedEvent
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.flow.thread.BeforeThreadBasedEvent
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.flow.trace.concurrency.JoinEvent
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorEntryEvent
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorExitEvent
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorNotifyAllEvent
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorNotifyEvent
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorRequestEvent
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorWaitEvent
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.flow.trace.concurrency.SplitEvent
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.flow.trace.ConstructionEvent
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.flow.trace.operation.AfterOperationEvent
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.flow.trace.operation.AfterOperationFailedEvent
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.flow.trace.operation.BeforeOperationEvent
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.flow.trace.operation.CallOperationEvent
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.flow.trace.operation.constructor.AfterConstructorEvent
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.flow.trace.operation.constructor.AfterConstructorFailedEvent
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.flow.trace.operation.constructor.BeforeConstructorEvent
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.flow.trace.operation.constructor.CallConstructorEvent
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorFailedObjectEvent
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorObjectEvent
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectEvent
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectInterfaceEvent
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.flow.trace.operation.constructor.object.CallConstructorObjectEvent
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.flow.trace.operation.object.AfterOperationFailedObjectEvent
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.flow.trace.operation.object.AfterOperationObjectEvent
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectEvent
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectInterfaceEvent
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.flow.trace.operation.object.CallOperationObjectEvent
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.flow.trace.TraceMetadata
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in interface kieker.common.record.IMonitoringRecord
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.jvm.ClassLoadingRecord
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.jvm.CompilationRecord
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.jvm.GCRecord
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.jvm.MemoryRecord
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.jvm.ThreadsStatusRecord
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.jvm.UptimeRecord
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.misc.EmptyRecord
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.misc.HostApplicationMetaData
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.misc.KiekerMetadataRecord
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.misc.RegistryRecord
-
- getValueNames() - Method in class kieker.common.record.misc.ThreadMetaData
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.misc.TimestampRecord
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.system.CPUUtilizationRecord
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.system.DiskUsageRecord
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.system.LoadAverageRecord
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.system.MemSwapUsageRecord
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.system.NetworkUtilizationRecord
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.common.record.system.ResourceUtilizationRecord
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.tools.opad.record.AggregationWindow
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.tools.opad.record.ExtendedStorableDetectionResult
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.tools.opad.record.NamedDoubleRecord
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.tools.opad.record.NamedTSPoint
-
This method delivers an array containing the value names of the record.
- getValueNames() - Method in class kieker.tools.opad.record.StorableDetectionResult
-
This method delivers an array containing the value names of the record.
- getValues() - Method in interface kieker.tools.opad.timeseries.ITimeSeries
-
Returns a list of all getPoints()getValues()
.
- getValues() - Method in class kieker.tools.opad.timeseries.TimeSeries
-
- getValueTypes() - Method in class kieker.common.record.controlflow.BranchingRecord
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.controlflow.OperationExecutionRecord
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.flow.thread.AfterFailedThreadBasedEvent
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.flow.thread.AfterThreadBasedEvent
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.flow.thread.BeforeThreadBasedEvent
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.flow.trace.concurrency.JoinEvent
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorEntryEvent
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorExitEvent
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorNotifyAllEvent
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorNotifyEvent
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorRequestEvent
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorWaitEvent
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.flow.trace.concurrency.SplitEvent
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.flow.trace.ConstructionEvent
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.flow.trace.operation.AfterOperationEvent
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.flow.trace.operation.AfterOperationFailedEvent
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.flow.trace.operation.BeforeOperationEvent
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.flow.trace.operation.CallOperationEvent
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.flow.trace.operation.constructor.AfterConstructorEvent
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.flow.trace.operation.constructor.AfterConstructorFailedEvent
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.flow.trace.operation.constructor.BeforeConstructorEvent
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.flow.trace.operation.constructor.CallConstructorEvent
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorFailedObjectEvent
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorObjectEvent
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectEvent
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectInterfaceEvent
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.flow.trace.operation.constructor.object.CallConstructorObjectEvent
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.flow.trace.operation.object.AfterOperationFailedObjectEvent
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.flow.trace.operation.object.AfterOperationObjectEvent
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectEvent
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectInterfaceEvent
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.flow.trace.operation.object.CallOperationObjectEvent
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.flow.trace.TraceMetadata
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in interface kieker.common.record.IMonitoringRecord
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.jvm.ClassLoadingRecord
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.jvm.CompilationRecord
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.jvm.GCRecord
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.jvm.MemoryRecord
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.jvm.ThreadsStatusRecord
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.jvm.UptimeRecord
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.misc.EmptyRecord
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.misc.HostApplicationMetaData
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.misc.KiekerMetadataRecord
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.misc.RegistryRecord
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.misc.ThreadMetaData
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.misc.TimestampRecord
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.system.CPUUtilizationRecord
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.system.DiskUsageRecord
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.system.LoadAverageRecord
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.system.MemSwapUsageRecord
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.system.NetworkUtilizationRecord
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.common.record.system.ResourceUtilizationRecord
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.tools.opad.record.AggregationWindow
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.tools.opad.record.ExtendedStorableDetectionResult
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.tools.opad.record.NamedDoubleRecord
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.tools.opad.record.NamedTSPoint
-
This method delivers an array with the classes of the single values for the record.
- getValueTypes() - Method in class kieker.tools.opad.record.StorableDetectionResult
-
This method delivers an array with the classes of the single values for the record.
- getVersion() - Method in class kieker.common.record.misc.KiekerMetadataRecord
-
- getVERSION() - Static method in class kieker.common.util.Version
-
Returns the version String.
- getVersion() - Static method in class kieker.monitoring.core.controller.MonitoringController
-
Return the version name of this controller instance.
- getVertices() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraph
-
- getVertices() - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractGraph
-
Returns the vertices contained in this graph.
- getView() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getView() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for class '
View
'.
- getView_Description() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getView_Description() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for the attribute '
Description
'.
- getView_DisplayConnectors() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getView_DisplayConnectors() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
- getView_Id() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getView_Id() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for the attribute '
Id
'.
- getView_Name() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
- getView_Name() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
Returns the meta object for the attribute '
Name
'.
- getViews() - Method in class kieker.analysis.model.analysisMetaModel.impl.MProject
-
- getViews() - Method in interface kieker.analysis.model.analysisMetaModel.MIProject
-
Returns the value of the 'Views' containment reference list.
- getVmName() - Method in class kieker.common.record.jvm.AbstractJVMRecord
-
- getWait() - Method in class kieker.common.record.system.CPUUtilizationRecord
-
- getWeight() - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractWeightedEdge
-
Returns this edge's weight.
- getWindowEnd() - Method in class kieker.tools.opad.record.AggregationWindow
-
- getWindowStart() - Method in class kieker.tools.opad.record.AggregationWindow
-
- getWriteBytesPerSecond() - Method in class kieker.common.record.system.DiskUsageRecord
-
- getWritesPerSecond() - Method in class kieker.common.record.system.DiskUsageRecord
-
- getXYPlot() - Method in class kieker.analysis.plugin.filter.sink.CPUUtilizationDisplayFilter
-
- getXYPlot() - Method in class kieker.analysis.plugin.filter.sink.GCDisplayFilter
-
- getXYPlot() - Method in class kieker.analysis.plugin.filter.sink.MemSwapUtilizationDisplayFilter
-
- getXYPlot() - Method in class kieker.analysis.plugin.filter.sink.ThreadsStatusDisplayFilter
-
- getXYPlot() - Method in class kieker.tools.opad.filter.AnomalyScoreVisualizationFilter
-
- GlobalConfigurationRegistry - Class in kieker.analysis.configuration
-
This is a global accesible singleton class to update the configuration of registered filters during runtime.
- GraphFormattingException - Exception in kieker.tools.traceAnalysis.filter.visualization.exception
-
Generic exception which denotes that an error has occured during graph formatting.
- GraphFormattingException(String) - Constructor for exception kieker.tools.traceAnalysis.filter.visualization.exception.GraphFormattingException
-
Creates a new exception with the given message.
- GraphFormattingException(Throwable) - Constructor for exception kieker.tools.traceAnalysis.filter.visualization.exception.GraphFormattingException
-
Creates a new exception with the given cause.
- GraphFormattingException(String, Throwable) - Constructor for exception kieker.tools.traceAnalysis.filter.visualization.exception.GraphFormattingException
-
Creates a new exception with a given message and a given cause.
- GraphWriterPlugin - Class in kieker.tools.traceAnalysis.filter.visualization
-
Generic graph writer plugin to generate graph specifications and save them to disk.
- GraphWriterPlugin(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.GraphWriterPlugin
-
Creates a new instance of this class using the given parameters.
- GRAY - Static variable in class kieker.tools.traceAnalysis.filter.visualization.graph.Color
-
The predefined color gray.
- GREEN - Static variable in class kieker.tools.traceAnalysis.filter.visualization.graph.Color
-
The predefined color green.
- GZIP - Static variable in class kieker.common.util.filesystem.FileExtensionFilter
-
- GZIP_FILE_EXTENSION - Static variable in class kieker.common.util.filesystem.FSUtil
-
The extension of Kieker's gzipped record files.
- IAnalysisComponent - Interface in kieker.analysis.analysisComponent
-
This is the interface for an analysis component in Kieker.
- IAnalysisController - Interface in kieker.analysis
-
This is the interface to
AnalysisController
, allowing not only to access read-methods but also to modify the analysis itself.
- IAnomalyScoreCalculator<T> - Interface in kieker.tools.opad.timeseries.anomalycalculators
-
Classes implementing this interface calculate anomaly scores based on a forecasted and an actual value.
- ICallObjectRecord - Interface in kieker.common.record.flow
-
- ICallRecord - Interface in kieker.common.record.flow
-
- IClassSignature - Interface in kieker.common.record.flow
-
- IConstructorRecord - Interface in kieker.common.record.flow
-
- id - Variable in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisComponent
-
The cached value of the '
Id
' attribute.
- id - Variable in class kieker.analysis.model.analysisMetaModel.impl.MDisplay
-
The cached value of the '
Id
' attribute.
- id - Variable in class kieker.analysis.model.analysisMetaModel.impl.MDisplayConnector
-
The cached value of the '
Id
' attribute.
- id - Variable in class kieker.analysis.model.analysisMetaModel.impl.MPort
-
The cached value of the '
Id
' attribute.
- id - Variable in class kieker.analysis.model.analysisMetaModel.impl.MRepositoryConnector
-
The cached value of the '
Id
' attribute.
- id - Variable in class kieker.analysis.model.analysisMetaModel.impl.MView
-
The cached value of the '
Id
' attribute.
- ID_EDEFAULT - Static variable in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisComponent
-
The default value of the '
Id
' attribute.
- ID_EDEFAULT - Static variable in class kieker.analysis.model.analysisMetaModel.impl.MDisplay
-
The default value of the '
Id
' attribute.
- ID_EDEFAULT - Static variable in class kieker.analysis.model.analysisMetaModel.impl.MDisplayConnector
-
The default value of the '
Id
' attribute.
- ID_EDEFAULT - Static variable in class kieker.analysis.model.analysisMetaModel.impl.MPort
-
The default value of the '
Id
' attribute.
- ID_EDEFAULT - Static variable in class kieker.analysis.model.analysisMetaModel.impl.MRepositoryConnector
-
The default value of the '
Id
' attribute.
- ID_EDEFAULT - Static variable in class kieker.analysis.model.analysisMetaModel.impl.MView
-
The default value of the '
Id
' attribute.
- IdGenerator - Class in kieker.monitoring
-
Generates unique identifiers in a thread-safe way.
- IdGenerator() - Constructor for class kieker.monitoring.IdGenerator
-
Creates a new generator for unique identifiers.
- IDLE - Static variable in class kieker.common.record.system.CPUUtilizationRecord
-
- IDoubleValue - Interface in kieker.tools.opad.model
-
- IEventRecord - Interface in kieker.common.record.flow
-
- IExceptionRecord - Interface in kieker.common.record.flow
-
- IFilterPlugin - Interface in kieker.analysis.plugin.filter
-
This is the interface for filter plugins within Kieker.
- IFlowRecord - Interface in kieker.common.record.flow
-
- IForecaster<T> - Interface in kieker.tools.opad.timeseries.forecast
-
- IForecastMeasurementPair - Interface in kieker.tools.opad.model
-
- IForecastResult - Interface in kieker.tools.opad.timeseries.forecast
-
- IGraphOutputtingFilter<G extends AbstractGraph<?,?,?>> - Interface in kieker.tools.traceAnalysis.filter
-
Interface for graph-outputting filters.
- IGraphProducingFilter<G extends AbstractGraph<?,?,?>> - Interface in kieker.tools.traceAnalysis.filter
-
Interface for graph-producing filters.
- IInterfaceRecord - Interface in kieker.common.record.flow
-
- IJMXController - Interface in kieker.monitoring.core.controller
-
This controller publishes all interface methods of IMonitoringController as a MBean.
- ILookup<E> - Interface in kieker.common.util.registry
-
A generic interface to query registered unique IDs of objects.
- Image - Class in kieker.analysis.display
-
his class is currently under development, mostly for test purposes, and not designed for productive deployment.
- Image() - Constructor for class kieker.analysis.display.Image
-
Creates a new instance of this class.
- IMonitoringController - Interface in kieker.monitoring.core.controller
-
- IMonitoringProbe - Interface in kieker.monitoring.probe
-
This is just a marker interface any Kieker monitoring probe should implement.
- IMonitoringRecord - Interface in kieker.common.record
-
All Kieker monitoring records have to implement this minimal interface.
- IMonitoringRecord.BinaryFactory - Interface in kieker.common.record
-
Any record that implements this interface has to conform to certain specifications.
- IMonitoringRecord.Factory - Interface in kieker.common.record
-
Any record that implements this interface has to conform to certain specifications.
- IMonitoringRecordDeserializer - Interface in kieker.analysis.plugin.reader.newio.deserializer
-
Interface for monitoring record deserializers.
- IMonitoringRecordReceiver - Interface in kieker.analysis.plugin.reader.util
-
This is a simple interface showing that the
FSReader
can receive records.
- IMonitoringRecordReceiver - Interface in kieker.common.util.registry
-
- IMonitoringRecordSerializer - Interface in kieker.monitoring.writer.serializer
-
Interface for monitoring record serializers.
- INamedElement - Interface in kieker.tools.opad.model
-
- incExperimentId() - Method in interface kieker.monitoring.core.controller.IStateController
-
Increments the experiment ID by 1 and returns the new value.
- incExperimentId() - Method in class kieker.monitoring.core.controller.MonitoringController
-
- incExperimentId() - Method in class kieker.monitoring.core.controller.StateController
-
Increments the experiment ID by 1 and returns the new value.
- includeWeights - Variable in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatterVisitor
-
The flag determining whether to include weights or not.
- incrementAndRecallThreadLocalEOI() - Method in enum kieker.monitoring.core.registry.ControlFlowRegistry
-
Since this method accesses a ThreadLocal variable, it is not (necessary to be) thread-safe.
- incrementCounter(String) - Method in class kieker.analysis.display.TagCloud
-
- incrementValue() - Method in class kieker.monitoring.probe.aspectj.beforeafter.onlycallee.Counter
-
- INFINITE_CAPACITY - Static variable in interface kieker.tools.opad.timeseries.ITimeSeries
-
infite capacity.
- INFINITE_EMITS - Static variable in class kieker.analysis.plugin.reader.timer.TimeReader
-
A value for the number of impulses.
- info(String) - Method in interface kieker.common.logging.Log
-
Log a message with info log level.
- info(String, Throwable) - Method in interface kieker.common.logging.Log
-
Log an error with info log level.
- info(String) - Method in class kieker.common.logging.LogImplCommonsLogging
-
Log a message with info log level.
- info(String, Throwable) - Method in class kieker.common.logging.LogImplCommonsLogging
-
Log an error with info log level.
- info(String) - Method in class kieker.common.logging.LogImplJDK14
-
Log a message with info log level.
- info(String, Throwable) - Method in class kieker.common.logging.LogImplJDK14
-
Log an error with info log level.
- info(String) - Method in class kieker.common.logging.LogImplJUnit
-
Log a message with info log level.
- info(String, Throwable) - Method in class kieker.common.logging.LogImplJUnit
-
Log an error with info log level.
- info(String) - Method in class kieker.common.logging.LogImplNone
-
Log a message with info log level.
- info(String, Throwable) - Method in class kieker.common.logging.LogImplNone
-
Log an error with info log level.
- info(String) - Method in class kieker.common.logging.LogImplSLF4JLogging
-
Log a message with info log level.
- info(String, Throwable) - Method in class kieker.common.logging.LogImplSLF4JLogging
-
Log an error with info log level.
- info(String) - Method in class kieker.common.logging.LogImplWebguiLogging
-
Log a message with info log level.
- info(String, Throwable) - Method in class kieker.common.logging.LogImplWebguiLogging
-
Log an error with info log level.
- info(Object) - Method in class org.apache.commons.logging.impl.Jdk14LoggerPatched
-
- info(Object, Throwable) - Method in class org.apache.commons.logging.impl.Jdk14LoggerPatched
-
- init() - Static method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelFactory
-
Creates the default factory implementation.
- init() - Static method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
- init() - Method in class kieker.analysis.plugin.filter.AbstractFilterPlugin
-
Initiates the start of a component.
- init() - Method in class kieker.analysis.plugin.filter.forward.CountingFilter
-
- init() - Method in interface kieker.analysis.plugin.IPlugin
-
Initiates the start of a component.
- init() - Method in class kieker.analysis.plugin.reader.AbstractReaderPlugin
-
Initiates the start of a component.
- init() - Method in class kieker.analysis.plugin.reader.AbstractStringRegistryReaderPlugin
-
- init() - Method in class kieker.analysis.plugin.reader.amqp.AmqpReader
-
- init() - Method in class kieker.analysis.plugin.reader.kafka.KafkaReader
-
- init() - Method in class kieker.analysis.plugin.reader.newio.deserializer.BinaryDeserializer
-
- init() - Method in interface kieker.analysis.plugin.reader.newio.deserializer.IMonitoringRecordDeserializer
-
Lifecycle event, is called before data is read.
- init() - Method in class kieker.analysis.plugin.reader.newio.RawDataReaderPlugin
-
- init() - Method in class kieker.analysis.plugin.reader.tcp.DualSocketTcpReader
-
- init() - Method in class kieker.analysis.plugin.reader.tcp.TCPReader
-
- init() - Method in class kieker.monitoring.core.controller.AbstractController
-
This method should to the initialization work.
- init() - Method in class kieker.monitoring.core.controller.JMXController
-
- init() - Method in class kieker.monitoring.core.controller.MonitoringController
-
- init() - Method in class kieker.monitoring.core.controller.ProbeController
-
- init() - Method in class kieker.monitoring.core.controller.SamplingController
-
- init() - Method in class kieker.monitoring.core.controller.StateController
-
- init() - Method in class kieker.monitoring.core.controller.TimeSourceController
-
- init() - Method in class kieker.monitoring.core.controller.WriterController
-
- init(FilterConfig) - Method in class kieker.monitoring.probe.servlet.SessionAndTraceRegistrationFilter
-
- init() - Method in class kieker.tools.traceAnalysis.filter.traceReconstruction.TraceReconstructionFilter
-
Initiates the start of a component.
- init() - Method in class kieker.tools.traceAnalysis.filter.visualization.AbstractGraphFilter
-
- init() - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.AggregatedAllocationComponentOperationCallTreeFilter
-
Initiates the start of a component.
- init() - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.AggregatedAssemblyComponentOperationCallTreeFilter
-
Initiates the start of a component.
- initFromArray(Object[]) - Method in class kieker.common.record.controlflow.BranchingRecord
-
- initFromArray(Object[]) - Method in class kieker.common.record.controlflow.OperationExecutionRecord
-
- initFromArray(Object[]) - Method in class kieker.common.record.flow.AbstractEvent
-
- initFromArray(Object[]) - Method in class kieker.common.record.flow.thread.AbstractThreadBasedEvent
-
- initFromArray(Object[]) - Method in class kieker.common.record.flow.thread.AfterFailedThreadBasedEvent
-
- initFromArray(Object[]) - Method in class kieker.common.record.flow.thread.AfterThreadBasedEvent
-
- initFromArray(Object[]) - Method in class kieker.common.record.flow.thread.BeforeThreadBasedEvent
-
- initFromArray(Object[]) - Method in class kieker.common.record.flow.trace.AbstractTraceEvent
-
- initFromArray(Object[]) - Method in class kieker.common.record.flow.trace.concurrency.JoinEvent
-
- initFromArray(Object[]) - Method in class kieker.common.record.flow.trace.concurrency.monitor.AbstractMonitorEvent
-
- initFromArray(Object[]) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorEntryEvent
-
- initFromArray(Object[]) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorExitEvent
-
- initFromArray(Object[]) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorNotifyAllEvent
-
- initFromArray(Object[]) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorNotifyEvent
-
- initFromArray(Object[]) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorRequestEvent
-
- initFromArray(Object[]) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorWaitEvent
-
- initFromArray(Object[]) - Method in class kieker.common.record.flow.trace.concurrency.SplitEvent
-
- initFromArray(Object[]) - Method in class kieker.common.record.flow.trace.ConstructionEvent
-
- initFromArray(Object[]) - Method in class kieker.common.record.flow.trace.operation.AbstractOperationEvent
-
- initFromArray(Object[]) - Method in class kieker.common.record.flow.trace.operation.AfterOperationEvent
-
- initFromArray(Object[]) - Method in class kieker.common.record.flow.trace.operation.AfterOperationFailedEvent
-
- initFromArray(Object[]) - Method in class kieker.common.record.flow.trace.operation.BeforeOperationEvent
-
- initFromArray(Object[]) - Method in class kieker.common.record.flow.trace.operation.CallOperationEvent
-
- initFromArray(Object[]) - Method in class kieker.common.record.flow.trace.operation.constructor.AfterConstructorEvent
-
- initFromArray(Object[]) - Method in class kieker.common.record.flow.trace.operation.constructor.AfterConstructorFailedEvent
-
- initFromArray(Object[]) - Method in class kieker.common.record.flow.trace.operation.constructor.BeforeConstructorEvent
-
- initFromArray(Object[]) - Method in class kieker.common.record.flow.trace.operation.constructor.CallConstructorEvent
-
- initFromArray(Object[]) - Method in class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorFailedObjectEvent
-
- initFromArray(Object[]) - Method in class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorObjectEvent
-
- initFromArray(Object[]) - Method in class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectEvent
-
- initFromArray(Object[]) - Method in class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectInterfaceEvent
-
- initFromArray(Object[]) - Method in class kieker.common.record.flow.trace.operation.constructor.object.CallConstructorObjectEvent
-
- initFromArray(Object[]) - Method in class kieker.common.record.flow.trace.operation.object.AfterOperationFailedObjectEvent
-
- initFromArray(Object[]) - Method in class kieker.common.record.flow.trace.operation.object.AfterOperationObjectEvent
-
- initFromArray(Object[]) - Method in class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectEvent
-
- initFromArray(Object[]) - Method in class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectInterfaceEvent
-
- initFromArray(Object[]) - Method in class kieker.common.record.flow.trace.operation.object.CallOperationObjectEvent
-
- initFromArray(Object[]) - Method in class kieker.common.record.flow.trace.TraceMetadata
-
- initFromArray(Object[]) - Method in interface kieker.common.record.IMonitoringRecord
-
This method should initialize the record based on the given values.
- initFromArray(Object[]) - Method in class kieker.common.record.jvm.AbstractJVMRecord
-
- initFromArray(Object[]) - Method in class kieker.common.record.jvm.ClassLoadingRecord
-
- initFromArray(Object[]) - Method in class kieker.common.record.jvm.CompilationRecord
-
- initFromArray(Object[]) - Method in class kieker.common.record.jvm.GCRecord
-
- initFromArray(Object[]) - Method in class kieker.common.record.jvm.MemoryRecord
-
- initFromArray(Object[]) - Method in class kieker.common.record.jvm.ThreadsStatusRecord
-
- initFromArray(Object[]) - Method in class kieker.common.record.jvm.UptimeRecord
-
- initFromArray(Object[]) - Method in class kieker.common.record.misc.EmptyRecord
-
- initFromArray(Object[]) - Method in class kieker.common.record.misc.HostApplicationMetaData
-
- initFromArray(Object[]) - Method in class kieker.common.record.misc.KiekerMetadataRecord
-
- initFromArray(Object[]) - Method in class kieker.common.record.misc.RegistryRecord
-
- initFromArray(Object[]) - Method in class kieker.common.record.misc.ThreadMetaData
-
- initFromArray(Object[]) - Method in class kieker.common.record.misc.TimestampRecord
-
- initFromArray(Object[]) - Method in class kieker.common.record.system.CPUUtilizationRecord
-
- initFromArray(Object[]) - Method in class kieker.common.record.system.DiskUsageRecord
-
- initFromArray(Object[]) - Method in class kieker.common.record.system.LoadAverageRecord
-
- initFromArray(Object[]) - Method in class kieker.common.record.system.MemSwapUsageRecord
-
- initFromArray(Object[]) - Method in class kieker.common.record.system.NetworkUtilizationRecord
-
- initFromArray(Object[]) - Method in class kieker.common.record.system.ResourceUtilizationRecord
-
- initFromArray(Object[]) - Method in class kieker.tools.opad.record.AggregationWindow
-
- initFromArray(Object[]) - Method in class kieker.tools.opad.record.ExtendedStorableDetectionResult
-
- initFromArray(Object[]) - Method in class kieker.tools.opad.record.NamedDoubleRecord
-
- initFromArray(Object[]) - Method in class kieker.tools.opad.record.NamedTSPoint
-
- initFromArray(Object[]) - Method in class kieker.tools.opad.record.StorableDetectionResult
-
- initialize() - Method in class kieker.tools.bridge.connector.http.HTTPConnector
-
- initialize() - Method in interface kieker.tools.bridge.connector.IServiceConnector
-
Called to initialize the channel to read record information.
- initialize() - Method in class kieker.tools.bridge.connector.jms.JMSClientConnector
-
Initialize the JMS connection to read from a JMS queue.
- initialize() - Method in class kieker.tools.bridge.connector.jms.JMSEmbeddedConnector
-
- initialize() - Method in class kieker.tools.bridge.connector.tcp.TCPClientConnector
-
Create the connection to a remote service providing records.
- initialize() - Method in class kieker.tools.bridge.connector.tcp.TCPMultiServerConnector
-
Initializes internal queues and an executor pool for communication.
- initialize() - Method in class kieker.tools.bridge.connector.tcp.TCPSingleServerConnector
-
Initializes a server socket and data stream for a single connection.
- initializePackageContents() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
-
Complete the initialization of the package and its meta-model.
- input(T) - Method in class kieker.analysis.plugin.filter.forward.ListCollectionFilter
-
This method represents the input port.
- input(CPUUtilizationRecord) - Method in class kieker.analysis.plugin.filter.sink.CPUUtilizationDisplayFilter
-
- input(GCRecord) - Method in class kieker.analysis.plugin.filter.sink.GCDisplayFilter
-
This method represents the input port receiving the incoming events.
- input(MemSwapUsageRecord) - Method in class kieker.analysis.plugin.filter.sink.MemSwapUtilizationDisplayFilter
-
This method represents the input port receiving the incoming events.
- input(OperationExecutionRecord) - Method in class kieker.analysis.plugin.filter.sink.MethodAndComponentFlowDisplayFilter
-
This method represents the input port receiving the incoming events.
- input(ThreadsStatusRecord) - Method in class kieker.analysis.plugin.filter.sink.ThreadsStatusDisplayFilter
-
This method represents the input port receiving the incoming events.
- INPUT_PORT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
- INPUT_PORT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
-
The meta object literal for the '
Input Port
' class.
- INPUT_PORT__EVENT_TYPES - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
The feature id for the 'Event Types' attribute list.
- INPUT_PORT__ID - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
The feature id for the 'Id' attribute.
- INPUT_PORT__NAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
The feature id for the 'Name' attribute.
- INPUT_PORT__PARENT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
The feature id for the 'Parent' container reference.
- INPUT_PORT__PARENT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
-
The meta object literal for the 'Parent' container reference feature.
- INPUT_PORT_ANOMALY_SCORE - Static variable in class kieker.tools.opad.filter.AnomalyDetectionFilter
-
- INPUT_PORT_CURRENT_FORECAST_PAIR - Static variable in class kieker.tools.opad.filter.AnomalyScoreCalculationFilter
-
- INPUT_PORT_FEATURE_COUNT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
The number of structural features of the 'Input Port' class.
- INPUT_PORT_NAME - Static variable in class kieker.analysis.plugin.filter.forward.ListCollectionFilter
-
The name of the input port for the incoming objects.
- INPUT_PORT_NAME_ANY_RECORD - Static variable in class kieker.analysis.plugin.filter.select.TimestampFilter
-
The name of the input port accepting records of any type.
- INPUT_PORT_NAME_COMBINED - Static variable in class kieker.analysis.plugin.filter.select.TimestampFilter
-
- INPUT_PORT_NAME_COMBINED - Static variable in class kieker.analysis.plugin.filter.select.TraceIdFilter
-
The name of the input port accepting both types of records.
- INPUT_PORT_NAME_DEFAULT - Static variable in class kieker.analysis.plugin.filter.flow.ThreadEvent2TraceEventFilter
-
- INPUT_PORT_NAME_EVENT_TRACE - Static variable in class kieker.tools.traceAnalysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
-
This is the name of the input port receiving new trace events.
- INPUT_PORT_NAME_EVENTS - Static variable in class kieker.analysis.plugin.filter.forward.CountingFilter
-
The name of the input port receiving the incoming events.
- INPUT_PORT_NAME_EVENTS - Static variable in class kieker.analysis.plugin.filter.forward.StringBufferFilter
-
The name of the input port for the incoming events.
- INPUT_PORT_NAME_EVENTS - Static variable in class kieker.analysis.plugin.filter.forward.TeeFilter
-
The name of the input port for incoming events.
- INPUT_PORT_NAME_EVENTS - Static variable in class kieker.analysis.plugin.filter.select.TypeFilter
-
The name of the input port receiving new events.
- INPUT_PORT_NAME_EVENTS - Static variable in class kieker.analysis.plugin.filter.sink.CPUUtilizationDisplayFilter
-
- INPUT_PORT_NAME_EVENTS - Static variable in class kieker.analysis.plugin.filter.sink.GCDisplayFilter
-
- INPUT_PORT_NAME_EVENTS - Static variable in class kieker.analysis.plugin.filter.sink.MemSwapUtilizationDisplayFilter
-
The name of the input port receiving incoming events.
- INPUT_PORT_NAME_EVENTS - Static variable in class kieker.analysis.plugin.filter.sink.MethodAndComponentFlowDisplayFilter
-
The name of the input port accepting incoming events.
- INPUT_PORT_NAME_EVENTS - Static variable in class kieker.analysis.plugin.filter.sink.ThreadsStatusDisplayFilter
-
- INPUT_PORT_NAME_EVENTS - Static variable in class kieker.analysis.plugin.filter.visualization.PlainTextWebVisualization
-
The name of the input port receiving new events.
- INPUT_PORT_NAME_EVENTS - Static variable in class kieker.tools.opad.filter.AnomalyScoreVisualizationFilter
-
- INPUT_PORT_NAME_EXECUTION - Static variable in class kieker.analysis.plugin.filter.select.TimestampFilter
-
The name of the input port accepting execution records.
- INPUT_PORT_NAME_EXECUTION - Static variable in class kieker.analysis.plugin.filter.select.TraceIdFilter
-
The name of the input port accepting execution records.
- INPUT_PORT_NAME_EXECUTION_TRACE - Static variable in class kieker.tools.traceAnalysis.filter.traceFilter.TraceEquivalenceClassFilter
-
This is the name of the input port receiving new execution traces.
- INPUT_PORT_NAME_EXECUTION_TRACES - Static variable in class kieker.tools.traceAnalysis.filter.sessionReconstruction.SessionReconstructionFilter
-
Name of the input port accepting execution traces.
- INPUT_PORT_NAME_EXECUTION_TRACES - Static variable in class kieker.tools.traceAnalysis.filter.traceWriter.ExecutionTraceWriterFilter
-
This is the name of the input port receiving new execution traces.
- INPUT_PORT_NAME_EXECUTIONS - Static variable in class kieker.tools.traceAnalysis.filter.traceReconstruction.TraceReconstructionFilter
-
This is the name of the input port receiving new executions.
- INPUT_PORT_NAME_FLOW - Static variable in class kieker.analysis.plugin.filter.select.TimestampFilter
-
The name of the input port accepting flow records.
- INPUT_PORT_NAME_FLOW - Static variable in class kieker.analysis.plugin.filter.select.TraceIdFilter
-
The name of the input port accepting flow records.
- INPUT_PORT_NAME_GRAPH - Static variable in class kieker.tools.traceAnalysis.filter.visualization.AbstractGraphFilter
-
The name of the filter's graph input port.
- INPUT_PORT_NAME_GRAPHS - Static variable in class kieker.tools.traceAnalysis.filter.visualization.GraphWriterPlugin
-
Name of the plugin's graph input port.
- INPUT_PORT_NAME_INVALID - Static variable in class kieker.tools.traceAnalysis.filter.flow.EventRecordTraceCounter
-
This is the name of the input port receiving invalid record traces.
- INPUT_PORT_NAME_INVALID_EXECUTION_TRACES - Static variable in class kieker.tools.traceAnalysis.filter.traceWriter.InvalidExecutionTraceWriterFilter
-
This is the name of the input port receiving new (invalid) execution traces.
- INPUT_PORT_NAME_MESSAGE_TRACES - Static variable in class kieker.tools.traceAnalysis.filter.AbstractMessageTraceProcessingFilter
-
The name of the input port receiving the message traces.
- INPUT_PORT_NAME_NEW_RECORD - Static variable in class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
-
This is the name of the input port receiving new records.
- INPUT_PORT_NAME_NEW_TIMESTAMP - Static variable in class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
-
This is the name of the input port receiving new timestamps.
- INPUT_PORT_NAME_OBJECTS - Static variable in class kieker.analysis.plugin.filter.forward.AnalysisThroughputFilter
-
The name of the input port receiving other objects.
- INPUT_PORT_NAME_OER - Static variable in class kieker.tools.opad.filter.RecordConverter
-
Input port that accepts OperationExecutionRecords.
- INPUT_PORT_NAME_RECORD - Static variable in class kieker.tools.logReplayer.filter.MonitoringRecordLoggerFilter
-
This is the name of the input port receiving new records.
- INPUT_PORT_NAME_RECORDS - Static variable in class kieker.analysis.plugin.filter.record.MonitoringThroughputFilter
-
The name of the input port receiving other objects.
- INPUT_PORT_NAME_RECORDS - Static variable in class kieker.analysis.plugin.filter.record.RealtimeRecordDelayFilter
-
The name of the input port receiving the records.
- INPUT_PORT_NAME_RECORDS - Static variable in class kieker.tools.traceAnalysis.filter.executionRecordTransformation.ExecutionRecordTransformationFilter
-
This is the name of the input port receiving new operation execution records.
- INPUT_PORT_NAME_TIME - Static variable in class kieker.analysis.plugin.filter.forward.AnalysisThroughputFilter
-
The name of the input port receiving timestamps.
- INPUT_PORT_NAME_TIME_EVENT - Static variable in class kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
-
The name of the input port receiving the trace records.
- INPUT_PORT_NAME_TIME_EVENT - Static variable in class kieker.analysis.plugin.filter.flow.TraceAggregationFilter
-
Clock input for timeout handling.
- INPUT_PORT_NAME_TRACE_RECORDS - Static variable in class kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
-
The name of the input port receiving the trace records.
- INPUT_PORT_NAME_TRACEEVENT_RECORDS - Static variable in class kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
-
The name of the input port receiving the trace records.
- INPUT_PORT_NAME_TRACES - Static variable in class kieker.analysis.plugin.filter.flow.TraceAggregationFilter
-
The name of the input port receiving the trace records.
- INPUT_PORT_NAME_TSPOINT - Static variable in class kieker.tools.opad.filter.ForecastingFilter
-
- INPUT_PORT_NAME_TSPOINT - Static variable in class kieker.tools.opad.filter.TimeSeriesPointAggregatorFilter
-
- INPUT_PORT_NAME_VALID - Static variable in class kieker.tools.traceAnalysis.filter.flow.EventRecordTraceCounter
-
This is the name of the input port receiving valid record traces.
- INPUT_PORT_NAME_VALUE - Static variable in class kieker.tools.opad.filter.ExtractionFilter
-
- inputCombined(IMonitoringRecord) - Method in class kieker.analysis.plugin.filter.select.TimestampFilter
-
- inputCombined(IMonitoringRecord) - Method in class kieker.analysis.plugin.filter.select.TraceIdFilter
-
This method represents an input port for both operation execution and flow records.
- inputEvent(Object) - Method in class kieker.analysis.plugin.filter.forward.CountingFilter
-
This method represents the input port of this filter.
- inputEvent(Object) - Method in class kieker.analysis.plugin.filter.forward.StringBufferFilter
-
- inputEvent(Object) - Method in class kieker.analysis.plugin.filter.forward.TeeFilter
-
This method is the input port of the filter receiving incoming objects.
- inputEvent(NamedDoubleTimeSeriesPoint) - Method in class kieker.tools.opad.filter.ForecastingFilter
-
Represents the input port for measurements.
- inputEvents(Object) - Method in class kieker.analysis.plugin.filter.select.TypeFilter
-
This method represents the input port for the incoming objects.
- inputEvents(Object) - Method in class kieker.analysis.plugin.filter.visualization.PlainTextWebVisualization
-
This method represents the input port for the incoming objects.
- inputExecutionRecord(NamedDoubleRecord) - Method in class kieker.tools.opad.filter.ExtractionFilter
-
- inputExecutions(Execution) - Method in class kieker.tools.traceAnalysis.filter.traceReconstruction.TraceReconstructionFilter
-
This method represents the input port of this filter.
- inputForecastAndMeasurement(StorableDetectionResult) - Method in class kieker.tools.opad.filter.AnomalyDetectionFilter
-
- inputForecastAndMeasurement(IForecastMeasurementPair) - Method in class kieker.tools.opad.filter.AnomalyScoreCalculationFilter
-
Representing the input port for pairs of measurements and forecasts.
- inputIMonitoringRecord(IMonitoringRecord) - Method in class kieker.analysis.plugin.filter.select.TimestampFilter
-
- inputIMonitoringRecord(IMonitoringRecord) - Method in class kieker.tools.logReplayer.filter.MonitoringRecordLoggerFilter
-
This method represents the input port.
- inputInvalidTrace(TraceEventRecords) - Method in class kieker.tools.traceAnalysis.filter.flow.EventRecordTraceCounter
-
This method represents the input port for the invalid traces.
- inputMessageTraces(MessageTrace) - Method in class kieker.tools.traceAnalysis.filter.AbstractMessageTraceProcessingFilter
-
This is the (abstract) input port for the incoming message traces.
- inputMessageTraces(MessageTrace) - Method in class kieker.tools.traceAnalysis.filter.traceWriter.MessageTraceWriterFilter
-
This is the (abstract) input port for the incoming message traces.
- inputMessageTraces(MessageTrace) - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
-
- inputMessageTraces(MessageTrace) - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.TraceCallTreeFilter
-
- inputMessageTraces(MessageTrace) - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ComponentDependencyGraphAllocationFilter
-
This is the (abstract) input port for the incoming message traces.
- inputMessageTraces(MessageTrace) - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ComponentDependencyGraphAssemblyFilter
-
This is the (abstract) input port for the incoming message traces.
- inputMessageTraces(MessageTrace) - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ContainerDependencyGraphFilter
-
This is the (abstract) input port for the incoming message traces.
- inputMessageTraces(MessageTrace) - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.OperationDependencyGraphAllocationFilter
-
This is the (abstract) input port for the incoming message traces.
- inputMessageTraces(MessageTrace) - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.OperationDependencyGraphAssemblyFilter
-
This is the (abstract) input port for the incoming message traces.
- inputMessageTraces(MessageTrace) - Method in class kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter
-
- inputNormal(StorableDetectionResult) - Method in class kieker.tools.opad.filter.AnomalyScoreVisualizationFilter
-
- inputObjects(Object) - Method in class kieker.analysis.plugin.filter.forward.AnalysisThroughputFilter
-
- inputOperationExecutionRecord(OperationExecutionRecord) - Method in class kieker.analysis.plugin.filter.select.TimestampFilter
-
This method represents the input port receiving trace events to be selected by a specific timestamp selector (based on tin and tout).
- inputOperationExecutionRecord(OperationExecutionRecord) - Method in class kieker.analysis.plugin.filter.select.TraceIdFilter
-
This method represents an input port for operation execution records.
- inputOperationExecutionRecords(OperationExecutionRecord) - Method in class kieker.tools.traceAnalysis.filter.executionRecordTransformation.ExecutionRecordTransformationFilter
-
This method represents the input port, processing incoming operation execution records.
- InputPort - Annotation Type in kieker.analysis.plugin.annotation
-
This annotation can be used to mark methods as input ports.
- inputPorts - Variable in class kieker.analysis.model.analysisMetaModel.impl.MFilter
-
The cached value of the '
Input Ports
' containment reference list.
- inputRecord(IMonitoringRecord) - Method in class kieker.analysis.plugin.filter.record.MonitoringThroughputFilter
-
- inputRecord(IMonitoringRecord) - Method in class kieker.analysis.plugin.filter.record.RealtimeRecordDelayFilter
-
This method represents the input port of this filter.
- inputRecord(IMonitoringRecord) - Method in class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
-
This method represents the input port for new records.
- inputTime(Long) - Method in class kieker.analysis.plugin.filter.forward.AnalysisThroughputFilter
-
- inputTimestamp(Long) - Method in class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
-
- inputTraceEvent(IFlowRecord) - Method in class kieker.analysis.plugin.filter.select.TimestampFilter
-
This method represents the input port receiving trace events to be selected by a specific timestamp selector.
- inputTraceEvent(IFlowRecord) - Method in class kieker.analysis.plugin.filter.select.TraceIdFilter
-
This method represents an input port for flow records.
- inputTraceEvents(TraceEventRecords) - Method in class kieker.tools.traceAnalysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
-
This method represents the input port, processing incoming trace event records.
- inputTSPoint(NamedDoubleTimeSeriesPoint) - Method in class kieker.tools.opad.filter.TimeSeriesPointAggregatorFilter
-
This method represents the input port for the incoming measurements.
- inputValidTrace(TraceEventRecords) - Method in class kieker.tools.traceAnalysis.filter.flow.EventRecordTraceCounter
-
This method represents the input port for the valid traces.
- insert(E) - Method in class kieker.monitoring.queue.behavior.BlockOnFailedInsertBehavior
-
- insert(IMonitoringRecord) - Method in class kieker.monitoring.queue.behavior.BypassQueueBehavior
-
- insert(E) - Method in class kieker.monitoring.queue.behavior.CountOnFailedInsertBehavior
-
- insert(E) - Method in class kieker.monitoring.queue.behavior.DoNotInsertBehavior
-
- insert(E) - Method in interface kieker.monitoring.queue.behavior.InsertBehavior
-
- insert(E) - Method in class kieker.monitoring.queue.behavior.TerminateOnFailedInsertBehavior
-
- InsertBehavior<E> - Interface in kieker.monitoring.queue.behavior
-
- intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class kieker.monitoring.probe.spring.flow.RestOutInterceptor
-
- INTERFACE - Static variable in class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectInterfaceEvent
-
default constants.
- INTERFACE - Static variable in class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectInterfaceEvent
-
default constants.
- INTERFACE_NAME - Static variable in class kieker.common.record.system.NetworkUtilizationRecord
-
- INVALID_TRACES_FN_PREFIX - Static variable in class kieker.tools.traceAnalysis.Constants
-
The name prefix for the invalid traces files.
- InvalidConfigurationException - Exception in kieker.common.exception
-
This exception should be thrown if an illegal configuration (parameter) is detected by a configurable component.
- InvalidConfigurationException(String) - Constructor for exception kieker.common.exception.InvalidConfigurationException
-
Creates a new exception with the given message.
- InvalidConfigurationException(String, Throwable) - Constructor for exception kieker.common.exception.InvalidConfigurationException
-
Creates a new exception with the given message and cause.
- InvalidExecutionTrace - Class in kieker.tools.traceAnalysis.systemModel
-
This object represents an somehow invalid trace of executions.
- InvalidExecutionTrace(ExecutionTrace) - Constructor for class kieker.tools.traceAnalysis.systemModel.InvalidExecutionTrace
-
Creates a new instance of this class using the given parameters.
- InvalidExecutionTraceWriterFilter - Class in kieker.tools.traceAnalysis.filter.traceWriter
-
- InvalidExecutionTraceWriterFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.traceWriter.InvalidExecutionTraceWriterFilter
-
Creates a new instance of this class using the given parameters.
- InvalidFormatException - Exception in kieker.analysis.plugin.reader.newio.deserializer
-
Denotes that an invalid data format was found.
- InvalidFormatException(String) - Constructor for exception kieker.analysis.plugin.reader.newio.deserializer.InvalidFormatException
-
Creates a new instance using the given data.
- InvalidFormatException(String, Throwable) - Constructor for exception kieker.analysis.plugin.reader.newio.deserializer.InvalidFormatException
-
Creates a new instance using the given data.
- InvalidPatternException - Exception in kieker.monitoring.core.signaturePattern
-
- InvalidPatternException(String) - Constructor for exception kieker.monitoring.core.signaturePattern.InvalidPatternException
-
Creates a new instance of this class using the given parameters.
- InvalidPatternException(String, Throwable) - Constructor for exception kieker.monitoring.core.signaturePattern.InvalidPatternException
-
Creates a new instance of this class using the given parameters.
- InvalidProjectContextException - Exception in kieker.analysis.exception
-
An exception to show that a plugin received an invalid project context.
- InvalidProjectContextException(String, Throwable) - Constructor for exception kieker.analysis.exception.InvalidProjectContextException
-
Creates a new instance of this class using the given parameters.
- InvalidProjectContextException(String) - Constructor for exception kieker.analysis.exception.InvalidProjectContextException
-
Creates a new instance of this class using the given parameters.
- InvalidREvaluationResultException - Exception in kieker.tools.util
-
Exception that states, that the results from a R evaluation are invalid.
- InvalidREvaluationResultException(String) - Constructor for exception kieker.tools.util.InvalidREvaluationResultException
-
- InvalidTraceException - Exception in kieker.tools.traceAnalysis.filter.traceReconstruction
-
This exception can be used to mark an invalid trace.
- InvalidTraceException(String) - Constructor for exception kieker.tools.traceAnalysis.filter.traceReconstruction.InvalidTraceException
-
Creates a new instance of this class using the given parameters.
- InvalidTraceException(String, Throwable) - Constructor for exception kieker.tools.traceAnalysis.filter.traceReconstruction.InvalidTraceException
-
Creates a new instance of this class using the given parameters.
- invoke(MethodInvocation) - Method in class kieker.monitoring.probe.spring.executions.OperationExecutionMethodInvocationInterceptor
-
- invoke(MethodInvocation) - Method in class kieker.monitoring.probe.spring.flow.OperationExecutionMethodInvocationInterceptor
-
- invokeDecorators(AbstractMessage, DependencyGraphNode<?>, DependencyGraphNode<?>) - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFilter
-
This is a helper method to invoke all decorators and send them a message.
- IObjectRecord - Interface in kieker.common.record.flow
-
- IOperationRecord - Interface in kieker.common.record.flow
-
- IOperationSignature - Interface in kieker.common.record.flow
-
- IOriginRetentionPolicy - Interface in kieker.tools.traceAnalysis.filter.visualization.graph
-
Origin retention policies control the way in which origins for graph elements are kept.
- IP_ADDRESS - Static variable in class kieker.common.record.misc.HostApplicationMetaData
-
- IPipeReader - Interface in kieker.common.namedRecordPipe
-
This is a simple interface for a reader that works on a pipe.
- IPipeWriter - Interface in kieker.common.namedRecordPipe
-
Deprecated.
since 1.13 (to be removed in 1.14) Use PipeWriter
instead.
- IPlugin - Interface in kieker.analysis.plugin
-
This is the interface for plugins within Kieker.
- IPlugin.PluginInputPortReference - Class in kieker.analysis.plugin
-
This simple class represents a container for the reference between a plugin, its input port and the corresponding method.
- IPlugin.PluginInputPortReference(IPlugin, String, Method, Class<?>[]) - Constructor for class kieker.analysis.plugin.IPlugin.PluginInputPortReference
-
Creates a new instance of this class using the given parameters.
- IPlugin.STATE - Enum in kieker.analysis.plugin
-
- IProbeController - Interface in kieker.monitoring.core.controller
-
- IProjectContext - Interface in kieker.analysis
-
This is the interface which allows the analysis components a slimmed-down access to an instance of the
AnalysisController
.
- IRawDataProcessor - Interface in kieker.analysis.plugin.reader.newio
-
Interface for raw data processors, i.e.
- IRawDataReader - Interface in kieker.analysis.plugin.reader.newio
-
Interface for raw data readers.
- IRawDataWriter - Interface in kieker.monitoring.writer.raw
-
Interface for raw data writers.
- IReaderPlugin - Interface in kieker.analysis.plugin.reader
-
This is the interface for reader plugins.
- IRecordFactory<T> - Interface in kieker.common.record.factory
-
- IRecordReceivedListener - Interface in kieker.analysis.plugin.reader.util
-
Represents a listener which is informed upon a new monitored record.
- IRegistry<E> - Interface in kieker.common.util.registry
-
A generic interface to assign unique IDs to objects.
- IRegistryListener<T> - Interface in kieker.monitoring.registry
-
- IRegistryRecordReceiver - Interface in kieker.common.util.registry
-
- IRepository - Interface in kieker.analysis.repository
-
This is the interface for repositories within Kieker.
- IRQ - Static variable in class kieker.common.record.system.CPUUtilizationRecord
-
- isActivated() - Method in class kieker.monitoring.core.signaturePattern.PatternEntry
-
- isActive() - Method in class kieker.tools.bridge.connector.tcp.TCPMultiServerConnectionRunnable
-
- ISampler - Interface in kieker.monitoring.core.sampler
-
- ISamplingController - Interface in kieker.monitoring.core.controller
-
- isAssumed() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.DependencyGraphNode
-
- isAssumed() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.WeightedBidirectionalDependencyGraphEdge
-
- isAssumed() - Method in class kieker.tools.traceAnalysis.systemModel.Execution
-
- isCompatibleWith(IOriginRetentionPolicy) - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractOriginRetentionPolicy
-
Checks whether this policy is compatible (i.e.
- isCompatibleWith(IOriginRetentionPolicy) - Method in interface kieker.tools.traceAnalysis.filter.visualization.graph.IOriginRetentionPolicy
-
Checks whether this policy is compatible (i.e.
- isConnectionAllowed(AbstractPlugin, String, AbstractPlugin, String) - Static method in class kieker.analysis.plugin.AbstractPlugin
-
This method checks whether two plugins can be connected.
- isDebug() - Method in interface kieker.monitoring.core.controller.IStateController
-
Is the debug mode enabled?
- isDebug() - Method in class kieker.monitoring.core.controller.MonitoringController
-
- isDebug() - Method in class kieker.monitoring.core.controller.StateController
-
- isDebugEnabled() - Method in interface kieker.common.logging.Log
-
Is debug logging currently enabled?
- isDebugEnabled() - Method in class kieker.common.logging.LogImplCommonsLogging
-
Is debug logging currently enabled?
- isDebugEnabled() - Method in class kieker.common.logging.LogImplJDK14
-
Is debug logging currently enabled?
- isDebugEnabled() - Method in class kieker.common.logging.LogImplJUnit
-
Is debug logging currently enabled?
- isDebugEnabled() - Method in class kieker.common.logging.LogImplNone
-
- isDebugEnabled() - Method in class kieker.common.logging.LogImplSLF4JLogging
-
Is debug logging currently enabled?
- isDebugEnabled() - Method in class kieker.common.logging.LogImplWebguiLogging
-
Is debug logging currently enabled?
- isDebugMode() - Method in class kieker.common.record.misc.KiekerMetadataRecord
-
- isDependencyAssumed(DependencyGraphNode<?>, DependencyGraphNode<?>) - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFilter
-
Determines whether the given edge is assumed or not.
- IServiceConnector - Interface in kieker.tools.bridge.connector
-
Generic interface for every servcie connector.
- IServiceListener - Interface in kieker.tools.bridge
-
- isFactoryForType(Object) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
-
Returns whether this factory is applicable for the type of the object.
- ISigarSamplerFactory - Interface in kieker.monitoring.sampler.sigar
-
- isMonitoringEnabled() - Method in interface kieker.monitoring.core.controller.IStateController
-
Returns whether monitoring is enabled or disabled/terminated.
- isMonitoringEnabled() - Method in class kieker.monitoring.core.controller.MonitoringController
-
- isMonitoringEnabled() - Method in class kieker.monitoring.core.controller.StateController
-
- isMonitoringTerminated() - Method in interface kieker.monitoring.core.controller.IStateController
-
Returns whether monitoring is permanently terminated.
- isMonitoringTerminated() - Method in class kieker.monitoring.core.controller.MonitoringController
-
- isMonitoringTerminated() - Method in class kieker.monitoring.core.controller.StateController
-
- isNextStepAllowed() - Method in class kieker.tools.traceAnalysis.gui.AbstractStep
-
- isNextStepAllowed() - Method in class kieker.tools.traceAnalysis.gui.AdditionalFiltersStep
-
- isNextStepAllowed() - Method in class kieker.tools.traceAnalysis.gui.AdditionalOptionsStep
-
- isNextStepAllowed() - Method in class kieker.tools.traceAnalysis.gui.ConversionStep
-
- isNextStepAllowed() - Method in class kieker.tools.traceAnalysis.gui.FinalStep
-
- isNextStepAllowed() - Method in class kieker.tools.traceAnalysis.gui.PlotStep
-
- isNextStepAllowed() - Method in class kieker.tools.traceAnalysis.gui.PrintStep
-
- isNextStepAllowed() - Method in class kieker.tools.traceAnalysis.gui.WelcomeStep
-
- isNotEqual(double, double) - Static method in class kieker.common.record.AbstractMonitoringRecord
-
- isNotEqual(float, float) - Static method in class kieker.common.record.AbstractMonitoringRecord
-
- isPlausible() - Method in class kieker.tools.opad.timeseries.forecast.ForecastResult
-
Checks whether the input seems to be plausible.
- isPlausible() - Method in interface kieker.tools.opad.timeseries.forecast.IForecastResult
-
Returns whether the result is plausible - mean forecast bigger than 0 and smaller than 1.5*maximum.
- isProbeActivated(String) - Method in interface kieker.monitoring.core.controller.IProbeController
-
Tests if a probe is active.
- isProbeActivated(String) - Method in class kieker.monitoring.core.controller.MonitoringController
-
- isProbeActivated(String) - Method in class kieker.monitoring.core.controller.ProbeController
-
Tests if a probe is active.
- isPropertyUpdateable(String) - Method in class kieker.analysis.plugin.AbstractUpdateableFilterPlugin
-
Checks whether the property with the given name is marked as updateable.
- isRespawn() - Method in class kieker.tools.bridge.ServiceContainer
-
- isRootComponent() - Method in class kieker.tools.traceAnalysis.systemModel.AssemblyComponent
-
Denotes whether this assembly component is a root component.
- isRootComponent() - Method in class kieker.tools.traceAnalysis.systemModel.RootAssemblyComponent
-
- isRootContainer() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionContainer
-
Returns whether this container is a root container.
- isRootContainer() - Method in class kieker.tools.traceAnalysis.systemModel.RootExecutionContainer
-
- isRootNode() - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractCallTreeNode
-
Tells whether the current node is a root node.
- isSwitchFor(EPackage) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
-
Checks whether this is a switch for the given package.
- IStateController - Interface in kieker.monitoring.core.controller
-
- IStateListener - Interface in kieker.monitoring.core.controller
-
- isTerminated() - Method in class kieker.monitoring.core.controller.AbstractController
-
Returns whether this controller is terminated.
- isTraceEnabled() - Method in interface kieker.common.logging.Log
-
Is trace logging currently enabled?
- isTraceEnabled() - Method in class kieker.common.logging.LogImplCommonsLogging
-
- isTraceEnabled() - Method in class kieker.common.logging.LogImplJDK14
-
- isTraceEnabled() - Method in class kieker.common.logging.LogImplJUnit
-
- isTraceEnabled() - Method in class kieker.common.logging.LogImplNone
-
- isTraceEnabled() - Method in class kieker.common.logging.LogImplSLF4JLogging
-
- isTraceEnabled() - Method in class kieker.common.logging.LogImplWebguiLogging
-
- isWarnEnabled() - Method in interface kieker.common.logging.Log
-
Is warn logging currently enabled?
- isWarnEnabled() - Method in class kieker.common.logging.LogImplCommonsLogging
-
- isWarnEnabled() - Method in class kieker.common.logging.LogImplJDK14
-
- isWarnEnabled() - Method in class kieker.common.logging.LogImplJUnit
-
- isWarnEnabled() - Method in class kieker.common.logging.LogImplNone
-
- isWarnEnabled() - Method in class kieker.common.logging.LogImplSLF4JLogging
-
- isWarnEnabled() - Method in class kieker.common.logging.LogImplWebguiLogging
-
- ISystemModelElement - Interface in kieker.tools.traceAnalysis.systemModel
-
Abstract supertype for all entities in the system model.
- itemStateChanged(ItemEvent) - Method in class kieker.tools.traceAnalysis.gui.util.AllSelectionBindingItemListener
-
- itemStateChanged(ItemEvent) - Method in class kieker.tools.traceAnalysis.gui.util.SelectionBindingItemListener
-
- iterator() - Method in class kieker.monitoring.queue.BlockingQueueDecorator
-
- IThreadBasedRecord - Interface in kieker.common.record.flow
-
- ITimeSeries<T> - Interface in kieker.tools.opad.timeseries
-
- ITimeSeriesPoint<T> - Interface in kieker.tools.opad.timeseries
-
- ITimeSeriesPointsBuffer<T> - Interface in kieker.tools.opad.timeseries
-
- ITimeSource - Interface in kieker.monitoring.timer
-
- ITimeSourceController - Interface in kieker.monitoring.core.controller
-
- ITraceRecord - Interface in kieker.common.record.flow
-
- IValueDeserializer - Interface in kieker.common.record.io
-
Interface for value deserializers for use by monitoring records.
- IValueSerializer - Interface in kieker.common.record.io
-
Interface for value serializers for use by monitoring records.
- IWebVisualizationFilterPlugin - Interface in kieker.analysis.plugin.filter.visualization
-
This is the interface for web visualization filter plugins within Kieker.
- IWriterController - Interface in kieker.monitoring.core.controller
-
The methods must not throw any exceptions but indicate problems via its
respective return value.
- IWriterRegistry<E> - Interface in kieker.monitoring.registry
-
A generic interface to assign unique IDs to objects.
- RawDataReaderPlugin - Class in kieker.analysis.plugin.reader.newio
-
Generic reader plugin for the new raw data I/O infrastructure.
- RawDataReaderPlugin(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.reader.newio.RawDataReaderPlugin
-
- RBridgeControl - Class in kieker.tools.util
-
- RBridgeControl() - Constructor for class kieker.tools.util.RBridgeControl
-
- read() - Method in class kieker.analysis.plugin.reader.amqp.AmqpReader
-
- read() - Method in class kieker.analysis.plugin.reader.amqp.ChunkingAmqpReader
-
- read() - Method in class kieker.analysis.plugin.reader.database.DbReader
-
Starts the reader.
- read() - Method in class kieker.analysis.plugin.reader.filesystem.AsciiLogReader
-
Starts the reader.
- read() - Method in class kieker.analysis.plugin.reader.filesystem.BinaryLogReader
-
Starts the reader.
- read() - Method in class kieker.analysis.plugin.reader.filesystem.FSReader
-
Starts the reader.
- read() - Method in interface kieker.analysis.plugin.reader.IReaderPlugin
-
Starts the reader.
- read() - Method in class kieker.analysis.plugin.reader.jms.JmsReader
-
A call to this method is a blocking call.
- read() - Method in class kieker.analysis.plugin.reader.jmx.JmxReader
-
Starts the reader.
- read() - Method in class kieker.analysis.plugin.reader.kafka.KafkaReader
-
- read() - Method in class kieker.analysis.plugin.reader.list.ListReader
-
Starts the reader.
- read() - Method in class kieker.analysis.plugin.reader.namedRecordPipe.PipeReader
-
Blocks until the associated pipe is being closed.
- read() - Method in interface kieker.analysis.plugin.reader.newio.IRawDataReader
-
Starts the read operation.
- read() - Method in class kieker.analysis.plugin.reader.newio.RawDataReaderPlugin
-
- read() - Method in class kieker.analysis.plugin.reader.tcp.DualSocketTcpReader
-
- read() - Method in class kieker.analysis.plugin.reader.tcp.SingleSocketTcpReader
-
- read() - Method in class kieker.analysis.plugin.reader.tcp.TCPReader
-
- read() - Method in class kieker.analysis.plugin.reader.timer.TimeReader
-
Starts the reader.
- READ_BYTES_PER_SECOND - Static variable in class kieker.common.record.system.DiskUsageRecord
-
- READER - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
-
The meta object literal for the '
Reader
' class.
- READER - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
The meta object id for the '
Reader
' class.
- READER__CLASSNAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
The feature id for the 'Classname' attribute.
- READER__DISPLAYS - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
The feature id for the 'Displays' containment reference list.
- READER__ID - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
The feature id for the 'Id' attribute.
- READER__NAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
The feature id for the 'Name' attribute.
- READER__OUTPUT_PORTS - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
The feature id for the 'Output Ports' containment reference list.
- READER__PROPERTIES - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
The feature id for the 'Properties' containment reference list.
- READER__REPOSITORIES - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
The feature id for the 'Repositories' containment reference list.
- READER_FEATURE_COUNT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
The number of structural features of the 'Reader' class.
- readerOutputPortName() - Method in class kieker.tools.logReplayer.AbstractLogReplayer
-
Implementing classes returns the name of the reader's output port which provides the
IMonitoringRecord
s from the monitoring log.
- readerOutputPortName() - Method in class kieker.tools.logReplayer.FilesystemLogReplayer
-
Implementing classes returns the name of the reader's output port which provides the
IMonitoringRecord
s from the monitoring log.
- readerOutputPortName() - Method in class kieker.tools.logReplayer.JMSLogReplayer
-
Implementing classes returns the name of the reader's output port which provides the
IMonitoringRecord
s from the monitoring log.
- ReaderRegistry<E> - Class in kieker.common.util.registry.reader
-
Represents an unsynchronized registry for read-only purposes.
- ReaderRegistry() - Constructor for class kieker.common.util.registry.reader.ReaderRegistry
-
Constructs an unsynchronized reader registry.
- readInput(IMonitoringRecord) - Method in class kieker.analysis.plugin.filter.flow.ThreadEvent2TraceEventFilter
-
- ReadOnlyConfiguration - Class in kieker.common.configuration
-
- ReadOnlyConfiguration(Properties) - Constructor for class kieker.common.configuration.ReadOnlyConfiguration
-
- readPropertiesFromCommandLine(CommandLine) - Method in class kieker.tools.AbstractCommandLineTool
-
- readPropertiesFromCommandLine(CommandLine) - Method in class kieker.tools.KaxRun
-
- readPropertiesFromCommandLine(CommandLine) - Method in class kieker.tools.KaxViz
-
- readPropertiesFromCommandLine(CommandLine) - Method in class kieker.tools.loggingTimestampConverter.LoggingTimestampConverterTool
-
- readPropertiesFromCommandLine(CommandLine) - Method in class kieker.tools.logReplayer.FilesystemLogReplayerStarter
-
- readPropertiesFromCommandLine(CommandLine) - Method in class kieker.tools.resourceMonitor.ResourceMonitor
-
- readPropertiesFromCommandLine(CommandLine) - Method in class kieker.tools.traceAnalysis.TraceAnalysisTool
-
- READS_PER_SECOND - Static variable in class kieker.common.record.system.DiskUsageRecord
-
- RealtimeRecordDelayFilter - Class in kieker.analysis.plugin.filter.record
-
- RealtimeRecordDelayFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.record.RealtimeRecordDelayFilter
-
Creates a new instance of this class using the given parameters.
- recallAndIncrementThreadLocalESS() - Method in enum kieker.monitoring.core.registry.ControlFlowRegistry
-
Since this method accesses a ThreadLocal variable, it is not (necessary to be) thread-safe.
- recallThreadLocalEOI() - Method in enum kieker.monitoring.core.registry.ControlFlowRegistry
-
This method returns the thread-local curEoi previously registered using the method registerTraceId(curTraceId).
- recallThreadLocalESS() - Method in enum kieker.monitoring.core.registry.ControlFlowRegistry
-
This method returns the thread-local curEss previously registered using the method registerTraceId(curTraceId).
- recallThreadLocalInRequestEOI() - Method in class kieker.monitoring.probe.cxf.SOAPTraceRegistry
-
This method returns the thread-local eoi previously
registered using the method registerTraceId(curTraceId).
- recallThreadLocalInRequestESS() - Method in class kieker.monitoring.probe.cxf.SOAPTraceRegistry
-
This method returns the thread-local ess previously
registered using the method registerTraceId(curTraceId).
- recallThreadLocalInRequestIsEntryCall() - Method in class kieker.monitoring.probe.cxf.SOAPTraceRegistry
-
Returns the value of the ThreadLocal variable threadLocalInRequestIsEntryCall.
- recallThreadLocalInRequestTin() - Method in class kieker.monitoring.probe.cxf.SOAPTraceRegistry
-
This method returns the thread-local traceid previously
registered using the method registerTraceId(curTraceId).
- recallThreadLocalOutRequestIsEntryCall() - Method in class kieker.monitoring.probe.cxf.SOAPTraceRegistry
-
Returns the value of the ThreadLocal variable threadLocalOutRequestIsEntryCall.
- recallThreadLocalOutRequestTin() - Method in class kieker.monitoring.probe.cxf.SOAPTraceRegistry
-
This method returns the thread-local traceid previously
registered using the method registerTraceId(curTraceId).
- recallThreadLocalSessionId() - Method in enum kieker.monitoring.core.registry.SessionRegistry
-
This method returns the thread-local traceid previously registered using the method registerTraceId(curTraceId).
- recallThreadLocalTraceId() - Method in enum kieker.monitoring.core.registry.ControlFlowRegistry
-
This method returns the thread-local traceid previously registered using the method registerTraceId(curTraceId).
- ReceiveUnfilteredConfiguration - Annotation Type in kieker.monitoring.core.controller
-
Using this annotation, controllers can request to receive an unfiltered configuration instance.
- RECORD_QUEUE_FQN - Static variable in class kieker.monitoring.core.controller.WriterController
-
The fully qualified name of the queue to be used for the records.
- RECORD_QUEUE_INSERT_BEHAVIOR - Static variable in class kieker.monitoring.core.controller.WriterController
-
The name of the configuration determining the insert behavior to the queue of the writer.
- RECORD_QUEUE_SIZE - Static variable in class kieker.monitoring.core.controller.WriterController
-
The name of the configuration determining the size of the queue of this writer.
- RecordConverter - Class in kieker.tools.opad.filter
-
Converts OperationExecutionRecords to NamedDoubleRecords.
- RecordConverter(Configuration, IProjectContext) - Constructor for class kieker.tools.opad.filter.RecordConverter
-
Constructor.
- RecordFactoryResolver - Class in kieker.common.record.factory
-
- RecordFactoryResolver() - Constructor for class kieker.common.record.factory.RecordFactoryResolver
-
- RecordFactoryWrapper - Class in kieker.common.record.factory.old
-
Represents a record factory for a record that does not have a dedicated record factory.
- RecordFactoryWrapper(String) - Constructor for class kieker.common.record.factory.old.RecordFactoryWrapper
-
- RecordInstantiationException - Exception in kieker.common.exception
-
- RecordInstantiationException(Throwable) - Constructor for exception kieker.common.exception.RecordInstantiationException
-
- recordsTimeUnitFromProjectContext - Variable in class kieker.analysis.analysisComponent.AbstractAnalysisComponent
-
The record time unit as provided by the project context.
- RED - Static variable in class kieker.tools.traceAnalysis.filter.visualization.graph.Color
-
The predefined color red.
- register(IMonitoringRecordReceiver) - Method in class kieker.analysis.plugin.reader.util.ByteBufferDeserializer
-
- register(long, E) - Method in class kieker.common.util.registry.reader.ReaderRegistry
-
- register(E) - Method in interface kieker.monitoring.registry.IWriterRegistry
-
- register(String) - Method in class kieker.monitoring.registry.WriterRegistry
-
- RegisterAdapter<E> - Class in kieker.monitoring.registry
-
- RegisterAdapter(IWriterRegistry<E>) - Constructor for class kieker.monitoring.registry.RegisterAdapter
-
- registerExecution(Execution) - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ResponseTimeDecoration
-
Registers a given execution for the decorated vertex.
- registerFilter(AbstractFilterPlugin) - Method in class kieker.analysis.AnalysisController
-
Registers the given filter with this analysis instance.
- registerReader(AbstractReaderPlugin) - Method in class kieker.analysis.AnalysisController
-
Registers the given reader with this analysis instance.
- registerRecordInRegistry(ByteBuffer, ILookup<String>) - Static method in class kieker.common.record.misc.RegistryRecord
-
Static function used to register strings stored in a byte buffer as string in the string registry with the proper id.
- registerRepository(AbstractRepository) - Method in class kieker.analysis.AnalysisController
-
Registers the given repository with this analysis instance.
- registerSessionInformation(ServletRequest) - Method in class kieker.monitoring.probe.servlet.SessionAndTraceRegistrationFilter
-
- registerStateObserver(AnalysisController.IStateObserver) - Method in class kieker.analysis.AnalysisController
-
Registers the given instance as a new state observer.
- registerStateObserver(AnalysisController.IStateObserver) - Method in interface kieker.analysis.IAnalysisController
-
Registers the given instance as a new state observer.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.controlflow.BranchingRecord
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.controlflow.OperationExecutionRecord
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.flow.thread.AfterFailedThreadBasedEvent
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.flow.thread.AfterThreadBasedEvent
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.flow.thread.BeforeThreadBasedEvent
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.flow.trace.concurrency.JoinEvent
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorEntryEvent
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorExitEvent
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorNotifyAllEvent
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorNotifyEvent
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorRequestEvent
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorWaitEvent
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.flow.trace.concurrency.SplitEvent
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.flow.trace.ConstructionEvent
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.flow.trace.operation.AfterOperationEvent
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.flow.trace.operation.AfterOperationFailedEvent
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.flow.trace.operation.BeforeOperationEvent
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.flow.trace.operation.CallOperationEvent
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.flow.trace.operation.constructor.AfterConstructorEvent
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.flow.trace.operation.constructor.AfterConstructorFailedEvent
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.flow.trace.operation.constructor.BeforeConstructorEvent
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.flow.trace.operation.constructor.CallConstructorEvent
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorFailedObjectEvent
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorObjectEvent
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectEvent
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectInterfaceEvent
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.flow.trace.operation.constructor.object.CallConstructorObjectEvent
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.flow.trace.operation.object.AfterOperationFailedObjectEvent
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.flow.trace.operation.object.AfterOperationObjectEvent
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectEvent
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectInterfaceEvent
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.flow.trace.operation.object.CallOperationObjectEvent
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.flow.trace.TraceMetadata
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in interface kieker.common.record.IMonitoringRecord
-
Deprecated.
since 1.13 (to be removed in 1.14): Is unnecessary when using the new, serializer-based output.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.jvm.ClassLoadingRecord
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.jvm.CompilationRecord
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.jvm.GCRecord
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.jvm.MemoryRecord
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.jvm.ThreadsStatusRecord
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.jvm.UptimeRecord
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.misc.EmptyRecord
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.misc.HostApplicationMetaData
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.misc.KiekerMetadataRecord
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.misc.RegistryRecord
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.misc.ThreadMetaData
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.misc.TimestampRecord
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.system.CPUUtilizationRecord
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.system.DiskUsageRecord
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.system.LoadAverageRecord
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.system.MemSwapUsageRecord
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.system.NetworkUtilizationRecord
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.common.record.system.ResourceUtilizationRecord
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.tools.opad.record.AggregationWindow
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.tools.opad.record.ExtendedStorableDetectionResult
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.tools.opad.record.NamedDoubleRecord
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.tools.opad.record.NamedTSPoint
-
Registers the string attributes of the record at the given stringRegistry
.
- registerStrings(IRegistry<String>) - Method in class kieker.tools.opad.record.StorableDetectionResult
-
Registers the string attributes of the record at the given stringRegistry
.
- registerTrace() - Method in enum kieker.monitoring.core.registry.TraceRegistry
-
This creates a new unique Trace object and registers it.
- registerUpdateableFilterPlugin(AbstractUpdateableFilterPlugin) - Method in class kieker.analysis.configuration.GlobalConfigurationRegistry
-
Registers an AbstractUpdateableFilterPlugin to the registry.
- Registry<E> - Class in kieker.common.util.registry
-
A simple registry to assign unique ids to objects.
- Registry() - Constructor for class kieker.common.util.registry.Registry
-
Creates a new, empty registry with a default initial capacity (32), load factor (0.75) and concurrencyLevel (8).
- REGISTRY_RECORD_ID - Static variable in class kieker.monitoring.writer.amqp.AmqpWriter
-
ID for registry records.
- RegistryRecord - Class in kieker.common.record.misc
-
Record used to associate Objects (typically Strings) with unique ids.
- RegistryRecord(int, String) - Constructor for class kieker.common.record.misc.RegistryRecord
-
Creates a new instance of this class using the given parameters.
- RegistryRecord(Object[]) - Constructor for class kieker.common.record.misc.RegistryRecord
-
This constructor converts the given array into a record.
- RegistryRecord(IValueDeserializer) - Constructor for class kieker.common.record.misc.RegistryRecord
-
This constructor converts the given array into a record.
- RegistryRecordHandler - Class in kieker.analysis.plugin.reader
-
Runnable to handle incoming registry records.
- RegistryRecordHandler(StringRegistryCache) - Constructor for class kieker.analysis.plugin.reader.RegistryRecordHandler
-
Creates a new registry record handler for the given registry.
- REGULAR_RECORD_ID - Static variable in class kieker.monitoring.writer.amqp.AmqpWriter
-
ID for regular records.
- RegularRecordHandler - Class in kieker.analysis.plugin.reader
-
Runnable to handle incoming regular records.
- RegularRecordHandler(AbstractStringRegistryReaderPlugin, StringRegistryCache) - Constructor for class kieker.analysis.plugin.reader.RegularRecordHandler
-
Creates a new regular record handler.
- remainingCapacity() - Method in class kieker.monitoring.queue.BlockingQueueDecorator
-
- remove(Object) - Method in class kieker.common.configuration.ReadOnlyConfiguration
-
- remove(E) - Method in class kieker.common.util.registry.Registry
-
Removes the given element from the registry.
- remove() - Method in interface kieker.tools.opad.timeseries.ITimeSeriesPointsBuffer
-
Removes a Value from the buffer in FIFO order.
- remove() - Method in class kieker.tools.opad.timeseries.TimeSeriesPointsBuffer
-
- removeNullValues(List<Double>) - Static method in class kieker.tools.opad.timeseries.forecast.AbstractRForecaster
-
- removeNullValues(List<Double>) - Static method in class kieker.tools.opad.timeseries.forecast.mean.MeanForecasterJava
-
- removeScheduledSampler(ScheduledSamplerJob) - Method in interface kieker.monitoring.core.controller.ISamplingController
-
- removeScheduledSampler(ScheduledSamplerJob) - Method in class kieker.monitoring.core.controller.MonitoringController
-
- removeScheduledSampler(ScheduledSamplerJob) - Method in class kieker.monitoring.core.controller.SamplingController
-
- renderOptions(StringBuffer, int, Options, int, int) - Method in class kieker.tools.util.CLIHelpFormatter
-
- replay() - Method in class kieker.tools.logReplayer.AbstractLogReplayer
-
Replays the monitoring log terminates after the last record was passed to the configured
IMonitoringController
.
- reportError(long) - Method in class kieker.tools.traceAnalysis.filter.AbstractTraceProcessingFilter
-
This method can be used to report a trace which has not been processed successfully.
- reportSuccess(long) - Method in class kieker.tools.traceAnalysis.filter.AbstractTraceProcessingFilter
-
This method can be used to report a trace which has been processed successfully.
- repositories - Variable in class kieker.analysis.model.analysisMetaModel.impl.MPlugin
-
The cached value of the '
Repositories
' containment reference list.
- repositories - Variable in class kieker.analysis.model.analysisMetaModel.impl.MProject
-
The cached value of the '
Repositories
' containment reference list.
- repository - Variable in class kieker.analysis.model.analysisMetaModel.impl.MRepositoryConnector
-
- REPOSITORY - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
-
The meta object literal for the '
Repository
' class.
- REPOSITORY - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
- Repository - Annotation Type in kieker.analysis.repository.annotation
-
This type annotation can be used to mark repositories.
- REPOSITORY__CLASSNAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
The feature id for the 'Classname' attribute.
- REPOSITORY__ID - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
The feature id for the 'Id' attribute.
- REPOSITORY__NAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
The feature id for the 'Name' attribute.
- REPOSITORY__PROPERTIES - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
The feature id for the 'Properties' containment reference list.
- REPOSITORY_CONNECTOR - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
-
- REPOSITORY_CONNECTOR - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
- REPOSITORY_CONNECTOR__ID - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
-
The meta object literal for the 'Id' attribute feature.
- REPOSITORY_CONNECTOR__ID - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
The feature id for the 'Id' attribute.
- REPOSITORY_CONNECTOR__NAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
-
The meta object literal for the 'Name' attribute feature.
- REPOSITORY_CONNECTOR__NAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
The feature id for the 'Name' attribute.
- REPOSITORY_CONNECTOR__REPOSITORY - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
-
The meta object literal for the 'Repository' reference feature.
- REPOSITORY_CONNECTOR__REPOSITORY - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
The feature id for the 'Repository' reference.
- REPOSITORY_CONNECTOR_FEATURE_COUNT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
The number of structural features of the 'Repository Connector' class.
- REPOSITORY_FEATURE_COUNT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
-
The number of structural features of the 'Repository' class.
- REPOSITORY_PORT_NAME_SYSTEM_MODEL - Static variable in class kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
-
The name of the repository port for the system model repository.
- RepositoryPort - Annotation Type in kieker.analysis.plugin.annotation
-
This annotation can be used to describe the repository ports of a plugin.
- requestOriginRetentionPolicy(IOriginRetentionPolicy) - Method in class kieker.tools.traceAnalysis.filter.AbstractGraphProducingFilter
-
- requestOriginRetentionPolicy(IOriginRetentionPolicy) - Method in interface kieker.tools.traceAnalysis.filter.IGraphProducingFilter
-
Requests that the given retention policy is used by this graph producer.
- reset() - Static method in class kieker.common.logging.LogImplJUnit
-
Clear list of disabled throwables.
- RESOURCE_NAME - Static variable in class kieker.common.record.system.ResourceUtilizationRecord
-
- ResourceMonitor - Class in kieker.tools.resourceMonitor
-
This tool can be used to monitor system resources.
- ResourceUtilizationRecord - Class in kieker.common.record.system
-
- ResourceUtilizationRecord(long, String, String, double) - Constructor for class kieker.common.record.system.ResourceUtilizationRecord
-
Creates a new instance of this class using the given parameters.
- ResourceUtilizationRecord(Object[]) - Constructor for class kieker.common.record.system.ResourceUtilizationRecord
-
- ResourceUtilizationRecord(Object[], Class<?>[]) - Constructor for class kieker.common.record.system.ResourceUtilizationRecord
-
- ResourceUtilizationRecord(IValueDeserializer) - Constructor for class kieker.common.record.system.ResourceUtilizationRecord
-
- ResourceUtilizationRecordFactory - Class in kieker.common.record.system
-
- ResourceUtilizationRecordFactory() - Constructor for class kieker.common.record.system.ResourceUtilizationRecordFactory
-
- RESPONSE_TIME_COLORING_DECORATOR_FLAG - Static variable in class kieker.tools.traceAnalysis.Constants
-
- RESPONSE_TIME_DECORATOR_FLAG_MS - Static variable in class kieker.tools.traceAnalysis.Constants
-
- RESPONSE_TIME_DECORATOR_FLAG_NS - Static variable in class kieker.tools.traceAnalysis.Constants
-
- RESPONSE_TIME_DECORATOR_FLAG_S - Static variable in class kieker.tools.traceAnalysis.Constants
-
- RESPONSE_TIME_DECORATOR_FLAG_US - Static variable in class kieker.tools.traceAnalysis.Constants
-
- ResponseTimeColorNodeDecorator - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
-
Decorator to set the color of graph nodes depending on graph nodes execution time.
- ResponseTimeColorNodeDecorator(int) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ResponseTimeColorNodeDecorator
-
Creates a new response time decorator.
- ResponseTimeDecoration - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
-
Response time decoration for graph vertices.
- ResponseTimeDecoration(TimeUnit, TimeUnit) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ResponseTimeDecoration
-
Creates a new response time decoration.
- ResponseTimeNodeDecorator - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
-
Decorator to attach response time data to graph nodes.
- ResponseTimeNodeDecorator(TimeUnit) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ResponseTimeNodeDecorator
-
Creates a new response time decorator.
- REST_URL - Static variable in class kieker.tools.bridge.connector.http.HTTPConnector
-
- RestConstants - Class in kieker.monitoring.probe.spring.flow
-
Provides shared constants that are used by other REST filters and interceptors.
- RestConstants() - Constructor for class kieker.monitoring.probe.spring.flow.RestConstants
-
- RestInFilter - Class in kieker.monitoring.probe.spring.flow
-
Allows to monitor incoming REST requests.
- RestInFilter() - Constructor for class kieker.monitoring.probe.spring.flow.RestInFilter
-
- RestOutInterceptor - Class in kieker.monitoring.probe.spring.flow
-
Allows to monitor outgoing REST requests.
- RestOutInterceptor() - Constructor for class kieker.monitoring.probe.spring.flow.RestOutInterceptor
-
- RetryPutStrategy - Class in kieker.monitoring.queue.putstrategy
-
- RetryPutStrategy(int) - Constructor for class kieker.monitoring.queue.putstrategy.RetryPutStrategy
-
- ROOT_ALLOCATION_COMPONENT - Static variable in class kieker.tools.traceAnalysis.systemModel.repository.AllocationRepository
-
- ROOT_ASSEMBLY_COMPONENT - Static variable in class kieker.tools.traceAnalysis.systemModel.repository.AssemblyRepository
-
This constant represents the root assembly component.
- ROOT_COMPONENT - Static variable in class kieker.tools.traceAnalysis.systemModel.repository.TypeRepository
-
This constant represents the root component.
- ROOT_ELEMENT_ID - Static variable in class kieker.tools.traceAnalysis.systemModel.repository.AbstractSystemSubRepository
-
This constant represents the ID of the root element.
- ROOT_EXECUTION - Static variable in class kieker.tools.traceAnalysis.systemModel.repository.SystemModelRepository
-
- ROOT_EXECUTION_CONTAINER - Static variable in class kieker.tools.traceAnalysis.systemModel.repository.ExecutionEnvironmentRepository
-
The root execution container.
- ROOT_NODE_ID - Static variable in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.DependencyGraphNode
-
- ROOT_NODE_LABEL - Static variable in class kieker.tools.traceAnalysis.systemModel.repository.SystemModelRepository
-
- ROOT_OPERATION - Static variable in class kieker.tools.traceAnalysis.systemModel.repository.OperationRepository
-
- ROOT_OPERATION_ID - Static variable in class kieker.tools.traceAnalysis.systemModel.Operation
-
The ID for the root operation.
- ROOT_PAIR - Static variable in class kieker.tools.traceAnalysis.systemModel.repository.AllocationComponentOperationPairFactory
-
- ROOT_PAIR - Static variable in class kieker.tools.traceAnalysis.systemModel.repository.AssemblyComponentOperationPairFactory
-
- ROOT_SIGNATURE - Static variable in class kieker.tools.traceAnalysis.systemModel.repository.OperationRepository
-
- RootAssemblyComponent - Class in kieker.tools.traceAnalysis.systemModel
-
This class represents a root assembly component.
- RootAssemblyComponent() - Constructor for class kieker.tools.traceAnalysis.systemModel.RootAssemblyComponent
-
Creates a new root assembly component.
- RootExecutionContainer - Class in kieker.tools.traceAnalysis.systemModel
-
Specific subtype for the root execution container.
- RootExecutionContainer() - Constructor for class kieker.tools.traceAnalysis.systemModel.RootExecutionContainer
-
Creates a new root execution container.
- run() - Method in class kieker.analysis.AnalysisController
-
- run() - Method in class kieker.analysis.AnalysisControllerThread
- run() - Method in interface kieker.analysis.IAnalysisController
-
- run() - Method in class kieker.analysis.plugin.reader.filesystem.FSZipReader
-
- run() - Method in class kieker.analysis.plugin.reader.RegistryRecordHandler
-
- run() - Method in class kieker.analysis.plugin.reader.RegularRecordHandler
-
- run() - Method in class kieker.analysis.plugin.reader.tcp.util.AbstractTcpReader
-
- run() - Method in class kieker.analysis.plugin.reader.timer.TimeReader.TimestampEventTask
-
Executes the task.
- run() - Method in class kieker.monitoring.core.sampler.ScheduledSamplerJob
-
Throws a RuntimeException
if an error occurred.
- run() - Method in class kieker.monitoring.writer.MonitoringWriterThread
-
- run() - Method in class kieker.tools.bridge.cli.PrivilegedClassLoaderAction
-
Runs the action.
- run() - Method in class kieker.tools.bridge.connector.tcp.TCPMultiServerConnectionRunnable
-
Main loop of the connection runnable.
- run() - Method in class kieker.tools.bridge.connector.tcp.TCPMultiServerPortListenerRunnable
-
Main loop of the port listener.
- run() - Method in class kieker.tools.bridge.ServiceContainer
-
Main loop of the Kieker bridge.
- RX_BYTES_PER_SECOND - Static variable in class kieker.common.record.system.NetworkUtilizationRecord
-
- RX_DROPPED_PER_SECOND - Static variable in class kieker.common.record.system.NetworkUtilizationRecord
-
- RX_ERRORS_PER_SECOND - Static variable in class kieker.common.record.system.NetworkUtilizationRecord
-
- RX_FRAME_PER_SECOND - Static variable in class kieker.common.record.system.NetworkUtilizationRecord
-
- RX_OVERRUNS_PER_SECOND - Static variable in class kieker.common.record.system.NetworkUtilizationRecord
-
- RX_PACKETS_PER_SECOND - Static variable in class kieker.common.record.system.NetworkUtilizationRecord
-
- sample(IMonitoringController) - Method in interface kieker.monitoring.core.sampler.ISampler
-
- sample(IMonitoringController) - Method in class kieker.monitoring.sampler.mxbean.AbstractMXBeanSampler
-
Perform one measurement with potential multiple records.
- sample(IMonitoringController) - Method in class kieker.monitoring.sampler.sigar.samplers.CPUsCombinedPercSampler
-
- sample(IMonitoringController) - Method in class kieker.monitoring.sampler.sigar.samplers.CPUsDetailedPercSampler
-
- sample(IMonitoringController) - Method in class kieker.monitoring.sampler.sigar.samplers.DiskUsageSampler
-
- sample(IMonitoringController) - Method in class kieker.monitoring.sampler.sigar.samplers.LoadAverageSampler
-
- sample(IMonitoringController) - Method in class kieker.monitoring.sampler.sigar.samplers.MemSwapUsageSampler
-
- sample(IMonitoringController) - Method in class kieker.monitoring.sampler.sigar.samplers.NetworkUtilizationSampler
-
- SamplingController - Class in kieker.monitoring.core.controller
-
- SamplingController(Configuration) - Constructor for class kieker.monitoring.core.controller.SamplingController
-
Creates a new instance of this class using the given configuration to initialize the class.
- satisfiesInputTSRequirements(ITimeSeries<Double>) - Method in class kieker.tools.opad.timeseries.forecast.AbstractRForecaster
-
Checks whether the requirements for the input TS are met.
- saveCurrentConfiguration(Properties) - Method in class kieker.tools.traceAnalysis.gui.AbstractStep
-
- saveCurrentConfiguration(Properties) - Method in class kieker.tools.traceAnalysis.gui.AdditionalFiltersStep
-
- saveCurrentConfiguration(Properties) - Method in class kieker.tools.traceAnalysis.gui.AdditionalOptionsStep
-
- saveCurrentConfiguration(Properties) - Method in class kieker.tools.traceAnalysis.gui.ConversionStep
-
- saveCurrentConfiguration(Properties) - Method in class kieker.tools.traceAnalysis.gui.FinalStep
-
- saveCurrentConfiguration(Properties) - Method in class kieker.tools.traceAnalysis.gui.PlotStep
-
- saveCurrentConfiguration(Properties) - Method in class kieker.tools.traceAnalysis.gui.PrintStep
-
- saveCurrentConfiguration(Properties) - Method in class kieker.tools.traceAnalysis.gui.WelcomeStep
-
- saveProjectToFile(File, MIProject) - Static method in class kieker.analysis.model.MetaModelHandler
-
Saves the given meta model project to the given file.
- saveSystemToHTMLFile(String) - Method in class kieker.tools.traceAnalysis.systemModel.repository.SystemModelRepository
-
Writes the contents of this system model to an HTML file.
- saveToFile(File) - Method in class kieker.analysis.AnalysisController
-
This method can be used to store the current configuration of this analysis controller in a specified file.
- saveToFile(String) - Method in class kieker.analysis.AnalysisController
-
This method can be used to store the current configuration of this analysis controller in a specified file.
- saveToFile(File, MIProject) - Static method in class kieker.analysis.AnalysisController
-
This method can be used to save the given instance of MIProject
within a given file.
- saveToFile(File) - Method in interface kieker.analysis.IAnalysisController
-
This method can be used to store the current configuration of this analysis controller in a specified file.
- saveToFile(String) - Method in interface kieker.analysis.IAnalysisController
-
This method can be used to store the current configuration of this analysis controller in a specified file.
- saveTreeToDotFile() - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
-
This method tries to convert the current tree into the specified file as a valid dot file, which can later be transformed into a visual representation by dot
itself.
- saveTreeToDotFile(AbstractCallTreeNode<?>, String, boolean, boolean, boolean) - Static method in class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractCallTreeFilter
-
This method saves the given tree as valid dot code into the given file.
- SCBlockingTakeStrategy - Class in kieker.monitoring.queue.takestrategy
-
This take strategy blocks if the queue is empty.
- SCBlockingTakeStrategy() - Constructor for class kieker.monitoring.queue.takestrategy.SCBlockingTakeStrategy
-
- ScheduledSamplerJob - Class in kieker.monitoring.core.sampler
-
- ScheduledSamplerJob(IMonitoringController, ISampler) - Constructor for class kieker.monitoring.core.sampler.ScheduledSamplerJob
-
- schedulePeriodicSampler(ISampler, long, long, TimeUnit) - Method in interface kieker.monitoring.core.controller.ISamplingController
-
Schedules the given
ISampler
with given initial delay, and period.
- schedulePeriodicSampler(ISampler, long, long, TimeUnit) - Method in class kieker.monitoring.core.controller.MonitoringController
-
- schedulePeriodicSampler(ISampler, long, long, TimeUnit) - Method in class kieker.monitoring.core.controller.SamplingController
-
Schedules the given
ISampler
with given initial delay, and period.
- SelectionBindingItemListener - Class in kieker.tools.traceAnalysis.gui.util
-
An item listener which selects or deselects a given check box if the owning checkbox is selected or deselected.
- SelectionBindingItemListener(JCheckBox, boolean) - Constructor for class kieker.tools.traceAnalysis.gui.util.SelectionBindingItemListener
-
- sendMetadataAsRecord() - Method in interface kieker.monitoring.core.controller.IMonitoringController
-
This method is used to log the status of the controllers to the configured writer.
- sendMetadataAsRecord() - Method in class kieker.monitoring.core.controller.MonitoringController
-
This method sends the meta data (like the controller and host name, the experiment ID, etc.) as a record.
- sendTimestampEvent() - Method in class kieker.analysis.plugin.reader.timer.TimeReader
-
Sends the current system time as a new timestamp event.
- SequenceDiagramFilter - Class in kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram
-
Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in".
- SequenceDiagramFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter
-
Creates a new instance of this class using the given parameters.
- SequenceDiagramFilter.SDModes - Enum in kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram
-
- serialize(IValueSerializer) - Method in class kieker.common.record.controlflow.BranchingRecord
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.controlflow.OperationExecutionRecord
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.flow.thread.AfterFailedThreadBasedEvent
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.flow.thread.AfterThreadBasedEvent
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.flow.thread.BeforeThreadBasedEvent
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.flow.trace.concurrency.JoinEvent
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorEntryEvent
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorExitEvent
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorNotifyAllEvent
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorNotifyEvent
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorRequestEvent
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorWaitEvent
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.flow.trace.concurrency.SplitEvent
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.flow.trace.ConstructionEvent
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.flow.trace.operation.AfterOperationEvent
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.flow.trace.operation.AfterOperationFailedEvent
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.flow.trace.operation.BeforeOperationEvent
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.flow.trace.operation.CallOperationEvent
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.flow.trace.operation.constructor.AfterConstructorEvent
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.flow.trace.operation.constructor.AfterConstructorFailedEvent
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.flow.trace.operation.constructor.BeforeConstructorEvent
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.flow.trace.operation.constructor.CallConstructorEvent
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorFailedObjectEvent
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorObjectEvent
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectEvent
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectInterfaceEvent
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.flow.trace.operation.constructor.object.CallConstructorObjectEvent
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.flow.trace.operation.object.AfterOperationFailedObjectEvent
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.flow.trace.operation.object.AfterOperationObjectEvent
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectEvent
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectInterfaceEvent
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.flow.trace.operation.object.CallOperationObjectEvent
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.flow.trace.TraceMetadata
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in interface kieker.common.record.IMonitoringRecord
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.jvm.ClassLoadingRecord
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.jvm.CompilationRecord
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.jvm.GCRecord
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.jvm.MemoryRecord
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.jvm.ThreadsStatusRecord
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.jvm.UptimeRecord
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.misc.EmptyRecord
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.misc.HostApplicationMetaData
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.misc.KiekerMetadataRecord
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.misc.RegistryRecord
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.misc.ThreadMetaData
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.misc.TimestampRecord
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.system.CPUUtilizationRecord
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.system.DiskUsageRecord
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.system.LoadAverageRecord
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.system.MemSwapUsageRecord
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.system.NetworkUtilizationRecord
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.common.record.system.ResourceUtilizationRecord
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.tools.opad.record.AggregationWindow
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.tools.opad.record.ExtendedStorableDetectionResult
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.tools.opad.record.NamedDoubleRecord
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.tools.opad.record.NamedTSPoint
-
This method serializes this record using the given serializer.
- serialize(IValueSerializer) - Method in class kieker.tools.opad.record.StorableDetectionResult
-
This method serializes this record using the given serializer.
- serializeRecord(IMonitoringRecord, ByteBuffer) - Method in class kieker.monitoring.writer.serializer.AbstractContainerFormatSerializer
-
- serializeRecord(IMonitoringRecord, ByteBuffer) - Method in interface kieker.monitoring.writer.serializer.IMonitoringRecordSerializer
-
Serializes a single record into the given byte buffer.
- serializeRecord(IMonitoringRecord, ByteBuffer) - Method in class kieker.monitoring.writer.serializer.StringSerializer
-
- serializeRecords(Collection<IMonitoringRecord>, ByteBuffer) - Method in class kieker.monitoring.writer.serializer.AbstractContainerFormatSerializer
-
- serializeRecords(Collection<IMonitoringRecord>, ByteBuffer) - Method in interface kieker.monitoring.writer.serializer.IMonitoringRecordSerializer
-
Serializes multiple monitoring records into the given byte buffer.
- serializeRecords(Collection<IMonitoringRecord>, ByteBuffer) - Method in class kieker.monitoring.writer.serializer.StringSerializer
-
- SERVICE_TIME - Static variable in class kieker.common.record.system.DiskUsageRecord
-
- ServiceConnectorFactory - Class in kieker.tools.bridge.connector
-
This factory is an attempt to simplify the instantiation of new
connector types.
- ServiceContainer - Class in kieker.tools.bridge
-
Container for the Kieker Data Bridge handling the startup and shutdown of Kieker and the service connector.
- ServiceContainer(Configuration, IServiceConnector, boolean) - Constructor for class kieker.tools.bridge.ServiceContainer
-
- servlet(ProceedingJoinPoint) - Method in class kieker.monitoring.probe.aspectj.operationExecution.AbstractOperationExecutionAspectServlet
-
- SESRForecaster - Class in kieker.tools.opad.timeseries.forecast.ses
-
This is one of the forecasters used in the research
paper on Self-adaptive workload classification and forecasting for
proactive resource provisioning
(http://dx.doi.org/10.1002/cpe.3224), authored by Herbst et al.
- SESRForecaster(ITimeSeries<Double>) - Constructor for class kieker.tools.opad.timeseries.forecast.ses.SESRForecaster
-
- SESRForecaster(ITimeSeries<Double>, int) - Constructor for class kieker.tools.opad.timeseries.forecast.ses.SESRForecaster
-
- SESSION_ID - Static variable in class kieker.common.record.controlflow.OperationExecutionRecord
-
- SESSION_ID - Static variable in class kieker.common.record.flow.trace.TraceMetadata
-
- SESSION_ID_ASYNC_TRACE - Static variable in class kieker.monitoring.probe.aspectj.jersey.OperationExecutionJerseyClientInterceptor
-
- SESSION_ID_ASYNC_TRACE - Static variable in class kieker.monitoring.probe.aspectj.jersey.OperationExecutionJerseyServerInterceptor
-
- SESSION_ID_ASYNC_TRACE - Static variable in class kieker.monitoring.probe.cxf.OperationExecutionSOAPRequestInInterceptor
-
This constant can be used as a session ID for asynchronous traces.
- SESSION_ID_ASYNC_TRACE - Static variable in class kieker.monitoring.probe.cxf.OperationExecutionSOAPRequestOutInterceptor
-
This constant can be used as a session ID for asynchronous traces.
- SESSION_IDENTIFIER_QNAME - Static variable in interface kieker.monitoring.probe.cxf.SOAPHeaderConstants
-
The qualified name for the session.
- SESSION_QUALIFIED_NAME - Static variable in interface kieker.monitoring.probe.cxf.SOAPHeaderConstants
-
The local part for the qualified name of the session.
- SESSION_REGISTRY - Static variable in class kieker.monitoring.probe.cxf.OperationExecutionSOAPRequestInInterceptor
-
Stores the singleton instance of the session registry.
- SESSION_REGISTRY - Static variable in class kieker.monitoring.probe.cxf.OperationExecutionSOAPRequestOutInterceptor
-
Stores the singleton instance of the session registry.
- SESSION_REGISTRY - Static variable in class kieker.monitoring.probe.cxf.OperationExecutionSOAPResponseInInterceptor
-
Stores the singleton instance of the session registry.
- SESSION_REGISTRY - Static variable in class kieker.monitoring.probe.cxf.OperationExecutionSOAPResponseOutInterceptor
-
Stores the singleton instance of the session registry.
- SESSION_REGISTRY - Static variable in class kieker.monitoring.probe.servlet.SessionAndTraceRegistrationFilter
-
- SESSION_REGISTRY - Static variable in class kieker.monitoring.probe.spring.executions.OperationExecutionWebRequestRegistrationInterceptor
-
Stores the singleton instance of the session registry.
- SessionAndTraceRegistrationFilter - Class in kieker.monitoring.probe.servlet
-
- SessionAndTraceRegistrationFilter() - Constructor for class kieker.monitoring.probe.servlet.SessionAndTraceRegistrationFilter
-
Create an SessionAndTraceRegistrationFilter and initialize the filter operation signature.
- SessionAndTraceRegistrationFilter(boolean) - Constructor for class kieker.monitoring.probe.servlet.SessionAndTraceRegistrationFilter
-
Create an SessionAndTraceRegistrationFilter and initialize the filter operation signature.
- SessionReconstructionFilter - Class in kieker.tools.traceAnalysis.filter.sessionReconstruction
-
This filter reconstructs sessions from execution or message traces.
- SessionReconstructionFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.sessionReconstruction.SessionReconstructionFilter
-
Creates a new session reconstruction filter using the given configuration.
- SessionRegistry - Enum in kieker.monitoring.core.registry
-
- set(E, int) - Method in interface kieker.common.util.registry.ILookup
-
Registers the object with the unique id.
- set(E, int) - Method in class kieker.common.util.registry.Lookup
-
- setActive(boolean) - Method in class kieker.tools.bridge.connector.tcp.TCPMultiServerConnectionRunnable
-
- setActive(boolean) - Method in class kieker.tools.bridge.connector.tcp.TCPMultiServerPortListenerRunnable
-
- setAggregationList(List<NamedDoubleTimeSeriesPoint>) - Method in class kieker.tools.util.AggregationVariableSet
-
- setAssumed() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.DependencyGraphNode
-
Sets the assumed flag of this node to true
.
- setAssumed() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.WeightedBidirectionalDependencyGraphEdge
-
Sets the assumed flag to true
.
- setClassname(String) - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisComponent
-
- setClassname(String) - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisComponent
-
- setColor(Color) - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractGraphElement
-
Sets this graph element's color.
- setCompleted() - Method in class kieker.tools.traceAnalysis.systemModel.AbstractSession
-
Marks this session as completed, i.e.
- setConfidenceLevel(int) - Method in class kieker.tools.opad.timeseries.forecast.ForecastObjectives
-
- setCount(int) - Method in class kieker.analysis.plugin.filter.flow.TraceEventRecords
-
- setCurrentConfiguration(Configuration, boolean) - Method in class kieker.analysis.plugin.AbstractUpdateableFilterPlugin
-
Set current configuration.
- setCurrentConfiguration(Configuration, boolean) - Method in class kieker.tools.opad.filter.AnomalyDetectionFilter
-
- setCurrentConfiguration(Configuration, boolean) - Method in class kieker.tools.opad.filter.ForecastingFilter
-
- setDefaultConfiguration(Configuration) - Method in class kieker.common.configuration.Configuration
-
You should know what you do if you use this method!
Currently it is used for a (dirty) hack to add default configurations to Writers or AnalysisPlugins.
- setDefaultConfiguration(Configuration) - Method in class kieker.common.configuration.ReadOnlyConfiguration
-
- setDescription(String) - Method in class kieker.analysis.model.analysisMetaModel.impl.MView
-
- setDescription(String) - Method in interface kieker.analysis.model.analysisMetaModel.MIView
-
- setDescription(String) - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractGraphElement
-
Sets this graph element's description.
- setDisplay(MIDisplay) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplayConnector
-
- setDisplay(MIDisplay) - Method in interface kieker.analysis.model.analysisMetaModel.MIDisplayConnector
-
Sets the value of the '
Display
' reference.
- setEntry(String, Object, Number) - Method in class kieker.analysis.display.XYPlot
-
Sets a value for the given series.
- setExperimentId(int) - Method in interface kieker.monitoring.core.controller.IStateController
-
Sets the experiment ID to the given value.
- setExperimentId(int) - Method in class kieker.monitoring.core.controller.MonitoringController
-
- setExperimentId(int) - Method in class kieker.monitoring.core.controller.StateController
-
Sets the experiment ID to the given value.
- setFilePath(String) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDependency
-
- setFilePath(String) - Method in interface kieker.analysis.model.analysisMetaModel.MIDependency
-
- setFirstIntervalStart(long) - Method in class kieker.tools.util.AggregationVariableSet
-
- setFirstTimestampInCurrentInterval(long) - Method in class kieker.tools.util.AggregationVariableSet
-
- setFuture(ScheduledFuture<?>) - Method in class kieker.monitoring.core.sampler.ScheduledSamplerJob
-
- setId(String) - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisComponent
-
- setId(String) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplay
-
- setId(String) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplayConnector
-
- setId(String) - Method in class kieker.analysis.model.analysisMetaModel.impl.MPort
-
- setId(String) - Method in class kieker.analysis.model.analysisMetaModel.impl.MRepositoryConnector
-
- setId(String) - Method in class kieker.analysis.model.analysisMetaModel.impl.MView
-
- setId(String) - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisComponent
-
Sets the value of the '
Id
' attribute.
- setId(String) - Method in interface kieker.analysis.model.analysisMetaModel.MIDisplay
-
Sets the value of the '
Id
' attribute.
- setId(String) - Method in interface kieker.analysis.model.analysisMetaModel.MIDisplayConnector
-
Sets the value of the '
Id
' attribute.
- setId(String) - Method in interface kieker.analysis.model.analysisMetaModel.MIPort
-
Sets the value of the '
Id
' attribute.
- setId(String) - Method in interface kieker.analysis.model.analysisMetaModel.MIRepositoryConnector
-
Sets the value of the '
Id
' attribute.
- setId(String) - Method in interface kieker.analysis.model.analysisMetaModel.MIView
-
Sets the value of the '
Id
' attribute.
- setIntervals(String, List<Number>, List<String>) - Method in class kieker.analysis.display.MeterGauge
-
Sets the intervals for the colors of the meter gauge with the given name.
- setLastTimestampInCurrentInterval(long) - Method in class kieker.tools.util.AggregationVariableSet
-
- setListenerUpdateInterval(long) - Method in class kieker.tools.bridge.ServiceContainer
-
Set the update interval for the listener information.
- setLoggingTimestamp(long) - Method in class kieker.common.record.AbstractMonitoringRecord
-
- setLoggingTimestamp(long) - Method in interface kieker.common.record.IMonitoringRecord
-
Sets the logging timestamp to a new value.
- setMaxHorizon(int) - Method in class kieker.tools.opad.timeseries.forecast.ForecastObjectives
-
- setMonitoringController(MonitoringController) - Method in class kieker.monitoring.core.controller.AbstractController
-
Sets and initializes the monitoring controller, if it has not been set yet.
- setName(String) - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisComponent
-
- setName(String) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplay
-
- setName(String) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplayConnector
-
- setName(String) - Method in class kieker.analysis.model.analysisMetaModel.impl.MPort
-
- setName(String) - Method in class kieker.analysis.model.analysisMetaModel.impl.MProject
-
- setName(String) - Method in class kieker.analysis.model.analysisMetaModel.impl.MProperty
-
- setName(String) - Method in class kieker.analysis.model.analysisMetaModel.impl.MRepositoryConnector
-
- setName(String) - Method in class kieker.analysis.model.analysisMetaModel.impl.MView
-
- setName(String) - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisComponent
-
Sets the value of the '
Name
' attribute.
- setName(String) - Method in interface kieker.analysis.model.analysisMetaModel.MIDisplay
-
Sets the value of the '
Name
' attribute.
- setName(String) - Method in interface kieker.analysis.model.analysisMetaModel.MIDisplayConnector
-
Sets the value of the '
Name
' attribute.
- setName(String) - Method in interface kieker.analysis.model.analysisMetaModel.MIPort
-
Sets the value of the '
Name
' attribute.
- setName(String) - Method in interface kieker.analysis.model.analysisMetaModel.MIProject
-
Sets the value of the '
Name
' attribute.
- setName(String) - Method in interface kieker.analysis.model.analysisMetaModel.MIProperty
-
Sets the value of the '
Name
' attribute.
- setName(String) - Method in interface kieker.analysis.model.analysisMetaModel.MIRepositoryConnector
-
Sets the value of the '
Name
' attribute.
- setName(String) - Method in interface kieker.analysis.model.analysisMetaModel.MIView
-
Sets the value of the '
Name
' attribute.
- setOverhead(int) - Method in class kieker.tools.opad.timeseries.forecast.ForecastObjectives
-
- setParent(MIPlugin) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplay
-
- setParent(MIFilter) - Method in class kieker.analysis.model.analysisMetaModel.impl.MInputPort
-
- setParent(MIPlugin) - Method in class kieker.analysis.model.analysisMetaModel.impl.MOutputPort
-
- setParent(MIPlugin) - Method in interface kieker.analysis.model.analysisMetaModel.MIDisplay
-
Sets the value of the '
Parent
' container reference.
- setParent(MIFilter) - Method in interface kieker.analysis.model.analysisMetaModel.MIInputPort
-
Sets the value of the '
Parent
' container reference.
- setParent(MIPlugin) - Method in interface kieker.analysis.model.analysisMetaModel.MIOutputPort
-
Sets the value of the '
Parent
' container reference.
- setParentTraceId(Thread, long, int) - Method in enum kieker.monitoring.core.registry.TraceRegistry
-
Sets the parent for the next created trace inside this thread.
- setPeriod(int) - Method in class kieker.tools.opad.timeseries.forecast.ForecastObjectives
-
- setPipeReader(IPipeReader) - Method in class kieker.common.namedRecordPipe.Pipe
-
Sets the pipe reader to a new value.
- setProbePatternList(List<String>) - Method in interface kieker.monitoring.core.controller.IProbeController
-
Overwrites the current list of patterns with a new pattern list.
- setProbePatternList(List<String>) - Method in class kieker.monitoring.core.controller.MonitoringController
-
- setProbePatternList(List<String>, boolean) - Method in class kieker.monitoring.core.controller.ProbeController
-
Sets the list of probe patterns.
- setProbePatternList(List<String>) - Method in class kieker.monitoring.core.controller.ProbeController
-
Overwrites the current list of patterns with a new pattern list.
- setProperty(String, boolean) - Method in class kieker.common.configuration.Configuration
-
Convenience method to set boolean-valued properties.
- setProperty(String, int) - Method in class kieker.common.configuration.Configuration
-
Convenience method to set int-valued properties.
- setProperty(String, long) - Method in class kieker.common.configuration.Configuration
-
Convenience method to set long-valued properties.
- setProperty(String, double) - Method in class kieker.common.configuration.Configuration
-
Convenience method to set double-valued properties.
- setProperty(String, String) - Method in class kieker.common.configuration.ReadOnlyConfiguration
-
- setRecentHorizon(int) - Method in class kieker.tools.opad.timeseries.forecast.ForecastObjectives
-
- setRecordReceiver(IRegistryRecordReceiver) - Method in class kieker.analysis.plugin.reader.newio.deserializer.DeserializerStringRegistry
-
- setRecordReceiver(IRegistryRecordReceiver) - Method in interface kieker.common.util.registry.IRegistry
-
Enables logging of newly registered objects.
- setRecordReceiver(IRegistryRecordReceiver) - Method in class kieker.common.util.registry.Lookup
-
Deprecated.
(won't be removed) This method is not supported by this implementation.
- setRecordReceiver(IRegistryRecordReceiver) - Method in class kieker.common.util.registry.reader.GetValueAdapter
-
- setRecordReceiver(IRegistryRecordReceiver) - Method in class kieker.common.util.registry.Registry
-
Enables logging of newly registered objects.
- setRecordReceiver(IRegistryRecordReceiver) - Method in class kieker.monitoring.registry.GetIdAdapter
-
- setRecordReceiver(IRegistryRecordReceiver) - Method in class kieker.monitoring.registry.RegisterAdapter
-
- setRepository(MIRepository) - Method in class kieker.analysis.model.analysisMetaModel.impl.MRepositoryConnector
-
- setRepository(MIRepository) - Method in interface kieker.analysis.model.analysisMetaModel.MIRepositoryConnector
-
- setRoot(AbstractAggregatedCallTreeNode<T>) - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
-
Sets the root of the call tree.
- setStateListener(IStateListener) - Method in class kieker.monitoring.core.controller.StateController
-
- setStringArrayProperty(String, String[]) - Method in class kieker.common.configuration.Configuration
-
Sets a property to the given string array.
- setStringArrayProperty(String, String[]) - Method in class kieker.common.configuration.ReadOnlyConfiguration
-
- setter() - Method in class kieker.monitoring.probe.aspectj.AbstractAspectJProbe
-
This is a pointcut accepting all calls and executions of setter methods (methods which return void and start with set
).
- setText(String) - Method in class kieker.analysis.display.PlainText
-
This method sets the text of the object to a new value.
- setTraceId(long) - Method in class kieker.common.record.flow.trace.TraceMetadata
-
- setValue(String, Number) - Method in class kieker.analysis.display.MeterGauge
-
Sets the value for the given meter gauge "series".
- setValue(String, Number) - Method in class kieker.analysis.display.PieChart
-
- setValue(String) - Method in class kieker.analysis.model.analysisMetaModel.impl.MProperty
-
- setValue(String) - Method in interface kieker.analysis.model.analysisMetaModel.MIProperty
-
Sets the value of the '
Value
' attribute.
- shutdown(boolean) - Method in class kieker.analysis.plugin.AbstractPlugin
-
Initializes a shutdown of this and all incoming plugins.
- shutdown() - Method in class kieker.tools.bridge.cli.CLIServerMain
-
Hook for the shutdown thread so it can access the container's shutdown
routine.
- shutdown() - Method in class kieker.tools.bridge.ServiceContainer
-
Safely end bridge loop.
- sigar - Variable in class kieker.monitoring.sampler.sigar.samplers.AbstractSigarSampler
-
The sigar proxy which will be used to retrieve the sensor data.
- SigarSamplerFactory - Enum in kieker.monitoring.sampler.sigar
-
- signal() - Method in interface kieker.monitoring.queue.putstrategy.PutStrategy
-
- signal() - Method in class kieker.monitoring.queue.putstrategy.RetryPutStrategy
-
- signal() - Method in class kieker.monitoring.queue.putstrategy.SPBlockingPutStrategy
-
- signal() - Method in class kieker.monitoring.queue.putstrategy.YieldPutStrategy
-
- signal() - Method in class kieker.monitoring.queue.takestrategy.SCBlockingTakeStrategy
-
- signal() - Method in interface kieker.monitoring.queue.takestrategy.TakeStrategy
-
- signal() - Method in class kieker.monitoring.queue.takestrategy.YieldTakeStrategy
-
- Signature - Class in kieker.common.util.signature
-
A signature for a software operation.
- Signature(String, String[], String, String[]) - Constructor for class kieker.common.util.signature.Signature
-
- SIGNATURE - Static variable in class kieker.monitoring.probe.cxf.OperationExecutionSOAPResponseInInterceptor
-
This constant contains the signature, which will be used in the monitoring logs.
- SIGNATURE - Static variable in class kieker.monitoring.probe.cxf.OperationExecutionSOAPResponseOutInterceptor
-
This constant contains the signature, which will be used in the monitoring logs.
- SignatureFactory - Class in kieker.monitoring.core.signaturePattern
-
This class can be used to create signatures (for example a string containing the whole signature of a method).
- signatureToLongString(Signature) - Method in class kieker.monitoring.probe.aspectj.AbstractAspectJProbe
-
Better handling of AspectJ Signature.toLongString (especially with constructors).
- SimpleAnomalyScoreCalculator - Class in kieker.tools.opad.timeseries.anomalycalculators
-
- SimpleAnomalyScoreCalculator() - Constructor for class kieker.tools.opad.timeseries.anomalycalculators.SimpleAnomalyScoreCalculator
-
- SimpleConsoleLoggingFormatter - Class in kieker.common.logging
-
A formatter for the logging to the console which is used by the Kieker tools.
- SimpleConsoleLoggingFormatter() - Constructor for class kieker.common.logging.SimpleConsoleLoggingFormatter
-
Empty constructor.
- SimpleFileLoggingFormatter - Class in kieker.common.logging
-
A formatter for the logging to files which is used by the Kieker tools.
- SimpleFileLoggingFormatter() - Constructor for class kieker.common.logging.SimpleFileLoggingFormatter
-
Empty constructor.
- SingleSocketRecordReader - Class in kieker.analysis.plugin.reader.tcp.util
-
Represents a TCP reader which reads and reconstructs Kieker records from a single TCP stream.
- SingleSocketRecordReader(int, int, Log, IRecordReceivedListener) - Constructor for class kieker.analysis.plugin.reader.tcp.util.SingleSocketRecordReader
-
- SingleSocketTcpReader - Class in kieker.analysis.plugin.reader.tcp
-
This is a reader which reads the records from a TCP port.
- SingleSocketTcpReader(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.reader.tcp.SingleSocketTcpReader
-
- SingleSocketTcpWriter - Class in kieker.monitoring.writer.tcp
-
- SingleSocketTcpWriter(Configuration) - Constructor for class kieker.monitoring.writer.tcp.SingleSocketTcpWriter
-
- size() - Method in class kieker.analysis.plugin.filter.forward.ListCollectionFilter
-
- SIZE - Static variable in class kieker.common.record.controlflow.BranchingRecord
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.controlflow.OperationExecutionRecord
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.flow.thread.AfterFailedThreadBasedEvent
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.flow.thread.AfterThreadBasedEvent
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.flow.thread.BeforeThreadBasedEvent
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.flow.trace.concurrency.JoinEvent
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.flow.trace.concurrency.monitor.MonitorEntryEvent
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.flow.trace.concurrency.monitor.MonitorExitEvent
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.flow.trace.concurrency.monitor.MonitorNotifyAllEvent
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.flow.trace.concurrency.monitor.MonitorNotifyEvent
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.flow.trace.concurrency.monitor.MonitorRequestEvent
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.flow.trace.concurrency.monitor.MonitorWaitEvent
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.flow.trace.concurrency.SplitEvent
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.flow.trace.ConstructionEvent
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.flow.trace.operation.AfterOperationEvent
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.flow.trace.operation.AfterOperationFailedEvent
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.flow.trace.operation.BeforeOperationEvent
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.flow.trace.operation.CallOperationEvent
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.flow.trace.operation.constructor.AfterConstructorEvent
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.flow.trace.operation.constructor.AfterConstructorFailedEvent
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.flow.trace.operation.constructor.BeforeConstructorEvent
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.flow.trace.operation.constructor.CallConstructorEvent
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorFailedObjectEvent
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorObjectEvent
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectEvent
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectInterfaceEvent
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.flow.trace.operation.constructor.object.CallConstructorObjectEvent
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.flow.trace.operation.object.AfterOperationFailedObjectEvent
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.flow.trace.operation.object.AfterOperationObjectEvent
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectEvent
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectInterfaceEvent
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.flow.trace.operation.object.CallOperationObjectEvent
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.flow.trace.TraceMetadata
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.jvm.ClassLoadingRecord
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.jvm.CompilationRecord
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.jvm.GCRecord
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.jvm.MemoryRecord
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.jvm.ThreadsStatusRecord
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.jvm.UptimeRecord
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.misc.EmptyRecord
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.misc.HostApplicationMetaData
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.misc.KiekerMetadataRecord
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.misc.RegistryRecord
-
- SIZE - Static variable in class kieker.common.record.misc.ThreadMetaData
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.misc.TimestampRecord
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.system.CPUUtilizationRecord
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.system.DiskUsageRecord
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.system.LoadAverageRecord
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.system.MemSwapUsageRecord
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.system.NetworkUtilizationRecord
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.common.record.system.ResourceUtilizationRecord
-
Descriptive definition of the serialization size of the record.
- size() - Method in class kieker.monitoring.queue.BlockingQueueDecorator
-
- SIZE - Static variable in class kieker.tools.opad.record.AggregationWindow
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.tools.opad.record.ExtendedStorableDetectionResult
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.tools.opad.record.NamedDoubleRecord
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.tools.opad.record.NamedTSPoint
-
Descriptive definition of the serialization size of the record.
- SIZE - Static variable in class kieker.tools.opad.record.StorableDetectionResult
-
Descriptive definition of the serialization size of the record.
- size() - Method in interface kieker.tools.opad.timeseries.ITimeSeries
-
Returns the number of value contained in the time series.
- size() - Method in class kieker.tools.opad.timeseries.TimeSeries
-
- size() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraph
-
Returns the number of nodes contained in this graph.
- SOAP_REGISTRY - Static variable in class kieker.monitoring.probe.cxf.OperationExecutionSOAPRequestInInterceptor
-
Stores the singleton instance of the SOAP trace registry.
- SOAP_REGISTRY - Static variable in class kieker.monitoring.probe.cxf.OperationExecutionSOAPRequestOutInterceptor
-
Stores the singleton instance of the SOAP trace registry.
- SOAP_REGISTRY - Static variable in class kieker.monitoring.probe.cxf.OperationExecutionSOAPResponseInInterceptor
-
Stores the singleton instance of the SOAP trace registry.
- SOAP_REGISTRY - Static variable in class kieker.monitoring.probe.cxf.OperationExecutionSOAPResponseOutInterceptor
-
Stores the singleton instance of the SOAP trace registry.
- SOAPHeaderConstants - Interface in kieker.monitoring.probe.cxf
-
This interface contains some constants for the sessionIdentifier soap header.
- SOAPTraceRegistry - Class in kieker.monitoring.probe.cxf
-
CXF does not provide an "around advice" for SOAP requests.
- SORTED_OPTION_LIST - Static variable in class kieker.tools.traceAnalysis.Constants
-
- SPBlockingPutStrategy - Class in kieker.monitoring.queue.putstrategy
-
This take strategy blocks if the queue is full.
- SPBlockingPutStrategy() - Constructor for class kieker.monitoring.queue.putstrategy.SPBlockingPutStrategy
-
- SpecificOriginRetentionPolicy - Class in kieker.tools.traceAnalysis.filter.visualization.graph
-
The specific origin retention policy represents the intention that only specific origins should
be retained and corresponds to the kind
OriginRetentionPolicyKind.SPECIFIC
.
- SpecificOriginRetentionPolicy(Set<?>) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.graph.SpecificOriginRetentionPolicy
-
- SPEED - Static variable in class kieker.common.record.system.NetworkUtilizationRecord
-
- SplitEvent - Class in kieker.common.record.flow.trace.concurrency
-
- SplitEvent(long, long, int) - Constructor for class kieker.common.record.flow.trace.concurrency.SplitEvent
-
Creates a new instance of this class using the given parameters.
- SplitEvent(Object[]) - Constructor for class kieker.common.record.flow.trace.concurrency.SplitEvent
-
- SplitEvent(Object[], Class<?>[]) - Constructor for class kieker.common.record.flow.trace.concurrency.SplitEvent
-
- SplitEvent(IValueDeserializer) - Constructor for class kieker.common.record.flow.trace.concurrency.SplitEvent
-
- SplitEventFactory - Class in kieker.common.record.flow.trace.concurrency
-
- SplitEventFactory() - Constructor for class kieker.common.record.flow.trace.concurrency.SplitEventFactory
-
- splitOperationSignatureStr(String) - Static method in class kieker.common.util.signature.ClassOperationSignaturePair
-
- splitOperationSignatureStr(String, boolean) - Static method in class kieker.common.util.signature.ClassOperationSignaturePair
-
Split up an operation signature string and populate a class operation signature pair.
- start() - Method in class kieker.analysis.AnalysisControllerThread
- start() - Method in class kieker.analysis.plugin.AbstractPlugin
-
Starts this plugin.
- start(String[]) - Method in class kieker.tools.AbstractCommandLineTool
-
- StateController - Class in kieker.monitoring.core.controller
-
- StateController(Configuration) - Constructor for class kieker.monitoring.core.controller.StateController
-
Creates a new instance of this class using the given parameter.
- static2constructor(ProceedingJoinPoint, JoinPoint.EnclosingStaticPart) - Method in class kieker.monitoring.probe.aspectj.flow.constructorCall.AbstractAspect
-
This is an advice used around calls from static elements to constructors.
- static2constructor(Object, ProceedingJoinPoint, JoinPoint.EnclosingStaticPart) - Method in class kieker.monitoring.probe.aspectj.flow.constructorCallObject.AbstractAspect
-
This is an advice used around calls from static elements to constructors.
- static2memberOperation(Object, ProceedingJoinPoint, JoinPoint.EnclosingStaticPart) - Method in class kieker.monitoring.probe.aspectj.flow.operationCall.AbstractAspect
-
- static2memberOperation(Object, ProceedingJoinPoint, JoinPoint.EnclosingStaticPart) - Method in class kieker.monitoring.probe.aspectj.flow.operationCallObject.AbstractAspect
-
- static2staticOperation(ProceedingJoinPoint, JoinPoint.EnclosingStaticPart) - Method in class kieker.monitoring.probe.aspectj.flow.operationCall.AbstractAspect
-
- static2staticOperation(ProceedingJoinPoint, JoinPoint.EnclosingStaticPart) - Method in class kieker.monitoring.probe.aspectj.flow.operationCallObject.AbstractAspect
-
- staticOperation(ProceedingJoinPoint) - Method in class kieker.monitoring.probe.aspectj.flow.operationExecution.AbstractAspect
-
- staticOperation(ProceedingJoinPoint) - Method in class kieker.monitoring.probe.aspectj.flow.operationExecutionObject.AbstractAspect
-
This advice is used around static operations.
- staticOperation(ProceedingJoinPoint) - Method in class kieker.monitoring.probe.aspectj.flow.operationExecutionObjectInterface.AbstractAspect
-
This advice is used around static operations.
- STEREOTYPE_ALLOCATION_COMPONENT - Static variable in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
-
The string used in the node labels for deployment components.
- STEREOTYPE_ASSEMBLY_COMPONENT - Static variable in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
-
The string used in the node labels for assembly components.
- STEREOTYPE_EXECUTION_CONTAINER - Static variable in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
-
The string used in the node labels for execution containers.
- StorableDetectionResult - Class in kieker.tools.opad.record
-
- StorableDetectionResult(String, double, long, double, double) - Constructor for class kieker.tools.opad.record.StorableDetectionResult
-
Creates a new instance of this class using the given parameters.
- StorableDetectionResult(Object[]) - Constructor for class kieker.tools.opad.record.StorableDetectionResult
-
- StorableDetectionResult(Object[], Class<?>[]) - Constructor for class kieker.tools.opad.record.StorableDetectionResult
-
- StorableDetectionResult(IValueDeserializer) - Constructor for class kieker.tools.opad.record.StorableDetectionResult
-
- StorableDetectionResultFactory - Class in kieker.tools.opad.record
-
- StorableDetectionResultFactory() - Constructor for class kieker.tools.opad.record.StorableDetectionResultFactory
-
- storeFence - Variable in class kieker.monitoring.queue.putstrategy.SPBlockingPutStrategy
-
- storeFence - Variable in class kieker.monitoring.queue.takestrategy.SCBlockingTakeStrategy
-
- storeThreadLocalEOI(int) - Method in enum kieker.monitoring.core.registry.ControlFlowRegistry
-
Used to explicitly register an curEoi.
- storeThreadLocalESS(int) - Method in enum kieker.monitoring.core.registry.ControlFlowRegistry
-
Used to explicitly register a execution stack size (ess) value.
- storeThreadLocalInRequestEOI(int) - Method in class kieker.monitoring.probe.cxf.SOAPTraceRegistry
-
Used to explicitly register an eoi for an incoming SOAP request.
- storeThreadLocalInRequestESS(int) - Method in class kieker.monitoring.probe.cxf.SOAPTraceRegistry
-
Used to explicitly register an ess for an incoming SOAP request.
- storeThreadLocalInRequestIsEntryCall(boolean) - Method in class kieker.monitoring.probe.cxf.SOAPTraceRegistry
-
This method is used to store whether or not an incoming SOAP call
was the entry point to the current trace.
- storeThreadLocalInRequestTin(long) - Method in class kieker.monitoring.probe.cxf.SOAPTraceRegistry
-
Used to explicitly register the time tin of an incoming request.
- storeThreadLocalOutRequestIsEntryCall(boolean) - Method in class kieker.monitoring.probe.cxf.SOAPTraceRegistry
-
This method is used to store whether or not an outgoing SOAP call
was the entry point to the current trace.
- storeThreadLocalOutRequestTin(long) - Method in class kieker.monitoring.probe.cxf.SOAPTraceRegistry
-
Used to explicitly register the time tin of an outgoing request.
- storeThreadLocalSessionId(String) - Method in enum kieker.monitoring.core.registry.SessionRegistry
-
Used by the spring aspect to explicitly register a sessionid that is to be collected within a servlet method (that knows the request object).
- storeThreadLocalTraceId(long) - Method in enum kieker.monitoring.core.registry.ControlFlowRegistry
-
This method stores a thread-local curTraceId.
- STREAM - Static variable in class kieker.monitoring.writer.print.PrintStreamWriter
-
- stringArrToStringList(String[]) - Static method in class kieker.tools.traceAnalysis.Constants
-
- StringBufferFilter - Class in kieker.analysis.plugin.filter.forward
-
This filter has exactly one input port and one output port.
- StringBufferFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.forward.StringBufferFilter
-
Creates a new instance of this class using the given parameters.
- StringRegistryCache - Class in kieker.analysis.plugin.reader
-
Cache to store and retrieve string registries.
- StringRegistryCache(long, TimeUnit) - Constructor for class kieker.analysis.plugin.reader.StringRegistryCache
-
Creates a new registry cache using the given cache duration configuration.
- StringSerializer - Class in kieker.monitoring.writer.serializer
-
String serializer for monitoring records based on the record's toString method.
- StringSerializer(Configuration) - Constructor for class kieker.monitoring.writer.serializer.StringSerializer
-
Creates a new serializer using the given configuration.
- subscribers - Variable in class kieker.analysis.model.analysisMetaModel.impl.MOutputPort
-
- supportsConfidence() - Method in class kieker.tools.opad.timeseries.forecast.AbstractForecaster
-
- supportsConfidence() - Method in class kieker.tools.opad.timeseries.forecast.croston.CrostonForecaster
-
- supportsConfidence() - Method in class kieker.tools.opad.timeseries.forecast.mean.MeanForecasterJava
-
- SWAP_FREE - Static variable in class kieker.common.record.system.MemSwapUsageRecord
-
- SWAP_TOTAL - Static variable in class kieker.common.record.system.MemSwapUsageRecord
-
- SWAP_USED - Static variable in class kieker.common.record.system.MemSwapUsageRecord
-
- SynchronizedAspect - Class in kieker.monitoring.probe.aspectj.flow.concurrency
-
This probe requires "-Xjoinpoints:synchronization" in the aop.xml.
- SynchronizedAspect() - Constructor for class kieker.monitoring.probe.aspectj.flow.concurrency.SynchronizedAspect
-
Default constructor.
- SynchronousCallMessage - Class in kieker.tools.traceAnalysis.systemModel
-
A specified class of messages which represent synchronous calls.
- SynchronousCallMessage(long, Execution, Execution) - Constructor for class kieker.tools.traceAnalysis.systemModel.SynchronousCallMessage
-
Creates a new instance of this class using the given parameters.
- SynchronousReplyMessage - Class in kieker.tools.traceAnalysis.systemModel
-
A specified class of messages which represent synchronous replies.
- SynchronousReplyMessage(long, Execution, Execution) - Constructor for class kieker.tools.traceAnalysis.systemModel.SynchronousReplyMessage
-
Creates a new instance of this class using the given parameters.
- SYSTEM - Static variable in class kieker.common.record.system.CPUUtilizationRecord
-
- SYSTEM_NAME - Static variable in class kieker.common.record.misc.HostApplicationMetaData
-
default constants.
- SystemMilliTimer - Class in kieker.monitoring.timer
-
A timer implementation, counting in milliseconds since a specified offset.
- SystemMilliTimer(Configuration) - Constructor for class kieker.monitoring.timer.SystemMilliTimer
-
Creates a new instance of this class using the given parameters.
- SystemModel2FileFilter - Class in kieker.tools.traceAnalysis.filter.systemModel
-
- SystemModel2FileFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.systemModel.SystemModel2FileFilter
-
Creates a new instance of this class using the given parameters.
- SystemModelRepository - Class in kieker.tools.traceAnalysis.systemModel.repository
-
This repository is a model manager for the Kieker's component model.
- SystemModelRepository(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.systemModel.repository.SystemModelRepository
-
Creates a new instance of this class using the given parameters.
- SystemNanoTimer - Class in kieker.monitoring.timer
-
A timer implementation, counting in nanoseconds since a specified offset.
- SystemNanoTimer(Configuration) - Constructor for class kieker.monitoring.timer.SystemNanoTimer
-
Creates a new instance of this class using the given parameters.
- SystemResourceUsageServletContextListener - Class in kieker.monitoring.probe.servlet
-
Starts and stops the periodic logging of various system resource samplers provided by the
SigarSamplerFactory
as the Servlet is initialized and destroyed
respectively.
- SystemResourceUsageServletContextListener() - Constructor for class kieker.monitoring.probe.servlet.SystemResourceUsageServletContextListener
-
Empty constructor.
- TagCloud - Class in kieker.analysis.display
-
This class is currently under development, mostly for test purposes, and not designed for productive deployment.
- TagCloud() - Constructor for class kieker.analysis.display.TagCloud
-
- take() - Method in class kieker.monitoring.queue.BlockingQueueDecorator
-
- TakeStrategy - Interface in kieker.monitoring.queue.takestrategy
-
- TCPClientConnector - Class in kieker.tools.bridge.connector.tcp
-
Connects to a remote record source.
- TCPClientConnector(Configuration, ConcurrentMap<Integer, LookupEntity>) - Constructor for class kieker.tools.bridge.connector.tcp.TCPClientConnector
-
Create a TCPClientConnector.
- TCPMultiServerConnectionRunnable - Class in kieker.tools.bridge.connector.tcp
-
Handles one TCP connection for the multi server.
- TCPMultiServerConnectionRunnable(Socket, ConcurrentMap<Integer, LookupEntity>, BlockingQueue<IMonitoringRecord>) - Constructor for class kieker.tools.bridge.connector.tcp.TCPMultiServerConnectionRunnable
-
Create a service thread.
- TCPMultiServerConnector - Class in kieker.tools.bridge.connector.tcp
-
TCP server connector supporting multiple clients.
- TCPMultiServerConnector(Configuration, ConcurrentMap<Integer, LookupEntity>) - Constructor for class kieker.tools.bridge.connector.tcp.TCPMultiServerConnector
-
Create a TCPMultiServerConnector.
- TCPMultiServerPortListenerRunnable - Class in kieker.tools.bridge.connector.tcp
-
Runnable class implementing a thread listening for an incoming connection for monitoring data.
- TCPMultiServerPortListenerRunnable(int, BlockingQueue<IMonitoringRecord>, ConcurrentMap<Integer, LookupEntity>, ExecutorService) - Constructor for class kieker.tools.bridge.connector.tcp.TCPMultiServerPortListenerRunnable
-
Create a listener for the incoming port of the multi server.
- TCPReader - Class in kieker.analysis.plugin.reader.tcp
-
This is a reader which reads the records from a TCP port.
- TCPReader(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.reader.tcp.TCPReader
-
- TCPSingleServerConnector - Class in kieker.tools.bridge.connector.tcp
-
TCP server connector supporting one client.
- TCPSingleServerConnector(Configuration, ConcurrentMap<Integer, LookupEntity>) - Constructor for class kieker.tools.bridge.connector.tcp.TCPSingleServerConnector
-
Create a TCPSingleServerConnector.
- TCPWriter - Class in kieker.monitoring.writer.tcp
-
- TCPWriter(Configuration) - Constructor for class kieker.monitoring.writer.tcp.TCPWriter
-
Deprecated.
- TeeFilter - Class in kieker.analysis.plugin.filter.forward
-
This filter has exactly one input port and one output port.
- TeeFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.forward.TeeFilter
-
Creates a new instance of this class using the given parameters.
- terminate() - Method in class kieker.analysis.AnalysisController
-
Initiates a termination of the analysis.
- terminate(boolean) - Method in class kieker.analysis.AnalysisController
-
Initiates a termination of the analysis.
- terminate() - Method in class kieker.analysis.AnalysisControllerThread
-
- terminate() - Method in interface kieker.analysis.IAnalysisController
-
Initiates a termination of the analysis.
- terminate(boolean) - Method in interface kieker.analysis.IAnalysisController
-
Initiates a termination of the analysis.
- terminate(boolean) - Method in class kieker.analysis.plugin.filter.AbstractFilterPlugin
-
Initiates a termination of the plugin.
- terminate(boolean) - Method in class kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
-
Initiates a termination of the plugin.
- terminate(boolean) - Method in class kieker.analysis.plugin.filter.flow.TraceAggregationFilter
-
Initiates a termination of the plugin.
- terminate(boolean) - Method in class kieker.analysis.plugin.filter.forward.TeeFilter
-
- terminate(boolean) - Method in class kieker.analysis.plugin.filter.record.RealtimeRecordDelayFilter
-
- terminate(boolean) - Method in interface kieker.analysis.plugin.IPlugin
-
Initiates a termination of the plugin.
- terminate(boolean) - Method in class kieker.analysis.plugin.reader.amqp.AmqpReader
-
- terminate(boolean) - Method in class kieker.analysis.plugin.reader.database.DbReader
-
Initiates a termination of the plugin.
- terminate(boolean) - Method in class kieker.analysis.plugin.reader.filesystem.AsciiLogReader
-
Initiates a termination of the plugin.
- terminate(boolean) - Method in class kieker.analysis.plugin.reader.filesystem.BinaryLogReader
-
Initiates a termination of the plugin.
- terminate(boolean) - Method in class kieker.analysis.plugin.reader.filesystem.FSReader
-
Initiates a termination of the plugin.
- terminate(boolean) - Method in class kieker.analysis.plugin.reader.jms.JmsReader
-
Initiates a termination of the plugin.
- terminate(boolean) - Method in class kieker.analysis.plugin.reader.jmx.JmxReader
-
Initiates a termination of the plugin.
- terminate(boolean) - Method in class kieker.analysis.plugin.reader.kafka.KafkaReader
-
- terminate(boolean) - Method in class kieker.analysis.plugin.reader.list.ListReader
-
Initiates a termination of the plugin.
- terminate(boolean) - Method in class kieker.analysis.plugin.reader.namedRecordPipe.PipeReader
-
Initiates a termination of the plugin.
- terminate() - Method in class kieker.analysis.plugin.reader.newio.deserializer.BinaryDeserializer
-
- terminate() - Method in interface kieker.analysis.plugin.reader.newio.deserializer.IMonitoringRecordDeserializer
-
Lifecycle event, is called when the analysis terminates.
- terminate(boolean) - Method in class kieker.analysis.plugin.reader.newio.RawDataReaderPlugin
-
- terminate(boolean) - Method in class kieker.analysis.plugin.reader.tcp.DualSocketTcpReader
-
- terminate(boolean) - Method in class kieker.analysis.plugin.reader.tcp.SingleSocketTcpReader
-
- terminate(boolean) - Method in class kieker.analysis.plugin.reader.tcp.TCPReader
-
- terminate() - Method in class kieker.analysis.plugin.reader.tcp.util.AbstractTcpReader
-
Gracefully terminates this TCP reader.
- terminate(boolean) - Method in class kieker.analysis.plugin.reader.timer.TimeReader
-
Initiates a termination of the plugin.
- terminate() - Method in class kieker.monitoring.core.controller.AbstractController
-
Permanently terminates this controller.
- terminate() - Method in class kieker.monitoring.writer.MonitoringWriterThread
-
Initiates the termination of this thread.
- terminate(boolean) - Method in class kieker.tools.logReplayer.filter.MonitoringRecordLoggerFilter
-
Initiates a termination of the plugin.
- terminate(boolean) - Method in class kieker.tools.traceAnalysis.filter.AbstractGraphProducingFilter
-
- terminate(boolean) - Method in class kieker.tools.traceAnalysis.filter.sessionReconstruction.SessionReconstructionFilter
-
- terminate(boolean) - Method in class kieker.tools.traceAnalysis.filter.systemModel.SystemModel2FileFilter
-
Initiates a termination of the plugin.
- terminate(boolean) - Method in class kieker.tools.traceAnalysis.filter.traceReconstruction.TraceReconstructionFilter
-
Terminates the filter (internally, all pending traces are processed).
- terminate(boolean) - Method in class kieker.tools.traceAnalysis.filter.traceWriter.ExecutionTraceWriterFilter
-
Initiates a termination of the plugin.
- terminate(boolean) - Method in class kieker.tools.traceAnalysis.filter.traceWriter.InvalidExecutionTraceWriterFilter
-
Initiates a termination of the plugin.
- terminate(boolean) - Method in class kieker.tools.traceAnalysis.filter.traceWriter.MessageTraceWriterFilter
-
Initiates a termination of the plugin.
- terminate(boolean) - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
-
Saves the call tree to the dot file if error is not true.
- terminateMonitoring() - Method in interface kieker.monitoring.core.controller.IStateController
-
Permanently terminates monitoring.
- terminateMonitoring() - Method in class kieker.monitoring.core.controller.MonitoringController
-
- terminateMonitoring() - Method in class kieker.monitoring.core.controller.StateController
-
Permanently terminates monitoring.
- TerminateOnFailedInsertBehavior<E> - Class in kieker.monitoring.queue.behavior
-
- TerminateOnFailedInsertBehavior(BlockingQueue<E>) - Constructor for class kieker.monitoring.queue.behavior.TerminateOnFailedInsertBehavior
-
- TerminationServletContextListener - Class in kieker.monitoring.core.servlet
-
Use this listener in webapps where ShutdownHook is not called.
- TerminationServletContextListener() - Constructor for class kieker.monitoring.core.servlet.TerminationServletContextListener
-
Creates a new instance of this class using the singleton instance of the
MonitoringController
as a controller.
- TerminationServletContextListener(IStateController) - Constructor for class kieker.monitoring.core.servlet.TerminationServletContextListener
-
Create a new instance utilizing an external state controller.
- TextValueDeserializer - Class in kieker.common.record.io
-
Text value deserializer implementation.
- TextValueDeserializer(CharBuffer) - Constructor for class kieker.common.record.io.TextValueDeserializer
-
- TextValueSerializer - Class in kieker.common.record.io
-
Text value serializer implementation.
- TextValueSerializer(CharBuffer) - Constructor for class kieker.common.record.io.TextValueSerializer
-
- THREAD_ID - Static variable in class kieker.common.record.flow.thread.AbstractThreadBasedEvent
-
default constants.
- THREAD_ID - Static variable in class kieker.common.record.flow.trace.TraceMetadata
-
- ThreadEvent2TraceEventFilter - Class in kieker.analysis.plugin.filter.flow
-
- ThreadEvent2TraceEventFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.flow.ThreadEvent2TraceEventFilter
-
- ThreadingAspect - Class in kieker.monitoring.probe.aspectj.flow.concurrency
-
- ThreadingAspect() - Constructor for class kieker.monitoring.probe.aspectj.flow.concurrency.ThreadingAspect
-
Default constructor.
- ThreadMetaData - Class in kieker.common.record.misc
-
- ThreadMetaData(String, long) - Constructor for class kieker.common.record.misc.ThreadMetaData
-
Creates a new instance of this class using the given parameters.
- ThreadMetaData(Object[]) - Constructor for class kieker.common.record.misc.ThreadMetaData
-
- ThreadMetaData(Object[], Class<?>[]) - Constructor for class kieker.common.record.misc.ThreadMetaData
-
- ThreadMetaData(IValueDeserializer) - Constructor for class kieker.common.record.misc.ThreadMetaData
-
- ThreadMetaDataFactory - Class in kieker.common.record.misc
-
- ThreadMetaDataFactory() - Constructor for class kieker.common.record.misc.ThreadMetaDataFactory
-
- ThreadsStatusDisplayFilter - Class in kieker.analysis.plugin.filter.sink
-
- ThreadsStatusDisplayFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.sink.ThreadsStatusDisplayFilter
-
Creates a new instance of this class using the given parameters.
- ThreadsStatusRecord - Class in kieker.common.record.jvm
-
- ThreadsStatusRecord(long, String, String, long, long, long, long) - Constructor for class kieker.common.record.jvm.ThreadsStatusRecord
-
Creates a new instance of this class using the given parameters.
- ThreadsStatusRecord(Object[]) - Constructor for class kieker.common.record.jvm.ThreadsStatusRecord
-
- ThreadsStatusRecord(Object[], Class<?>[]) - Constructor for class kieker.common.record.jvm.ThreadsStatusRecord
-
- ThreadsStatusRecord(IValueDeserializer) - Constructor for class kieker.common.record.jvm.ThreadsStatusRecord
-
- ThreadsStatusRecordFactory - Class in kieker.common.record.jvm
-
- ThreadsStatusRecordFactory() - Constructor for class kieker.common.record.jvm.ThreadsStatusRecordFactory
-
- ThreadsStatusSampler - Class in kieker.monitoring.sampler.mxbean
-
A sampler using the MXBean interface to access information about the threads in the JVM.
- ThreadsStatusSampler() - Constructor for class kieker.monitoring.sampler.mxbean.ThreadsStatusSampler
-
Create new ThreadsStatusSampler.
- ThreadStatusServletContextListener - Class in kieker.monitoring.probe.servlet
-
Starts and stops the periodic logging of the VM thread status.
- ThreadStatusServletContextListener() - Constructor for class kieker.monitoring.probe.servlet.ThreadStatusServletContextListener
-
Empty constructor.
- TIME_OFFSET - Static variable in class kieker.common.record.misc.KiekerMetadataRecord
-
- TIME_UNIT - Static variable in class kieker.common.record.misc.KiekerMetadataRecord
-
- TimeReader - Class in kieker.analysis.plugin.reader.timer
-
This plugin provides the current (system) time in regular intervals.
- TimeReader(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.reader.timer.TimeReader
-
Creates a new timer using the given configuration.
- TimeReader.TimestampEventTask - Class in kieker.analysis.plugin.reader.timer
-
A simple helper class used to send the current system time.
- TimeReader.TimestampEventTask(long) - Constructor for class kieker.analysis.plugin.reader.timer.TimeReader.TimestampEventTask
-
Creates a new task.
- TimeSeries<T> - Class in kieker.tools.opad.timeseries
-
- TimeSeries(long, TimeUnit, long, TimeUnit, int, int) - Constructor for class kieker.tools.opad.timeseries.TimeSeries
-
- TimeSeries(long, TimeUnit, long, TimeUnit, int) - Constructor for class kieker.tools.opad.timeseries.TimeSeries
-
- TimeSeries(long, TimeUnit, long, TimeUnit) - Constructor for class kieker.tools.opad.timeseries.TimeSeries
-
- TimeSeries(long, TimeUnit, long) - Constructor for class kieker.tools.opad.timeseries.TimeSeries
-
Constructor using the timeunit as unit for internal usage and deltatime time unit.
- TimeSeries(long, TimeUnit, long, int, int) - Constructor for class kieker.tools.opad.timeseries.TimeSeries
-
Constructor using the timeunit as unit for internal usage and deltatime time unit.
- TimeSeries(long, TimeUnit, long, int) - Constructor for class kieker.tools.opad.timeseries.TimeSeries
-
- TimeSeriesPoint<T> - Class in kieker.tools.opad.timeseries
-
- TimeSeriesPoint(long, T) - Constructor for class kieker.tools.opad.timeseries.TimeSeriesPoint
-
- TimeSeriesPointAggregatorFilter - Class in kieker.tools.opad.filter
-
This Filter aggregates the incoming DoubleTImeSeriesPoints over a configurable period of time.
- TimeSeriesPointAggregatorFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.opad.filter.TimeSeriesPointAggregatorFilter
-
- TimeSeriesPointsBuffer<T> - Class in kieker.tools.opad.timeseries
-
This is a thread-safe buffer for time series points, which has or has not a fixed capacity.
- TimeSeriesPointsBuffer() - Constructor for class kieker.tools.opad.timeseries.TimeSeriesPointsBuffer
-
Creates a new instance with infinite capacity.
- TimeSeriesPointsBuffer(int) - Constructor for class kieker.tools.opad.timeseries.TimeSeriesPointsBuffer
-
Creates a new instance with the given capacity.
- timeSource - Variable in class kieker.monitoring.probe.cxf.OperationExecutionSOAPRequestInInterceptor
-
The used time source.
- timeSource - Variable in class kieker.monitoring.probe.cxf.OperationExecutionSOAPRequestOutInterceptor
-
The used time source.
- timeSource - Variable in class kieker.monitoring.probe.cxf.OperationExecutionSOAPResponseInInterceptor
-
The used time source.
- timeSource - Variable in class kieker.monitoring.probe.cxf.OperationExecutionSOAPResponseOutInterceptor
-
The used time source.
- TIMESOURCE - Static variable in class kieker.monitoring.probe.servlet.SessionAndTraceRegistrationFilter
-
- TimeSourceController - Class in kieker.monitoring.core.controller
-
- TimeSourceController(Configuration) - Constructor for class kieker.monitoring.core.controller.TimeSourceController
-
Creates a new instance of this class using the given parameters.
- TIMESTAMP - Static variable in class kieker.common.record.controlflow.BranchingRecord
-
default constants.
- TIMESTAMP - Static variable in class kieker.common.record.flow.AbstractEvent
-
default constants.
- TIMESTAMP - Static variable in class kieker.common.record.misc.TimestampRecord
-
default constants.
- TIMESTAMP - Static variable in class kieker.common.record.system.CPUUtilizationRecord
-
default constants.
- TIMESTAMP - Static variable in class kieker.common.record.system.DiskUsageRecord
-
default constants.
- TIMESTAMP - Static variable in class kieker.common.record.system.LoadAverageRecord
-
default constants.
- TIMESTAMP - Static variable in class kieker.common.record.system.MemSwapUsageRecord
-
default constants.
- TIMESTAMP - Static variable in class kieker.common.record.system.NetworkUtilizationRecord
-
default constants.
- TIMESTAMP - Static variable in class kieker.common.record.system.ResourceUtilizationRecord
-
default constants.
- TimestampFilter - Class in kieker.analysis.plugin.filter.select
-
- TimestampFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.select.TimestampFilter
-
Creates a new instance of this class using the given parameters.
- TimestampRecord - Class in kieker.common.record.misc
-
- TimestampRecord(long) - Constructor for class kieker.common.record.misc.TimestampRecord
-
Creates a new instance of this class using the given parameters.
- TimestampRecord(Object[]) - Constructor for class kieker.common.record.misc.TimestampRecord
-
- TimestampRecord(Object[], Class<?>[]) - Constructor for class kieker.common.record.misc.TimestampRecord
-
- TimestampRecord(IValueDeserializer) - Constructor for class kieker.common.record.misc.TimestampRecord
-
- TimestampRecordFactory - Class in kieker.common.record.misc
-
- TimestampRecordFactory() - Constructor for class kieker.common.record.misc.TimestampRecordFactory
-
- TIN - Static variable in class kieker.common.record.controlflow.OperationExecutionRecord
-
- toArray() - Method in class kieker.common.record.controlflow.BranchingRecord
-
- toArray() - Method in class kieker.common.record.controlflow.OperationExecutionRecord
-
- toArray() - Method in class kieker.common.record.flow.thread.AfterFailedThreadBasedEvent
-
- toArray() - Method in class kieker.common.record.flow.thread.AfterThreadBasedEvent
-
- toArray() - Method in class kieker.common.record.flow.thread.BeforeThreadBasedEvent
-
- toArray() - Method in class kieker.common.record.flow.trace.concurrency.JoinEvent
-
- toArray() - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorEntryEvent
-
- toArray() - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorExitEvent
-
- toArray() - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorNotifyAllEvent
-
- toArray() - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorNotifyEvent
-
- toArray() - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorRequestEvent
-
- toArray() - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorWaitEvent
-
- toArray() - Method in class kieker.common.record.flow.trace.concurrency.SplitEvent
-
- toArray() - Method in class kieker.common.record.flow.trace.ConstructionEvent
-
- toArray() - Method in class kieker.common.record.flow.trace.operation.AfterOperationEvent
-
- toArray() - Method in class kieker.common.record.flow.trace.operation.AfterOperationFailedEvent
-
- toArray() - Method in class kieker.common.record.flow.trace.operation.BeforeOperationEvent
-
- toArray() - Method in class kieker.common.record.flow.trace.operation.CallOperationEvent
-
- toArray() - Method in class kieker.common.record.flow.trace.operation.constructor.AfterConstructorEvent
-
- toArray() - Method in class kieker.common.record.flow.trace.operation.constructor.AfterConstructorFailedEvent
-
- toArray() - Method in class kieker.common.record.flow.trace.operation.constructor.BeforeConstructorEvent
-
- toArray() - Method in class kieker.common.record.flow.trace.operation.constructor.CallConstructorEvent
-
- toArray() - Method in class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorFailedObjectEvent
-
- toArray() - Method in class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorObjectEvent
-
- toArray() - Method in class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectEvent
-
- toArray() - Method in class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectInterfaceEvent
-
- toArray() - Method in class kieker.common.record.flow.trace.operation.constructor.object.CallConstructorObjectEvent
-
- toArray() - Method in class kieker.common.record.flow.trace.operation.object.AfterOperationFailedObjectEvent
-
- toArray() - Method in class kieker.common.record.flow.trace.operation.object.AfterOperationObjectEvent
-
- toArray() - Method in class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectEvent
-
- toArray() - Method in class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectInterfaceEvent
-
- toArray() - Method in class kieker.common.record.flow.trace.operation.object.CallOperationObjectEvent
-
- toArray() - Method in class kieker.common.record.flow.trace.TraceMetadata
-
- toArray() - Method in interface kieker.common.record.IMonitoringRecord
-
This method should deliver an array containing the content of the record.
- toArray() - Method in class kieker.common.record.jvm.ClassLoadingRecord
-
- toArray() - Method in class kieker.common.record.jvm.CompilationRecord
-
- toArray() - Method in class kieker.common.record.jvm.GCRecord
-
- toArray() - Method in class kieker.common.record.jvm.MemoryRecord
-
- toArray() - Method in class kieker.common.record.jvm.ThreadsStatusRecord
-
- toArray() - Method in class kieker.common.record.jvm.UptimeRecord
-
- toArray() - Method in class kieker.common.record.misc.EmptyRecord
-
- toArray() - Method in class kieker.common.record.misc.HostApplicationMetaData
-
- toArray() - Method in class kieker.common.record.misc.KiekerMetadataRecord
-
- toArray() - Method in class kieker.common.record.misc.RegistryRecord
-
This method should deliver an array containing the content of the record.
- toArray() - Method in class kieker.common.record.misc.ThreadMetaData
-
- toArray() - Method in class kieker.common.record.misc.TimestampRecord
-
- toArray() - Method in class kieker.common.record.system.CPUUtilizationRecord
-
- toArray() - Method in class kieker.common.record.system.DiskUsageRecord
-
- toArray() - Method in class kieker.common.record.system.LoadAverageRecord
-
- toArray() - Method in class kieker.common.record.system.MemSwapUsageRecord
-
- toArray() - Method in class kieker.common.record.system.NetworkUtilizationRecord
-
- toArray() - Method in class kieker.common.record.system.ResourceUtilizationRecord
-
- toArray() - Method in class kieker.tools.opad.record.AggregationWindow
-
- toArray() - Method in class kieker.tools.opad.record.ExtendedStorableDetectionResult
-
- toArray() - Method in class kieker.tools.opad.record.NamedDoubleRecord
-
- toArray() - Method in class kieker.tools.opad.record.NamedTSPoint
-
- toArray() - Method in class kieker.tools.opad.record.StorableDetectionResult
-
- toMessageTrace(Execution) - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionTrace
-
Returns the message trace representation for this trace.
The transformation to a message trace is only computed during the first execution of this method.
- ToolsUtil - Class in kieker.tools.util
-
- toOperationSignatureString() - Method in class kieker.common.util.signature.ClassOperationSignaturePair
-
This method assembles an operation signature string from the current fields.
- toProperty(Object[]) - Static method in class kieker.common.configuration.Configuration
-
Converts the Object[] to a String split by '|'.
- toString() - Method in class kieker.analysis.display.PlainText
-
- toString() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisComponent
-
- toString() - Method in class kieker.analysis.model.analysisMetaModel.impl.MDependency
-
- toString() - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplay
-
- toString() - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplayConnector
-
- toString() - Method in class kieker.analysis.model.analysisMetaModel.impl.MPort
-
- toString() - Method in class kieker.analysis.model.analysisMetaModel.impl.MProject
-
- toString() - Method in class kieker.analysis.model.analysisMetaModel.impl.MProperty
-
- toString() - Method in class kieker.analysis.model.analysisMetaModel.impl.MRepositoryConnector
-
- toString() - Method in class kieker.analysis.model.analysisMetaModel.impl.MView
-
- toString() - Method in class kieker.analysis.plugin.filter.flow.TraceEventRecords
-
- toString() - Method in class kieker.common.record.AbstractMonitoringRecord
-
- toString() - Method in interface kieker.common.record.IMonitoringRecord
-
Creates a string representation of this record.
This method should not be used for serialization purposes since this is not the purpose of Object's toString method.
- toString() - Method in class kieker.common.util.registry.Lookup
-
- toString() - Method in class kieker.common.util.registry.Registry
-
- toString() - Method in class kieker.common.util.signature.ClassOperationSignaturePair
-
- toString() - Method in class kieker.common.util.signature.Signature
-
- toString() - Method in class kieker.monitoring.core.controller.AbstractController
-
- toString() - Method in interface kieker.monitoring.core.controller.IMonitoringController
-
This method is used to log the status of the controllers to the console.
- toString() - Method in class kieker.monitoring.core.controller.JMXController
-
- toString() - Method in class kieker.monitoring.core.controller.MonitoringController
-
- toString() - Method in class kieker.monitoring.core.controller.ProbeController
-
- toString() - Method in class kieker.monitoring.core.controller.SamplingController
-
- toString() - Method in class kieker.monitoring.core.controller.StateController
-
- toString() - Method in class kieker.monitoring.core.controller.TimeSourceController
-
- toString() - Method in class kieker.monitoring.core.controller.WriterController
-
- toString() - Method in class kieker.monitoring.core.signaturePattern.PatternEntry
-
- toString() - Method in class kieker.monitoring.queue.behavior.BlockOnFailedInsertBehavior
-
- toString() - Method in class kieker.monitoring.queue.behavior.BypassQueueBehavior
-
- toString() - Method in class kieker.monitoring.queue.behavior.CountOnFailedInsertBehavior
-
- toString() - Method in class kieker.monitoring.queue.behavior.DoNotInsertBehavior
-
- toString() - Method in class kieker.monitoring.queue.behavior.TerminateOnFailedInsertBehavior
-
- toString() - Method in class kieker.monitoring.queue.BlockingQueueDecorator
-
- toString() - Method in class kieker.monitoring.timer.AbstractTimeSource
-
- toString() - Method in interface kieker.monitoring.timer.ITimeSource
-
- toString() - Method in class kieker.monitoring.timer.SystemMilliTimer
-
- toString() - Method in class kieker.monitoring.timer.SystemNanoTimer
-
- toString() - Method in class kieker.monitoring.writer.AbstractMonitoringWriter
-
Returns a textual representation of the writer's configuration.
- toString() - Method in class kieker.monitoring.writer.filesystem.AsciiFileWriter
-
- toString() - Method in class kieker.monitoring.writer.filesystem.BinaryFileWriter
-
- toString() - Method in class kieker.monitoring.writer.jms.JmsWriter
-
- toString() - Method in class kieker.monitoring.writer.namedRecordPipe.PipeWriter
-
- toString() - Method in class kieker.tools.opad.model.NamedDoubleTimeSeriesPoint
-
- toString() - Method in class kieker.tools.opad.timeseries.forecast.ForecastResult
-
- toString() - Method in class kieker.tools.opad.timeseries.TimeSeries
-
- toString() - Method in class kieker.tools.opad.timeseries.TimeSeriesPoint
-
- toString() - Method in class kieker.tools.resourceMonitor.ResourceMonitor
-
- toString() - Method in class kieker.tools.traceAnalysis.systemModel.AbstractMessage
-
- toString() - Method in class kieker.tools.traceAnalysis.systemModel.AllocationComponent
-
- toString() - Method in class kieker.tools.traceAnalysis.systemModel.AssemblyComponent
-
- toString() - Method in class kieker.tools.traceAnalysis.systemModel.Execution
-
- toString() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionTrace
-
- toString() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionTraceBasedSession
-
- toString() - Method in class kieker.tools.traceAnalysis.systemModel.InvalidExecutionTrace
-
- toString() - Method in class kieker.tools.traceAnalysis.systemModel.MessageTrace
-
- toString() - Method in class kieker.tools.traceAnalysis.systemModel.Operation
-
- toString() - Method in class kieker.tools.traceAnalysis.systemModel.util.AllocationComponentOperationPair
-
- toString() - Method in class kieker.tools.traceAnalysis.systemModel.util.AssemblyComponentOperationPair
-
- TOTAL_UTILIZATION - Static variable in class kieker.common.record.system.CPUUtilizationRecord
-
- toTS(String) - Method in class kieker.tools.util.RBridgeControl
-
- toTS(String, long) - Method in class kieker.tools.util.RBridgeControl
-
- TOUT - Static variable in class kieker.common.record.controlflow.OperationExecutionRecord
-
- trace(String) - Method in interface kieker.common.logging.Log
-
Log a message with trace log level.
- trace(String, Throwable) - Method in interface kieker.common.logging.Log
-
Log an error with trace log level.
- trace(String) - Method in class kieker.common.logging.LogImplCommonsLogging
-
- trace(String, Throwable) - Method in class kieker.common.logging.LogImplCommonsLogging
-
- trace(String) - Method in class kieker.common.logging.LogImplJDK14
-
- trace(String, Throwable) - Method in class kieker.common.logging.LogImplJDK14
-
- trace(String) - Method in class kieker.common.logging.LogImplJUnit
-
- trace(String, Throwable) - Method in class kieker.common.logging.LogImplJUnit
-
- trace(String) - Method in class kieker.common.logging.LogImplNone
-
- trace(String, Throwable) - Method in class kieker.common.logging.LogImplNone
-
- trace(String) - Method in class kieker.common.logging.LogImplSLF4JLogging
-
- trace(String, Throwable) - Method in class kieker.common.logging.LogImplSLF4JLogging
-
- trace(String) - Method in class kieker.common.logging.LogImplWebguiLogging
-
- trace(String, Throwable) - Method in class kieker.common.logging.LogImplWebguiLogging
-
- TRACE_ALLOCATION_EQUIV_CLASSES_FN_PREFIX - Static variable in class kieker.tools.traceAnalysis.Constants
-
- TRACE_ASSEMBLY_EQUIV_CLASSES_FN_PREFIX - Static variable in class kieker.tools.traceAnalysis.Constants
-
- TRACE_ID - Static variable in class kieker.common.record.controlflow.OperationExecutionRecord
-
- TRACE_ID - Static variable in class kieker.common.record.flow.trace.AbstractTraceEvent
-
default constants.
- TRACE_ID - Static variable in class kieker.common.record.flow.trace.TraceMetadata
-
default constants.
- TRACE_IDENTIFIER_QNAME - Static variable in interface kieker.monitoring.probe.cxf.SOAPHeaderConstants
-
The qualified name for the trace ID.
- TRACE_QUALIFIED_NAME - Static variable in interface kieker.monitoring.probe.cxf.SOAPHeaderConstants
-
The local part for the qualified name of the trace ID.
- TraceAggregationFilter - Class in kieker.analysis.plugin.filter.flow
-
This filter collects incoming traces for a specified amount of time.
- TraceAggregationFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.flow.TraceAggregationFilter
-
Creates a new instance of this class using the given parameters.
- TRACEALLOCATIONEQUIVCLASS_COMPONENT_NAME - Static variable in class kieker.tools.traceAnalysis.Constants
-
The name of the component for the trace equivalence class filtering (deployment mode).
- TraceAnalysisGUI - Class in kieker.tools.traceAnalysis
-
- TraceAnalysisGUI() - Constructor for class kieker.tools.traceAnalysis.TraceAnalysisGUI
-
- TraceAnalysisTool - Class in kieker.tools.traceAnalysis
-
This is the main class to start the Kieker TraceAnalysisTool - the model synthesis and analysis tool to process the
monitoring data that comes from the instrumented system, or from a file that contains Kieker monitoring data.
- TRACEASSEMBLYEQUIVCLASS_COMPONENT_NAME - Static variable in class kieker.tools.traceAnalysis.Constants
-
The name of the component for the trace equivalence class filtering (assembly mode).
- TraceCallTreeFilter - Class in kieker.tools.traceAnalysis.filter.visualization.callTree
-
Plugin providing the creation of calling trees both for individual traces
and an aggregated form for multiple traces.
This class has exactly one input port named "in".
- TraceCallTreeFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.callTree.TraceCallTreeFilter
-
Creates a new instance of this class using the given parameters.
- TraceCallTreeNode - Class in kieker.tools.traceAnalysis.filter.visualization.callTree
-
This class represents a single node within the trace call tree.
- TraceCallTreeNode(int, AllocationComponentOperationPair, boolean, MessageTrace, IOriginRetentionPolicy) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.callTree.TraceCallTreeNode
-
Creates a new instance of this class using the given parameters.
- TraceColoringFilter<V extends AbstractVertex<V,E,TraceInformation>,E extends AbstractEdge<V,E,TraceInformation>> - Class in kieker.tools.traceAnalysis.filter.visualization.traceColoring
-
This filter sets the color of nodes and edges which belong to a single trace according to a trace
coloring schema defined in a color repository (see
TraceColorRepository
).
- TraceColoringFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.traceColoring.TraceColoringFilter
-
Creates a new filter using the given configuration.
- TraceColorRepository - Class in kieker.tools.traceAnalysis.repository
-
Implementation of a trace color repository, which associates colors to traces.
- TraceColorRepository(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.repository.TraceColorRepository
-
Creates a new description repository using the given configuration.
- TraceColorRepository(Configuration, TraceColorRepository.TraceColorRepositoryData, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.repository.TraceColorRepository
-
Creates a new color repository with the given data.
- TraceColorRepository.TraceColorRepositoryData - Class in kieker.tools.traceAnalysis.repository
-
- TraceColorRepository.TraceColorRepositoryData(ConcurrentMap<Long, Color>, Color, Color) - Constructor for class kieker.tools.traceAnalysis.repository.TraceColorRepository.TraceColorRepositoryData
-
Creates a new data object using the given data.
- TraceEndTimestampComparator - Class in kieker.tools.traceAnalysis.systemModel.util
-
Comparator which compares abstract traces according to their end timestamps.
- TraceEndTimestampComparator() - Constructor for class kieker.tools.traceAnalysis.systemModel.util.TraceEndTimestampComparator
-
- TraceEquivalenceClassFilter - Class in kieker.tools.traceAnalysis.filter.traceFilter
-
- TraceEquivalenceClassFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.traceFilter.TraceEquivalenceClassFilter
-
Creates a new instance of this class using the given parameters.
- TraceEquivalenceClassFilter.TraceEquivalenceClassModes - Enum in kieker.tools.traceAnalysis.filter.traceFilter
-
This enum represents the different trace equivalence class modes.
- TraceEventRecords - Class in kieker.analysis.plugin.filter.flow
-
- TraceEventRecords(TraceMetadata, AbstractTraceEvent[]) - Constructor for class kieker.analysis.plugin.filter.flow.TraceEventRecords
-
Creates a new instance of this class using the given parameters.
- TraceEventRecords2ExecutionAndMessageTraceFilter - Class in kieker.tools.traceAnalysis.filter.flow
-
- TraceEventRecords2ExecutionAndMessageTraceFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
-
Creates a new instance of this class using the given parameters.
- TraceIdFilter - Class in kieker.analysis.plugin.filter.select
-
Allows to filter Traces about their traceIds.
- TraceIdFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.select.TraceIdFilter
-
Creates a new instance of this class using the given parameters.
- TraceInformation - Class in kieker.tools.traceAnalysis.systemModel
-
This class stores trace meta-information, such as the trace ID.
- TraceInformation(long, String) - Constructor for class kieker.tools.traceAnalysis.systemModel.TraceInformation
-
Creates a new trace information object using the given data.
- TraceMetadata - Class in kieker.common.record.flow.trace
-
- TraceMetadata(long, long, String, String, long, int) - Constructor for class kieker.common.record.flow.trace.TraceMetadata
-
Creates a new instance of this class using the given parameters.
- TraceMetadata(Object[]) - Constructor for class kieker.common.record.flow.trace.TraceMetadata
-
- TraceMetadata(Object[], Class<?>[]) - Constructor for class kieker.common.record.flow.trace.TraceMetadata
-
- TraceMetadata(IValueDeserializer) - Constructor for class kieker.common.record.flow.trace.TraceMetadata
-
- TraceMetadataFactory - Class in kieker.common.record.flow.trace
-
- TraceMetadataFactory() - Constructor for class kieker.common.record.flow.trace.TraceMetadataFactory
-
- TraceProcessingException - Exception in kieker.tools.traceAnalysis.filter.traceReconstruction
-
This exceptions shows that something went wrong during the processing of a trace.
- TraceProcessingException(String) - Constructor for exception kieker.tools.traceAnalysis.filter.traceReconstruction.TraceProcessingException
-
Creates a new instance of this class using the given parameters.
- TraceProcessingException(String, Throwable) - Constructor for exception kieker.tools.traceAnalysis.filter.traceReconstruction.TraceProcessingException
-
Creates a new instance of this class using the given parameters.
- TRACERECONSTR_COMPONENT_NAME - Static variable in class kieker.tools.traceAnalysis.Constants
-
The name of the component for the trace reconstruction of execution records.
- TraceReconstructionFilter - Class in kieker.tools.traceAnalysis.filter.traceReconstruction
-
- TraceReconstructionFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.traceReconstruction.TraceReconstructionFilter
-
Creates a new instance of this class using the given parameters.
- TraceRegistry - Enum in kieker.monitoring.core.registry
-
- TraceStartTimestampComparator - Class in kieker.tools.traceAnalysis.systemModel.util
-
Comparator which compares abstract traces according to their start timestamps.
- TraceStartTimestampComparator() - Constructor for class kieker.tools.traceAnalysis.systemModel.util.TraceStartTimestampComparator
-
- traverse(AbstractGraph.IGraphVisitor<V, E>) - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractGraph
-
Traverses this graph using the given visitor.
- traverseWithVerticesFirst(AbstractGraph.IGraphVisitor<V, E>) - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractGraph
-
Traverses this graph using the given visitor.
- tryRegisterComponentName(String) - Method in class kieker.analysis.AnalysisController
-
This method tries to atomically register the given name for a component.
- TX_BYTES_PER_SECOND - Static variable in class kieker.common.record.system.NetworkUtilizationRecord
-
- TX_CARRIER_PER_SECOND - Static variable in class kieker.common.record.system.NetworkUtilizationRecord
-
- TX_COLLISIONS_PER_SECOND - Static variable in class kieker.common.record.system.NetworkUtilizationRecord
-
- TX_DROPPED_PER_SECOND - Static variable in class kieker.common.record.system.NetworkUtilizationRecord
-
- TX_ERRORS_PER_SECOND - Static variable in class kieker.common.record.system.NetworkUtilizationRecord
-
- TX_OVERRUNS_PER_SECOND - Static variable in class kieker.common.record.system.NetworkUtilizationRecord
-
- TX_PACKETS_PER_SECOND - Static variable in class kieker.common.record.system.NetworkUtilizationRecord
-
- TYPE_SIZE_BOOLEAN - Static variable in class kieker.common.record.AbstractMonitoringRecord
-
- TYPE_SIZE_BYTE - Static variable in class kieker.common.record.AbstractMonitoringRecord
-
- TYPE_SIZE_CHARACTER - Static variable in class kieker.common.record.AbstractMonitoringRecord
-
- TYPE_SIZE_DOUBLE - Static variable in class kieker.common.record.AbstractMonitoringRecord
-
- TYPE_SIZE_FLOAT - Static variable in class kieker.common.record.AbstractMonitoringRecord
-
- TYPE_SIZE_INT - Static variable in class kieker.common.record.AbstractMonitoringRecord
-
- TYPE_SIZE_LONG - Static variable in class kieker.common.record.AbstractMonitoringRecord
-
- TYPE_SIZE_SHORT - Static variable in class kieker.common.record.AbstractMonitoringRecord
-
- TYPE_SIZE_STRING - Static variable in class kieker.common.record.AbstractMonitoringRecord
-
- TypeFilter - Class in kieker.analysis.plugin.filter.select
-
This filter has exactly one input port and one output port.
- TypeFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.select.TypeFilter
-
Creates a new instance of this class using the given parameters.
- TypeRepository - Class in kieker.tools.traceAnalysis.systemModel.repository
-
This is a repository in which the different component types (
ComponentType
) can be stored.
- TypeRepository(SystemModelRepository) - Constructor for class kieker.tools.traceAnalysis.systemModel.repository.TypeRepository
-
Creates a new instance of this class using the given parameters.
- TYPES - Static variable in class kieker.common.record.controlflow.BranchingRecord
-
- TYPES - Static variable in class kieker.common.record.controlflow.OperationExecutionRecord
-
- TYPES - Static variable in class kieker.common.record.flow.thread.AfterFailedThreadBasedEvent
-
- TYPES - Static variable in class kieker.common.record.flow.thread.AfterThreadBasedEvent
-
- TYPES - Static variable in class kieker.common.record.flow.thread.BeforeThreadBasedEvent
-
- TYPES - Static variable in class kieker.common.record.flow.trace.concurrency.JoinEvent
-
- TYPES - Static variable in class kieker.common.record.flow.trace.concurrency.monitor.MonitorEntryEvent
-
- TYPES - Static variable in class kieker.common.record.flow.trace.concurrency.monitor.MonitorExitEvent
-
- TYPES - Static variable in class kieker.common.record.flow.trace.concurrency.monitor.MonitorNotifyAllEvent
-
- TYPES - Static variable in class kieker.common.record.flow.trace.concurrency.monitor.MonitorNotifyEvent
-
- TYPES - Static variable in class kieker.common.record.flow.trace.concurrency.monitor.MonitorRequestEvent
-
- TYPES - Static variable in class kieker.common.record.flow.trace.concurrency.monitor.MonitorWaitEvent
-
- TYPES - Static variable in class kieker.common.record.flow.trace.concurrency.SplitEvent
-
- TYPES - Static variable in class kieker.common.record.flow.trace.ConstructionEvent
-
- TYPES - Static variable in class kieker.common.record.flow.trace.operation.AfterOperationEvent
-
- TYPES - Static variable in class kieker.common.record.flow.trace.operation.AfterOperationFailedEvent
-
- TYPES - Static variable in class kieker.common.record.flow.trace.operation.BeforeOperationEvent
-
- TYPES - Static variable in class kieker.common.record.flow.trace.operation.CallOperationEvent
-
- TYPES - Static variable in class kieker.common.record.flow.trace.operation.constructor.AfterConstructorEvent
-
- TYPES - Static variable in class kieker.common.record.flow.trace.operation.constructor.AfterConstructorFailedEvent
-
- TYPES - Static variable in class kieker.common.record.flow.trace.operation.constructor.BeforeConstructorEvent
-
- TYPES - Static variable in class kieker.common.record.flow.trace.operation.constructor.CallConstructorEvent
-
- TYPES - Static variable in class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorFailedObjectEvent
-
- TYPES - Static variable in class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorObjectEvent
-
- TYPES - Static variable in class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectEvent
-
- TYPES - Static variable in class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectInterfaceEvent
-
- TYPES - Static variable in class kieker.common.record.flow.trace.operation.constructor.object.CallConstructorObjectEvent
-
- TYPES - Static variable in class kieker.common.record.flow.trace.operation.object.AfterOperationFailedObjectEvent
-
- TYPES - Static variable in class kieker.common.record.flow.trace.operation.object.AfterOperationObjectEvent
-
- TYPES - Static variable in class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectEvent
-
- TYPES - Static variable in class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectInterfaceEvent
-
- TYPES - Static variable in class kieker.common.record.flow.trace.operation.object.CallOperationObjectEvent
-
- TYPES - Static variable in class kieker.common.record.flow.trace.TraceMetadata
-
- TYPES - Static variable in class kieker.common.record.jvm.ClassLoadingRecord
-
- TYPES - Static variable in class kieker.common.record.jvm.CompilationRecord
-
- TYPES - Static variable in class kieker.common.record.jvm.GCRecord
-
- TYPES - Static variable in class kieker.common.record.jvm.MemoryRecord
-
- TYPES - Static variable in class kieker.common.record.jvm.ThreadsStatusRecord
-
- TYPES - Static variable in class kieker.common.record.jvm.UptimeRecord
-
- TYPES - Static variable in class kieker.common.record.misc.EmptyRecord
-
- TYPES - Static variable in class kieker.common.record.misc.HostApplicationMetaData
-
- TYPES - Static variable in class kieker.common.record.misc.KiekerMetadataRecord
-
- TYPES - Static variable in class kieker.common.record.misc.RegistryRecord
-
- TYPES - Static variable in class kieker.common.record.misc.ThreadMetaData
-
- TYPES - Static variable in class kieker.common.record.misc.TimestampRecord
-
- TYPES - Static variable in class kieker.common.record.system.CPUUtilizationRecord
-
- TYPES - Static variable in class kieker.common.record.system.DiskUsageRecord
-
- TYPES - Static variable in class kieker.common.record.system.LoadAverageRecord
-
- TYPES - Static variable in class kieker.common.record.system.MemSwapUsageRecord
-
- TYPES - Static variable in class kieker.common.record.system.NetworkUtilizationRecord
-
- TYPES - Static variable in class kieker.common.record.system.ResourceUtilizationRecord
-
- TYPES - Static variable in class kieker.tools.opad.record.AggregationWindow
-
- TYPES - Static variable in class kieker.tools.opad.record.ExtendedStorableDetectionResult
-
- TYPES - Static variable in class kieker.tools.opad.record.NamedDoubleRecord
-
- TYPES - Static variable in class kieker.tools.opad.record.NamedTSPoint
-
- TYPES - Static variable in class kieker.tools.opad.record.StorableDetectionResult
-
- typesForClass(Class<? extends IMonitoringRecord>) - Static method in class kieker.common.record.AbstractMonitoringRecord
-
This method delivers the types array of the given class, either by finding the declared field (in case of a factory record) or via the getValueTypes
method.