Skip navigation links
Kieker 1.14
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

A

AbstractAggregatedCallTreeFilter<T> - Class in kieker.tools.trace.analysis.filter.visualization.callTree
This class has exactly one input port named "in".
AbstractAggregatedCallTreeFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
Creates a new instance of this class using the given parameters.
AbstractAggregatedCallTreeNode<T> - Class in kieker.tools.trace.analysis.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.trace.analysis.filter.visualization.callTree.AbstractAggregatedCallTreeNode
This constructor uses the given parameters to initialize the fields of this class.
AbstractAnalysisComponent - Class in kieker.analysis.analysisComponent
Do not inherit directly from this class! Instead inherit from the class AbstractFilterPlugin, AbstractReaderPlugin or AbstractRepository.
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.database
This aspect spawns before and after events by foregoing an around advice.
AbstractAspect() - Constructor for class kieker.monitoring.probe.aspectj.database.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
 
AbstractBiCombinerStage<I,J> - Class in kieker.analysisteetime.util.stage
Abstract stage that combines the elements from its two input ports.
AbstractBiCombinerStage() - Constructor for class kieker.analysisteetime.util.stage.AbstractBiCombinerStage
 
AbstractCallTreeFilter<T> - Class in kieker.tools.trace.analysis.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.trace.analysis.filter.visualization.callTree.AbstractCallTreeFilter
Creates a new instance of this class using the given parameters.
AbstractCallTreeFilter.IPairFactory<T> - Interface in kieker.tools.trace.analysis.filter.visualization.callTree
 
AbstractCallTreeNode<T> - Class in kieker.tools.trace.analysis.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.trace.analysis.filter.visualization.callTree.AbstractCallTreeNode
This constructor uses the given parameters to initialize the fields of this class.
AbstractCommandLineTool - Class in kieker.tools
Deprecated.
since 1.15 remove after porting all tools to JCommander
AbstractCommandLineTool(boolean) - Constructor for class kieker.tools.AbstractCommandLineTool
Deprecated.
Create an abstract commandline tool.
AbstractComponentDependencyGraphFormatter<G extends AbstractDependencyGraph<?>> - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Abstract superclass for formatters for component-based dependency graphs.
AbstractComponentDependencyGraphFormatter() - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractComponentDependencyGraphFormatter
 
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.
AbstractCurrentTimeEventGenerationFilter<T> - Class in kieker.toolsteetime.currentTimeEventGenerator
Generates time events with a given resolution based on the timestamps of incoming IMonitoringRecords.
AbstractCurrentTimeEventGenerationFilter(long) - Constructor for class kieker.toolsteetime.currentTimeEventGenerator.AbstractCurrentTimeEventGenerationFilter
Creates an event generator which generates time events with the given resolution in timeunits.
AbstractDecompressionFilter - Class in kieker.analysis.plugin.reader.depcompression
 
AbstractDecompressionFilter(Configuration) - Constructor for class kieker.analysis.plugin.reader.depcompression.AbstractDecompressionFilter
Initialize pass through "decompression" with parameter to adhere Kieker configuration system.
AbstractDependencyGraph<T extends ISystemModelElement> - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Abstract superclass for dependency graphs.
AbstractDependencyGraph(T) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraph
Creates a new dependency graph with the given root entity.
AbstractDependencyGraphBuilder - Class in kieker.analysisteetime.dependencygraphs
Abstract template class for dependency graph builders.
AbstractDependencyGraphBuilder(ExecutionModel, StatisticsModel) - Constructor for class kieker.analysisteetime.dependencygraphs.AbstractDependencyGraphBuilder
 
AbstractDependencyGraphFilter<T extends ISystemModelElement> - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Refactored copy from LogAnalysis-legacy tool.
AbstractDependencyGraphFilter(Configuration, IProjectContext, AbstractDependencyGraph<T>) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFilter
Creates a new abstract dependency graph filter using the given data.
AbstractDependencyGraphFormatter<G extends AbstractDependencyGraph<?>> - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Abstract superclass for all dependency-graph formatters.
AbstractDependencyGraphFormatter() - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
 
AbstractDependencyGraphFormatterVisitor<T extends ISystemModelElement> - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Abstract base class for dependency-graph-formatting visitors.
AbstractDependencyGraphFormatterVisitor(StringBuilder, boolean, boolean, boolean) - Constructor for class kieker.tools.trace.analysis.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.trace.analysis.filter.visualization.graph
Generic superclass for all graph edges in the visualization package.
AbstractEdge(V, V, O, IOriginRetentionPolicy) - Constructor for class kieker.tools.trace.analysis.filter.visualization.graph.AbstractEdge
Creates a new edge between the given vertices.
AbstractEmbeddableService<T extends teetime.framework.Configuration> - Class in kieker.tools.common
Abstract class to create runnable teetime services.
AbstractEmbeddableService() - Constructor for class kieker.tools.common.AbstractEmbeddableService
Default constructor.
AbstractEReferenceChangedListener<T> - Class in kieker.analysisteetime.util.emf
 
AbstractEReferenceChangedListener(EReference) - Constructor for class kieker.analysisteetime.util.emf.AbstractEReferenceChangedListener
 
AbstractEStructuralFeatureChangedListener<T> - Class in kieker.analysisteetime.util.emf
 
AbstractEStructuralFeatureChangedListener(Collection<EStructuralFeature>) - Constructor for class kieker.analysisteetime.util.emf.AbstractEStructuralFeatureChangedListener
 
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(IValueDeserializer) - Constructor for class kieker.common.record.flow.AbstractEvent
 
AbstractEventDeserializer - Class in kieker.analysis.source.file
Abstract interface for the event deserialization.
AbstractEventDeserializer(Configuration, ReaderRegistry<String>) - Constructor for class kieker.analysis.source.file.AbstractEventDeserializer
Create an abstract event deserializer.
AbstractExecutionTraceProcessingFilter - Class in kieker.tools.trace.analysis.filter
This is the abstract base for a filter processing execution traces.
AbstractExecutionTraceProcessingFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.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.
AbstractGraph<V extends AbstractVertex<V,E,O>,E extends AbstractEdge<V,E,O>,O> - Class in kieker.tools.trace.analysis.filter.visualization.graph
Generic superclass for all graphs in the visualization package.
AbstractGraph() - Constructor for class kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraph
 
AbstractGraph.IGraphVisitor<V,E> - Interface in kieker.tools.trace.analysis.filter.visualization.graph
Interface for abstract-graph visitors.
AbstractGraphElement<O> - Class in kieker.tools.trace.analysis.filter.visualization.graph
Superclass for graph elements, i.e.
AbstractGraphElement(O, IOriginRetentionPolicy) - Constructor for class kieker.tools.trace.analysis.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.trace.analysis.filter.visualization
Abstract superclass for all graph filters.
AbstractGraphFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFilter
Creates a new filter with the given configuration.
AbstractGraphFormatter<G extends AbstractGraph<?,?,?>> - Class in kieker.tools.trace.analysis.filter.visualization
Abstract superclass for all graph formatters.
AbstractGraphFormatter() - Constructor for class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFormatter
 
AbstractGraphProducingFilter<G extends AbstractGraph<?,?,?>> - Class in kieker.tools.trace.analysis.filter
Abstract superclass for graph-producing filters.
AbstractGraphProducingFilter(Configuration, IProjectContext, G) - Constructor for class kieker.tools.trace.analysis.filter.AbstractGraphProducingFilter
Creates a new graph-producing filter using the given configuration and the given graph.
AbstractGraphTraverser - Class in kieker.analysisteetime.util.graph.traversal
 
AbstractGraphTraverser() - Constructor for class kieker.analysisteetime.util.graph.traversal.AbstractGraphTraverser
 
AbstractGraphTraverser(IVertexVisitor, IEdgeVisitor) - Constructor for class kieker.analysisteetime.util.graph.traversal.AbstractGraphTraverser
 
AbstractGraphTraverser(List<IVertexVisitor>, List<IEdgeVisitor>) - Constructor for class kieker.analysisteetime.util.graph.traversal.AbstractGraphTraverser
 
AbstractInvalidExecutionTraceProcessingFilter - Class in kieker.tools.trace.analysis.filter
This is an abstract base for filters processing invalid execution traces.
AbstractInvalidExecutionTraceProcessingFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.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(IValueDeserializer) - Constructor for class kieker.common.record.jvm.AbstractJVMRecord
 
AbstractLegacyTool<T> - Class in kieker.tools.common
Generic legacy tool framework class.
AbstractLegacyTool() - Constructor for class kieker.tools.common.AbstractLegacyTool
Default constructor.
AbstractLogStreamHandler - Class in kieker.monitoring.writer.filesystem
Abstract class for log stream handler.
AbstractLogStreamHandler(Boolean, Integer, Charset, ICompressionFilter, WriterRegistry) - Constructor for class kieker.monitoring.writer.filesystem.AbstractLogStreamHandler
Create an abstract log stream handler.
AbstractMapDeserializer - Class in kieker.analysis.source.file
Read a mapping file.
AbstractMapDeserializer(Configuration) - Constructor for class kieker.analysis.source.file.AbstractMapDeserializer
Create an abstract map deserializer.
AbstractMessage - Class in kieker.tools.trace.analysis.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.trace.analysis.systemModel.AbstractMessage
Creates a new instance of this class using the given parameters.
AbstractMessageTraceProcessingFilter - Class in kieker.tools.trace.analysis.filter
This is an abstract base for components which process message traces.
AbstractMessageTraceProcessingFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.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(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.trace.analysis.filter.visualization.dependencyGraph
Abstract superclass for all node decorators.
AbstractNodeDecorator() - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractNodeDecorator
 
AbstractOperationDependencyGraphFormatter<T extends AbstractDependencyGraph<?>> - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Abstract for formatters for operation-level dependency graph.
AbstractOperationDependencyGraphFormatter() - Constructor for class kieker.tools.trace.analysis.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(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.trace.analysis.filter.visualization.graph
Abstract superclass for all origin retention policies.
AbstractOriginRetentionPolicy(OriginRetentionPolicyKind) - Constructor for class kieker.tools.trace.analysis.filter.visualization.graph.AbstractOriginRetentionPolicy
This constructor uses the given parameter to initialize the class.
AbstractOshiSampler - Class in kieker.monitoring.sampler.oshi.samplers
Eases the implementation of ISamplers which collect system-level sensor data via the com.github.oshi API and store this data as IMonitoringRecords via WriterController.newMonitoringRecord(kieker.common.record.IMonitoringRecord) .
AbstractOshiSampler(HardwareAbstractionLayer) - Constructor for class kieker.monitoring.sampler.oshi.samplers.AbstractOshiSampler
Constructs a new AbstractOshiSampler with given HardwareAbstractionLayer instance used to retrieve the sensor data.
AbstractPayloadedVertex<V extends AbstractPayloadedVertex<V,E,O,P>,E extends AbstractEdge<V,E,O>,O,P> - Class in kieker.tools.trace.analysis.filter.visualization.graph
Abstract superclass for "payloaded" vertices, i.e.
AbstractPayloadedVertex(O, IOriginRetentionPolicy, P) - Constructor for class kieker.tools.trace.analysis.filter.visualization.graph.AbstractPayloadedVertex
Creates a new vertex with the given origin and payload.
AbstractPlugin - Class in kieker.analysis.plugin
Do not inherit directly from this class! Instead inherit from the class AbstractFilterPlugin or AbstractReaderPlugin.
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(Logger, ReaderRegistry<String>) - Constructor for class kieker.analysis.plugin.reader.tcp.AbstractRecordTcpReader
Default constructor with port=10133 and bufferCapacity=65535 and new CachedRecordFactoryCatalog().
AbstractRecordTcpReader(int, int, Logger, ReaderRegistry<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".
AbstractService<T extends teetime.framework.Configuration,R> - Class in kieker.tools.common
Generic tool and service framework class.
AbstractService() - Constructor for class kieker.tools.common.AbstractService
Default constructor.
AbstractSession<T extends AbstractTrace> - Class in kieker.tools.trace.analysis.systemModel
Sessions group traces which belong to the same high-level user interaction.
AbstractSession(String) - Constructor for class kieker.tools.trace.analysis.systemModel.AbstractSession
Creates a new abstract session with the given session ID.
AbstractSigarSampler - Class in kieker.monitoring.sampler.sigar.samplers
Eases the implementation of ISamplers which collect system-level sensor data via the Sigar API and store this data as IMonitoringRecords via WriterController.newMonitoringRecord(kieker.common.record.IMonitoringRecord) .
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.
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.trace.analysis.systemModel.repository
 
AbstractSystemSubRepository(SystemModelRepository) - Constructor for class kieker.tools.trace.analysis.systemModel.repository.AbstractSystemSubRepository
Creates a new instance of this class using the given parameters.
AbstractTcpReader - Class in kieker.monitoring.core.controller.tcp
Represents a TCP reader without any knowledge about Kieker in general and records in particular.
AbstractTcpReader(int, int, Logger) - Constructor for class kieker.monitoring.core.controller.tcp.AbstractTcpReader
Constructs a new TCP reader.
AbstractTcpReader(int, int, Logger, boolean) - Constructor for class kieker.monitoring.core.controller.tcp.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(IValueDeserializer) - Constructor for class kieker.common.record.flow.thread.AbstractThreadBasedEvent
 
AbstractTimeSeriesPoint - Class in kieker.analysisteetime.util.timeseries
 
AbstractTimeSeriesPoint(Instant) - Constructor for class kieker.analysisteetime.util.timeseries.AbstractTimeSeriesPoint
 
AbstractTimeSource - Class in kieker.monitoring.timer
 
AbstractTimeSource(Configuration) - Constructor for class kieker.monitoring.timer.AbstractTimeSource
This constructor initializes the class using the given configuration.
AbstractTimestampFilter<T> - Class in kieker.analysisteetime.plugin.filter.select.timestampfilter.components
Allows to filter monitoring records objects based on their given timestamps.
AbstractTimestampFilter(long, long) - Constructor for class kieker.analysisteetime.plugin.filter.select.timestampfilter.components.AbstractTimestampFilter
Creates a new instance of this class using the given parameters.
AbstractTrace - Class in kieker.tools.trace.analysis.systemModel
This is the abstract base for a trace (like a message trace e.g.).
AbstractTrace() - Constructor for class kieker.tools.trace.analysis.systemModel.AbstractTrace
Default constructor.
AbstractTrace(long) - Constructor for class kieker.tools.trace.analysis.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.trace.analysis.systemModel.AbstractTrace
Creates a new abstract trace with the given parameters.
AbstractTraceAnalysisFilter - Class in kieker.tools.trace.analysis.filter
 
AbstractTraceAnalysisFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.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(IValueDeserializer) - Constructor for class kieker.common.record.flow.trace.AbstractTraceEvent
 
AbstractTraceIdFilter<T> - Class in kieker.analysisteetime.plugin.filter.select.traceidfilter.components
Abstract class which describes internal components of TraceIdFilter.
AbstractTraceIdFilter(boolean, Long[]) - Constructor for class kieker.analysisteetime.plugin.filter.select.traceidfilter.components.AbstractTraceIdFilter
Creates a new instance of this class using the given parameters.
AbstractTraceProcessingFilter - Class in kieker.tools.trace.analysis.filter
This is an abstract base for filters processing traces.
AbstractTraceProcessingFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.AbstractTraceProcessingFilter
Creates a new instance of this class using the given parameters.
AbstractTransformer<O> - Class in kieker.analysisteetime.util.graph.export
 
AbstractTransformer(IGraph) - Constructor for class kieker.analysisteetime.util.graph.export.AbstractTransformer
 
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.
AbstractValueDeserializer - Class in kieker.common.record.io
The AbstractValueDeserializer provides common functionality for IValueDeserializer.
AbstractValueDeserializer() - Constructor for class kieker.common.record.io.AbstractValueDeserializer
Create an abstract value deserializer.
AbstractVertex<V extends AbstractVertex<V,E,O>,E extends AbstractEdge<V,E,O>,O> - Class in kieker.tools.trace.analysis.filter.visualization.graph
Generic superclass for all vertices in the visualization package.
AbstractVertex(O, IOriginRetentionPolicy) - Constructor for class kieker.tools.trace.analysis.filter.visualization.graph.AbstractVertex
 
AbstractVertexDecoration - Class in kieker.tools.trace.analysis.filter.visualization.graph
This is an abstract base for vertex decorations.
AbstractVertexDecoration() - Constructor for class kieker.tools.trace.analysis.filter.visualization.graph.AbstractVertexDecoration
 
AbstractWebVisualizationFilterPlugin - Class in kieker.analysis.plugin.filter.visualization
 
AbstractWebVisualizationFilterPlugin(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.visualization.AbstractWebVisualizationFilterPlugin
 
AbstractWebVisualizationFilterPlugin - Class in kieker.analysisteetime.plugin.filter.visualisation
 
AbstractWebVisualizationFilterPlugin() - Constructor for class kieker.analysisteetime.plugin.filter.visualisation.AbstractWebVisualizationFilterPlugin
 
AbstractWeightedEdge<V extends AbstractVertex<V,E,O>,E extends AbstractEdge<V,E,O>,O> - Class in kieker.tools.trace.analysis.filter.visualization.graph
Abstract superclass for weighted edges in the visualization package.
AbstractWeightedEdge(V, V, O, IOriginRetentionPolicy) - Constructor for class kieker.tools.trace.analysis.filter.visualization.graph.AbstractWeightedEdge
Creates a new weighted edge between the given vertices.
ACCELERATION_FACTOR_DEFAULT - Static variable in class kieker.analysisteetime.plugin.filter.record.delayfilter.components.RealtimeRecordDelayProducer
 
accept(File, String) - Method in class kieker.analysis.source.file.MapFileFilter
 
accept(File, String) - Method in class kieker.common.util.filesystem.FileExtensionFilter
 
acceptRemoteIpAddress(String) - Method in class kieker.analysis.source.AllAccessHandler
 
acceptRemoteIpAddress(String) - Method in interface kieker.analysis.source.IAccessHandler
Check whether the given IP address is valid to write to the RESt interface.
acceptRemoteIpAddress(String) - Method in class kieker.analysis.source.NetworkAccessHandler
 
acquirePipe(String) - Method in enum kieker.common.namedRecordPipe.Broker
Returns a connection with name pipeName.
ACTIVATE_JMX - Static variable in class kieker.monitoring.core.configuration.ConfigurationKeys
 
ACTIVATE_JMX - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
ACTIVATE_JMX_CONTROLLER - Static variable in class kieker.monitoring.core.configuration.ConfigurationKeys
 
ACTIVATE_JMX_CONTROLLER - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
ACTIVATE_JMX_CONTROLLER_NAME - Static variable in class kieker.monitoring.core.configuration.ConfigurationKeys
 
ACTIVATE_JMX_CONTROLLER_NAME - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
ACTIVATE_JMX_DOMAIN - Static variable in class kieker.monitoring.core.configuration.ConfigurationKeys
 
ACTIVATE_JMX_DOMAIN - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
ACTIVATE_JMX_REMOTE - Static variable in class kieker.monitoring.core.configuration.ConfigurationKeys
 
ACTIVATE_JMX_REMOTE - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
ACTIVATE_JMX_REMOTE_FALLBACK - Static variable in class kieker.monitoring.core.configuration.ConfigurationKeys
 
ACTIVATE_JMX_REMOTE_FALLBACK - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
ACTIVATE_JMX_REMOTE_NAME - Static variable in class kieker.monitoring.core.configuration.ConfigurationKeys
 
ACTIVATE_JMX_REMOTE_NAME - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
ACTIVATE_JMX_REMOTE_PORT - Static variable in class kieker.monitoring.core.configuration.ConfigurationKeys
 
ACTIVATE_JMX_REMOTE_PORT - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
ACTIVATE_TCP - Static variable in class kieker.monitoring.core.configuration.ConfigurationKeys
 
ACTIVATE_TCP - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
ACTIVATE_TCP_DOMAIN - Static variable in class kieker.monitoring.core.configuration.ConfigurationKeys
 
ACTIVATE_TCP_DOMAIN - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
ACTIVATE_TCP_REMOTE - Static variable in class kieker.monitoring.core.configuration.ConfigurationKeys
 
ACTIVATE_TCP_REMOTE - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
ACTIVATE_TCP_REMOTE_PORT - Static variable in class kieker.monitoring.core.configuration.ConfigurationKeys
 
ACTIVATE_TCP_REMOTE_PORT - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
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.
ActivationEvent - Class in kieker.common.record.remotecontrol
 
ActivationEvent(String) - Constructor for class kieker.common.record.remotecontrol.ActivationEvent
Creates a new instance of this class using the given parameters.
ActivationEvent(IValueDeserializer) - Constructor for class kieker.common.record.remotecontrol.ActivationEvent
 
ActivationEventFactory - Class in kieker.common.record.remotecontrol
 
ActivationEventFactory() - Constructor for class kieker.common.record.remotecontrol.ActivationEventFactory
 
ActivationParameterEvent - Class in kieker.common.record.remotecontrol
 
ActivationParameterEvent(String, String, String[]) - Constructor for class kieker.common.record.remotecontrol.ActivationParameterEvent
Creates a new instance of this class using the given parameters.
ActivationParameterEvent(IValueDeserializer) - Constructor for class kieker.common.record.remotecontrol.ActivationParameterEvent
 
ActivationParameterEventFactory - Class in kieker.common.record.remotecontrol
 
ActivationParameterEventFactory() - Constructor for class kieker.common.record.remotecontrol.ActivationParameterEventFactory
 
ADAPTIVE_MONITORING_BOUNDED_CACHE_BEHAVIOUR - Static variable in class kieker.monitoring.core.configuration.ConfigurationKeys
 
ADAPTIVE_MONITORING_BOUNDED_CACHE_BEHAVIOUR - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
ADAPTIVE_MONITORING_CONFIG_FILE - Static variable in class kieker.monitoring.core.configuration.ConfigurationKeys
 
ADAPTIVE_MONITORING_CONFIG_FILE - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
ADAPTIVE_MONITORING_CONFIG_FILE_READ_INTERVALL - Static variable in class kieker.monitoring.core.configuration.ConfigurationKeys
 
ADAPTIVE_MONITORING_CONFIG_FILE_READ_INTERVALL - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
ADAPTIVE_MONITORING_CONFIG_FILE_UPDATE - Static variable in class kieker.monitoring.core.configuration.ConfigurationKeys
 
ADAPTIVE_MONITORING_CONFIG_FILE_UPDATE - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
ADAPTIVE_MONITORING_ENABLED - Static variable in class kieker.monitoring.core.configuration.ConfigurationKeys
 
ADAPTIVE_MONITORING_ENABLED - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
ADAPTIVE_MONITORING_MAX_CACHE_SIZE - Static variable in class kieker.monitoring.core.configuration.ConfigurationKeys
 
ADAPTIVE_MONITORING_MAX_CACHE_SIZE - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
add(T) - Method in class kieker.analysisteetime.util.RunningMedian
 
add(int, String) - Method in interface kieker.monitoring.writer.filesystem.IMapFileHandler
Add a key value pair to the file.
add(int, String) - Method in class kieker.monitoring.writer.filesystem.TextMapFileHandler
 
add(Execution) - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Adds an execution to the trace.
addAdditionalOptions(Options) - Method in class kieker.tools.AbstractCommandLineTool
Deprecated.
Add additional options.
addAdditionalOptions(Options) - Method in class kieker.tools.KaxRun
 
addAdditionalOptions(Options) - Method in class kieker.tools.KaxViz
 
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.trace.analysis.systemModel.ExecutionContainer
This method adds a given container to the list of child containers.
addChildGraph() - Method in interface kieker.analysisteetime.util.graph.IVertex
 
addChildGraphIfAbsent() - Method in interface kieker.analysisteetime.util.graph.IVertex
 
addClusterAttribute(DotClusterAttribute, Function<IVertex, String>) - Method in class kieker.analysisteetime.util.graph.export.dot.DotExportConfiguration.Builder
 
addClusterStart(String) - Method in class kieker.analysisteetime.util.graph.util.dot.DotGraphWriter
 
addClusterStop() - Method in class kieker.analysisteetime.util.graph.util.dot.DotGraphWriter
 
addDecoration(AbstractVertexDecoration) - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractVertex
Adds a decoration to this vertex.
addDecorator(AbstractNodeDecorator) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFilter
Adds a node decorator to this graph.
addDefaultEdgeAttribute(DotEdgeAttribute, Function<IGraph, String>) - Method in class kieker.analysisteetime.util.graph.export.dot.DotExportConfiguration.Builder
 
addDefaultEdgeAttributes(Map<String, String>) - Method in class kieker.analysisteetime.util.graph.util.dot.DotGraphWriter
 
addDefaultNodeAttribute(DotNodeAttribute, Function<IGraph, String>) - Method in class kieker.analysisteetime.util.graph.export.dot.DotExportConfiguration.Builder
 
addDefaultNodeAttributes(Map<String, String>) - Method in class kieker.analysisteetime.util.graph.util.dot.DotGraphWriter
 
addEdge(Object, IVertex, IVertex) - Method in interface kieker.analysisteetime.util.graph.IGraph
 
addEdge(Object, IVertex, IVertex) - Method in class kieker.analysisteetime.util.graph.impl.GraphImpl
 
addEdge(IVertex) - Method in interface kieker.analysisteetime.util.graph.IVertex
 
addEdge(Object, IVertex) - Method in interface kieker.analysisteetime.util.graph.IVertex
 
addEdge(String, String) - Method in class kieker.analysisteetime.util.graph.util.dot.DotGraphWriter
 
addEdge(String, String, Map<String, String>) - Method in class kieker.analysisteetime.util.graph.util.dot.DotGraphWriter
 
addEdgeAttribute(DotEdgeAttribute, Function<IEdge, String>) - Method in class kieker.analysisteetime.util.graph.export.dot.DotExportConfiguration.Builder
 
addEdgeChecked(Object, IVertex, IVertex) - Method in class kieker.analysisteetime.util.graph.impl.GraphImpl
 
addEdgeIfAbsent(Object, IVertex, IVertex) - Method in interface kieker.analysisteetime.util.graph.IGraph
 
addEdgeIfAbsent(Object, IVertex, IVertex) - Method in class kieker.analysisteetime.util.graph.impl.GraphImpl
 
addEdgeIfAbsent(Object, IVertex) - Method in interface kieker.analysisteetime.util.graph.IVertex
 
addEdgeVisitor(IEdgeVisitor) - Method in class kieker.analysisteetime.util.graph.traversal.AbstractGraphTraverser
 
addEntry(long, String) - Method in class kieker.analysisteetime.HostnameRepository
 
addExecution(DeployedOperation, DeployedOperation) - Method in class kieker.analysisteetime.model.ExecutionModelAssembler
 
addGraphAttribute(DotGraphAttribute, Function<IGraph, String>) - Method in class kieker.analysisteetime.util.graph.export.dot.DotExportConfiguration.Builder
 
addGraphAttribute(String, String) - Method in class kieker.analysisteetime.util.graph.util.dot.DotGraphWriter
 
addIncomingDependency(DependencyGraphNode<T>, TraceInformation, IOriginRetentionPolicy) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
Adds an incoming dependency to this node.
addIncomingDependency(DependencyGraphNode<T>, boolean, TraceInformation, IOriginRetentionPolicy) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
Adds an incoming dependency to this node.
addNode(String) - Method in class kieker.analysisteetime.util.graph.util.dot.DotGraphWriter
 
addNode(String, Map<String, String>) - Method in class kieker.analysisteetime.util.graph.util.dot.DotGraphWriter
 
addNode(int, DependencyGraphNode<T>) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraph
Adds a node to this graph.
addNodeAttribute(DotNodeAttribute, Function<IVertex, String>) - Method in class kieker.analysisteetime.util.graph.export.dot.DotExportConfiguration.Builder
 
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.trace.analysis.systemModel.ComponentType
This method adds a given operation to the list of available operations.
addOperationCall(OperationCall) - Method in class kieker.analysisteetime.model.ExecutionModelAssembler
 
addOrigin(O) - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraphElement
Adds a new origin object to this element.
addOutgoingDependency(DependencyGraphNode<T>, TraceInformation, IOriginRetentionPolicy) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
Adds an outgoing dependency to this node.
addOutgoingDependency(DependencyGraphNode<T>, boolean, TraceInformation, IOriginRetentionPolicy) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
Adds an outgoing dependency to this node.
AddParameterValueEvent - Class in kieker.common.record.remotecontrol
 
AddParameterValueEvent(String, String, String) - Constructor for class kieker.common.record.remotecontrol.AddParameterValueEvent
Creates a new instance of this class using the given parameters.
AddParameterValueEvent(IValueDeserializer) - Constructor for class kieker.common.record.remotecontrol.AddParameterValueEvent
 
AddParameterValueEventFactory - Class in kieker.common.record.remotecontrol
 
AddParameterValueEventFactory() - Constructor for class kieker.common.record.remotecontrol.AddParameterValueEventFactory
 
addPatternParameter(String, String, List<String>) - Method in interface kieker.monitoring.core.controller.IProbeController
Adds or updates a parameter for the given pattern.
addPatternParameter(String, String, List<String>) - Method in class kieker.monitoring.core.controller.MonitoringController
 
addPatternParameter(String, String, List<String>) - Method in class kieker.monitoring.core.controller.ProbeController
Adds or updates a parameter for the given pattern.
addPatternParameterValue(String, String, String) - Method in interface kieker.monitoring.core.controller.IProbeController
Add one value to a list of parameter values for a pattern.
addPatternParameterValue(String, String, String) - Method in class kieker.monitoring.core.controller.MonitoringController
 
addPatternParameterValue(String, String, String) - Method in class kieker.monitoring.core.controller.ProbeController
 
addRecord(BeforeOperationEvent) - Method in class kieker.analysisteetime.model.AssemblyModelAssembler
 
addRecord(String, String) - Method in class kieker.analysisteetime.model.AssemblyModelAssembler
 
addRecord(IOperationRecord) - Method in class kieker.analysisteetime.model.TypeModelAssembler
 
addRecord(String, String) - Method in class kieker.analysisteetime.model.TypeModelAssembler
 
addSubgraphStart(String) - Method in class kieker.analysisteetime.util.graph.util.dot.DotGraphWriter
 
addSubgraphStop() - Method in class kieker.analysisteetime.util.graph.util.dot.DotGraphWriter
 
addTrace(T) - Method in class kieker.tools.trace.analysis.systemModel.AbstractSession
Adds a trace to this session.
addTraceToTree(AbstractCallTreeNode<T>, MessageTrace, AbstractCallTreeFilter.IPairFactory<T>, boolean) - Static method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeFilter
Adds the given trace to the given tree.
addVertex(DeployedOperation) - Method in class kieker.analysisteetime.dependencygraphs.AbstractDependencyGraphBuilder
 
addVertex(DeployedOperation) - Method in class kieker.analysisteetime.dependencygraphs.AssemblyLevelComponentDependencyGraphBuilder
 
addVertex(DeployedOperation) - Method in class kieker.analysisteetime.dependencygraphs.AssemblyLevelOperationDependencyGraphBuilder
 
addVertex(DeployedOperation) - Method in class kieker.analysisteetime.dependencygraphs.DeploymentLevelComponentDependencyGraphBuilder
 
addVertex(DeployedOperation) - Method in class kieker.analysisteetime.dependencygraphs.DeploymentLevelContextDependencyGraphBuilder
 
addVertex(DeployedOperation) - Method in class kieker.analysisteetime.dependencygraphs.DeploymentLevelOperationDependencyGraphBuilder
 
addVertex(DeployedOperation) - Method in class kieker.analysisteetime.dependencygraphs.TypeLevelComponentDependencyGraphBuilder
 
addVertex(DeployedOperation) - Method in class kieker.analysisteetime.dependencygraphs.TypeLevelOperationDependencyGraphBuilder
 
addVertex(Object) - Method in interface kieker.analysisteetime.util.graph.IGraph
 
addVertex(Object) - Method in class kieker.analysisteetime.util.graph.impl.GraphImpl
 
addVertexForEntry() - Method in class kieker.analysisteetime.dependencygraphs.AbstractDependencyGraphBuilder
 
addVertexIfAbsent(Object) - Method in interface kieker.analysisteetime.util.graph.IGraph
 
addVertexIfAbsent(Object) - Method in class kieker.analysisteetime.util.graph.impl.GraphImpl
 
addVertexVisitor(IVertexVisitor) - Method in class kieker.analysisteetime.util.graph.traversal.AbstractGraphTraverser
 
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(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(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(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(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
 
AfterDatabaseEvent - Class in kieker.common.record.database
 
AfterDatabaseEvent(long, String, long, int, String, String) - Constructor for class kieker.common.record.database.AfterDatabaseEvent
Creates a new instance of this class using the given parameters.
AfterDatabaseEvent(IValueDeserializer) - Constructor for class kieker.common.record.database.AfterDatabaseEvent
 
AfterDatabaseEventFactory - Class in kieker.common.record.database
 
AfterDatabaseEventFactory() - Constructor for class kieker.common.record.database.AfterDatabaseEventFactory
 
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(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
 
afterOperation(JoinPoint) - Method in class kieker.monitoring.probe.aspectj.database.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(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(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(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(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
 
afterReturningOperation(JoinPoint, Object) - Method in class kieker.monitoring.probe.aspectj.database.AbstractAspect
 
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(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
 
afterThrowing(JoinPoint, Throwable) - Method in class kieker.monitoring.probe.aspectj.database.AbstractAspect
 
afterTransformation() - Method in class kieker.analysisteetime.util.graph.export.AbstractTransformer
 
afterTransformation() - Method in class kieker.analysisteetime.util.graph.export.blueprints.BlueprintsTransformer
 
afterTransformation() - Method in class kieker.analysisteetime.util.graph.export.dot.DotExporter
 
afterTransformation() - Method in class kieker.analysisteetime.util.graph.export.graphml.GraphMLTransformer
 
AGGREGATED_ALLOCATION_CALL_TREE_FN_PREFIX - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
 
AGGREGATED_ASSEMBLY_CALL_TREE_FN_PREFIX - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
 
AGGREGATED_INVOCATION - Static variable in interface kieker.analysisteetime.model.analysismodel.execution.ExecutionPackage
The meta object id for the 'Aggregated Invocation' class.
AGGREGATED_INVOCATION - Static variable in interface kieker.analysisteetime.model.analysismodel.execution.ExecutionPackage.Literals
The meta object literal for the 'Aggregated Invocation' class.
AGGREGATED_INVOCATION__SOURCE - Static variable in interface kieker.analysisteetime.model.analysismodel.execution.ExecutionPackage
The feature id for the 'Source' reference.
AGGREGATED_INVOCATION__SOURCE - Static variable in interface kieker.analysisteetime.model.analysismodel.execution.ExecutionPackage.Literals
The meta object literal for the 'Source' reference feature.
AGGREGATED_INVOCATION__TARGET - Static variable in interface kieker.analysisteetime.model.analysismodel.execution.ExecutionPackage
The feature id for the 'Target' reference.
AGGREGATED_INVOCATION__TARGET - Static variable in interface kieker.analysisteetime.model.analysismodel.execution.ExecutionPackage.Literals
The meta object literal for the 'Target' reference feature.
AGGREGATED_INVOCATION_FEATURE_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.execution.ExecutionPackage
The number of structural features of the 'Aggregated Invocation' class.
AGGREGATED_INVOCATION_OPERATION_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.execution.ExecutionPackage
The number of operations of the 'Aggregated Invocation' class.
AggregatedAllocationComponentOperationCallTreeFilter - Class in kieker.tools.trace.analysis.filter.visualization.callTree
 
AggregatedAllocationComponentOperationCallTreeFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.visualization.callTree.AggregatedAllocationComponentOperationCallTreeFilter
Creates a new instance of this class using the given parameters.
AggregatedAssemblyComponentOperationCallTreeFilter - Class in kieker.tools.trace.analysis.filter.visualization.callTree
 
AggregatedAssemblyComponentOperationCallTreeFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.visualization.callTree.AggregatedAssemblyComponentOperationCallTreeFilter
Creates a new instance of this class using the given parameters.
AggregatedInvocation - Interface in kieker.analysisteetime.model.analysismodel.execution
A representation of the model object 'Aggregated Invocation'.
AggregatedInvocationImpl - Class in kieker.analysisteetime.model.analysismodel.execution.impl
An implementation of the model object 'Aggregated Invocation'.
AggregatedInvocationImpl() - Constructor for class kieker.analysisteetime.model.analysismodel.execution.impl.AggregatedInvocationImpl
 
aggregatedInvocations - Variable in class kieker.analysisteetime.model.analysismodel.execution.impl.ExecutionModelImpl
The cached value of the 'Aggregated Invocations' map.
AggregatedTraceCreatorStage - Class in kieker.analysisteetime.trace.aggregation
This class is a TeeTime stage that transforms a Trace to an AggregatedTraceWrapper.
AggregatedTraceCreatorStage(boolean) - Constructor for class kieker.analysisteetime.trace.aggregation.AggregatedTraceCreatorStage
 
AggregatedTraceUnwrapperStage - Class in kieker.analysisteetime.trace.aggregation
This class is a TeeTime stage that accepts AggregatedTraceWrapper elements at its input port and send sends their containing aggregated trace to the stage�s output port if AggregatedTraceWrapper.isFirst() returns true.
AggregatedTraceUnwrapperStage() - Constructor for class kieker.analysisteetime.trace.aggregation.AggregatedTraceUnwrapperStage
 
AggregatedTraceWrapper - Class in kieker.analysisteetime.trace.aggregation
This is wrapper class for aggregated traces that also contains a specific trace to which the aggregated trace belongs to and the information whether this is the first time this aggregated trace was created.
AggregatedTraceWrapper(Trace, Trace, boolean) - Constructor for class kieker.analysisteetime.trace.aggregation.AggregatedTraceWrapper
 
AllAccessHandler - Class in kieker.analysis.source
Allow access regardless of the specified ip address.
AllAccessHandler() - Constructor for class kieker.analysis.source.AllAccessHandler
default constructor.
ALLOCATION_COMPONENT_DEPENDENCY_GRAPH_FN_PREFIX - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
The prefix for the files of the allocation component dependency graphs.
ALLOCATION_OPERATION_DEPENDENCY_GRAPH_FN_PREFIX - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
The prefix for the files of the allocation operation dependency graphs.
ALLOCATION_SEQUENCE_DIAGRAM_FN_PREFIX - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
The prefix for the files of the allocation sequence diagram.
AllocationComponent - Class in kieker.tools.trace.analysis.systemModel
 
AllocationComponent(int, AssemblyComponent, ExecutionContainer) - Constructor for class kieker.tools.trace.analysis.systemModel.AllocationComponent
 
AllocationComponentOperationPair - Class in kieker.tools.trace.analysis.systemModel.util
This class represents a pair consisting of an Operation and an AllocationComponent.
AllocationComponentOperationPair(int, Operation, AllocationComponent) - Constructor for class kieker.tools.trace.analysis.systemModel.util.AllocationComponentOperationPair
Creates a new instance of this class using the given parameters.
AllocationComponentOperationPairFactory - Class in kieker.tools.trace.analysis.systemModel.repository
 
AllocationComponentOperationPairFactory(SystemModelRepository) - Constructor for class kieker.tools.trace.analysis.systemModel.repository.AllocationComponentOperationPairFactory
Creates a new instance of this class using the given parameters.
AllocationRepository - Class in kieker.tools.trace.analysis.systemModel.repository
 
AllocationRepository(SystemModelRepository) - Constructor for class kieker.tools.trace.analysis.systemModel.repository.AllocationRepository
Creates a new instance of this class using the given parameters.
AllowedRecordsFilter - Class in kieker.analysisteetime.recordreading
 
AllowedRecordsFilter() - Constructor for class kieker.analysisteetime.recordreading.AllowedRecordsFilter
 
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.
AMQPReader - Class in kieker.analysisteetime.plugin.reader.amqp
Logic module for the reader stage that reads monitoring records from an AMQP queue.
AMQPReader(String, String, int, Consumer<IMonitoringRecord>) - Constructor for class kieker.analysisteetime.plugin.reader.amqp.AMQPReader
Creates a new logic module for an AMQP reader.
AMQPReaderStage - Class in kieker.analysisteetime.plugin.reader.amqp
Reader stage that reads monitoring records from an AMQP queue.
AMQPReaderStage(String, String, int) - Constructor for class kieker.analysisteetime.plugin.reader.amqp.AMQPReaderStage
Creates a new AMQP reader.
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
The meta object id for the 'Analysis Component' class.
ANALYSIS_COMPONENT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Analysis Component' class.
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
Constructs an AnalysisController instance.
AnalysisController(String) - Constructor for class kieker.analysis.AnalysisController
Constructs an AnalysisController instance using the given parameter.
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
Creates a new instance of the class AnalysisController but uses the given instance of MIProject to construct the analysis.
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
Constructs an AnalysisController instance using the given parameter.
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.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
An enumeration used to describe the state of an AnalysisController.
AnalysisControllerThread - Class in kieker.analysis
Allows spawn the execution of an AnalysisController into a separate Thread.
AnalysisControllerThread(IAnalysisController) - Constructor for class kieker.analysis.AnalysisControllerThread
Creates a new instance of this class using the given parameters.
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.
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.
AnalysismodelFactory - Interface in kieker.analysisteetime.model.analysismodel
The Factory for the model.
AnalysismodelFactoryImpl - Class in kieker.analysisteetime.model.analysismodel.impl
An implementation of the model Factory.
AnalysismodelFactoryImpl() - Constructor for class kieker.analysisteetime.model.analysismodel.impl.AnalysismodelFactoryImpl
Creates an instance of the factory.
AnalysismodelPackage - Interface in kieker.analysisteetime.model.analysismodel
The Package for the model.
AnalysismodelPackage.Literals - Interface in kieker.analysisteetime.model.analysismodel
Defines literals for the meta objects that represent each class, each feature of each class, each operation of each class, each enum, and each data type
AnalysismodelPackageImpl - Class in kieker.analysisteetime.model.analysismodel.impl
An implementation of the model Package.
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
 
AnalysisThroughputFilter - Class in kieker.analysisteetime.plugin.filter.forward
An instance of this class computes the throughput in terms of the number of objects received per time unit.
AnalysisThroughputFilter() - Constructor for class kieker.analysisteetime.plugin.filter.forward.AnalysisThroughputFilter
Default constructor.
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.
appendBegin(T) - Method in class kieker.analysisteetime.util.timeseries.BoundedTimeSeries
 
appendBegin(T) - Method in class kieker.analysisteetime.util.timeseries.TimeSeries
Appends a point at the end of this time series, so the point is the new earliest point in this time series.
appendChildEdge(WeightedDirectedCallTreeEdge<T>) - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeNode
Append edge to *sorted* list of children.
appendEnd(T) - Method in class kieker.analysisteetime.util.timeseries.BoundedTimeSeries
 
appendEnd(T) - Method in class kieker.analysisteetime.util.timeseries.TimeSeries
Appends a point at the end of this time series, so the point is the new latest point in this time series.
appendGraphFooter(StringBuilder) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
Outputs the default graph footer to the given builder.
appendGraphHeader(StringBuilder) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
Outputs the default graph header to the given builder.
APPLICATION_NAME - Static variable in class kieker.common.record.flow.trace.ApplicationTraceMetadata
default constants.
APPLICATION_NAME - Static variable in class kieker.common.record.misc.HostApplicationMetaData
 
APPLICATION_NAME - Static variable in class kieker.monitoring.core.configuration.ConfigurationKeys
 
APPLICATION_NAME - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
ApplicationTraceMetadata - Class in kieker.common.record.flow.trace
 
ApplicationTraceMetadata(long, long, String, String, long, int, String) - Constructor for class kieker.common.record.flow.trace.ApplicationTraceMetadata
Creates a new instance of this class using the given parameters.
ApplicationTraceMetadata(IValueDeserializer) - Constructor for class kieker.common.record.flow.trace.ApplicationTraceMetadata
 
ApplicationTraceMetadataFactory - Class in kieker.common.record.flow.trace
 
ApplicationTraceMetadataFactory() - Constructor for class kieker.common.record.flow.trace.ApplicationTraceMetadataFactory
 
apply(IVertex) - Method in class kieker.analysisteetime.trace.graph.dot.NodeLabelMapper
 
apply(T) - Method in class kieker.analysisteetime.util.graph.mapping.DirectPropertyMapper
 
apply(IGraph) - Method in class kieker.analysisteetime.util.graph.mapping.SimpleFileNameMapper
 
apply(ChronoUnit) - Method in class kieker.analysisteetime.util.time.ChronoUnitToSymbolMapper
 
areAllRepositoryPortsConnected() - Method in class kieker.analysis.plugin.AbstractPlugin
This method checks whether all repository ports of the current plugin are connected.
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.
AsciiLogReader - Class in kieker.analysisteetime.plugin.reader.filesystem.fsReader
Deprecated.
since 1.15 removed 1.16
AsciiLogReader(String[], boolean, boolean) - Constructor for class kieker.analysisteetime.plugin.reader.filesystem.fsReader.AsciiLogReader
Deprecated.
Creates a new instance of this class using the given parameters.
AspectJLoader - Class in kieker.monitoring.probe.aspectj
 
ASSEMBLY_COMPONENT - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
The meta object id for the 'Component' class.
ASSEMBLY_COMPONENT - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage.Literals
The meta object literal for the 'Component' class.
ASSEMBLY_COMPONENT - Static variable in class kieker.analysisteetime.model.ModelObjectFromOperationCallAccessors
 
ASSEMBLY_COMPONENT__ASSEMBLY_OPERATIONS - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
The feature id for the 'Assembly Operations' map.
ASSEMBLY_COMPONENT__ASSEMBLY_OPERATIONS - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage.Literals
The meta object literal for the 'Assembly Operations' map feature.
ASSEMBLY_COMPONENT__COMPONENT_TYPE - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
The feature id for the 'Component Type' reference.
ASSEMBLY_COMPONENT__COMPONENT_TYPE - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage.Literals
The meta object literal for the 'Component Type' reference feature.
ASSEMBLY_COMPONENT_DEPENDENCY_GRAPH_FN_PREFIX - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
The prefix for the files of the assembly component dependency graphs.
ASSEMBLY_COMPONENT_FEATURE_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
The number of structural features of the 'Component' class.
ASSEMBLY_COMPONENT_OPERATION_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
The number of operations of the 'Component' class.
ASSEMBLY_MODEL - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
The meta object id for the 'Model' class.
ASSEMBLY_MODEL - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage.Literals
The meta object literal for the 'Model' class.
ASSEMBLY_MODEL__ASSEMBLY_COMPONENTS - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
The feature id for the 'Assembly Components' map.
ASSEMBLY_MODEL__ASSEMBLY_COMPONENTS - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage.Literals
The meta object literal for the 'Assembly Components' map feature.
ASSEMBLY_MODEL_FEATURE_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
The number of structural features of the 'Model' class.
ASSEMBLY_MODEL_OPERATION_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
The number of operations of the 'Model' class.
ASSEMBLY_OPERATION - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
The meta object id for the 'Operation' class.
ASSEMBLY_OPERATION - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage.Literals
The meta object literal for the 'Operation' class.
ASSEMBLY_OPERATION - Static variable in class kieker.analysisteetime.model.ModelObjectFromOperationCallAccessors
 
ASSEMBLY_OPERATION___GET_ASSEMBLY_COMPONENT - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
The operation id for the 'Get Assembly Component' operation.
ASSEMBLY_OPERATION___GET_ASSEMBLY_COMPONENT - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage.Literals
The meta object literal for the 'Get Assembly Component' operation.
ASSEMBLY_OPERATION__OPERATION_TYPE - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
The feature id for the 'Operation Type' reference.
ASSEMBLY_OPERATION__OPERATION_TYPE - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage.Literals
The meta object literal for the 'Operation Type' reference feature.
ASSEMBLY_OPERATION_DEPENDENCY_GRAPH_FN_PREFIX - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
 
ASSEMBLY_OPERATION_FEATURE_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
The number of structural features of the 'Operation' class.
ASSEMBLY_OPERATION_OPERATION_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
The number of operations of the 'Operation' class.
ASSEMBLY_SEQUENCE_DIAGRAM_FN_PREFIX - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
The prefix for the files of the assembly sequence diagram.
AssemblyAdapterFactory - Class in kieker.analysisteetime.model.analysismodel.assembly.util
The Adapter Factory for the model.
AssemblyAdapterFactory() - Constructor for class kieker.analysisteetime.model.analysismodel.assembly.util.AssemblyAdapterFactory
Creates an instance of the adapter factory.
AssemblyComponent - Interface in kieker.analysisteetime.model.analysismodel.assembly
A representation of the model object 'Component'.
assemblyComponent - Variable in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeployedComponentImpl
The cached value of the 'Assembly Component' reference.
AssemblyComponent - Class in kieker.tools.trace.analysis.systemModel
 
AssemblyComponent(int, String, ComponentType) - Constructor for class kieker.tools.trace.analysis.systemModel.AssemblyComponent
Creates a new instance of this class using the given parameters.
AssemblyComponentImpl - Class in kieker.analysisteetime.model.analysismodel.assembly.impl
An implementation of the model object 'Component'.
AssemblyComponentImpl() - Constructor for class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyComponentImpl
 
AssemblyComponentOperationPair - Class in kieker.tools.trace.analysis.systemModel.util
This class represents a pair consisting of an Operation and an AssemblyComponent.
AssemblyComponentOperationPair(int, Operation, AssemblyComponent) - Constructor for class kieker.tools.trace.analysis.systemModel.util.AssemblyComponentOperationPair
Creates a new instance of this class using the given parameters.
AssemblyComponentOperationPairFactory - Class in kieker.tools.trace.analysis.systemModel.repository
 
AssemblyComponentOperationPairFactory(SystemModelRepository) - Constructor for class kieker.tools.trace.analysis.systemModel.repository.AssemblyComponentOperationPairFactory
Creates a new instance of this class using the given parameters.
assemblyComponents - Variable in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyModelImpl
The cached value of the 'Assembly Components' map.
AssemblyFactory - Interface in kieker.analysisteetime.model.analysismodel.assembly
The Factory for the model.
AssemblyFactoryImpl - Class in kieker.analysisteetime.model.analysismodel.assembly.impl
An implementation of the model Factory.
AssemblyFactoryImpl() - Constructor for class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyFactoryImpl
Creates an instance of the factory.
AssemblyLevelComponentDependencyGraphBuilder - Class in kieker.analysisteetime.dependencygraphs
Dependency graph builder for component dependency graphs at the assembly level.
AssemblyLevelComponentDependencyGraphBuilder(ExecutionModel, StatisticsModel) - Constructor for class kieker.analysisteetime.dependencygraphs.AssemblyLevelComponentDependencyGraphBuilder
 
AssemblyLevelComponentDependencyGraphBuilderFactory - Class in kieker.analysisteetime.dependencygraphs
 
AssemblyLevelComponentDependencyGraphBuilderFactory() - Constructor for class kieker.analysisteetime.dependencygraphs.AssemblyLevelComponentDependencyGraphBuilderFactory
 
AssemblyLevelOperationDependencyGraphBuilder - Class in kieker.analysisteetime.dependencygraphs
Dependency graph builder for operation dependency graphs at the assembly level.
AssemblyLevelOperationDependencyGraphBuilder(ExecutionModel, StatisticsModel) - Constructor for class kieker.analysisteetime.dependencygraphs.AssemblyLevelOperationDependencyGraphBuilder
 
AssemblyLevelOperationDependencyGraphBuilderFactory - Class in kieker.analysisteetime.dependencygraphs
 
AssemblyLevelOperationDependencyGraphBuilderFactory() - Constructor for class kieker.analysisteetime.dependencygraphs.AssemblyLevelOperationDependencyGraphBuilderFactory
 
AssemblyModel - Interface in kieker.analysisteetime.model.analysismodel.assembly
A representation of the model object 'Model'.
AssemblyModelAssembler - Class in kieker.analysisteetime.model
 
AssemblyModelAssembler(TypeModel, AssemblyModel) - Constructor for class kieker.analysisteetime.model.AssemblyModelAssembler
 
AssemblyModelAssemblerStage - Class in kieker.analysisteetime.model
 
AssemblyModelAssemblerStage(TypeModel, AssemblyModel) - Constructor for class kieker.analysisteetime.model.AssemblyModelAssemblerStage
 
AssemblyModelImpl - Class in kieker.analysisteetime.model.analysismodel.assembly.impl
An implementation of the model object 'Model'.
AssemblyModelImpl() - Constructor for class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyModelImpl
 
AssemblyOperation - Interface in kieker.analysisteetime.model.analysismodel.assembly
A representation of the model object 'Operation'.
assemblyOperation - Variable in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeployedOperationImpl
The cached value of the 'Assembly Operation' reference.
AssemblyOperationImpl - Class in kieker.analysisteetime.model.analysismodel.assembly.impl
An implementation of the model object 'Operation'.
AssemblyOperationImpl() - Constructor for class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyOperationImpl
 
assemblyOperations - Variable in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyComponentImpl
The cached value of the 'Assembly Operations' map.
AssemblyPackage - Interface in kieker.analysisteetime.model.analysismodel.assembly
The Package for the model.
AssemblyPackage.Literals - Interface in kieker.analysisteetime.model.analysismodel.assembly
Defines literals for the meta objects that represent each class, each feature of each class, each operation of each class, each enum, and each data type
AssemblyPackageImpl - Class in kieker.analysisteetime.model.analysismodel.assembly.impl
An implementation of the model Package.
AssemblyRepository - Class in kieker.tools.trace.analysis.systemModel.repository
 
AssemblyRepository(SystemModelRepository) - Constructor for class kieker.tools.trace.analysis.systemModel.repository.AssemblyRepository
Creates a new instance of this class using the given parameters.
AssemblySwitch<T> - Class in kieker.analysisteetime.model.analysismodel.assembly.util
The Switch for the model's inheritance hierarchy.
AssemblySwitch() - Constructor for class kieker.analysisteetime.model.analysismodel.assembly.util.AssemblySwitch
Creates an instance of the switch.
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
 
ATTR_CONNECTOR - Static variable in class kieker.analysisteetime.util.graph.util.dot.DotGraph
 
attrName - Variable in class org.graphdrawing.graphml.KeyType
 
attrType - Variable in class org.graphdrawing.graphml.KeyType
 
AUTO_SET_LOGGINGTSTAMP - Static variable in class kieker.monitoring.core.configuration.ConfigurationKeys
 
AUTO_SET_LOGGINGTSTAMP - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
AverageCalculator<T> - Class in kieker.analysisteetime.statistics.calculating
 
AverageCalculator() - Constructor for class kieker.analysisteetime.statistics.calculating.AverageCalculator
 
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
Awaits (with timeout) the termination of the contained AnalysisController.
awaitTermination() - Method in class kieker.analysis.AnalysisControllerThread
Awaits the termination of the contained AnalysisController.

B

backoffOffer(Queue<E>, E) - Method in interface kieker.monitoring.queue.putstrategy.PutStrategy
 
backoffOffer(Queue<E>, E) - Method in class kieker.monitoring.queue.putstrategy.RetryPutStrategy
 
backoffOffer(Queue<E>, E) - Method in class kieker.monitoring.queue.putstrategy.SPBlockingPutStrategy
 
backoffOffer(Queue<E>, E) - Method in class kieker.monitoring.queue.putstrategy.YieldPutStrategy
 
backwards() - Method in interface kieker.analysisteetime.util.IBackwardsIterable
Returns an Iterable that iterates the elements backwards using the Iterator returned by backwardsIterator().
backwardsIterator() - Method in interface kieker.analysisteetime.util.IBackwardsIterable
Returns an Iterator that iterates the elements backwards.
backwardsIterator() - Method in class kieker.analysisteetime.util.timeseries.TimeSeries
Returns an iterator over the time series points in this time series.
basicGetAssemblyComponent() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeployedComponentImpl
 
basicGetAssemblyOperation() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeployedOperationImpl
 
basicGetComponentType() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyComponentImpl
 
basicGetDisplay() - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplayConnector
 
basicGetOperation() - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
 
basicGetOperationType() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyOperationImpl
 
basicGetParent() - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
 
basicGetRepository() - Method in class kieker.analysis.model.analysisMetaModel.impl.MRepositoryConnector
 
basicGetSource() - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.AggregatedInvocationImpl
 
basicGetTarget() - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.AggregatedInvocationImpl
 
basicSetParent(MIPlugin, NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplay
 
basicSetParent(MIFilter, NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MInputPort
 
basicSetParent(MIPlugin, NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MOutputPort
 
basicSetParent(OperationCall, NotificationChain) - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
 
basicSetRootOperationCall(OperationCall, NotificationChain) - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.TraceImpl
 
basicSetTypedValue(AssemblyComponent, NotificationChain) - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
 
basicSetTypedValue(AssemblyOperation, NotificationChain) - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
 
basicSetTypedValue(DeployedComponent, NotificationChain) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
 
basicSetTypedValue(DeployedOperation, NotificationChain) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
 
basicSetTypedValue(DeploymentContext, NotificationChain) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
 
basicSetTypedValue(AggregatedInvocation, NotificationChain) - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.DeployedOperationsPairToAggregatedInvocationMapEntryImpl
 
basicSetTypedValue(ComponentType, NotificationChain) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
 
basicSetTypedValue(OperationType, NotificationChain) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
 
BeforeConstructorEvent - Class in kieker.common.record.flow.trace.operation.constructor
 
BeforeConstructorEvent(long, long, int, String, String) - Constructor for class kieker.common.record.flow.trace.operation.constructor.BeforeConstructorEvent
Creates a new instance of this class using the given parameters.
BeforeConstructorEvent(IValueDeserializer) - Constructor for class kieker.common.record.flow.trace.operation.constructor.BeforeConstructorEvent
 
BeforeConstructorEventFactory - Class in kieker.common.record.flow.trace.operation.constructor
 
BeforeConstructorEventFactory() - Constructor for class kieker.common.record.flow.trace.operation.constructor.BeforeConstructorEventFactory
 
BeforeConstructorObjectEvent - Class in kieker.common.record.flow.trace.operation.constructor.object
 
BeforeConstructorObjectEvent(long, long, int, String, String, int) - Constructor for class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectEvent
Creates a new instance of this class using the given parameters.
BeforeConstructorObjectEvent(IValueDeserializer) - Constructor for class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectEvent
 
BeforeConstructorObjectEventFactory - Class in kieker.common.record.flow.trace.operation.constructor.object
 
BeforeConstructorObjectEventFactory() - Constructor for class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectEventFactory
 
BeforeConstructorObjectInterfaceEvent - Class in kieker.common.record.flow.trace.operation.constructor.object
 
BeforeConstructorObjectInterfaceEvent(long, long, int, String, String, int, String) - Constructor for class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectInterfaceEvent
Creates a new instance of this class using the given parameters.
BeforeConstructorObjectInterfaceEvent(IValueDeserializer) - Constructor for class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectInterfaceEvent
 
BeforeConstructorObjectInterfaceEventFactory - Class in kieker.common.record.flow.trace.operation.constructor.object
 
BeforeConstructorObjectInterfaceEventFactory() - Constructor for class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectInterfaceEventFactory
 
BeforeDatabaseEvent - Class in kieker.common.record.database
 
BeforeDatabaseEvent(long, String, long, int, String, String) - Constructor for class kieker.common.record.database.BeforeDatabaseEvent
Creates a new instance of this class using the given parameters.
BeforeDatabaseEvent(IValueDeserializer) - Constructor for class kieker.common.record.database.BeforeDatabaseEvent
 
BeforeDatabaseEventFactory - Class in kieker.common.record.database
 
BeforeDatabaseEventFactory() - Constructor for class kieker.common.record.database.BeforeDatabaseEventFactory
 
beforeEnableMonitoring() - Method in interface kieker.monitoring.core.controller.IStateListener
Triggers if the monitoring is guaranteed to be enabled, but has not yet been published to other threads.
beforeEnableMonitoring() - Method in class kieker.monitoring.core.controller.MonitoringController
 
beforeMonitorEntry(Object) - Method in class kieker.monitoring.probe.aspectj.flow.concurrency.SynchronizedAspect
 
beforeNewThread(Thread) - Method in class kieker.monitoring.probe.aspectj.flow.concurrency.ThreadingAspect
This method represents the advice which is used before the actual start of a thread.
beforeOperation(JoinPoint.StaticPart) - Method in class kieker.monitoring.probe.aspectj.beforeafter.onlycallee.AbstractAspect
 
beforeOperation(JoinPoint.StaticPart) - Method in class kieker.monitoring.probe.aspectj.beforeafter.onlycallee.AbstractAspectWithoutTraceRegistry
 
beforeOperation(JoinPoint) - Method in class kieker.monitoring.probe.aspectj.database.AbstractAspect
 
BeforeOperationEvent - Class in kieker.common.record.flow.trace.operation
 
BeforeOperationEvent(long, long, int, String, String) - Constructor for class kieker.common.record.flow.trace.operation.BeforeOperationEvent
Creates a new instance of this class using the given parameters.
BeforeOperationEvent(IValueDeserializer) - Constructor for class kieker.common.record.flow.trace.operation.BeforeOperationEvent
 
BeforeOperationEventFactory - Class in kieker.common.record.flow.trace.operation
 
BeforeOperationEventFactory() - Constructor for class kieker.common.record.flow.trace.operation.BeforeOperationEventFactory
 
BeforeOperationObjectEvent - Class in kieker.common.record.flow.trace.operation.object
 
BeforeOperationObjectEvent(long, long, int, String, String, int) - Constructor for class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectEvent
Creates a new instance of this class using the given parameters.
BeforeOperationObjectEvent(IValueDeserializer) - Constructor for class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectEvent
 
BeforeOperationObjectEventFactory - Class in kieker.common.record.flow.trace.operation.object
 
BeforeOperationObjectEventFactory() - Constructor for class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectEventFactory
 
BeforeOperationObjectInterfaceEvent - Class in kieker.common.record.flow.trace.operation.object
 
BeforeOperationObjectInterfaceEvent(long, long, int, String, String, int, String) - Constructor for class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectInterfaceEvent
Creates a new instance of this class using the given parameters.
BeforeOperationObjectInterfaceEvent(IValueDeserializer) - Constructor for class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectInterfaceEvent
 
BeforeOperationObjectInterfaceEventFactory - Class in kieker.common.record.flow.trace.operation.object
 
BeforeOperationObjectInterfaceEventFactory() - Constructor for class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectInterfaceEventFactory
 
BeforeReceivedRemoteEvent - Class in kieker.common.record.flow.trace
 
BeforeReceivedRemoteEvent(long, long, int, long, int) - Constructor for class kieker.common.record.flow.trace.BeforeReceivedRemoteEvent
Creates a new instance of this class using the given parameters.
BeforeReceivedRemoteEvent(IValueDeserializer) - Constructor for class kieker.common.record.flow.trace.BeforeReceivedRemoteEvent
 
BeforeReceivedRemoteEventFactory - Class in kieker.common.record.flow.trace
 
BeforeReceivedRemoteEventFactory() - Constructor for class kieker.common.record.flow.trace.BeforeReceivedRemoteEventFactory
 
BeforeSentRemoteEvent - Class in kieker.common.record.flow.trace
 
BeforeSentRemoteEvent(long, long, int, String) - Constructor for class kieker.common.record.flow.trace.BeforeSentRemoteEvent
Creates a new instance of this class using the given parameters.
BeforeSentRemoteEvent(IValueDeserializer) - Constructor for class kieker.common.record.flow.trace.BeforeSentRemoteEvent
 
BeforeSentRemoteEventFactory - Class in kieker.common.record.flow.trace
 
BeforeSentRemoteEventFactory() - Constructor for class kieker.common.record.flow.trace.BeforeSentRemoteEventFactory
 
BeforeThreadBasedEvent - Class in kieker.common.record.flow.thread
 
BeforeThreadBasedEvent(long, long, int, String, String) - Constructor for class kieker.common.record.flow.thread.BeforeThreadBasedEvent
Creates a new instance of this class using the given parameters.
BeforeThreadBasedEvent(IValueDeserializer) - Constructor for class kieker.common.record.flow.thread.BeforeThreadBasedEvent
 
BeforeThreadBasedEventFactory - Class in kieker.common.record.flow.thread
 
BeforeThreadBasedEventFactory() - Constructor for class kieker.common.record.flow.thread.BeforeThreadBasedEventFactory
 
beforeTransformation() - Method in class kieker.analysisteetime.util.graph.export.AbstractTransformer
 
beforeTransformation() - Method in class kieker.analysisteetime.util.graph.export.blueprints.BlueprintsTransformer
 
beforeTransformation() - Method in class kieker.analysisteetime.util.graph.export.dot.DotExporter
 
beforeTransformation() - Method in class kieker.analysisteetime.util.graph.export.graphml.GraphMLTransformer
 
BeginEndOfMonitoringDetector - Class in kieker.analysisteetime.recordreading
 
BeginEndOfMonitoringDetector() - Constructor for class kieker.analysisteetime.recordreading.BeginEndOfMonitoringDetector
 
BIN - Static variable in class kieker.common.util.filesystem.FileExtensionFilter
A filter ensuring that the name of the file starts with and ends with .
BINARY_FILE_EXTENSION - Static variable in class kieker.common.util.filesystem.FSUtil
The extension of Kieker's binary record files.
BinaryCompressionMethod - Enum in kieker.common.util.filesystem
Deprecated.
since 1.15 remove in 1.16
BinaryDeserializer - Class in kieker.analysis.plugin.reader.newio.deserializer
 
BinaryDeserializer(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.reader.newio.deserializer.BinaryDeserializer
Creates a new record deserializer.
BinaryEventDeserializer - Class in kieker.analysis.source.file
This deserializer reads a binary input stream and deserializes them into IMonitoringRecords.
BinaryEventDeserializer(Configuration, ReaderRegistry<String>) - Constructor for class kieker.analysis.source.file.BinaryEventDeserializer
 
BinaryFile2RecordFilter - Class in kieker.analysisteetime.plugin.reader.filesystem.format.binary.file
Deprecated.
since 1.15 removed 1.16
BinaryFile2RecordFilter(ClassNameRegistryRepository) - Constructor for class kieker.analysisteetime.plugin.reader.filesystem.format.binary.file.BinaryFile2RecordFilter
Deprecated.
 
BinaryFile2RecordFilter() - Constructor for class kieker.analysisteetime.plugin.reader.filesystem.format.binary.file.BinaryFile2RecordFilter
Deprecated.
 
BinaryFileStreamProcessor - Class in kieker.analysis.plugin.reader.filesystem
Process an binary stream and produce IMonitoringRecords.
BinaryFileStreamProcessor(ReaderRegistry<String>, IMonitoringRecordReceiver) - Constructor for class kieker.analysis.plugin.reader.filesystem.BinaryFileStreamProcessor
Create a binary file stream processor.
BinaryLogReader - Class in kieker.analysis.plugin.reader.filesystem
Filesystem reader which reads from multiple directories simultaneously ordered by the logging timestamp.
BinaryLogReader(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.reader.filesystem.BinaryLogReader
Creates a new instance of this class using the given parameters.
BinaryLogReader - Class in kieker.analysisteetime.plugin.reader.filesystem.fsReader
Deprecated.
since 1.15 removed 1.16
BinaryLogReader(String[], boolean) - Constructor for class kieker.analysisteetime.plugin.reader.filesystem.fsReader.BinaryLogReader
Deprecated.
Creates a new instance of this class using the given parameters.
BinaryLogStreamHandler - Class in kieker.monitoring.writer.filesystem
Binary log stream handler.
BinaryLogStreamHandler(Boolean, Integer, Charset, ICompressionFilter, WriterRegistry) - Constructor for class kieker.monitoring.writer.filesystem.BinaryLogStreamHandler
Create a binary log stream handler.
BinarySerializer - Class in kieker.monitoring.writer.serializer
Serializer for the default Kieker binary record format.
BinarySerializer(Configuration) - Constructor for class kieker.monitoring.writer.serializer.BinarySerializer
Creates a new serializer using the given configuration.
BinaryValueDeserializer - Class in kieker.common.record.io
Default value deserializer implementation.
BinaryValueDeserializer(ByteBuffer, ReaderRegistry<String>) - Constructor for class kieker.common.record.io.BinaryValueDeserializer
Create a binary value deserializer.
BinaryValueSerializer - Class in kieker.common.record.io
Default value serializer implementation.
BinaryValueSerializer(ByteBuffer, IWriterRegistry<String>) - Constructor for class kieker.common.record.io.BinaryValueSerializer
Create a binary value serializer.
BLACK - Static variable in class kieker.tools.trace.analysis.filter.visualization.graph.Color
The predefined color black.
BlockingQueueDecorator<E> - Class in kieker.monitoring.queue
A wrapper to provide a given queue a strategy to put and to take possibly in blocking mode.
BlockingQueueDecorator(Queue<E>, PutStrategy, TakeStrategy) - Constructor for class kieker.monitoring.queue.BlockingQueueDecorator
 
BlockOnFailedInsertBehavior<E> - Class in kieker.monitoring.queue.behavior
 
BlockOnFailedInsertBehavior(BlockingQueue<E>) - Constructor for class kieker.monitoring.queue.behavior.BlockOnFailedInsertBehavior
 
BLUE - Static variable in class kieker.tools.trace.analysis.filter.visualization.graph.Color
The predefined color blue.
BlueprintsTransformer - Class in kieker.analysisteetime.util.graph.export.blueprints
 
BlueprintsTransformer(IGraph) - Constructor for class kieker.analysisteetime.util.graph.export.blueprints.BlueprintsTransformer
 
BlueprintsTransformerStage - Class in kieker.analysisteetime.util.graph.export.blueprints
 
BlueprintsTransformerStage() - Constructor for class kieker.analysisteetime.util.graph.export.blueprints.BlueprintsTransformerStage
 
BoundedConcurrentHashMap<K,V> - Class in kieker.common.util.map
 
BoundedConcurrentHashMap(BoundedConcurrentHashMap.BoundedCacheBehaviour, int) - Constructor for class kieker.common.util.map.BoundedConcurrentHashMap
Initialize a bounded concurrent hash map.
BoundedConcurrentHashMap.BoundedCacheBehaviour - Enum in kieker.common.util.map
 
BoundedTimeSeries<T extends ITimeSeriesPoint> - Class in kieker.analysisteetime.util.timeseries
A TimeSeries with a maximum time span.
BoundedTimeSeries(Duration) - Constructor for class kieker.analysisteetime.util.timeseries.BoundedTimeSeries
 
BoundedTimeSeries(Duration, TimeSeries<T>) - Constructor for class kieker.analysisteetime.util.timeseries.BoundedTimeSeries
 
BoundedTimeSeries(BoundedTimeSeries<T>) - Constructor for class kieker.analysisteetime.util.timeseries.BoundedTimeSeries
 
BRANCH_ID - Static variable in class kieker.common.record.controlflow.BranchingRecord
 
BRANCHING_OUTCOME - Static variable in class kieker.common.record.controlflow.BranchingRecord
 
BranchingProbe - Class in kieker.monitoring.probe.manual
Convenience class which provides a static method to log branching.
BranchingRecord - Class in kieker.common.record.controlflow
 
BranchingRecord(long, int, int) - Constructor for class kieker.common.record.controlflow.BranchingRecord
Creates a new instance of this class using the given parameters.
BranchingRecord(IValueDeserializer) - Constructor for class kieker.common.record.controlflow.BranchingRecord
 
BranchingRecordFactory - Class in kieker.common.record.controlflow
 
BranchingRecordFactory() - Constructor for class kieker.common.record.controlflow.BranchingRecordFactory
 
Broker - Enum in kieker.common.namedRecordPipe
 
BUFFER_SIZE - Static variable in class kieker.analysis.plugin.reader.depcompression.DeflateDecompressionFilter
 
BUFFER_SIZE - Static variable in class kieker.analysis.plugin.reader.depcompression.GZipDecompressionFilter
 
BUFFER_SIZE - Static variable in class kieker.analysis.plugin.reader.depcompression.XZDecompressionFilter
 
BUFFER_SIZE - Static variable in class kieker.analysis.plugin.reader.depcompression.ZipDecompressionFilter
 
BUFFER_SIZE - Static variable in class kieker.analysis.source.file.BinaryEventDeserializer
 
BUFFER_SIZE - Static variable in class kieker.analysis.source.file.DatEventDeserializer
 
build() - Method in class kieker.analysisteetime.dependencygraphs.AbstractDependencyGraphBuilder
 
build() - Method in interface kieker.analysisteetime.dependencygraphs.IDependencyGraphBuilder
 
build(String, String) - Method in interface kieker.analysisteetime.signature.IComponentNameBuilder
 
build(ComponentType) - Method in interface kieker.analysisteetime.signature.IComponentNameBuilder
 
build(Collection<String>, String, String, Collection<String>) - Method in interface kieker.analysisteetime.signature.IOperationNameBuilder
 
build(OperationType) - Method in interface kieker.analysisteetime.signature.IOperationNameBuilder
 
build(String, String) - Method in class kieker.analysisteetime.signature.JavaFullComponentNameBuilder
 
build(Collection<String>, String, String, Collection<String>) - Method in class kieker.analysisteetime.signature.JavaFullOperationNameBuilder
 
build(String, String) - Method in class kieker.analysisteetime.signature.JavaShortComponentNameBuilder
 
build(Collection<String>, String, String, Collection<String>) - Method in class kieker.analysisteetime.signature.JavaShortOperationNameBuilder
 
build() - Method in class kieker.analysisteetime.util.graph.export.dot.DotExportConfiguration.Builder
 
Builder() - Constructor for class kieker.analysisteetime.util.graph.export.dot.DotExportConfiguration.Builder
 
builder - Variable in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatterVisitor
 
BypassQueueBehavior - Class in kieker.monitoring.queue.behavior
Insert behavior that bypasses the writer controller's queue and thus calls the writer synchronously.
BypassQueueBehavior(AbstractMonitoringWriter) - Constructor for class kieker.monitoring.queue.behavior.BypassQueueBehavior
 
ByteBufferDeserializer - Class in kieker.analysis.plugin.reader.util
 
ByteBufferDeserializer(ReaderRegistry<String>, Logger, int) - Constructor for class kieker.analysis.plugin.reader.util.ByteBufferDeserializer
 

C

CachedClassForNameResolver<T> - Class in kieker.common.util.classpath
 
CachedClassForNameResolver(ClassForNameResolver<T>) - Constructor for class kieker.common.util.classpath.CachedClassForNameResolver
Create a cached class name resolver.
CachedRecordFactoryCatalog - Class in kieker.common.record.factory
 
CachedRecordFactoryCatalog() - Constructor for class kieker.common.record.factory.CachedRecordFactoryCatalog
calculate(Statistic, T, Object) - Method in class kieker.analysisteetime.statistics.calculating.AverageCalculator
 
calculate(Statistic, T, Object) - Method in class kieker.analysisteetime.statistics.calculating.CountCalculator
 
calculate(Statistic, I, Object) - Method in interface kieker.analysisteetime.statistics.calculating.ICalculator
 
calculate(Statistic, T, Object) - Method in class kieker.analysisteetime.statistics.calculating.MaxCalculator
 
calculate(Statistic, T, Object) - Method in class kieker.analysisteetime.statistics.calculating.MedianCalculator
 
calculate(Statistic, T, Object) - Method in class kieker.analysisteetime.statistics.calculating.MinCalculator
 
calculate(Statistic, T, Object) - Method in class kieker.analysisteetime.statistics.calculating.TotalCalculator
 
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(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(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.
CALLER_ORDER_INDEX - Static variable in class kieker.common.record.flow.trace.BeforeReceivedRemoteEvent
 
CALLER_TRACE_ID - Static variable in class kieker.common.record.flow.trace.BeforeReceivedRemoteEvent
 
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(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(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
 
CALLS - Static variable in class kieker.analysisteetime.dependencygraphs.PropertyKeys
 
CallStatisticsStage - Class in kieker.analysisteetime.statistics
 
CallStatisticsStage(StatisticsModel, ExecutionModel) - Constructor for class kieker.analysisteetime.statistics.CallStatisticsStage
 
caseAggregatedInvocation(AggregatedInvocation) - Method in class kieker.analysisteetime.model.analysismodel.execution.util.ExecutionSwitch
Returns the result of interpreting the object as an instance of 'Aggregated Invocation'.
caseAnalysisComponent(MIAnalysisComponent) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
Returns the result of interpreting the object as an instance of 'Analysis Component'.
caseAssemblyComponent(AssemblyComponent) - Method in class kieker.analysisteetime.model.analysismodel.assembly.util.AssemblySwitch
Returns the result of interpreting the object as an instance of 'Component'.
caseAssemblyModel(AssemblyModel) - Method in class kieker.analysisteetime.model.analysismodel.assembly.util.AssemblySwitch
Returns the result of interpreting the object as an instance of 'Model'.
caseAssemblyOperation(AssemblyOperation) - Method in class kieker.analysisteetime.model.analysismodel.assembly.util.AssemblySwitch
Returns the result of interpreting the object as an instance of 'Operation'.
caseComponentType(ComponentType) - Method in class kieker.analysisteetime.model.analysismodel.type.util.TypeSwitch
Returns the result of interpreting the object as an instance of 'Component Type'.
caseDependency(MIDependency) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
Returns the result of interpreting the object as an instance of 'Dependency'.
caseDeployedComponent(DeployedComponent) - Method in class kieker.analysisteetime.model.analysismodel.deployment.util.DeploymentSwitch
Returns the result of interpreting the object as an instance of 'Deployed Component'.
caseDeployedOperation(DeployedOperation) - Method in class kieker.analysisteetime.model.analysismodel.deployment.util.DeploymentSwitch
Returns the result of interpreting the object as an instance of 'Deployed Operation'.
caseDeployedOperationsPairToAggregatedInvocationMapEntry(Map.Entry<ComposedKey<DeployedOperation, DeployedOperation>, AggregatedInvocation>) - Method in class kieker.analysisteetime.model.analysismodel.execution.util.ExecutionSwitch
Returns the result of interpreting the object as an instance of 'Deployed Operations Pair To Aggregated Invocation Map Entry'.
caseDeploymentContext(DeploymentContext) - Method in class kieker.analysisteetime.model.analysismodel.deployment.util.DeploymentSwitch
Returns the result of interpreting the object as an instance of 'Context'.
caseDeploymentModel(DeploymentModel) - Method in class kieker.analysisteetime.model.analysismodel.deployment.util.DeploymentSwitch
Returns the result of interpreting the object as an instance of 'Model'.
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'.
caseDoubleValue(DoubleValue) - Method in class kieker.analysisteetime.model.analysismodel.statistics.util.StatisticsSwitch
Returns the result of interpreting the object as an instance of 'Double Value'.
caseEStringToAssemblyComponentMapEntry(Map.Entry<String, AssemblyComponent>) - Method in class kieker.analysisteetime.model.analysismodel.assembly.util.AssemblySwitch
Returns the result of interpreting the object as an instance of 'EString To Assembly Component Map Entry'.
caseEStringToAssemblyOperationMapEntry(Map.Entry<String, AssemblyOperation>) - Method in class kieker.analysisteetime.model.analysismodel.assembly.util.AssemblySwitch
Returns the result of interpreting the object as an instance of 'EString To Assembly Operation Map Entry'.
caseEStringToComponentTypeMapEntry(Map.Entry<String, ComponentType>) - Method in class kieker.analysisteetime.model.analysismodel.type.util.TypeSwitch
Returns the result of interpreting the object as an instance of 'EString To Component Type Map Entry'.
caseEStringToDeployedComponentMapEntry(Map.Entry<String, DeployedComponent>) - Method in class kieker.analysisteetime.model.analysismodel.deployment.util.DeploymentSwitch
Returns the result of interpreting the object as an instance of 'EString To Deployed Component Map Entry'.
caseEStringToDeployedOperationMapEntry(Map.Entry<String, DeployedOperation>) - Method in class kieker.analysisteetime.model.analysismodel.deployment.util.DeploymentSwitch
Returns the result of interpreting the object as an instance of 'EString To Deployed Operation Map Entry'.
caseEStringToDeploymentContextMapEntry(Map.Entry<String, DeploymentContext>) - Method in class kieker.analysisteetime.model.analysismodel.deployment.util.DeploymentSwitch
Returns the result of interpreting the object as an instance of 'EString To Deployment Context Map Entry'.
caseEStringToOperationTypeMapEntry(Map.Entry<String, OperationType>) - Method in class kieker.analysisteetime.model.analysismodel.type.util.TypeSwitch
Returns the result of interpreting the object as an instance of 'EString To Operation Type Map Entry'.
caseExecutionModel(ExecutionModel) - Method in class kieker.analysisteetime.model.analysismodel.execution.util.ExecutionSwitch
Returns the result of interpreting the object as an instance of 'Model'.
caseFilter(MIFilter) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
Returns the result of interpreting the object as an instance of 'Filter'.
caseFloatValue(FloatValue) - Method in class kieker.analysisteetime.model.analysismodel.statistics.util.StatisticsSwitch
Returns the result of interpreting the object as an instance of 'Float Value'.
caseInputPort(MIInputPort) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
Returns the result of interpreting the object as an instance of 'Input Port'.
caseIntValue(IntValue) - Method in class kieker.analysisteetime.model.analysismodel.statistics.util.StatisticsSwitch
Returns the result of interpreting the object as an instance of 'Int Value'.
caseLongValue(LongValue) - Method in class kieker.analysisteetime.model.analysismodel.statistics.util.StatisticsSwitch
Returns the result of interpreting the object as an instance of 'Long Value'.
caseOperationCall(OperationCall) - Method in class kieker.analysisteetime.model.analysismodel.trace.util.TraceSwitch
Returns the result of interpreting the object as an instance of 'Operation Call'.
caseOperationType(OperationType) - Method in class kieker.analysisteetime.model.analysismodel.type.util.TypeSwitch
Returns the result of interpreting the object as an instance of 'Operation Type'.
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'.
caseStatistics(Statistics) - Method in class kieker.analysisteetime.model.analysismodel.statistics.util.StatisticsSwitch
Returns the result of interpreting the object as an instance of 'Statistics'.
caseTimeSeries(TimeSeries<V, U>) - Method in class kieker.analysisteetime.model.analysismodel.statistics.util.StatisticsSwitch
Returns the result of interpreting the object as an instance of 'Time Series'.
caseTrace(Trace) - Method in class kieker.analysisteetime.model.analysismodel.trace.util.TraceSwitch
Returns the result of interpreting the object as an instance of 'Trace'.
caseTypeModel(TypeModel) - Method in class kieker.analysisteetime.model.analysismodel.type.util.TypeSwitch
Returns the result of interpreting the object as an instance of 'Model'.
caseUnit(Unit<V>) - Method in class kieker.analysisteetime.model.analysismodel.statistics.util.StatisticsSwitch
Returns the result of interpreting the object as an instance of 'Unit'.
caseValue(Value) - Method in class kieker.analysisteetime.model.analysismodel.statistics.util.StatisticsSwitch
Returns the result of interpreting the object as an instance of 'Value'.
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.database.DatabaseFailedEvent
 
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
 
chainInputStream(InputStream) - Method in class kieker.analysis.plugin.reader.depcompression.AbstractDecompressionFilter
Create an input stream with decompression support and use the normal input stream as source.
chainInputStream(InputStream) - Method in class kieker.analysis.plugin.reader.depcompression.DeflateDecompressionFilter
 
chainInputStream(InputStream) - Method in class kieker.analysis.plugin.reader.depcompression.GZipDecompressionFilter
 
chainInputStream(InputStream) - Method in class kieker.analysis.plugin.reader.depcompression.NoneDecompressionFilter
 
chainInputStream(InputStream) - Method in class kieker.analysis.plugin.reader.depcompression.XZDecompressionFilter
 
chainInputStream(InputStream) - Method in class kieker.analysis.plugin.reader.depcompression.ZipDecompressionFilter
 
chainOutputStream(OutputStream, Path) - Method in class kieker.monitoring.writer.compression.DeflateCompressionFilter
 
chainOutputStream(OutputStream, Path) - Method in class kieker.monitoring.writer.compression.GZipCompressionFilter
 
chainOutputStream(OutputStream, Path) - Method in interface kieker.monitoring.writer.compression.ICompressionFilter
Create an output stream with compression support and use the normal output stream as source.
chainOutputStream(OutputStream, Path) - Method in class kieker.monitoring.writer.compression.NoneCompressionFilter
 
chainOutputStream(OutputStream, Path) - Method in class kieker.monitoring.writer.compression.XZCompressionFilter
 
chainOutputStream(OutputStream, Path) - Method in class kieker.monitoring.writer.compression.ZipCompressionFilter
 
charset - Variable in class kieker.monitoring.writer.filesystem.AbstractLogStreamHandler
 
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.
checkConfiguration(Configuration, JCommander) - Method in class kieker.tools.common.AbstractLegacyTool
Check a given configuration for validity.
checkDirectory(File, String, JCommander) - Static method in class kieker.tools.common.ParameterEvaluationUtils
Check whether the given handle refers to an existing directory.
checkParameters(JCommander) - Method in class kieker.tools.common.AbstractLegacyTool
Check all given parameters for correct directory and files path, as well as, all other values for fitness.
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.trace.analysis.filter.visualization.callTree.AbstractAggregatedCallTreeNode
For faster lookup of existing children.
children - Variable in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
The cached value of the 'Children' reference list.
ChronoUnits - Class in kieker.analysisteetime.util.time
Helper class for ChronoUnits.
ChronoUnitToSymbolMapper - Class in kieker.analysisteetime.util.time
This class is a Function that maps ChronoUnits to their common symbols and abbreviations.
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
Create a chunking collector.
CLASS_ID - Static variable in class kieker.common.record.misc.RegistryRecord
 
CLASS_SIGNATURE - Static variable in class kieker.common.record.database.AfterDatabaseEvent
 
CLASS_SIGNATURE - Static variable in class kieker.common.record.database.BeforeDatabaseEvent
 
CLASS_SIGNATURE - Static variable in class kieker.common.record.database.DatabaseFailedEvent
 
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
Create new class resolver.
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(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.
ClassNameRegistry - Class in kieker.analysisteetime.plugin.reader.filesystem.className
Deprecated.
since 1.15 remove 1.16
ClassNameRegistry() - Constructor for class kieker.analysisteetime.plugin.reader.filesystem.className.ClassNameRegistry
Deprecated.
 
ClassNameRegistryCreationFilter - Class in kieker.analysisteetime.plugin.reader.filesystem.className
Deprecated.
since 1.15 remove 1.16
ClassNameRegistryCreationFilter(ClassNameRegistryRepository) - Constructor for class kieker.analysisteetime.plugin.reader.filesystem.className.ClassNameRegistryCreationFilter
Deprecated.
 
ClassNameRegistryCreationFilter() - Constructor for class kieker.analysisteetime.plugin.reader.filesystem.className.ClassNameRegistryCreationFilter
Deprecated.
 
ClassNameRegistryRepository - Class in kieker.analysisteetime.plugin.reader.filesystem.className
Deprecated.
since 1.15 remove 1.16
ClassNameRegistryRepository() - Constructor for class kieker.analysisteetime.plugin.reader.filesystem.className.ClassNameRegistryRepository
Deprecated.
 
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.TCPController
 
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
 
clearPatternParameters(String) - Method in interface kieker.monitoring.core.controller.IProbeController
Deletes all parameters from the given pattern.
clearPatternParameters(String) - Method in class kieker.monitoring.core.controller.MonitoringController
 
clearPatternParameters(String) - Method in class kieker.monitoring.core.controller.ProbeController
Deletes all parameters from the given pattern.
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.
close() - Method in class kieker.analysisteetime.util.graph.util.IndentWriter
 
close() - Method in class kieker.common.namedRecordPipe.Pipe
This method closes the pipe and notifies the pipe reader about this event as well.
close() - Method in class kieker.monitoring.writer.filesystem.AbstractLogStreamHandler
Close the log file.
close() - Method in class kieker.monitoring.writer.filesystem.BinaryLogStreamHandler
 
close() - Method in interface kieker.monitoring.writer.filesystem.IMapFileHandler
Close the mapping file.
close() - Method in class kieker.monitoring.writer.filesystem.TextMapFileHandler
 
close(Closeable, Logger) - Static method in class kieker.monitoring.writer.WriterUtil
 
CLUSTER_PREFIX - Static variable in class kieker.analysisteetime.util.graph.util.dot.DotGraph
 
clusterAttributes - Variable in class kieker.analysisteetime.util.graph.export.dot.DotExportConfiguration
 
CMD_OPT_NAME_DEBUG_LONG - Static variable in class kieker.tools.AbstractCommandLineTool
Deprecated.
 
CMD_OPT_NAME_DEBUG_SHORT - Static variable in class kieker.tools.AbstractCommandLineTool
Deprecated.
 
CMD_OPT_NAME_HELP_LONG - Static variable in class kieker.tools.AbstractCommandLineTool
Deprecated.
 
CMD_OPT_NAME_HELP_SHORT - Static variable in class kieker.tools.AbstractCommandLineTool
Deprecated.
 
CMD_OPT_NAME_VERBOSE_LONG - Static variable in class kieker.tools.AbstractCommandLineTool
Deprecated.
 
CMD_OPT_NAME_VERBOSE_SHORT - Static variable in class kieker.tools.AbstractCommandLineTool
Deprecated.
 
COLLECTION_COUNT - Static variable in class kieker.analysis.sink.display.GCDisplayFilter
 
COLLECTION_TIME - Static variable in class kieker.analysis.sink.display.GCDisplayFilter
 
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.trace.analysis.filter.visualization.graph
(RGB-based) Color implementation for the visualization package.
Color(byte, byte, byte) - Constructor for class kieker.tools.trace.analysis.filter.visualization.graph.Color
Creates a new color from the given values.
Color(int) - Constructor for class kieker.tools.trace.analysis.filter.visualization.graph.Color
Creates a new color with the given RGB value.
COLOR_REPOSITORY_PORT_NAME - Static variable in class kieker.tools.trace.analysis.filter.visualization.traceColoring.TraceColoringFilter
Port name at which the color repository must be connected.
combine(I, J) - Method in class kieker.analysisteetime.util.stage.AbstractBiCombinerStage
 
combine(JAXBElement<T>, OutputStream) - Method in class kieker.analysisteetime.util.stage.JAXBMarshalStage
 
CommonConfigurationKeys - Class in kieker.tools.common
Common configuration keys used by multiple tools.
compare(AbstractTrace, AbstractTrace) - Method in class kieker.tools.trace.analysis.systemModel.util.TraceEndTimestampComparator
 
compare(AbstractTrace, AbstractTrace) - Method in class kieker.tools.trace.analysis.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(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.trace.analysis.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.
COMPONENT_TYPE - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
The meta object id for the 'Component Type' class.
COMPONENT_TYPE - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Component Type' class.
COMPONENT_TYPE - Static variable in class kieker.analysisteetime.model.ModelObjectFromOperationCallAccessors
 
COMPONENT_TYPE__NAME - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
The feature id for the 'Name' attribute.
COMPONENT_TYPE__NAME - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Name' attribute feature.
COMPONENT_TYPE__PACKAGE - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
The feature id for the 'Package' attribute.
COMPONENT_TYPE__PACKAGE - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Package' attribute feature.
COMPONENT_TYPE__PROVIDED_OPERATIONS - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
The feature id for the 'Provided Operations' map.
COMPONENT_TYPE__PROVIDED_OPERATIONS - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Provided Operations' map feature.
COMPONENT_TYPE__SIGNATURE - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
The feature id for the 'Signature' attribute.
COMPONENT_TYPE__SIGNATURE - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Signature' attribute feature.
COMPONENT_TYPE_FEATURE_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
The number of structural features of the 'Component Type' class.
COMPONENT_TYPE_OPERATION_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
The number of operations of the 'Component Type' class.
ComponentAllocationDependencyGraph - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
This class represents component dependency graphs on the allocation level.
ComponentAllocationDependencyGraph(AllocationComponent) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ComponentAllocationDependencyGraph
Creates a new graph with the given root entity.
ComponentAllocationDependencyGraphFormatter - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Formatter class for component dependency graphs on the allocation level (see ComponentAllocationDependencyGraph) .
ComponentAllocationDependencyGraphFormatter() - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ComponentAllocationDependencyGraphFormatter
Creates a new formatter.
ComponentAssemblyDependencyGraph - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
This class represents component dependency graphs on the assembly level.
ComponentAssemblyDependencyGraph(AssemblyComponent) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ComponentAssemblyDependencyGraph
Creates a new graph with the given root entity.
ComponentAssemblyDependencyGraphFormatter - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Formatter class for component dependency graphs on the assembly level (see ComponentAssemblyDependencyGraph).
ComponentAssemblyDependencyGraphFormatter() - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ComponentAssemblyDependencyGraphFormatter
Creates a new formatter.
ComponentDependencyGraphAllocationFilter - Class in kieker.tools.trace.analysis.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.trace.analysis.filter.visualization.dependencyGraph.ComponentDependencyGraphAllocationFilter
Creates a new filter using the given configuration.
ComponentDependencyGraphAssemblyFilter - Class in kieker.tools.trace.analysis.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.trace.analysis.filter.visualization.dependencyGraph.ComponentDependencyGraphAssemblyFilter
Creates a new filter using the given parameters.
components - Variable in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentContextImpl
The cached value of the 'Components' map.
componentTagCloudDisplay() - Method in class kieker.analysis.plugin.filter.sink.MethodAndComponentFlowDisplayFilter
This method represents a display for a component tag cloud.
componentTagCloudDisplay() - Method in class kieker.analysis.sink.display.MethodAndComponentFlowDisplayFilter
This method represents a display for a component tag cloud.
componentType - Variable in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyComponentImpl
The cached value of the 'Component Type' reference.
ComponentType - Interface in kieker.analysisteetime.model.analysismodel.type
A representation of the model object 'Component Type'.
ComponentType - Class in kieker.tools.trace.analysis.systemModel
This class represents the type of a component within the trace analysis tool.
ComponentType(int, String, String) - Constructor for class kieker.tools.trace.analysis.systemModel.ComponentType
// NOCS requests implementation of equals and hashCode in pairs// NOCS requests implementation of equals and hashCode in pairs* Creates a new instance of this class using the given parameters.
ComponentType(int, String) - Constructor for class kieker.tools.trace.analysis.systemModel.ComponentType
Creates a new instance of this class using the given parameters.
ComponentTypeImpl - Class in kieker.analysisteetime.model.analysismodel.type.impl
An implementation of the model object 'Component Type'.
ComponentTypeImpl() - Constructor for class kieker.analysisteetime.model.analysismodel.type.impl.ComponentTypeImpl
 
componentTypes - Variable in class kieker.analysisteetime.model.analysismodel.type.impl.TypeModelImpl
The cached value of the 'Component Types' map.
COMPOSED_KEY - Static variable in interface kieker.analysisteetime.model.analysismodel.AnalysismodelPackage
The meta object id for the 'Composed Key' data type.
COMPOSED_KEY - Static variable in interface kieker.analysisteetime.model.analysismodel.AnalysismodelPackage.Literals
The meta object literal for the 'Composed Key' data type.
ComposedKey<F,S> - Class in kieker.analysisteetime.util
Class representing a key (e.g., for a Map) that consists of two elements.
compressionFilter - Variable in class kieker.monitoring.writer.filesystem.AbstractLogStreamHandler
 
concreteCreatePair(SynchronousCallMessage) - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
HACK.
concreteCreatePair(SynchronousCallMessage) - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AggregatedAllocationComponentOperationCallTreeFilter
 
concreteCreatePair(SynchronousCallMessage) - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AggregatedAssemblyComponentOperationCallTreeFilter
HACK.
CONFIG_BUFFERSIZE - Static variable in class kieker.monitoring.writer.explorviz.ExplorVizTcpWriter
Configuration key for the size of the ExplorVizTcpWriter.byteBuffer.
CONFIG_BUFFERSIZE - Static variable in class kieker.monitoring.writer.filesystem.FileWriter
The name of the configuration key for the buffer size.
CONFIG_BUFFERSIZE - Static variable in class kieker.monitoring.writer.filesystem.TextMapFileHandler
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
configuration key for the size of the DualSocketTcpWriter.recordBuffer.
CONFIG_BUFFERSIZE - Static variable in class kieker.monitoring.writer.tcp.SingleSocketTcpWriter
configuration key for the size of the SingleSocketTcpWriter.buffer.
CONFIG_CHARSET_NAME - Static variable in class kieker.monitoring.writer.filesystem.FileWriter
The name of the configuration for the charset name used to store strings (e.g.
CONFIG_CHUNK_SIZE - Static variable in class kieker.monitoring.writer.collector.ChunkingCollector
The name of the configuration property for the chunk size.
CONFIG_COMPRESSION_FILTER - Static variable in class kieker.monitoring.writer.filesystem.FileWriter
The name of the configuration key to select a compression for the record log files.
CONFIG_COMPRESSION_FILTER - Static variable in class kieker.monitoring.writer.filesystem.TextMapFileHandler
The name of the configuration key to select a compression for the record log files.
CONFIG_CONN_TIMEOUT_IN_MS - Static variable in class kieker.monitoring.writer.tcp.SingleSocketTcpWriter
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.trace.analysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
 
CONFIG_ENHANCE_JAVA_CONSTRUCTORS - Static variable in class kieker.tools.trace.analysis.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
Configuration key for ExplorVizTcpWriter.flush.
CONFIG_FLUSH - Static variable in class kieker.monitoring.writer.filesystem.FileWriter
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
configuration key for DualSocketTcpWriter.flush.
CONFIG_FLUSH - Static variable in class kieker.monitoring.writer.tcp.SingleSocketTcpWriter
configuration key for SingleSocketTcpWriter.flush.
CONFIG_FLUSH_MAPFILE - Static variable in class kieker.monitoring.writer.filesystem.TextMapFileHandler
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_IGNORE_ASSUMED - Static variable in class kieker.tools.trace.analysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
 
CONFIG_LOG_POOL_FILE_HANDLER - Static variable in class kieker.monitoring.writer.filesystem.FileWriter
The name of the configuration to define the handler of the file pool.
CONFIG_LOG_STREAM_HANDLER - Static variable in class kieker.monitoring.writer.filesystem.FileWriter
The name of the configuration to define the handler of the log stream.
CONFIG_LOGNAME - Static variable in class kieker.monitoring.writer.jmx.JmxWriter
 
CONFIG_MAP_FILE_HANDLER - Static variable in class kieker.monitoring.writer.filesystem.FileWriter
The name of the configuration to switch for the map file handler; default TextMapFileHandler.
CONFIG_MAXENTRIESINFILE - Static variable in class kieker.monitoring.writer.filesystem.FileWriter
The name of the configuration determining the maximal number of entries in a file.
CONFIG_MAXLOGFILES - Static variable in class kieker.monitoring.writer.filesystem.FileWriter
The name of the configuration determining the maximal number of log files.
CONFIG_MAXLOGSIZE - Static variable in class kieker.monitoring.writer.filesystem.FileWriter
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_PASSWORD - Static variable in class kieker.monitoring.writer.jms.JmsWriter
 
CONFIG_PATH - Static variable in class kieker.monitoring.writer.filesystem.FileWriter
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_PORT2 - Static variable in class kieker.monitoring.writer.tcp.DualSocketTcpWriter
configuration key for the registry port.
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_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_DESCRIPTION_FILE_NAME - Static variable in class kieker.tools.trace.analysis.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.trace.analysis.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_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.trace.analysis.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.trace.analysis.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.trace.analysis.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.trace.analysis.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.trace.analysis.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.trace.analysis.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_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 IMonitoringRecords.
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_OUTPUT_FILE_NAME - Static variable in class kieker.tools.trace.analysis.filter.visualization.GraphWriterPlugin
Name of the configuration property containing the output file name.
CONFIG_PROPERTY_NAME_OUTPUT_FILENAME - Static variable in class kieker.tools.trace.analysis.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.trace.analysis.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.trace.analysis.filter.traceWriter.ExecutionTraceWriterFilter
The name of the configuration determining the output file name.
CONFIG_PROPERTY_NAME_OUTPUT_FN - Static variable in class kieker.tools.trace.analysis.filter.traceWriter.InvalidExecutionTraceWriterFilter
The name of the configuration determining the output file name.
CONFIG_PROPERTY_NAME_OUTPUT_FN - Static variable in class kieker.tools.trace.analysis.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.trace.analysis.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.trace.analysis.filter.visualization.GraphWriterPlugin
Name of the configuration property containing the output path name.
CONFIG_PROPERTY_NAME_OUTPUT_SDMODE - Static variable in class kieker.tools.trace.analysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter
The name of the configuration determining the used mode.
CONFIG_PROPERTY_NAME_OUTPUT_SHORTLABES - Static variable in class kieker.tools.trace.analysis.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.trace.analysis.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.trace.analysis.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.trace.analysis.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.trace.analysis.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_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.trace.analysis.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.trace.analysis.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.trace.analysis.repository.TraceColorRepository
Name of the configuration property that contains the file name of the trace color file.
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_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.trace.analysis.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
The configuration property value for MonitoringThroughputFilter.CONFIG_PROPERTY_NAME_INTERVAL_SIZE, leading to a bin size of 1 second.
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.trace.analysis.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.trace.analysis.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_OUTPUT_FILENAME_DEFAULT - Static variable in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
The default used output file name.
CONFIG_PROPERTY_VALUE_OUTPUT_FILENAME_DEFAULT - Static variable in class kieker.tools.trace.analysis.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.trace.analysis.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.trace.analysis.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.trace.analysis.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.trace.analysis.filter.sessionReconstruction.SessionReconstructionFilter
This is the default used time unit.
CONFIG_PROPERTY_VALUE_TIMEUNIT - Static variable in class kieker.tools.trace.analysis.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.trace.analysis.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_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_USERNAME - Static variable in class kieker.monitoring.writer.jms.JmsWriter
 
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 - Variable in class kieker.analysis.source.file.AbstractMapDeserializer
 
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_ERROR - Static variable in class kieker.tools.common.AbstractLegacyTool
There was an configuration error.
ConfigurationException - Exception in kieker.common.exception
Configuration exception for command line and configuration file parameters.
ConfigurationException(String) - Constructor for exception kieker.common.exception.ConfigurationException
Configuration exception.
ConfigurationException(Exception) - Constructor for exception kieker.common.exception.ConfigurationException
Configuration exception.
ConfigurationFactory - Class in kieker.monitoring.core.configuration
A ConfigurationFactory for kieker.monitoring.
ConfigurationKeys - Class in kieker.monitoring.core.configuration
If this file changes, the default config file has to be adjusted! Ideally it would be created using this file! (#151)
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.
Connection - Class in kieker.analysis.source.tcp
Represents one connection to read records from.
Connection(SocketChannel, int) - Constructor for class kieker.analysis.source.tcp.Connection
Create a connection for the given channel and utilizing the specified buffer size.
ConnectionTimeoutException - Exception in kieker.monitoring.writer.tcp
This exception is used to indicate a connection timeout.
ConnectionTimeoutException(String) - Constructor for exception kieker.monitoring.writer.tcp.ConnectionTimeoutException
 
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(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
 
containedOperations - Variable in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeployedComponentImpl
The cached value of the 'Contained Operations' map.
CONTAINER_DEPENDENCY_GRAPH_FN_PREFIX - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
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.trace.analysis.filter.visualization.dependencyGraph
This class represents container dependency graphs.
ContainerDependencyGraph(ExecutionContainer) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ContainerDependencyGraph
Creates a new graph with the given root entity.
ContainerDependencyGraphFilter - Class in kieker.tools.trace.analysis.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.trace.analysis.filter.visualization.dependencyGraph.ContainerDependencyGraphFilter
Creates a new filter using the given parameters.
ContainerDependencyGraphFormatter - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Formatter for container dependency graphs.
ContainerDependencyGraphFormatter() - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ContainerDependencyGraphFormatter
Creates a new formatter.
contains(K) - Method in class kieker.analysisteetime.util.emf.EReferenceIndex
 
content - Variable in class org.graphdrawing.graphml.DataExtensionType
 
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
 
CONTROLLER_NAME - Static variable in class kieker.monitoring.core.configuration.ConfigurationKeys
 
CONTROLLER_NAME - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
convert(String) - Method in class kieker.tools.common.DateConverter
 
convertComposedKeyToString(EDataType, Object) - Method in class kieker.analysisteetime.model.analysismodel.impl.AnalysismodelFactoryImpl
 
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.
convertDurationToString(EDataType, Object) - Method in class kieker.analysisteetime.model.analysismodel.impl.AnalysismodelFactoryImpl
 
convertInstantToString(EDataType, Object) - Method in class kieker.analysisteetime.model.analysismodel.impl.AnalysismodelFactoryImpl
 
ConvertLegacyValues - Class in kieker.tools.common
This utility class is used to support gluing old code to new infrastructure.
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.
convertPredefinedUnitsToString(EDataType, Object) - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsFactoryImpl
 
convertProperties(Configuration, MAnalysisMetaModelFactory) - Static method in class kieker.analysis.model.MetaModelHandler
Converts the given configuration into a list of MIPropertys using the given factory.
convertToPath(String) - Static method in class kieker.common.configuration.Configuration
Based upon Guava 14.0.1 (Chris Nokleberg, Colin Decker).
convertToPercentage() - Method in class kieker.monitoring.sampler.oshi.samplers.CPUsDetailedPercConverter
Calculates the percentages of system, nice, user,...
convertToString(EDataType, Object) - Method in class kieker.analysisteetime.model.analysismodel.impl.AnalysismodelFactoryImpl
 
convertToString(EDataType, Object) - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsFactoryImpl
 
CountCalculator<T> - Class in kieker.analysisteetime.statistics.calculating
 
CountCalculator() - Constructor for class kieker.analysisteetime.statistics.calculating.CountCalculator
 
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.
CountingFilter - Class in kieker.analysisteetime.plugin.filter.forward
An instance of this class receives any objects, increments an intern thread-safe counter without printing any message and delivers the unchanged objects to the output.
CountingFilter() - Constructor for class kieker.analysisteetime.plugin.filter.forward.CountingFilter
Creates a new instance of this class and sets the time stamp of initialization.
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
 
CPU_UTIL_VALUE - Static variable in enum kieker.analysisteetime.model.analysismodel.statistics.PredefinedUnits
The 'CPU UTIL' literal value.
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.oshi.samplers
Logs the combined (i.e., User + Sys + Nice + Wait) cpu utilization for each CPU in the system, retrieved via HardwareAbstractionLayer, as ResourceUtilizationRecords via IWriterController.newMonitoringRecord(kieker.common.record.IMonitoringRecord) .
CPUsCombinedPercSampler(HardwareAbstractionLayer) - Constructor for class kieker.monitoring.sampler.oshi.samplers.CPUsCombinedPercSampler
Constructs a new AbstractOshiSampler with given SystemInfo instance used to retrieve the sensor data.
CPUsCombinedPercSampler - Class in kieker.monitoring.sampler.sigar.samplers
Logs the combined (i.e., User + Sys + Nice + Wait) cpu utilization for each CPU in the system, retrieved via CpuPerc.getCombined(), as ResourceUtilizationRecords via IWriterController.newMonitoringRecord(kieker.common.record.IMonitoringRecord) .
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.
CPUsDetailedPercConverter - Class in kieker.monitoring.sampler.oshi.samplers
Converts and stores CPU percentages (of i.e., User + Sys + Nice + Wait) The conversion is made by collecting the ticks at two different times, calculating the deltas and by calculating the relative values.
CPUsDetailedPercConverter(int) - Constructor for class kieker.monitoring.sampler.oshi.samplers.CPUsDetailedPercConverter
CPUsDetailedPercConverter constructor.
CPUsDetailedPercSampler - Class in kieker.monitoring.sampler.oshi.samplers
Logs detailed utilization statistics for each CPU in the system, retrieved from CentralProcessor, as CPUUtilizationRecords via IWriterController.newMonitoringRecord(kieker.common.record.IMonitoringRecord) .
CPUsDetailedPercSampler(HardwareAbstractionLayer) - Constructor for class kieker.monitoring.sampler.oshi.samplers.CPUsDetailedPercSampler
Constructs a new AbstractOshiSampler with given HardwareAbstractionLayer instance used to retrieve the sensor data.
CPUsDetailedPercSampler - Class in kieker.monitoring.sampler.sigar.samplers
Logs detailed utilization statistics for each CPU in the system, retrieved from CpuPerc, as CPUUtilizationRecords via IWriterController.newMonitoringRecord(kieker.common.record.IMonitoringRecord) .
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
 
CPUUtilizationDisplayFilter - Class in kieker.analysis.sink.display
This is a filter which accepts CPUUtilizationRecord instances and provides different views (XYPlot or MeterGauge) to visualize them.
CPUUtilizationDisplayFilter(int, Number[], TimeUnit) - Constructor for class kieker.analysis.sink.display.CPUUtilizationDisplayFilter
Creates a new instance of this filter.
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(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() - Method in class kieker.analysisteetime.dependencygraphs.DependencyGraphCreator
 
create(EClass) - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyFactoryImpl
 
create(EClass) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentFactoryImpl
 
create(EClass) - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.ExecutionFactoryImpl
 
create(EClass) - Method in class kieker.analysisteetime.model.analysismodel.impl.AnalysismodelFactoryImpl
 
create(EClass) - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsFactoryImpl
 
create(EClass) - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.TraceFactoryImpl
 
create(EClass) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.TypeFactoryImpl
 
create(File) - Static method in class kieker.analysisteetime.trace.graph.dot.DotTraceGraphFileWriterStage
 
create(EObject, EReference, Collection<EStructuralFeature>, Function<V, K>) - Static method in class kieker.analysisteetime.util.emf.EReferenceIndex
 
create(EObject, EReference, Collection<EStructuralFeature>, Function<V, K>, Collection<V>) - Static method in class kieker.analysisteetime.util.emf.EReferenceIndex
 
create() - Static method in interface kieker.analysisteetime.util.graph.IGraph
Factory method to create a new graph using the default implementation.
create() - Static method in class kieker.analysisteetime.util.time.ChronoUnitToSymbolMapper
 
create(IValueDeserializer) - Method in class kieker.common.record.controlflow.BranchingRecordFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.controlflow.OperationExecutionRecordFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.database.AfterDatabaseEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.database.BeforeDatabaseEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.database.DatabaseFailedEventFactory
 
create(IValueDeserializer) - Method in interface kieker.common.record.factory.IRecordFactory
Create a record of type T utilizing a @{link IValueDeserializer.
create(IValueDeserializer) - Method in class kieker.common.record.flow.thread.AfterFailedThreadBasedEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.flow.thread.AfterThreadBasedEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.flow.thread.BeforeThreadBasedEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.ApplicationTraceMetadataFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.BeforeReceivedRemoteEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.BeforeSentRemoteEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.concurrency.JoinEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorEntryEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorExitEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorNotifyAllEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorNotifyEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorRequestEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorWaitEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.concurrency.SplitEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.ConstructionEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.operation.AfterOperationEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.operation.AfterOperationFailedEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.operation.BeforeOperationEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.operation.CallOperationEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.operation.constructor.AfterConstructorEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.operation.constructor.AfterConstructorFailedEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.operation.constructor.BeforeConstructorEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.operation.constructor.CallConstructorEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorFailedObjectEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorObjectEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectInterfaceEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.operation.constructor.object.CallConstructorObjectEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.operation.object.AfterOperationFailedObjectEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.operation.object.AfterOperationObjectEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectInterfaceEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.operation.object.CallOperationObjectEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.TraceMetadataFactory
 
create(ByteBuffer, ReaderRegistry<String>) - Static method in class kieker.common.record.io.BinaryValueDeserializer
Factory method to create a binary value deserializer.
create(ByteBuffer, IWriterRegistry<String>) - Static method in class kieker.common.record.io.BinaryValueSerializer
Factory method to create a binary value serializer.
create(ArrayNode) - Static method in class kieker.common.record.io.JsonArrayValueDeserializer
Factory method to create a json value deserializer.
create(CharBuffer) - Static method in class kieker.common.record.io.TextValueDeserializer
Factory method to create a text value deserializer.
create(CharBuffer) - Static method in class kieker.common.record.io.TextValueSerializer
Factory method to create a text value serializer.
create(IValueDeserializer) - Method in class kieker.common.record.jvm.ClassLoadingRecordFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.jvm.CompilationRecordFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.jvm.GCRecordFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.jvm.MemoryRecordFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.jvm.ThreadsStatusRecordFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.jvm.UptimeRecordFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.misc.EmptyRecordFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.misc.HostApplicationMetaDataFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.misc.KiekerMetadataRecordFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.misc.ThreadMetaDataFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.misc.TimestampRecordFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.remotecontrol.ActivationEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.remotecontrol.ActivationParameterEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.remotecontrol.AddParameterValueEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.remotecontrol.DeactivationEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.remotecontrol.RemoveParameterValueEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.remotecontrol.UpdateParameterEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.system.CPUUtilizationRecordFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.system.DiskUsageRecordFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.system.LoadAverageRecordFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.system.MemSwapUsageRecordFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.system.NetworkUtilizationRecordFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.system.ResourceUtilizationRecordFactory
 
create(Class<C>, String, Class<?>[], Object...) - Method in class kieker.common.util.classpath.InstantiationFactory
This is a helper method .
create(Path, Charset) - Method in interface kieker.monitoring.writer.filesystem.IMapFileHandler
Create a map file with the given name and location adhering to the given charset.
create(Path, Charset) - Method in class kieker.monitoring.writer.filesystem.TextMapFileHandler
 
createAdapter(Notifier) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
Creates an adapter for the target.
createAdapter(Notifier) - Method in class kieker.analysisteetime.model.analysismodel.assembly.util.AssemblyAdapterFactory
Creates an adapter for the target.
createAdapter(Notifier) - Method in class kieker.analysisteetime.model.analysismodel.deployment.util.DeploymentAdapterFactory
Creates an adapter for the target.
createAdapter(Notifier) - Method in class kieker.analysisteetime.model.analysismodel.execution.util.ExecutionAdapterFactory
Creates an adapter for the target.
createAdapter(Notifier) - Method in class kieker.analysisteetime.model.analysismodel.statistics.util.StatisticsAdapterFactory
Creates an adapter for the target.
createAdapter(Notifier) - Method in class kieker.analysisteetime.model.analysismodel.trace.util.TraceAdapterFactory
Creates an adapter for the target.
createAdapter(Notifier) - Method in class kieker.analysisteetime.model.analysismodel.type.util.TypeAdapterFactory
Creates an adapter for the target.
createAggregatedInvocation() - Method in interface kieker.analysisteetime.model.analysismodel.execution.ExecutionFactory
Returns a new object of class 'Aggregated Invocation'.
createAggregatedInvocation() - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.ExecutionFactoryImpl
 
createAggregatedInvocationAdapter() - Method in class kieker.analysisteetime.model.analysismodel.execution.util.ExecutionAdapterFactory
Creates a new adapter for an object of class 'Aggregated Invocation'.
createAllocationComponentId(AllocationComponent) - Static method in class kieker.tools.trace.analysis.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
Creates a new adapter for an object of class 'Analysis Component'.
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) - Method in class kieker.common.util.classpath.InstantiationFactory
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) - 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.
createAndRegisterAllocationComponentInstance(String, AssemblyComponent, ExecutionContainer) - Method in class kieker.tools.trace.analysis.systemModel.repository.AllocationRepository
 
createAndRegisterAssemblyComponentInstance(String, ComponentType) - Method in class kieker.tools.trace.analysis.systemModel.repository.AssemblyRepository
Creates a new assembly component instance and registers it as well.
createAndRegisterComponentType(String, String) - Method in class kieker.tools.trace.analysis.systemModel.repository.TypeRepository
Creates and registers a component type that has not been registered yet.
createAndRegisterExecutionContainer(String, String) - Method in class kieker.tools.trace.analysis.systemModel.repository.ExecutionEnvironmentRepository
This method creates a new execution container and registers it as well.
createAndRegisterOperation(String, ComponentType, Signature) - Method in class kieker.tools.trace.analysis.systemModel.repository.OperationRepository
 
createAssemblyComponent() - Method in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyFactory
Returns a new object of class 'Component'.
createAssemblyComponent() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyFactoryImpl
 
createAssemblyComponentAdapter() - Method in class kieker.analysisteetime.model.analysismodel.assembly.util.AssemblyAdapterFactory
Creates a new adapter for an object of class 'Component'.
createAssemblyComponentId(AssemblyComponent) - Static method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
Utility function to create a textual container ID for an assembly component.
createAssemblyModel() - Method in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyFactory
Returns a new object of class 'Model'.
createAssemblyModel() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyFactoryImpl
 
createAssemblyModelAdapter() - Method in class kieker.analysisteetime.model.analysismodel.assembly.util.AssemblyAdapterFactory
Creates a new adapter for an object of class 'Model'.
createAssemblyOperation() - Method in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyFactory
Returns a new object of class 'Operation'.
createAssemblyOperation() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyFactoryImpl
 
createAssemblyOperationAdapter() - Method in class kieker.analysisteetime.model.analysismodel.assembly.util.AssemblyAdapterFactory
Creates a new adapter for an object of class 'Operation'.
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.trace.analysis.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.trace.analysis.filter.visualization.dependencyGraph.AbstractComponentDependencyGraphFormatter
Utility function to create a label for component nodes.
createComponentType() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.TypeFactoryImpl
 
createComponentType() - Method in interface kieker.analysisteetime.model.analysismodel.type.TypeFactory
Returns a new object of class 'Component Type'.
createComponentTypeAdapter() - Method in class kieker.analysisteetime.model.analysismodel.type.util.TypeAdapterFactory
Creates a new adapter for an object of class 'Component Type'.
createComposedKeyFromString(EDataType, String) - Method in class kieker.analysisteetime.model.analysismodel.impl.AnalysismodelFactoryImpl
 
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.trace.analysis.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.trace.analysis.filter.visualization.util.dot.DotFactory
Creates dot code for a connection.
createConnection(String, String, String, double, double) - Static method in class kieker.tools.trace.analysis.filter.visualization.util.dot.DotFactory
This method creates dot code for a connection.
createContainerId(ExecutionContainer) - Static method in class kieker.tools.trace.analysis.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.
createData(DataType) - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of JAXBElement<DataType>}
createDataExtensionType() - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of DataExtensionType
createDataType() - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of DataType
createDefault(DefaultType) - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of JAXBElement<DefaultType>}
createDefaultConfiguration() - Static method in class kieker.monitoring.core.configuration.ConfigurationFactory
Returns an empty properties map with a fallback on the default configuration.
createDefaultType() - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of DefaultType
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'.
createDependencyGraphBuilder(ExecutionModel, StatisticsModel) - Method in class kieker.analysisteetime.dependencygraphs.AssemblyLevelComponentDependencyGraphBuilderFactory
 
createDependencyGraphBuilder(ExecutionModel, StatisticsModel) - Method in class kieker.analysisteetime.dependencygraphs.AssemblyLevelOperationDependencyGraphBuilderFactory
 
createDependencyGraphBuilder(ExecutionModel, StatisticsModel) - Method in class kieker.analysisteetime.dependencygraphs.DeploymentLevelComponentDependencyGraphBuilderFactory
 
createDependencyGraphBuilder(ExecutionModel, StatisticsModel) - Method in class kieker.analysisteetime.dependencygraphs.DeploymentLevelContextDependencyGraphBuilderFactory
 
createDependencyGraphBuilder(ExecutionModel, StatisticsModel) - Method in class kieker.analysisteetime.dependencygraphs.DeploymentLevelOperationDependencyGraphBuilderFactory
 
createDependencyGraphBuilder(ExecutionModel, StatisticsModel) - Method in interface kieker.analysisteetime.dependencygraphs.IDependencyGraphBuilderFactory
 
createDependencyGraphBuilder(ExecutionModel, StatisticsModel) - Method in class kieker.analysisteetime.dependencygraphs.TypeLevelComponentDependencyGraphBuilderFactory
 
createDependencyGraphBuilder(ExecutionModel, StatisticsModel) - Method in class kieker.analysisteetime.dependencygraphs.TypeLevelOperationDependencyGraphBuilderFactory
 
createDeployedComponent() - Method in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentFactory
Returns a new object of class 'Deployed Component'.
createDeployedComponent() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentFactoryImpl
 
createDeployedComponentAdapter() - Method in class kieker.analysisteetime.model.analysismodel.deployment.util.DeploymentAdapterFactory
Creates a new adapter for an object of class 'Deployed Component'.
createDeployedOperation() - Method in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentFactory
Returns a new object of class 'Deployed Operation'.
createDeployedOperation() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentFactoryImpl
 
createDeployedOperationAdapter() - Method in class kieker.analysisteetime.model.analysismodel.deployment.util.DeploymentAdapterFactory
Creates a new adapter for an object of class 'Deployed Operation'.
createDeployedOperationsPairToAggregatedInvocationMapEntry() - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.ExecutionFactoryImpl
 
createDeployedOperationsPairToAggregatedInvocationMapEntryAdapter() - Method in class kieker.analysisteetime.model.analysismodel.execution.util.ExecutionAdapterFactory
Creates a new adapter for an object of class 'Deployed Operations Pair To Aggregated Invocation Map Entry'.
createDeploymentContext() - Method in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentFactory
Returns a new object of class 'Context'.
createDeploymentContext() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentFactoryImpl
 
createDeploymentContextAdapter() - Method in class kieker.analysisteetime.model.analysismodel.deployment.util.DeploymentAdapterFactory
Creates a new adapter for an object of class 'Context'.
createDeploymentModel() - Method in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentFactory
Returns a new object of class 'Model'.
createDeploymentModel() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentFactoryImpl
 
createDeploymentModelAdapter() - Method in class kieker.analysisteetime.model.analysismodel.deployment.util.DeploymentAdapterFactory
Creates a new adapter for an object of class 'Model'.
createDesc(String) - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of JAXBElement<String>}
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
Creates a new adapter for an object of class 'Display Connector'.
createDoubleValue() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsFactoryImpl
 
createDoubleValue() - Method in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsFactory
Returns a new object of class 'Double Value'.
createDoubleValueAdapter() - Method in class kieker.analysisteetime.model.analysismodel.statistics.util.StatisticsAdapterFactory
Creates a new adapter for an object of class 'Double Value'.
createDurationFromString(EDataType, String) - Method in class kieker.analysisteetime.model.analysismodel.impl.AnalysismodelFactoryImpl
 
createEdge(EdgeType) - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of JAXBElement<EdgeType>}
createEdgeDefaults(String, String, String) - Static method in class kieker.tools.trace.analysis.filter.visualization.util.dot.DotFactory
Constructs dot code for the edge defaults.
createEdgeType() - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of EdgeType
createEmpty(EObject, EReference, Collection<EStructuralFeature>, Function<V, K>) - Static method in class kieker.analysisteetime.util.emf.EReferenceIndex
 
createEndpoint(EndpointType) - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of JAXBElement<EndpointType>}
createEndpointType() - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of EndpointType
createEObjectAdapter() - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
Creates a new adapter for the default case.
createEObjectAdapter() - Method in class kieker.analysisteetime.model.analysismodel.assembly.util.AssemblyAdapterFactory
Creates a new adapter for the default case.
createEObjectAdapter() - Method in class kieker.analysisteetime.model.analysismodel.deployment.util.DeploymentAdapterFactory
Creates a new adapter for the default case.
createEObjectAdapter() - Method in class kieker.analysisteetime.model.analysismodel.execution.util.ExecutionAdapterFactory
Creates a new adapter for the default case.
createEObjectAdapter() - Method in class kieker.analysisteetime.model.analysismodel.statistics.util.StatisticsAdapterFactory
Creates a new adapter for the default case.
createEObjectAdapter() - Method in class kieker.analysisteetime.model.analysismodel.trace.util.TraceAdapterFactory
Creates a new adapter for the default case.
createEObjectAdapter() - Method in class kieker.analysisteetime.model.analysismodel.type.util.TypeAdapterFactory
Creates a new adapter for the default case.
createEStringToAssemblyComponentMapEntry() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyFactoryImpl
 
createEStringToAssemblyComponentMapEntryAdapter() - Method in class kieker.analysisteetime.model.analysismodel.assembly.util.AssemblyAdapterFactory
Creates a new adapter for an object of class 'EString To Assembly Component Map Entry'.
createEStringToAssemblyOperationMapEntry() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyFactoryImpl
 
createEStringToAssemblyOperationMapEntryAdapter() - Method in class kieker.analysisteetime.model.analysismodel.assembly.util.AssemblyAdapterFactory
Creates a new adapter for an object of class 'EString To Assembly Operation Map Entry'.
createEStringToComponentTypeMapEntry() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.TypeFactoryImpl
 
createEStringToComponentTypeMapEntryAdapter() - Method in class kieker.analysisteetime.model.analysismodel.type.util.TypeAdapterFactory
Creates a new adapter for an object of class 'EString To Component Type Map Entry'.
createEStringToDeployedComponentMapEntry() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentFactoryImpl
 
createEStringToDeployedComponentMapEntryAdapter() - Method in class kieker.analysisteetime.model.analysismodel.deployment.util.DeploymentAdapterFactory
Creates a new adapter for an object of class 'EString To Deployed Component Map Entry'.
createEStringToDeployedOperationMapEntry() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentFactoryImpl
 
createEStringToDeployedOperationMapEntryAdapter() - Method in class kieker.analysisteetime.model.analysismodel.deployment.util.DeploymentAdapterFactory
Creates a new adapter for an object of class 'EString To Deployed Operation Map Entry'.
createEStringToDeploymentContextMapEntry() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentFactoryImpl
 
createEStringToDeploymentContextMapEntryAdapter() - Method in class kieker.analysisteetime.model.analysismodel.deployment.util.DeploymentAdapterFactory
Creates a new adapter for an object of class 'EString To Deployment Context Map Entry'.
createEStringToOperationTypeMapEntry() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.TypeFactoryImpl
 
createEStringToOperationTypeMapEntryAdapter() - Method in class kieker.analysisteetime.model.analysismodel.type.util.TypeAdapterFactory
Creates a new adapter for an object of class 'EString To Operation Type Map Entry'.
createExecutionByEntityNames(SystemModelRepository, String, String, String, Signature, long, String, int, int, long, long, boolean) - Static method in class kieker.tools.trace.analysis.filter.AbstractTraceAnalysisFilter
 
createExecutionByEntityNames(SystemModelRepository, String, String, Signature, long, String, int, int, long, long, boolean) - Static method in class kieker.tools.trace.analysis.filter.AbstractTraceAnalysisFilter
 
createExecutionByEntityNames(String, String, String, Signature, long, String, int, int, long, long, boolean) - Method in class kieker.tools.trace.analysis.filter.AbstractTraceAnalysisFilter
 
createExecutionByEntityNames(String, String, Signature, long, String, int, int, long, long, boolean) - Method in class kieker.tools.trace.analysis.filter.AbstractTraceAnalysisFilter
 
createExecutionModel() - Method in interface kieker.analysisteetime.model.analysismodel.execution.ExecutionFactory
Returns a new object of class 'Model'.
createExecutionModel() - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.ExecutionFactoryImpl
 
createExecutionModelAdapter() - Method in class kieker.analysisteetime.model.analysismodel.execution.util.ExecutionAdapterFactory
Creates a new adapter for an object of class 'Model'.
createExecutionTraceComparator() - Static method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Returns an instance of the Comparator used by the internal TreeSet to compare Executions.
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'.
createFloatValue() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsFactoryImpl
 
createFloatValue() - Method in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsFactory
Returns a new object of class 'Float Value'.
createFloatValueAdapter() - Method in class kieker.analysisteetime.model.analysismodel.statistics.util.StatisticsAdapterFactory
Creates a new adapter for an object of class 'Float Value'.
createForAggregatedInvocation(ExecutionModel) - Static method in class kieker.analysisteetime.model.ModelObjectFromOperationCallAccessors
 
createForAssemblyLevelComponentDependencyGraph() - Method in class kieker.analysisteetime.dependencygraphs.dot.DotExportConfigurationFactory
 
createForAssemblyLevelOperationDependencyGraph() - Method in class kieker.analysisteetime.dependencygraphs.dot.DotExportConfigurationFactory
 
createForDeploymentLevelComponentDependencyGraph() - Method in class kieker.analysisteetime.dependencygraphs.dot.DotExportConfigurationFactory
 
createForDeploymentLevelContextDependencyGraph() - Method in class kieker.analysisteetime.dependencygraphs.dot.DotExportConfigurationFactory
 
createForDeploymentLevelOperationDependencyGraph() - Method in class kieker.analysisteetime.dependencygraphs.dot.DotExportConfigurationFactory
 
createFormattedOutput() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ResponseTimeDecoration
 
createFormattedOutput() - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractVertexDecoration
Creates formatted output for this decoration.
createFormattedRepresentation(AbstractGraph<?, ?, ?>, boolean, boolean, boolean) - Method in class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFormatter
Creates a formatted representation of the given graph.
createForTypeLevelComponentDependencyGraph() - Method in class kieker.analysisteetime.dependencygraphs.dot.DotExportConfigurationFactory
 
createForTypeLevelOperationDependencyGraph() - Method in class kieker.analysisteetime.dependencygraphs.dot.DotExportConfigurationFactory
 
createFromDeserializer(String, IValueDeserializer) - Static method in class kieker.common.record.AbstractMonitoringRecord
Create monitoring record based on class name and a given value deserializer.
createFromEpochTimestamp(long, TemporalUnit) - Static method in class kieker.analysisteetime.util.time.Instants
 
createFromFile(String, IProjectContext) - Static method in class kieker.tools.trace.analysis.repository.DescriptionRepository
Initializes a new description repository from the given file.
createFromFile(String, IProjectContext) - Static method in class kieker.tools.trace.analysis.repository.TraceColorRepository
Initializes a trace color repository from a given file.
createFromName(String) - Static method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractNodeDecorator
Creates a node decorator from its option name.
createFromString(EDataType, String) - Method in class kieker.analysisteetime.model.analysismodel.impl.AnalysismodelFactoryImpl
 
createFromString(EDataType, String) - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsFactoryImpl
 
createFromTimeUnit(TimeUnit) - Static method in class kieker.analysisteetime.util.time.ChronoUnits
Will be obsolete in Java 9 and can be replaced by TimeUnit.toChronoUnit().
createGraph(GraphType) - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of JAXBElement<GraphType>}
createGraphml(GraphmlType) - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of JAXBElement<GraphmlType>}
createGraphmlType() - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of GraphmlType
createGraphType() - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of GraphType
createHeader(String, String, String, String, double) - Static method in class kieker.tools.trace.analysis.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).
createHyperedge(HyperedgeType) - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of JAXBElement<HyperedgeType>}
createHyperedgeType() - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of HyperedgeType
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.trace.analysis.filter.visualization.graph.CompleteOriginRetentionPolicy
Factory method for the complete origin retention policy.
createInstance() - Static method in class kieker.tools.trace.analysis.filter.visualization.graph.NoOriginRetentionPolicy
Factory method for the no-origin-retention policy.
createInstance(Set<?>) - Static method in class kieker.tools.trace.analysis.filter.visualization.graph.SpecificOriginRetentionPolicy
Factory method for the specific origin retention policy.
createInstantFromString(EDataType, String) - Method in class kieker.analysisteetime.model.analysismodel.impl.AnalysismodelFactoryImpl
 
createIntValue() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsFactoryImpl
 
createIntValue() - Method in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsFactory
Returns a new object of class 'Int Value'.
createIntValueAdapter() - Method in class kieker.analysisteetime.model.analysismodel.statistics.util.StatisticsAdapterFactory
Creates a new adapter for an object of class 'Int Value'.
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.
createKey(KeyType) - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of JAXBElement<KeyType>}
createKeyType() - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of KeyType
createLoadAverageSignature() - Static method in class kieker.monitoring.core.signaturePattern.SignatureFactory
Creates a load average signature.
createLocator(LocatorType) - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of JAXBElement<LocatorType>}
createLocatorType() - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of LocatorType
createLongValue() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsFactoryImpl
 
createLongValue() - Method in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsFactory
Returns a new object of class 'Long Value'.
createLongValueAdapter() - Method in class kieker.analysisteetime.model.analysismodel.statistics.util.StatisticsAdapterFactory
Creates a new adapter for an object of class 'Long Value'.
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.
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.trace.analysis.filter.visualization.util.dot.DotFactory
Constructs dot code for a node from the specified elements.
createNode(NodeType) - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of JAXBElement<NodeType>}
createNodeDefaults(String, String, String, String, String, double, String) - Static method in class kieker.tools.trace.analysis.filter.visualization.util.dot.DotFactory
This method constructs the necessary dot code for the node defaults.
createNodeId(int) - Static method in class kieker.tools.trace.analysis.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.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
Utility function to create a textual node ID for a given node.
createNodeType() - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of NodeType
createOperationCall() - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.TraceFactoryImpl
 
createOperationCall() - Method in interface kieker.analysisteetime.model.analysismodel.trace.TraceFactory
Returns a new object of class 'Operation Call'.
createOperationCallAdapter() - Method in class kieker.analysisteetime.model.analysismodel.trace.util.TraceAdapterFactory
Creates a new adapter for an object of class 'Operation Call'.
createOperationNodeId(Operation) - Static method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
Utility function to create a textual node ID for an operation.
createOperationNodeLabel(Operation, DependencyGraphNode<?>) - Method in class kieker.tools.trace.analysis.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)).
createOperationType() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.TypeFactoryImpl
 
createOperationType() - Method in interface kieker.analysisteetime.model.analysismodel.type.TypeFactory
Returns a new object of class 'Operation Type'.
createOperationTypeAdapter() - Method in class kieker.analysisteetime.model.analysismodel.type.util.TypeAdapterFactory
Creates a new adapter for an object of class 'Operation Type'.
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.
createPackageContents() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyPackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentPackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.ExecutionPackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class kieker.analysisteetime.model.analysismodel.impl.AnalysismodelPackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsPackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.TracePackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.TypePackageImpl
Creates the meta-model objects for the package.
createPair(SynchronousCallMessage) - Method in interface kieker.tools.trace.analysis.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'.
createPort(PortType) - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of JAXBElement<PortType>}
createPortAdapter() - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
Creates a new adapter for an object of class 'Port'.
createPortType() - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of PortType
createPredefinedUnitsFromString(EDataType, String) - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsFactoryImpl
 
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'.
createReaderAdapter() - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
Creates a new adapter for an object of class 'Reader'.
createRecordFromLine(File, String) - Method in class kieker.analysisteetime.plugin.reader.filesystem.format.text.file.RecordFromTextLineCreator
Deprecated.
 
createRecordsFromBinaryFile(DataInputStream) - Method in class kieker.analysis.plugin.reader.filesystem.BinaryFileStreamProcessor
Create records from binary files.
createRecordsFromBinaryFile(File, DataInputStream, OutputPort<IMonitoringRecord>) - Method in class kieker.analysisteetime.plugin.reader.filesystem.format.binary.file.RecordFromBinaryFileCreator
Deprecated.
Create records from binary files.
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
Creates a new adapter for an object of class 'Repository Connector'.
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.oshi.IOshiSamplerFactory
Creates an instance of CPUsCombinedPercSampler.
createSensorCPUsCombinedPerc() - Method in enum kieker.monitoring.sampler.oshi.OshiSamplerFactory
Creates an instance of CPUsCombinedPercSampler.
createSensorCPUsCombinedPerc() - Method in interface kieker.monitoring.sampler.sigar.ISigarSamplerFactory
Creates an instance of CPUsCombinedPercSampler.
createSensorCPUsCombinedPerc() - Method in enum kieker.monitoring.sampler.sigar.SigarSamplerFactory
Creates an instance of CPUsCombinedPercSampler.
createSensorCPUsDetailedPerc() - Method in interface kieker.monitoring.sampler.oshi.IOshiSamplerFactory
Creates an instance of CPUsDetailedPercSampler.
createSensorCPUsDetailedPerc() - Method in enum kieker.monitoring.sampler.oshi.OshiSamplerFactory
Creates an instance of CPUsDetailedPercSampler.
createSensorCPUsDetailedPerc() - Method in interface kieker.monitoring.sampler.sigar.ISigarSamplerFactory
Creates an instance of CPUsDetailedPercSampler.
createSensorCPUsDetailedPerc() - Method in enum kieker.monitoring.sampler.sigar.SigarSamplerFactory
Creates an instance of CPUsDetailedPercSampler.
createSensorDiskUsage() - Method in interface kieker.monitoring.sampler.oshi.IOshiSamplerFactory
Creates an instance of DiskUsageSampler.
createSensorDiskUsage() - Method in enum kieker.monitoring.sampler.oshi.OshiSamplerFactory
Creates an instance of DiskUsageSampler.
createSensorDiskUsage() - Method in interface kieker.monitoring.sampler.sigar.ISigarSamplerFactory
Creates an instance of DiskUsageSampler.
createSensorDiskUsage() - Method in enum kieker.monitoring.sampler.sigar.SigarSamplerFactory
Creates an instance of DiskUsageSampler.
createSensorLoadAverage() - Method in interface kieker.monitoring.sampler.oshi.IOshiSamplerFactory
Creates an instance of LoadAverageSampler.
createSensorLoadAverage() - Method in enum kieker.monitoring.sampler.oshi.OshiSamplerFactory
Creates an instance of LoadAverageSampler.
createSensorLoadAverage() - Method in interface kieker.monitoring.sampler.sigar.ISigarSamplerFactory
Creates an instance of LoadAverageSampler.
createSensorLoadAverage() - Method in enum kieker.monitoring.sampler.sigar.SigarSamplerFactory
Creates an instance of LoadAverageSampler.
createSensorMemSwapUsage() - Method in interface kieker.monitoring.sampler.oshi.IOshiSamplerFactory
Creates an instance of MemSwapUsageSampler.
createSensorMemSwapUsage() - Method in enum kieker.monitoring.sampler.oshi.OshiSamplerFactory
Creates an instance of MemSwapUsageSampler.
createSensorMemSwapUsage() - Method in interface kieker.monitoring.sampler.sigar.ISigarSamplerFactory
Creates an instance of MemSwapUsageSampler.
createSensorMemSwapUsage() - Method in enum kieker.monitoring.sampler.sigar.SigarSamplerFactory
Creates an instance of MemSwapUsageSampler.
createSensorNetworkUtilization() - Method in interface kieker.monitoring.sampler.oshi.IOshiSamplerFactory
Creates an instance of NetworkUtilizationSampler.
createSensorNetworkUtilization() - Method in enum kieker.monitoring.sampler.oshi.OshiSamplerFactory
Creates an instance of NetworkUtilizationSampler.
createSensorNetworkUtilization() - Method in interface kieker.monitoring.sampler.sigar.ISigarSamplerFactory
Creates an instance of NetworkUtilizationSampler.
createSensorNetworkUtilization() - Method in enum kieker.monitoring.sampler.sigar.SigarSamplerFactory
Creates an instance of NetworkUtilizationSampler.
createSingletonConfiguration() - Static method in class kieker.monitoring.core.configuration.ConfigurationFactory
Creates the configuration for the singleton controller instance.
createSourceCompositeStage(Configuration) - Static method in class kieker.tools.source.SourceStageFactory
Create a source stage based on the given configuration.
createStatistics() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsFactoryImpl
 
createStatistics() - Method in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsFactory
Returns a new object of class 'Statistics'.
createStatisticsAdapter() - Method in class kieker.analysisteetime.model.analysismodel.statistics.util.StatisticsAdapterFactory
Creates a new adapter for an object of class 'Statistics'.
createTcpMonitoringRecordReader(int, int, Logger, ReaderRegistry<String>) - Method in class kieker.analysis.plugin.reader.tcp.DualSocketTcpReader
 
createTeetimeConfiguration() - Method in class kieker.tools.common.AbstractEmbeddableService
Create and initialize teetime configuration for a service.
createTeetimeConfiguration() - Method in class kieker.tools.common.AbstractService
Create and initialize teetime configuration for a service.
createTimeSeries() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsFactoryImpl
 
createTimeSeries() - Method in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsFactory
Returns a new object of class 'Time Series'.
createTimeSeriesAdapter() - Method in class kieker.analysisteetime.model.analysismodel.statistics.util.StatisticsAdapterFactory
Creates a new adapter for an object of class 'Time Series'.
createTrace() - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.TraceFactoryImpl
 
createTrace() - Method in interface kieker.analysisteetime.model.analysismodel.trace.TraceFactory
Returns a new object of class 'Trace'.
createTraceAdapter() - Method in class kieker.analysisteetime.model.analysismodel.trace.util.TraceAdapterFactory
Creates a new adapter for an object of class 'Trace'.
createTypeModel() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.TypeFactoryImpl
 
createTypeModel() - Method in interface kieker.analysisteetime.model.analysismodel.type.TypeFactory
Returns a new object of class 'Model'.
createTypeModelAdapter() - Method in class kieker.analysisteetime.model.analysismodel.type.util.TypeAdapterFactory
Creates a new adapter for an object of class 'Model'.
createUnitAdapter() - Method in class kieker.analysisteetime.model.analysismodel.statistics.util.StatisticsAdapterFactory
Creates a new adapter for an object of class 'Unit'.
createURL(String, String) - Static method in class kieker.tools.common.ParameterEvaluationUtils
Create an URL from a given string.
createValueAdapter() - Method in class kieker.analysisteetime.model.analysismodel.statistics.util.StatisticsAdapterFactory
Creates a new adapter for an object of class 'Value'.
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'.
createWithConfiguration(Class<C>, String, Configuration) - Static method in class kieker.common.util.classpath.InstantiationFactory
This is a helper method trying to find, create and initialize the given class, using its public constructor which accepts a single Configuration.
currentDefaultId - Variable in class kieker.analysisteetime.util.graph.impl.GraphImpl
 
CurrentTimeEventGenerationFilter - Class in kieker.tools.currentTimeEventGenerator
Generates time events with a given resolution based on the timestamps of incoming IMonitoringRecords.
CurrentTimeEventGenerationFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
Creates an event generator which generates time events with the given resolution in timeunits via the output port CurrentTimeEventGenerationFilter.OUTPUT_PORT_NAME_CURRENT_TIME_RECORD.
currentTimeRecordOutputPort - Variable in class kieker.toolsteetime.currentTimeEventGenerator.AbstractCurrentTimeEventGenerationFilter
The output port for TimestampRecords.
currentTimeValueOutputPort - Variable in class kieker.toolsteetime.currentTimeEventGenerator.AbstractCurrentTimeEventGenerationFilter
The output port for Long timestamps.
CUSTOM_PROPERTIES_LOCATION_CLASSPATH - Static variable in class kieker.monitoring.core.configuration.ConfigurationKeys
Location of the custom properties file (in classpath).
CUSTOM_PROPERTIES_LOCATION_CLASSPATH - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
Location of the custom properties file (in classpath).
CUSTOM_PROPERTIES_LOCATION_JVM - Static variable in class kieker.monitoring.core.configuration.ConfigurationKeys
JVM-parameter to specify a custom properties file.
CUSTOM_PROPERTIES_LOCATION_JVM - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
JVM-parameter to specify a custom properties file.

D

DAEMON_THREADS - Static variable in class kieker.analysis.sink.display.ThreadsStatusDisplayFilter
 
DaemonThreadFactory - Class in kieker.common.util.thread
A thread factory that creates daemon threads.
DaemonThreadFactory() - Constructor for class kieker.common.util.thread.DaemonThreadFactory
Creates a new daemon thread factory.
DAT - Static variable in class kieker.common.util.filesystem.FileExtensionFilter
 
DAT_FILE_EXTENSION - Static variable in class kieker.common.util.filesystem.FSUtil
The usual extension of Kieker's record files.
data - Variable in class org.graphdrawing.graphml.EdgeType
 
DatabaseFailedEvent - Class in kieker.common.record.database
 
DatabaseFailedEvent(long, String, long, int, String) - Constructor for class kieker.common.record.database.DatabaseFailedEvent
Creates a new instance of this class using the given parameters.
DatabaseFailedEvent(IValueDeserializer) - Constructor for class kieker.common.record.database.DatabaseFailedEvent
 
DatabaseFailedEventFactory - Class in kieker.common.record.database
 
DatabaseFailedEventFactory() - Constructor for class kieker.common.record.database.DatabaseFailedEventFactory
 
DataExtensionType - Class in org.graphdrawing.graphml
Extension mechanism for the content of and .
DataExtensionType() - Constructor for class org.graphdrawing.graphml.DataExtensionType
 
dataOrEndpoint - Variable in class org.graphdrawing.graphml.HyperedgeType
 
dataOrNodeOrEdge - Variable in class org.graphdrawing.graphml.GraphType
 
dataOrPort - Variable in class org.graphdrawing.graphml.NodeType
 
dataOrPort - Variable in class org.graphdrawing.graphml.PortType
 
DataSinkStage - Class in kieker.analysis.sink
Sync all incoming records with a Kieker writer.
DataSinkStage(Configuration) - Constructor for class kieker.analysis.sink.DataSinkStage
Configure and setup the Kieker writer.
DataType - Class in org.graphdrawing.graphml
Complex type for the element.
DataType() - Constructor for class org.graphdrawing.graphml.DataType
 
DATE_FORMAT_PATTERN - Static variable in class kieker.tools.common.DateConverter
The format pattern which is used to print the date.
DateConverter - Class in kieker.tools.common
Converts parameter string representing a date value to timestamp.
DateConverter(String) - Constructor for class kieker.tools.common.DateConverter
Create a date converter.
DatEventDeserializer - Class in kieker.analysis.source.file
 
DatEventDeserializer(Configuration, ReaderRegistry<String>) - Constructor for class kieker.analysis.source.file.DatEventDeserializer
 
DatFile2RecordFilter - Class in kieker.analysisteetime.plugin.reader.filesystem.format.text.file
Deprecated.
since 1.15 removed 1.16
DatFile2RecordFilter(ClassNameRegistryRepository) - Constructor for class kieker.analysisteetime.plugin.reader.filesystem.format.text.file.DatFile2RecordFilter
Deprecated.
 
DbReader - Class in kieker.analysis.plugin.reader.database
A very simple database reader that probably only works for small data sets.
DbReader(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.reader.database.DbReader
Creates a new instance of this class using the given parameters.
deactivateProbe(String) - Method in interface kieker.monitoring.core.controller.IProbeController
Deactivates a probe.
deactivateProbe(String) - Method in class kieker.monitoring.core.controller.MonitoringController
 
deactivateProbe(String) - Method in class kieker.monitoring.core.controller.ProbeController
Deactivates a probe.
DeactivationEvent - Class in kieker.common.record.remotecontrol
 
DeactivationEvent(String) - Constructor for class kieker.common.record.remotecontrol.DeactivationEvent
Creates a new instance of this class using the given parameters.
DeactivationEvent(IValueDeserializer) - Constructor for class kieker.common.record.remotecontrol.DeactivationEvent
 
DeactivationEventFactory - Class in kieker.common.record.remotecontrol
 
DeactivationEventFactory() - Constructor for class kieker.common.record.remotecontrol.DeactivationEventFactory
 
DEBUG - Static variable in class kieker.monitoring.core.configuration.ConfigurationKeys
 
DEBUG - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
DEBUG_MODE - Static variable in class kieker.common.record.misc.KiekerMetadataRecord
 
DebugStage<T> - Class in kieker.analysisteetime.experimental
A simple stage that can be used to place breakpoints to debugging.
DebugStage() - Constructor for class kieker.analysisteetime.experimental.DebugStage
 
dec(long) - Method in class kieker.analysisteetime.HostnameRepository
 
decodeAndDeliverRecords(byte[], String) - Method in class kieker.analysis.plugin.reader.newio.AbstractRawDataReader
Decodes the given raw data using the configured deserializer and delivers them to the given output port.
decodeAndDeliverRecords(ByteBuffer, int, String) - Method in class kieker.analysis.plugin.reader.newio.AbstractRawDataReader
Decodes the given raw data using the configured deserializer and delivers them to the given output port.
decodeAndDeliverRecords(byte[]) - Method in interface kieker.analysis.plugin.reader.newio.IRawDataProcessor
Decodes the given raw data and delivers the decoded records.
decodeAndDeliverRecords(ByteBuffer, int) - Method in interface kieker.analysis.plugin.reader.newio.IRawDataProcessor
Decodes the given raw data and delivers the decoded records.
decodeAndDeliverRecords(byte[]) - Method in class kieker.analysis.plugin.reader.newio.RawDataReaderPlugin
 
decodeAndDeliverRecords(ByteBuffer, int) - Method in class kieker.analysis.plugin.reader.newio.RawDataReaderPlugin
 
decodeInt(ByteBuffer) - Static method in class kieker.common.util.dataformat.VariableLengthEncoding
Decodes a variable-length integer value stored at the current position in the byte buffer.
decodeNewline(String) - Static method in class kieker.common.util.filesystem.FSUtil
Decodes the given line (replaces \\\\ with \\, \\r with \r and \\n with \n).
decodeRecords(ByteBuffer, int) - Method in class kieker.analysis.plugin.reader.newio.deserializer.AbstractContainerFormatDeserializer
Decodes the records from the container's payload.
decodeRecords(ByteBuffer, int) - Method in class kieker.analysis.plugin.reader.newio.deserializer.BinaryDeserializer
 
decorate(IVertex, Object) - Method in class kieker.analysisteetime.dependencygraphs.ResponseTimeDecorator
 
decorate(T) - Method in class kieker.analysisteetime.statistics.StatisticsDecorator
 
decrementValue() - Method in class kieker.monitoring.probe.aspectj.beforeafter.onlycallee.Counter
 
DeepGraphTraverser - Class in kieker.analysisteetime.util.graph.traversal
 
DeepGraphTraverser() - Constructor for class kieker.analysisteetime.util.graph.traversal.DeepGraphTraverser
 
DeepGraphTraverser(List<IVertexVisitor>, List<IEdgeVisitor>) - Constructor for class kieker.analysisteetime.util.graph.traversal.DeepGraphTraverser
 
DeepGraphTraverser(IVertexVisitor, IEdgeVisitor) - Constructor for class kieker.analysisteetime.util.graph.traversal.DeepGraphTraverser
 
DEFAULT_BUFFER_SIZE - Static variable in class kieker.analysis.plugin.reader.depcompression.DeflateDecompressionFilter
 
DEFAULT_BUFFER_SIZE - Static variable in class kieker.analysis.plugin.reader.depcompression.GZipDecompressionFilter
 
DEFAULT_BUFFER_SIZE - Static variable in class kieker.analysis.plugin.reader.depcompression.XZDecompressionFilter
 
DEFAULT_BUFFER_SIZE - Static variable in class kieker.analysis.plugin.reader.depcompression.ZipDecompressionFilter
 
DEFAULT_BUFFER_SIZE - Static variable in class kieker.analysis.source.file.BinaryEventDeserializer
 
DEFAULT_BUFFER_SIZE - Static variable in class kieker.analysis.source.file.DatEventDeserializer
 
DEFAULT_ENCODING - Static variable in class kieker.analysisteetime.plugin.filter.forward.TeeFilter
The default value of the encoding property which determines that the filter uses utf-8.
DEFAULT_EQUIVALENCE_MODE - Static variable in class kieker.tools.trace.analysis.filter.traceFilter.TraceEquivalenceClassFilter
This constant determines the default equivalence mode (the default value is disabled).
DEFAULT_INDENT_CHAR - Static variable in class kieker.analysisteetime.util.graph.util.IndentWriter
 
DEFAULT_INDENT_LENGTH - Static variable in class kieker.analysisteetime.util.graph.util.IndentWriter
 
DEFAULT_PROPERTIES_LOCATION_CLASSPATH - Static variable in class kieker.monitoring.core.configuration.ConfigurationKeys
Location of the default properties file (in classpath).
DEFAULT_PROPERTIES_LOCATION_CLASSPATH - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
Location of the default properties file (in classpath).
DEFAULT_SENSOR_INITIAL_DELAY_SECONDS - Static variable in class kieker.monitoring.probe.servlet.AbstractRegularSamplingServletContextListener
 
DEFAULT_SENSOR_INTERVAL_SECONDS - Static variable in class kieker.monitoring.probe.servlet.AbstractRegularSamplingServletContextListener
 
DEFAULT_SESSION_ID - Static variable in class kieker.tools.trace.analysis.systemModel.AbstractTrace
Default value for the session ID.
DEFAULT_STREAM_APPEND - Static variable in class kieker.analysisteetime.plugin.filter.forward.TeeFilter
The default value of the stream property which determines that the filter appends or overwrites a file.
defaultCase(EObject) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
Returns the result of interpreting the object as an instance of 'EObject'.
defaultCase(EObject) - Method in class kieker.analysisteetime.model.analysismodel.assembly.util.AssemblySwitch
Returns the result of interpreting the object as an instance of 'EObject'.
defaultCase(EObject) - Method in class kieker.analysisteetime.model.analysismodel.deployment.util.DeploymentSwitch
Returns the result of interpreting the object as an instance of 'EObject'.
defaultCase(EObject) - Method in class kieker.analysisteetime.model.analysismodel.execution.util.ExecutionSwitch
Returns the result of interpreting the object as an instance of 'EObject'.
defaultCase(EObject) - Method in class kieker.analysisteetime.model.analysismodel.statistics.util.StatisticsSwitch
Returns the result of interpreting the object as an instance of 'EObject'.
defaultCase(EObject) - Method in class kieker.analysisteetime.model.analysismodel.trace.util.TraceSwitch
Returns the result of interpreting the object as an instance of 'EObject'.
defaultCase(EObject) - Method in class kieker.analysisteetime.model.analysismodel.type.util.TypeSwitch
Returns the result of interpreting the object as an instance of 'EObject'.
defaultEdgeAttributes - Variable in class kieker.analysisteetime.util.graph.export.dot.DotExportConfiguration
 
defaultNodeAttributes - Variable in class kieker.analysisteetime.util.graph.export.dot.DotExportConfiguration
 
DefaultType - Class in org.graphdrawing.graphml
Complex type for the element.
DefaultType() - Constructor for class org.graphdrawing.graphml.DefaultType
 
DEFLATE - Static variable in class kieker.common.util.filesystem.FileExtensionFilter
 
DEFLATE_FILE_EXTENSION - Static variable in class kieker.common.util.filesystem.FSUtil
The extension of Kieker's defalted record files.
DeflateCompressionFilter - Class in kieker.monitoring.writer.compression
 
DeflateCompressionFilter(Configuration) - Constructor for class kieker.monitoring.writer.compression.DeflateCompressionFilter
Initialize DeflateCompression with parameter to adhere Kieker configuration system.
DeflateDecompressionFilter - Class in kieker.analysis.plugin.reader.depcompression
Decompression filter for data stream providing Deflate decompression.
DeflateDecompressionFilter(Configuration) - Constructor for class kieker.analysis.plugin.reader.depcompression.DeflateDecompressionFilter
Create a deflate decompression filter.
deletePatternParameter(String, String) - Method in interface kieker.monitoring.core.controller.IProbeController
Deletes a parameter from the given pattern.
deletePatternParameter(String, String) - Method in class kieker.monitoring.core.controller.MonitoringController
 
deletePatternParameter(String, String) - Method in class kieker.monitoring.core.controller.ProbeController
Deletes a parameter from the given pattern.
deliver(String, Object) - Method in class kieker.analysis.plugin.AbstractPlugin
Delivers the given data to all registered input ports of the given output port.
deliverRecord(IMonitoringRecord) - Method in class kieker.analysis.plugin.reader.AbstractStringRegistryReaderPlugin
Delivers the given record to the appropriate output port(s).
deliverRecord(IMonitoringRecord) - Method in class kieker.analysis.plugin.reader.amqp.AmqpReader
 
deliverRecord(IMonitoringRecord) - Method in class kieker.analysisteetime.plugin.reader.amqp.AMQPReader
 
dependencies - Variable in class kieker.analysis.model.analysisMetaModel.impl.MProject
The cached value of the 'Dependencies' containment reference list.
DEPENDENCY - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The meta object id for the 'Dependency' class.
DEPENDENCY - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Dependency' class.
DEPENDENCY__FILE_PATH - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'File Path' attribute.
DEPENDENCY__FILE_PATH - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'File Path' attribute feature.
DEPENDENCY_FEATURE_COUNT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The number of structural features of the 'Dependency' class.
DependencyGraphConfiguration - Class in kieker.analysisteetime.config
This is an executable TeeTime Configuration to create dependency graphs.
DependencyGraphConfiguration() - Constructor for class kieker.analysisteetime.config.DependencyGraphConfiguration
 
DependencyGraphConfiguration(String, String, String) - Constructor for class kieker.analysisteetime.config.DependencyGraphConfiguration
 
DependencyGraphConfiguration(File, TemporalUnit, File) - Constructor for class kieker.analysisteetime.config.DependencyGraphConfiguration
 
DependencyGraphCreator - Class in kieker.analysisteetime.dependencygraphs
 
DependencyGraphCreator(ExecutionModel, StatisticsModel, IDependencyGraphBuilderFactory) - Constructor for class kieker.analysisteetime.dependencygraphs.DependencyGraphCreator
 
DependencyGraphCreatorStage - Class in kieker.analysisteetime.dependencygraphs
 
DependencyGraphCreatorStage(ExecutionModel, StatisticsModel, IDependencyGraphBuilderFactory) - Constructor for class kieker.analysisteetime.dependencygraphs.DependencyGraphCreatorStage
 
DependencyGraphNode<T extends ISystemModelElement> - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
This class represents a single node within a dependency graph.
DependencyGraphNode(int, T, TraceInformation, IOriginRetentionPolicy) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
Creates a new instance of this class using the given parameters.
dependsOn(IOriginRetentionPolicy) - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractOriginRetentionPolicy
Checks whether this origin retention policy depends on the given policy.
dependsOn(IOriginRetentionPolicy) - Method in interface kieker.tools.trace.analysis.filter.visualization.graph.IOriginRetentionPolicy
Checks whether this origin retention policy depends on the given policy.
dependsOn(IOriginRetentionPolicy) - Method in class kieker.tools.trace.analysis.filter.visualization.graph.SpecificOriginRetentionPolicy
 
DEPLOYED_COMPONENT - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
The meta object id for the 'Deployed Component' class.
DEPLOYED_COMPONENT - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Deployed Component' class.
DEPLOYED_COMPONENT - Static variable in class kieker.analysisteetime.model.ModelObjectFromOperationCallAccessors
 
DEPLOYED_COMPONENT___GET_DEPLOYMENT_CONTEXT - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
The operation id for the 'Get Deployment Context' operation.
DEPLOYED_COMPONENT___GET_DEPLOYMENT_CONTEXT - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Get Deployment Context' operation.
DEPLOYED_COMPONENT__ASSEMBLY_COMPONENT - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
The feature id for the 'Assembly Component' reference.
DEPLOYED_COMPONENT__ASSEMBLY_COMPONENT - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Assembly Component' reference feature.
DEPLOYED_COMPONENT__CONTAINED_OPERATIONS - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
The feature id for the 'Contained Operations' map.
DEPLOYED_COMPONENT__CONTAINED_OPERATIONS - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Contained Operations' map feature.
DEPLOYED_COMPONENT_FEATURE_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
The number of structural features of the 'Deployed Component' class.
DEPLOYED_COMPONENT_OPERATION_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
The number of operations of the 'Deployed Component' class.
DEPLOYED_OPERATION - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
The meta object id for the 'Deployed Operation' class.
DEPLOYED_OPERATION - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Deployed Operation' class.
DEPLOYED_OPERATION - Static variable in class kieker.analysisteetime.model.ModelObjectFromOperationCallAccessors
 
DEPLOYED_OPERATION___GET_COMPONENT - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
The operation id for the 'Get Component' operation.
DEPLOYED_OPERATION___GET_COMPONENT - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Get Component' operation.
DEPLOYED_OPERATION__ASSEMBLY_OPERATION - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
The feature id for the 'Assembly Operation' reference.
DEPLOYED_OPERATION__ASSEMBLY_OPERATION - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Assembly Operation' reference feature.
DEPLOYED_OPERATION_FEATURE_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
The number of structural features of the 'Deployed Operation' class.
DEPLOYED_OPERATION_OPERATION_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
The number of operations of the 'Deployed Operation' class.
DEPLOYED_OPERATIONS_PAIR_TO_AGGREGATED_INVOCATION_MAP_ENTRY - Static variable in interface kieker.analysisteetime.model.analysismodel.execution.ExecutionPackage
DEPLOYED_OPERATIONS_PAIR_TO_AGGREGATED_INVOCATION_MAP_ENTRY - Static variable in interface kieker.analysisteetime.model.analysismodel.execution.ExecutionPackage.Literals
The meta object literal for the 'Deployed Operations Pair To Aggregated Invocation Map Entry' class.
DEPLOYED_OPERATIONS_PAIR_TO_AGGREGATED_INVOCATION_MAP_ENTRY__KEY - Static variable in interface kieker.analysisteetime.model.analysismodel.execution.ExecutionPackage
The feature id for the 'Key' attribute.
DEPLOYED_OPERATIONS_PAIR_TO_AGGREGATED_INVOCATION_MAP_ENTRY__KEY - Static variable in interface kieker.analysisteetime.model.analysismodel.execution.ExecutionPackage.Literals
The meta object literal for the 'Key' attribute feature.
DEPLOYED_OPERATIONS_PAIR_TO_AGGREGATED_INVOCATION_MAP_ENTRY__VALUE - Static variable in interface kieker.analysisteetime.model.analysismodel.execution.ExecutionPackage
The feature id for the 'Value' containment reference.
DEPLOYED_OPERATIONS_PAIR_TO_AGGREGATED_INVOCATION_MAP_ENTRY__VALUE - Static variable in interface kieker.analysisteetime.model.analysismodel.execution.ExecutionPackage.Literals
The meta object literal for the 'Value' containment reference feature.
DEPLOYED_OPERATIONS_PAIR_TO_AGGREGATED_INVOCATION_MAP_ENTRY_FEATURE_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.execution.ExecutionPackage
The number of structural features of the 'Deployed Operations Pair To Aggregated Invocation Map Entry' class.
DEPLOYED_OPERATIONS_PAIR_TO_AGGREGATED_INVOCATION_MAP_ENTRY_OPERATION_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.execution.ExecutionPackage
The number of operations of the 'Deployed Operations Pair To Aggregated Invocation Map Entry' class.
DeployedComponent - Interface in kieker.analysisteetime.model.analysismodel.deployment
A representation of the model object 'Deployed Component'.
DeployedComponentImpl - Class in kieker.analysisteetime.model.analysismodel.deployment.impl
An implementation of the model object 'Deployed Component'.
DeployedComponentImpl() - Constructor for class kieker.analysisteetime.model.analysismodel.deployment.impl.DeployedComponentImpl
 
DeployedOperation - Interface in kieker.analysisteetime.model.analysismodel.deployment
A representation of the model object 'Deployed Operation'.
DeployedOperationImpl - Class in kieker.analysisteetime.model.analysismodel.deployment.impl
An implementation of the model object 'Deployed Operation'.
DeployedOperationImpl() - Constructor for class kieker.analysisteetime.model.analysismodel.deployment.impl.DeployedOperationImpl
 
DeployedOperationsPairToAggregatedInvocationMapEntryImpl - Class in kieker.analysisteetime.model.analysismodel.execution.impl
An implementation of the model object 'Deployed Operations Pair To Aggregated Invocation Map Entry'.
DeployedOperationsPairToAggregatedInvocationMapEntryImpl() - Constructor for class kieker.analysisteetime.model.analysismodel.execution.impl.DeployedOperationsPairToAggregatedInvocationMapEntryImpl
 
DEPLOYMENT_CONTEXT - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
The meta object id for the 'Context' class.
DEPLOYMENT_CONTEXT - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Context' class.
DEPLOYMENT_CONTEXT - Static variable in class kieker.analysisteetime.model.ModelObjectFromOperationCallAccessors
 
DEPLOYMENT_CONTEXT__COMPONENTS - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
The feature id for the 'Components' map.
DEPLOYMENT_CONTEXT__COMPONENTS - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Components' map feature.
DEPLOYMENT_CONTEXT__NAME - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
The feature id for the 'Name' attribute.
DEPLOYMENT_CONTEXT__NAME - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Name' attribute feature.
DEPLOYMENT_CONTEXT_FEATURE_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
The number of structural features of the 'Context' class.
DEPLOYMENT_CONTEXT_OPERATION_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
The number of operations of the 'Context' class.
DEPLOYMENT_MODEL - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
The meta object id for the 'Model' class.
DEPLOYMENT_MODEL - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Model' class.
DEPLOYMENT_MODEL__DEPLOYMENT_CONTEXTS - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
The feature id for the 'Deployment Contexts' map.
DEPLOYMENT_MODEL__DEPLOYMENT_CONTEXTS - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Deployment Contexts' map feature.
DEPLOYMENT_MODEL_FEATURE_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
The number of structural features of the 'Model' class.
DEPLOYMENT_MODEL_OPERATION_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
The number of operations of the 'Model' class.
DeploymentAdapterFactory - Class in kieker.analysisteetime.model.analysismodel.deployment.util
The Adapter Factory for the model.
DeploymentAdapterFactory() - Constructor for class kieker.analysisteetime.model.analysismodel.deployment.util.DeploymentAdapterFactory
Creates an instance of the adapter factory.
DeploymentContext - Interface in kieker.analysisteetime.model.analysismodel.deployment
A representation of the model object 'Context'.
DeploymentContextImpl - Class in kieker.analysisteetime.model.analysismodel.deployment.impl
An implementation of the model object 'Context'.
DeploymentContextImpl() - Constructor for class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentContextImpl
 
deploymentContexts - Variable in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentModelImpl
The cached value of the 'Deployment Contexts' map.
DeploymentFactory - Interface in kieker.analysisteetime.model.analysismodel.deployment
The Factory for the model.
DeploymentFactoryImpl - Class in kieker.analysisteetime.model.analysismodel.deployment.impl
An implementation of the model Factory.
DeploymentFactoryImpl() - Constructor for class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentFactoryImpl
Creates an instance of the factory.
DeploymentLevelComponentDependencyGraphBuilder - Class in kieker.analysisteetime.dependencygraphs
Dependency graph builder for component dependency graphs at the deployment level.
DeploymentLevelComponentDependencyGraphBuilder(ExecutionModel, StatisticsModel) - Constructor for class kieker.analysisteetime.dependencygraphs.DeploymentLevelComponentDependencyGraphBuilder
Create a new graph builder.
DeploymentLevelComponentDependencyGraphBuilderFactory - Class in kieker.analysisteetime.dependencygraphs
 
DeploymentLevelComponentDependencyGraphBuilderFactory() - Constructor for class kieker.analysisteetime.dependencygraphs.DeploymentLevelComponentDependencyGraphBuilderFactory
 
DeploymentLevelContextDependencyGraphBuilder - Class in kieker.analysisteetime.dependencygraphs
Dependency graph builder for deployment context dependency graphs at the deployment level.
DeploymentLevelContextDependencyGraphBuilder(ExecutionModel, StatisticsModel) - Constructor for class kieker.analysisteetime.dependencygraphs.DeploymentLevelContextDependencyGraphBuilder
Create new graph builder.
DeploymentLevelContextDependencyGraphBuilderFactory - Class in kieker.analysisteetime.dependencygraphs
 
DeploymentLevelContextDependencyGraphBuilderFactory() - Constructor for class kieker.analysisteetime.dependencygraphs.DeploymentLevelContextDependencyGraphBuilderFactory
 
DeploymentLevelOperationDependencyGraphBuilder - Class in kieker.analysisteetime.dependencygraphs
Dependency graph builder for operation dependency graphs at the deployment level.
DeploymentLevelOperationDependencyGraphBuilder(ExecutionModel, StatisticsModel) - Constructor for class kieker.analysisteetime.dependencygraphs.DeploymentLevelOperationDependencyGraphBuilder
 
DeploymentLevelOperationDependencyGraphBuilderFactory - Class in kieker.analysisteetime.dependencygraphs
 
DeploymentLevelOperationDependencyGraphBuilderFactory() - Constructor for class kieker.analysisteetime.dependencygraphs.DeploymentLevelOperationDependencyGraphBuilderFactory
 
DeploymentModel - Interface in kieker.analysisteetime.model.analysismodel.deployment
A representation of the model object 'Model'.
DeploymentModelAssembler - Class in kieker.analysisteetime.model
 
DeploymentModelAssembler(AssemblyModel, DeploymentModel) - Constructor for class kieker.analysisteetime.model.DeploymentModelAssembler
 
DeploymentModelAssemblerStage - Class in kieker.analysisteetime.model
 
DeploymentModelAssemblerStage(AssemblyModel, DeploymentModel) - Constructor for class kieker.analysisteetime.model.DeploymentModelAssemblerStage
 
DeploymentModelImpl - Class in kieker.analysisteetime.model.analysismodel.deployment.impl
An implementation of the model object 'Model'.
DeploymentModelImpl() - Constructor for class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentModelImpl
 
DeploymentModelPrinter - Class in kieker.analysisteetime.model
 
DeploymentModelPrinter(PrintStream) - Constructor for class kieker.analysisteetime.model.DeploymentModelPrinter
 
DeploymentPackage - Interface in kieker.analysisteetime.model.analysismodel.deployment
The Package for the model.
DeploymentPackage.Literals - Interface in kieker.analysisteetime.model.analysismodel.deployment
Defines literals for the meta objects that represent each class, each feature of each class, each operation of each class, each enum, and each data type
DeploymentPackageImpl - Class in kieker.analysisteetime.model.analysismodel.deployment.impl
An implementation of the model Package.
DeploymentSwitch<T> - Class in kieker.analysisteetime.model.analysismodel.deployment.util
The Switch for the model's inheritance hierarchy.
DeploymentSwitch() - Constructor for class kieker.analysisteetime.model.analysismodel.deployment.util.DeploymentSwitch
Creates an instance of the switch.
desc - Variable in class org.graphdrawing.graphml.EdgeType
 
desc - Variable in class org.graphdrawing.graphml.EndpointType
 
desc - Variable in class org.graphdrawing.graphml.GraphmlType
 
desc - Variable in class org.graphdrawing.graphml.GraphType
 
desc - Variable in class org.graphdrawing.graphml.HyperedgeType
 
desc - Variable in class org.graphdrawing.graphml.KeyType
 
desc - Variable in class org.graphdrawing.graphml.NodeType
 
desc - Variable in class org.graphdrawing.graphml.PortType
 
description - Variable in class kieker.analysis.model.analysisMetaModel.impl.MView
The cached value of the 'Description' attribute.
DESCRIPTION_EDEFAULT - Static variable in class kieker.analysis.model.analysisMetaModel.impl.MView
The default value of the 'Description' attribute.
DESCRIPTION_REPOSITORY_PORT_NAME - Static variable in class kieker.tools.trace.analysis.filter.visualization.descriptions.DescriptionDecoratorFilter
Port name at which the description repository must be connected.
DescriptionDecoratorFilter<V extends AbstractPayloadedVertex<V,E,O,ISystemModelElement>,E extends AbstractEdge<V,E,O>,O> - Class in kieker.tools.trace.analysis.filter.visualization.descriptions
A filter which attaches decorations from a repository to graph entities.
DescriptionDecoratorFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.visualization.descriptions.DescriptionDecoratorFilter
Creates a new description decorator filter using the given configuration.
DescriptionRepository - Class in kieker.tools.trace.analysis.repository
Implementation of a description repository which stores descriptions for names.
DescriptionRepository(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.repository.DescriptionRepository
Creates a new description repository using the given configuration.
DescriptionRepository(Configuration, DescriptionRepository.DescriptionRepositoryData, IProjectContext) - Constructor for class kieker.tools.trace.analysis.repository.DescriptionRepository
Creates a new description repository using the given data.
DescriptionRepository.DescriptionRepositoryData - Class in kieker.tools.trace.analysis.repository
This class groups the data required for a DescriptionRepository.
DescriptionRepositoryData(ConcurrentMap<String, String>) - Constructor for class kieker.tools.trace.analysis.repository.DescriptionRepository.DescriptionRepositoryData
Creates a new data object using the given description map.
deserialize(ReadableByteChannel) - Method in class kieker.analysis.plugin.reader.util.ByteBufferDeserializer
 
deserializeRecord(int, ByteBuffer) - Method in class kieker.analysisteetime.plugin.reader.RecordDeserializer
 
deserializeRecords(ByteBuffer, int) - Method in class kieker.analysis.plugin.reader.newio.deserializer.AbstractContainerFormatDeserializer
 
deserializeRecords(ByteBuffer, int) - Method in interface kieker.analysis.plugin.reader.newio.deserializer.IMonitoringRecordDeserializer
Deserializes the records contained in the given buffer.
DeserializerStringRegistry - Class in kieker.analysis.plugin.reader.newio.deserializer
Rudimentary string registry for use by the binary format decoder.
DeserializerStringRegistry(List<String>) - Constructor for class kieker.analysis.plugin.reader.newio.deserializer.DeserializerStringRegistry
Creates a new deserializer string registry.
destroy() - Method in class kieker.monitoring.probe.servlet.SessionAndTraceRegistrationFilter
 
DEVICE_NAME - Static variable in class kieker.common.record.system.DiskUsageRecord
 
Dir2RecordsFilter - Class in kieker.analysisteetime.plugin.reader.filesystem
Deprecated.
since 1.15 remove 1.16 use kieker.tools.source.LogsReaderCompositeStage instead
Dir2RecordsFilter() - Constructor for class kieker.analysisteetime.plugin.reader.filesystem.Dir2RecordsFilter
Deprecated.
Default constructor using a new instance of ClassNameRegistryRepository.
Dir2RecordsFilter(ClassNameRegistryRepository) - Constructor for class kieker.analysisteetime.plugin.reader.filesystem.Dir2RecordsFilter
Deprecated.
 
directed - Variable in class org.graphdrawing.graphml.EdgeType
 
DIRECTED_EDGE_CONNECTOR - Static variable in class kieker.analysisteetime.util.graph.util.dot.DotGraph
 
DIRECTED_START_TOKEN - Static variable in class kieker.analysisteetime.util.graph.util.dot.DotGraph
 
Direction - Enum in kieker.analysisteetime.util.graph
Direction is used to denote the direction of an edge or location of a vertex on an edge.
DirectoryReaderStage - Class in kieker.analysis.source.file
Read a kieker log directory.
DirectoryReaderStage(Configuration) - Constructor for class kieker.analysis.source.file.DirectoryReaderStage
Create a new directory reader stage.
DirectoryScannerStage - Class in kieker.analysis.source.file
Scan a set of directories recursively for Kieker logs.
DirectoryScannerStage(File[]) - Constructor for class kieker.analysis.source.file.DirectoryScannerStage
Create a directory scanner.
DirectPropertyMapper<T extends IElement> - Class in kieker.analysisteetime.util.graph.mapping
This function maps a graph element by a passed property key to the corresponding property value and returns it as string.
DirWithBin2RecordFilter - Class in kieker.analysisteetime.plugin.reader.filesystem.format.binary
Deprecated.
since 1.15 removed 1.16
DirWithBin2RecordFilter() - Constructor for class kieker.analysisteetime.plugin.reader.filesystem.format.binary.DirWithBin2RecordFilter
Deprecated.
 
DirWithBin2RecordFilter(ClassNameRegistryRepository) - Constructor for class kieker.analysisteetime.plugin.reader.filesystem.format.binary.DirWithBin2RecordFilter
Deprecated.
 
disableMonitoring() - Method in interface kieker.monitoring.core.controller.IStateController
Disables monitoring.
disableMonitoring() - Method in class kieker.monitoring.core.controller.MonitoringController
 
disableMonitoring() - Method in class kieker.monitoring.core.controller.StateController
Disables monitoring.
DiskUsageRecord - Class in kieker.common.record.system
 
DiskUsageRecord(long, String, String, double, double, double, double, double, double) - Constructor for class kieker.common.record.system.DiskUsageRecord
Creates a new instance of this class using the given parameters.
DiskUsageRecord(IValueDeserializer) - Constructor for class kieker.common.record.system.DiskUsageRecord
 
DiskUsageRecordFactory - Class in kieker.common.record.system
 
DiskUsageRecordFactory() - Constructor for class kieker.common.record.system.DiskUsageRecordFactory
 
DiskUsageSampler - Class in kieker.monitoring.sampler.oshi.samplers
DiskUsageSampler(HardwareAbstractionLayer) - Constructor for class kieker.monitoring.sampler.oshi.samplers.DiskUsageSampler
Constructs a new AbstractOshiSampler with given HardwareAbstractionLayer instance used to retrieve the sensor data.
DiskUsageSampler - Class in kieker.monitoring.sampler.sigar.samplers
DiskUsageSampler(SigarProxy) - Constructor for class kieker.monitoring.sampler.sigar.samplers.DiskUsageSampler
Constructs a new AbstractSigarSampler with given SigarProxy instance used to retrieve the sensor data.
Display - Annotation Type in kieker.analysis.display.annotation
This annotation can be used for methods which are able to deliver display objects.
display - Variable in class kieker.analysis.model.analysisMetaModel.impl.MDisplayConnector
The cached value of the 'Display' reference.
DISPLAY - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The meta object id for the 'Display' class.
DISPLAY - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Display' class.
DISPLAY__ID - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Id' attribute.
DISPLAY__ID - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Id' attribute feature.
DISPLAY__NAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Name' attribute.
DISPLAY__NAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Name' attribute feature.
DISPLAY__PARENT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Parent' container reference.
DISPLAY__PARENT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Parent' container reference feature.
DISPLAY_CONNECTOR - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The meta object id for the 'Display Connector' class.
DISPLAY_CONNECTOR - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Display Connector' class.
DISPLAY_CONNECTOR__DISPLAY - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Display' reference.
DISPLAY_CONNECTOR__DISPLAY - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Display' reference feature.
DISPLAY_CONNECTOR__ID - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Id' attribute.
DISPLAY_CONNECTOR__ID - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Id' attribute feature.
DISPLAY_CONNECTOR__NAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Name' attribute.
DISPLAY_CONNECTOR__NAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Name' attribute feature.
DISPLAY_CONNECTOR_FEATURE_COUNT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The number of structural features of the 'Display Connector' class.
DISPLAY_FEATURE_COUNT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The number of structural features of the 'Display' class.
displayConnectors - Variable in class kieker.analysis.model.analysisMetaModel.impl.MView
The cached value of the 'Display Connectors' containment reference list.
displays - Variable in class kieker.analysis.model.analysisMetaModel.impl.MPlugin
The cached value of the 'Displays' containment reference list.
doAfterRequestCreation(ClientHttpRequest) - Method in class kieker.monitoring.probe.aspectj.spring.RestCommunicationAspect
After a request creation with a RestTemplate, we get the current traceId and orderIndex and add them to the Http header of our message.
doBeforeDispatcherService(HttpServletRequest) - Method in class kieker.monitoring.probe.aspectj.spring.RestCommunicationAspect
Before an incoming message is processed by the service method of Spring, we read the traceId and orderIndex from the Http header of our message.
doEquivalent(OperationCall, OperationCall) - Method in class kieker.analysisteetime.trace.aggregation.OperationCallEquivalence
 
doEquivalent(Trace, Trace) - Method in class kieker.analysisteetime.trace.aggregation.TraceEquivalence
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class kieker.monitoring.probe.servlet.SessionAndTraceRegistrationFilter
Register thread-local session and trace information, executes the given FilterChain and unregisters the session/trace information.
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class kieker.monitoring.probe.spring.flow.RestInFilter
 
doHash(OperationCall) - Method in class kieker.analysisteetime.trace.aggregation.OperationCallEquivalence
 
doHash(Trace) - Method in class kieker.analysisteetime.trace.aggregation.TraceEquivalence
 
DoNotInsertBehavior<E> - Class in kieker.monitoring.queue.behavior
 
DoNotInsertBehavior() - Constructor for class kieker.monitoring.queue.behavior.DoNotInsertBehavior
 
doSwitch(int, EObject) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(int, EObject) - Method in class kieker.analysisteetime.model.analysismodel.assembly.util.AssemblySwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(int, EObject) - Method in class kieker.analysisteetime.model.analysismodel.deployment.util.DeploymentSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(int, EObject) - Method in class kieker.analysisteetime.model.analysismodel.execution.util.ExecutionSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(int, EObject) - Method in class kieker.analysisteetime.model.analysismodel.statistics.util.StatisticsSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(int, EObject) - Method in class kieker.analysisteetime.model.analysismodel.trace.util.TraceSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(int, EObject) - Method in class kieker.analysisteetime.model.analysismodel.type.util.TypeSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
DOT_ARROWHEAD_OPEN - Static variable in class kieker.tools.trace.analysis.filter.visualization.util.dot.DotFactory
Determines to use an open arrow head for an edge.
DOT_DEFAULT_FONTSIZE - Static variable in class kieker.tools.trace.analysis.filter.visualization.util.dot.DotFactory
Determines the default font size.
DOT_DOT_RANKDIR_LR - Static variable in class kieker.tools.trace.analysis.filter.visualization.util.dot.DotFactory
Determines to use the rank direction left to right .
DOT_FILE_SUFFIX - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
The suffix for dot files.
DOT_FILLCOLOR_GRAY - Static variable in class kieker.tools.trace.analysis.filter.visualization.util.dot.DotFactory
A constant for the color "gray".
DOT_FILLCOLOR_WHITE - Static variable in class kieker.tools.trace.analysis.filter.visualization.util.dot.DotFactory
A constant for the color "white".
DOT_SHAPE_BOX - Static variable in class kieker.tools.trace.analysis.filter.visualization.util.dot.DotFactory
Determines to use the "box" shape.
DOT_SHAPE_BOX3D - Static variable in class kieker.tools.trace.analysis.filter.visualization.util.dot.DotFactory
Determines to use the "3D box" shape.
DOT_SHAPE_NONE - Static variable in class kieker.tools.trace.analysis.filter.visualization.util.dot.DotFactory
Determines to use no shape at all.
DOT_SHAPE_OVAL - Static variable in class kieker.tools.trace.analysis.filter.visualization.util.dot.DotFactory
Determines to use the "oval" shape.
DOT_STYLE_DASHED - Static variable in class kieker.tools.trace.analysis.filter.visualization.util.dot.DotFactory
Determines to use the "dashed" style for a line or a frame.
DOT_STYLE_FILLED - Static variable in class kieker.tools.trace.analysis.filter.visualization.util.dot.DotFactory
Determines to the use the "filled" style for a component.
DOT_STYLE_SOLID - Static variable in class kieker.tools.trace.analysis.filter.visualization.util.dot.DotFactory
Determines to use the "solid" style for a line or a frame.
DotClusterAttribute - Enum in kieker.analysisteetime.util.graph.util.dot.attributes
A enumeration of possible attributes for clusters in dot graphs.
DotEdgeAttribute - Enum in kieker.analysisteetime.util.graph.util.dot.attributes
A enumeration of possible attributes for edges in dot graphs.
DotExportConfiguration - Class in kieker.analysisteetime.util.graph.export.dot
This class specifies how attributes (for graphs, vertices and edges) are mapped to a dot graph.
DotExportConfiguration() - Constructor for class kieker.analysisteetime.util.graph.export.dot.DotExportConfiguration
 
DotExportConfiguration.Builder - Class in kieker.analysisteetime.util.graph.export.dot
 
DotExportConfigurationFactory - Class in kieker.analysisteetime.dependencygraphs.dot
 
DotExportConfigurationFactory(NameBuilder) - Constructor for class kieker.analysisteetime.dependencygraphs.dot.DotExportConfigurationFactory
Uses TO_STRING of IVertexTypeMapper as second default argument.
DotExportConfigurationFactory(NameBuilder, IVertexTypeMapper) - Constructor for class kieker.analysisteetime.dependencygraphs.dot.DotExportConfigurationFactory
 
DotExporter - Class in kieker.analysisteetime.util.graph.export.dot
 
DotExporter(IGraph, Writer) - Constructor for class kieker.analysisteetime.util.graph.export.dot.DotExporter
 
DotExporter(IGraph, Writer, DotExportConfiguration) - Constructor for class kieker.analysisteetime.util.graph.export.dot.DotExporter
 
DotFactory - Class in kieker.tools.trace.analysis.filter.visualization.util.dot
This class provides a collection of static methods to compile Graphviz Dot elements from string attributes and properties.
DotFileWriterStage - Class in kieker.analysisteetime.util.graph.export.dot
 
DotFileWriterStage(Function<IGraph, String>) - Constructor for class kieker.analysisteetime.util.graph.export.dot.DotFileWriterStage
 
DotFileWriterStage(Function<IGraph, String>, DotExportConfiguration) - Constructor for class kieker.analysisteetime.util.graph.export.dot.DotFileWriterStage
 
DotFileWriterStage(String) - Constructor for class kieker.analysisteetime.util.graph.export.dot.DotFileWriterStage
 
DotFileWriterStage(String, DotExportConfiguration) - Constructor for class kieker.analysisteetime.util.graph.export.dot.DotFileWriterStage
 
DotGraph - Class in kieker.analysisteetime.util.graph.util.dot
This class defines some constants which are used in dot graphs.
DotGraphAttribute - Enum in kieker.analysisteetime.util.graph.util.dot.attributes
A enumeration of possible attributes for graphs in dot graphs.
DotGraphType - Enum in kieker.analysisteetime.util.graph.util.dot
 
DotGraphWriter - Class in kieker.analysisteetime.util.graph.util.dot
Class to build and write a DOT Graph to a writer.
DotGraphWriter(Writer) - Constructor for class kieker.analysisteetime.util.graph.util.dot.DotGraphWriter
 
DotNodeAttribute - Enum in kieker.analysisteetime.util.graph.util.dot.attributes
A enumeration of possible attributes for nodes in dot graphs.
DotSubgraphAttribute - Enum in kieker.analysisteetime.util.graph.util.dot.attributes
A enumeration of possible attributes for subgraphs in dot graphs.
DotTraceGraphFileWriterStage - Class in kieker.analysisteetime.trace.graph.dot
 
DotTraceGraphFileWriterStage(File, DotExportConfiguration) - Constructor for class kieker.analysisteetime.trace.graph.dot.DotTraceGraphFileWriterStage
 
DotWriterStage - Class in kieker.analysisteetime.util.graph.export.dot
This stage writes a IGraph to given Writer in the dot file format.
DotWriterStage(Function<IGraph, Writer>) - Constructor for class kieker.analysisteetime.util.graph.export.dot.DotWriterStage
 
DotWriterStage(Function<IGraph, Writer>, DotExportConfiguration) - Constructor for class kieker.analysisteetime.util.graph.export.dot.DotWriterStage
 
DOUBLE_VALUE - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The meta object id for the 'Double Value' class.
DOUBLE_VALUE - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Double Value' class.
DOUBLE_VALUE__MEASUREMENT - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Measurement' attribute.
DOUBLE_VALUE__MEASUREMENT - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Measurement' attribute feature.
DOUBLE_VALUE__TIMESTAMP - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Timestamp' attribute.
DOUBLE_VALUE_FEATURE_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The number of structural features of the 'Double Value' class.
DOUBLE_VALUE_OPERATION_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The number of operations of the 'Double Value' class.
DoubleTimeSeriesPoint - Class in kieker.analysisteetime.util.timeseries
 
DoubleTimeSeriesPoint(Instant, double) - Constructor for class kieker.analysisteetime.util.timeseries.DoubleTimeSeriesPoint
 
DoubleValue - Interface in kieker.analysisteetime.model.analysismodel.statistics
A representation of the model object 'Double Value'.
DoubleValueImpl - Class in kieker.analysisteetime.model.analysismodel.statistics.impl
An implementation of the model object 'Double Value'.
DoubleValueImpl() - Constructor for class kieker.analysisteetime.model.analysismodel.statistics.impl.DoubleValueImpl
 
drainTo(Collection<? super E>) - Method in class kieker.monitoring.queue.BlockingQueueDecorator
 
drainTo(Collection<? super E>, int) - Method in class kieker.monitoring.queue.BlockingQueueDecorator
 
DualSocketTcpReader - Class in kieker.analysis.plugin.reader.tcp
This is a reader which reads the records from a TCP port.
DualSocketTcpReader(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.reader.tcp.DualSocketTcpReader
 
DualSocketTcpReaderStage - Class in kieker.analysisteetime.plugin.reader.tcp.dualsocket
Deprecated.
Since 1.13. Use SingleSocketTcpReaderStage instead. This DualSocketTcpReaderStage will be kept for research purposes.
DualSocketTcpReaderStage() - Constructor for class kieker.analysisteetime.plugin.reader.tcp.dualsocket.DualSocketTcpReaderStage
Deprecated.
Default constructor with port1=10133, bufferCapacity=65535, and port2=10134.
DualSocketTcpReaderStage(int, int, int) - Constructor for class kieker.analysisteetime.plugin.reader.tcp.dualsocket.DualSocketTcpReaderStage
Deprecated.
 
DualSocketTcpWriter - Class in kieker.monitoring.writer.tcp
 
DualSocketTcpWriter(Configuration) - Constructor for class kieker.monitoring.writer.tcp.DualSocketTcpWriter
 
dummy() - Method in interface kieker.monitoring.core.configuration.Keys
Deprecated.
Method used to fool checkstyle in believing in a proper interface.
DumpWriter - Class in kieker.monitoring.writer.dump
A writer that does nothing but consuming records.
DumpWriter(Configuration) - Constructor for class kieker.monitoring.writer.dump.DumpWriter
Creates a new instance of this class using the given parameters.
DUR_RATIO_TO_PARENT_EDEFAULT - Static variable in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
The default value of the 'Dur Ratio To Parent' attribute.
DUR_RATIO_TO_ROOT_PARENT_EDEFAULT - Static variable in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
The default value of the 'Dur Ratio To Root Parent' attribute.
DURATION - Static variable in interface kieker.analysisteetime.model.analysismodel.AnalysismodelPackage
The meta object id for the 'Duration' data type.
DURATION - Static variable in interface kieker.analysisteetime.model.analysismodel.AnalysismodelPackage.Literals
The meta object literal for the 'Duration' data type.
duration - Variable in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
The cached value of the 'Duration' attribute.
DURATION_EDEFAULT - Static variable in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
The default value of the 'Duration' attribute.
durRatioToParent - Variable in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
The cached value of the 'Dur Ratio To Parent' attribute.
DurRatioToParentCalculator - Class in kieker.analysisteetime.trace.reconstruction
 
DurRatioToParentCalculator() - Constructor for class kieker.analysisteetime.trace.reconstruction.DurRatioToParentCalculator
 
durRatioToRootParent - Variable in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
The cached value of the 'Dur Ratio To Root Parent' attribute.
DurRatioToRootParentCalculator - Class in kieker.analysisteetime.trace.reconstruction
 
DurRatioToRootParentCalculator(OperationCall) - Constructor for class kieker.analysisteetime.trace.reconstruction.DurRatioToRootParentCalculator
 
dynamic - Variable in class org.graphdrawing.graphml.KeyType
 

E

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
 
EDGE - Static variable in class kieker.analysisteetime.util.graph.util.dot.DotGraph
 
edgeAttributes - Variable in class kieker.analysisteetime.util.graph.export.dot.DotExportConfiguration
 
edgedefault - Variable in class org.graphdrawing.graphml.GraphType
 
edges - Variable in class kieker.analysisteetime.util.graph.impl.GraphImpl
 
EdgeType - Class in org.graphdrawing.graphml
Complex type for the element.
EdgeType() - Constructor for class org.graphdrawing.graphml.EdgeType
 
edgeVisitors - Variable in class kieker.analysisteetime.util.graph.traversal.AbstractGraphTraverser
 
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
 
eGet(int, boolean, boolean) - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyComponentImpl
 
eGet(int, boolean, boolean) - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyModelImpl
 
eGet(int, boolean, boolean) - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyOperationImpl
 
eGet(int, boolean, boolean) - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
 
eGet(int, boolean, boolean) - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
 
eGet(int, boolean, boolean) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeployedComponentImpl
 
eGet(int, boolean, boolean) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeployedOperationImpl
 
eGet(int, boolean, boolean) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentContextImpl
 
eGet(int, boolean, boolean) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentModelImpl
 
eGet(int, boolean, boolean) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
 
eGet(int, boolean, boolean) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
 
eGet(int, boolean, boolean) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
 
eGet(int, boolean, boolean) - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.AggregatedInvocationImpl
 
eGet(int, boolean, boolean) - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.DeployedOperationsPairToAggregatedInvocationMapEntryImpl
 
eGet(int, boolean, boolean) - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.ExecutionModelImpl
 
eGet(int, boolean, boolean) - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.DoubleValueImpl
 
eGet(int, boolean, boolean) - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.FloatValueImpl
 
eGet(int, boolean, boolean) - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.IntValueImpl
 
eGet(int, boolean, boolean) - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.LongValueImpl
 
eGet(int, boolean, boolean) - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsImpl
 
eGet(int, boolean, boolean) - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.TimeSeriesImpl
 
eGet(int, boolean, boolean) - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.ValueImpl
 
eGet(int, boolean, boolean) - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
 
eGet(int, boolean, boolean) - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.TraceImpl
 
eGet(int, boolean, boolean) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.ComponentTypeImpl
 
eGet(int, boolean, boolean) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
 
eGet(int, boolean, boolean) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
 
eGet(int, boolean, boolean) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.OperationTypeImpl
 
eGet(int, boolean, boolean) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.TypeModelImpl
 
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.
eINSTANCE - Static variable in interface kieker.analysisteetime.model.analysismodel.AnalysismodelFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface kieker.analysisteetime.model.analysismodel.AnalysismodelPackage
The singleton instance of the package.
eINSTANCE - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
The singleton instance of the package.
eINSTANCE - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
The singleton instance of the package.
eINSTANCE - Static variable in interface kieker.analysisteetime.model.analysismodel.execution.ExecutionFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface kieker.analysisteetime.model.analysismodel.execution.ExecutionPackage
The singleton instance of the package.
eINSTANCE - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The singleton instance of the package.
eINSTANCE - Static variable in interface kieker.analysisteetime.model.analysismodel.trace.TraceFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage
The singleton instance of the package.
eINSTANCE - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypeFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
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
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
 
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
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyComponentImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyModelImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeployedComponentImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentContextImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentModelImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.DeployedOperationsPairToAggregatedInvocationMapEntryImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.ExecutionModelImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.TraceImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.ComponentTypeImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.TypeModelImpl
 
eInvoke(int, EList<?>) - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyOperationImpl
 
eInvoke(int, EList<?>) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeployedComponentImpl
 
eInvoke(int, EList<?>) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeployedOperationImpl
 
eInvoke(int, EList<?>) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.OperationTypeImpl
 
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
 
eIsSet(int) - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyComponentImpl
 
eIsSet(int) - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyModelImpl
 
eIsSet(int) - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyOperationImpl
 
eIsSet(int) - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
 
eIsSet(int) - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
 
eIsSet(int) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeployedComponentImpl
 
eIsSet(int) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeployedOperationImpl
 
eIsSet(int) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentContextImpl
 
eIsSet(int) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentModelImpl
 
eIsSet(int) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
 
eIsSet(int) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
 
eIsSet(int) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
 
eIsSet(int) - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.AggregatedInvocationImpl
 
eIsSet(int) - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.DeployedOperationsPairToAggregatedInvocationMapEntryImpl
 
eIsSet(int) - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.ExecutionModelImpl
 
eIsSet(int) - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.DoubleValueImpl
 
eIsSet(int) - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.FloatValueImpl
 
eIsSet(int) - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.IntValueImpl
 
eIsSet(int) - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.LongValueImpl
 
eIsSet(int) - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsImpl
 
eIsSet(int) - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.TimeSeriesImpl
 
eIsSet(int) - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.ValueImpl
 
eIsSet(int) - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
 
eIsSet(int) - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.TraceImpl
 
eIsSet(int) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.ComponentTypeImpl
 
eIsSet(int) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
 
eIsSet(int) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
 
eIsSet(int) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.OperationTypeImpl
 
eIsSet(int) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.TypeModelImpl
 
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(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
 
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.
eNAME - Static variable in interface kieker.analysisteetime.model.analysismodel.AnalysismodelPackage
The package name.
eNAME - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
The package name.
eNAME - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
The package name.
eNAME - Static variable in interface kieker.analysisteetime.model.analysismodel.execution.ExecutionPackage
The package name.
eNAME - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The package name.
eNAME - Static variable in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage
The package name.
eNAME - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
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.
END_ATTRS_BRACKET - Static variable in class kieker.analysisteetime.util.graph.util.dot.DotGraph
 
END_GRAPH_BRACKET - Static variable in class kieker.analysisteetime.util.graph.util.dot.DotGraph
 
EndpointType - Class in org.graphdrawing.graphml
Complex type for the element.
EndpointType() - Constructor for class org.graphdrawing.graphml.EndpointType
 
EndpointTypeType - Enum in org.graphdrawing.graphml
Java class for endpoint.type.type.
enqueueRegistryRecord(ByteBuffer) - Method in class kieker.analysis.plugin.reader.RegistryRecordHandler
Enqueues an unparsed registry record for processing.
enqueueRegistryRecord(ByteBuffer) - Method in class kieker.analysisteetime.plugin.reader.amqp.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.
enqueueRegularRecord(ByteBuffer) - Method in class kieker.analysisteetime.plugin.reader.amqp.RegularRecordHandler
Enqueues an unparsed regular record for processing.
eNS_PREFIX - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The package namespace name.
eNS_PREFIX - Static variable in interface kieker.analysisteetime.model.analysismodel.AnalysismodelPackage
The package namespace name.
eNS_PREFIX - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
The package namespace name.
eNS_PREFIX - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
The package namespace name.
eNS_PREFIX - Static variable in interface kieker.analysisteetime.model.analysismodel.execution.ExecutionPackage
The package namespace name.
eNS_PREFIX - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The package namespace name.
eNS_PREFIX - Static variable in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage
The package namespace name.
eNS_PREFIX - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
The package namespace name.
eNS_URI - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The package namespace URI.
eNS_URI - Static variable in interface kieker.analysisteetime.model.analysismodel.AnalysismodelPackage
The package namespace URI.
eNS_URI - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
The package namespace URI.
eNS_URI - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
The package namespace URI.
eNS_URI - Static variable in interface kieker.analysisteetime.model.analysismodel.execution.ExecutionPackage
The package namespace URI.
eNS_URI - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The package namespace URI.
eNS_URI - Static variable in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage
The package namespace URI.
eNS_URI - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
The package namespace URI.
ensureThreadsStarted() - Method in class kieker.analysis.plugin.reader.AbstractStringRegistryReaderPlugin
Ensures that the required threads are started.
enumerationValueOf(Class<T>, int) - Method in class kieker.common.record.io.AbstractValueDeserializer
Compute the correct enumeration value for the given enumType and ordinal value.
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.analysisteetime.util.ComposedKey
 
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.database.AfterDatabaseEvent
Performs a null-check, a this-check, and a class-check.
equals(Object) - Method in class kieker.common.record.database.BeforeDatabaseEvent
Performs a null-check, a this-check, and a class-check.
equals(Object) - Method in class kieker.common.record.database.DatabaseFailedEvent
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.ApplicationTraceMetadata
Performs a null-check, a this-check, and a class-check.
equals(Object) - Method in class kieker.common.record.flow.trace.BeforeReceivedRemoteEvent
Performs a null-check, a this-check, and a class-check.
equals(Object) - Method in class kieker.common.record.flow.trace.BeforeSentRemoteEvent
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.remotecontrol.ActivationEvent
Performs a null-check, a this-check, and a class-check.
equals(Object) - Method in class kieker.common.record.remotecontrol.ActivationParameterEvent
Performs a null-check, a this-check, and a class-check.
equals(Object) - Method in class kieker.common.record.remotecontrol.AddParameterValueEvent
Performs a null-check, a this-check, and a class-check.
equals(Object) - Method in class kieker.common.record.remotecontrol.DeactivationEvent
Performs a null-check, a this-check, and a class-check.
equals(Object) - Method in class kieker.common.record.remotecontrol.RemoveParameterValueEvent
Performs a null-check, a this-check, and a class-check.
equals(Object) - Method in class kieker.common.record.remotecontrol.UpdateParameterEvent
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.trace.analysis.filter.visualization.graph.Color
 
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.AbstractMessage
 
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.AbstractTrace
 
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.AllocationComponent
 
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.AssemblyComponent
 
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.ComponentType
 
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.Execution
Compares this Execution with the given object with respect to type and fields.
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.ExecutionContainer
 
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Returns whether this Execution Trace and the passed Object are equal.
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.InvalidExecutionTrace
 
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.MessageTrace
 
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.Operation
Two Operation objects are equal if their ids are equal.
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.SynchronousCallMessage
 
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.SynchronousReplyMessage
 
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.TraceInformation
 
EReferenceIndex<K,V extends org.eclipse.emf.ecore.EObject> - Class in kieker.analysisteetime.util.emf
 
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
 
eSet(int, Object) - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyComponentImpl
 
eSet(int, Object) - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyModelImpl
 
eSet(int, Object) - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyOperationImpl
 
eSet(int, Object) - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
 
eSet(int, Object) - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
 
eSet(int, Object) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeployedComponentImpl
 
eSet(int, Object) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeployedOperationImpl
 
eSet(int, Object) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentContextImpl
 
eSet(int, Object) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentModelImpl
 
eSet(int, Object) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
 
eSet(int, Object) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
 
eSet(int, Object) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
 
eSet(int, Object) - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.AggregatedInvocationImpl
 
eSet(int, Object) - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.DeployedOperationsPairToAggregatedInvocationMapEntryImpl
 
eSet(int, Object) - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.ExecutionModelImpl
 
eSet(int, Object) - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.DoubleValueImpl
 
eSet(int, Object) - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.FloatValueImpl
 
eSet(int, Object) - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.IntValueImpl
 
eSet(int, Object) - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.LongValueImpl
 
eSet(int, Object) - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsImpl
 
eSet(int, Object) - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.TimeSeriesImpl
 
eSet(int, Object) - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.ValueImpl
 
eSet(int, Object) - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
 
eSet(int, Object) - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.TraceImpl
 
eSet(int, Object) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.ComponentTypeImpl
 
eSet(int, Object) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
 
eSet(int, Object) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
 
eSet(int, Object) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.OperationTypeImpl
 
eSet(int, Object) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.TypeModelImpl
 
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
 
eStaticClass() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyComponentImpl
 
eStaticClass() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyModelImpl
 
eStaticClass() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyOperationImpl
 
eStaticClass() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
 
eStaticClass() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
 
eStaticClass() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeployedComponentImpl
 
eStaticClass() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeployedOperationImpl
 
eStaticClass() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentContextImpl
 
eStaticClass() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentModelImpl
 
eStaticClass() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
 
eStaticClass() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
 
eStaticClass() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
 
eStaticClass() - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.AggregatedInvocationImpl
 
eStaticClass() - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.DeployedOperationsPairToAggregatedInvocationMapEntryImpl
 
eStaticClass() - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.ExecutionModelImpl
 
eStaticClass() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.DoubleValueImpl
 
eStaticClass() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.FloatValueImpl
 
eStaticClass() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.IntValueImpl
 
eStaticClass() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.LongValueImpl
 
eStaticClass() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsImpl
 
eStaticClass() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.TimeSeriesImpl
 
eStaticClass() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.ValueImpl
 
eStaticClass() - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
 
eStaticClass() - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.TraceImpl
 
eStaticClass() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.ComponentTypeImpl
 
eStaticClass() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
 
eStaticClass() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
 
eStaticClass() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.OperationTypeImpl
 
eStaticClass() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.TypeModelImpl
 
eString(String) - Method in class kieker.tools.util.RBridgeControl
 
ESTRING_TO_ASSEMBLY_COMPONENT_MAP_ENTRY - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
The meta object id for the 'EString To Assembly Component Map Entry' class.
ESTRING_TO_ASSEMBLY_COMPONENT_MAP_ENTRY - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage.Literals
The meta object literal for the 'EString To Assembly Component Map Entry' class.
ESTRING_TO_ASSEMBLY_COMPONENT_MAP_ENTRY__KEY - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
The feature id for the 'Key' attribute.
ESTRING_TO_ASSEMBLY_COMPONENT_MAP_ENTRY__KEY - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage.Literals
The meta object literal for the 'Key' attribute feature.
ESTRING_TO_ASSEMBLY_COMPONENT_MAP_ENTRY__VALUE - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
The feature id for the 'Value' containment reference.
ESTRING_TO_ASSEMBLY_COMPONENT_MAP_ENTRY__VALUE - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage.Literals
The meta object literal for the 'Value' containment reference feature.
ESTRING_TO_ASSEMBLY_COMPONENT_MAP_ENTRY_FEATURE_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
The number of structural features of the 'EString To Assembly Component Map Entry' class.
ESTRING_TO_ASSEMBLY_COMPONENT_MAP_ENTRY_OPERATION_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
The number of operations of the 'EString To Assembly Component Map Entry' class.
ESTRING_TO_ASSEMBLY_OPERATION_MAP_ENTRY - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
The meta object id for the 'EString To Assembly Operation Map Entry' class.
ESTRING_TO_ASSEMBLY_OPERATION_MAP_ENTRY - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage.Literals
The meta object literal for the 'EString To Assembly Operation Map Entry' class.
ESTRING_TO_ASSEMBLY_OPERATION_MAP_ENTRY__KEY - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
The feature id for the 'Key' attribute.
ESTRING_TO_ASSEMBLY_OPERATION_MAP_ENTRY__KEY - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage.Literals
The meta object literal for the 'Key' attribute feature.
ESTRING_TO_ASSEMBLY_OPERATION_MAP_ENTRY__VALUE - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
The feature id for the 'Value' containment reference.
ESTRING_TO_ASSEMBLY_OPERATION_MAP_ENTRY__VALUE - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage.Literals
The meta object literal for the 'Value' containment reference feature.
ESTRING_TO_ASSEMBLY_OPERATION_MAP_ENTRY_FEATURE_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
The number of structural features of the 'EString To Assembly Operation Map Entry' class.
ESTRING_TO_ASSEMBLY_OPERATION_MAP_ENTRY_OPERATION_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
The number of operations of the 'EString To Assembly Operation Map Entry' class.
ESTRING_TO_COMPONENT_TYPE_MAP_ENTRY - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
The meta object id for the 'EString To Component Type Map Entry' class.
ESTRING_TO_COMPONENT_TYPE_MAP_ENTRY - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'EString To Component Type Map Entry' class.
ESTRING_TO_COMPONENT_TYPE_MAP_ENTRY__KEY - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
The feature id for the 'Key' attribute.
ESTRING_TO_COMPONENT_TYPE_MAP_ENTRY__KEY - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Key' attribute feature.
ESTRING_TO_COMPONENT_TYPE_MAP_ENTRY__VALUE - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
The feature id for the 'Value' containment reference.
ESTRING_TO_COMPONENT_TYPE_MAP_ENTRY__VALUE - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Value' containment reference feature.
ESTRING_TO_COMPONENT_TYPE_MAP_ENTRY_FEATURE_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
The number of structural features of the 'EString To Component Type Map Entry' class.
ESTRING_TO_COMPONENT_TYPE_MAP_ENTRY_OPERATION_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
The number of operations of the 'EString To Component Type Map Entry' class.
ESTRING_TO_DEPLOYED_COMPONENT_MAP_ENTRY - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
The meta object id for the 'EString To Deployed Component Map Entry' class.
ESTRING_TO_DEPLOYED_COMPONENT_MAP_ENTRY - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'EString To Deployed Component Map Entry' class.
ESTRING_TO_DEPLOYED_COMPONENT_MAP_ENTRY__KEY - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
The feature id for the 'Key' attribute.
ESTRING_TO_DEPLOYED_COMPONENT_MAP_ENTRY__KEY - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Key' attribute feature.
ESTRING_TO_DEPLOYED_COMPONENT_MAP_ENTRY__VALUE - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
The feature id for the 'Value' containment reference.
ESTRING_TO_DEPLOYED_COMPONENT_MAP_ENTRY__VALUE - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Value' containment reference feature.
ESTRING_TO_DEPLOYED_COMPONENT_MAP_ENTRY_FEATURE_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
The number of structural features of the 'EString To Deployed Component Map Entry' class.
ESTRING_TO_DEPLOYED_COMPONENT_MAP_ENTRY_OPERATION_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
The number of operations of the 'EString To Deployed Component Map Entry' class.
ESTRING_TO_DEPLOYED_OPERATION_MAP_ENTRY - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
The meta object id for the 'EString To Deployed Operation Map Entry' class.
ESTRING_TO_DEPLOYED_OPERATION_MAP_ENTRY - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'EString To Deployed Operation Map Entry' class.
ESTRING_TO_DEPLOYED_OPERATION_MAP_ENTRY__KEY - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
The feature id for the 'Key' attribute.
ESTRING_TO_DEPLOYED_OPERATION_MAP_ENTRY__KEY - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Key' attribute feature.
ESTRING_TO_DEPLOYED_OPERATION_MAP_ENTRY__VALUE - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
The feature id for the 'Value' containment reference.
ESTRING_TO_DEPLOYED_OPERATION_MAP_ENTRY__VALUE - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Value' containment reference feature.
ESTRING_TO_DEPLOYED_OPERATION_MAP_ENTRY_FEATURE_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
The number of structural features of the 'EString To Deployed Operation Map Entry' class.
ESTRING_TO_DEPLOYED_OPERATION_MAP_ENTRY_OPERATION_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
The number of operations of the 'EString To Deployed Operation Map Entry' class.
ESTRING_TO_DEPLOYMENT_CONTEXT_MAP_ENTRY - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
The meta object id for the 'EString To Deployment Context Map Entry' class.
ESTRING_TO_DEPLOYMENT_CONTEXT_MAP_ENTRY - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'EString To Deployment Context Map Entry' class.
ESTRING_TO_DEPLOYMENT_CONTEXT_MAP_ENTRY__KEY - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
The feature id for the 'Key' attribute.
ESTRING_TO_DEPLOYMENT_CONTEXT_MAP_ENTRY__KEY - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Key' attribute feature.
ESTRING_TO_DEPLOYMENT_CONTEXT_MAP_ENTRY__VALUE - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
The feature id for the 'Value' containment reference.
ESTRING_TO_DEPLOYMENT_CONTEXT_MAP_ENTRY__VALUE - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Value' containment reference feature.
ESTRING_TO_DEPLOYMENT_CONTEXT_MAP_ENTRY_FEATURE_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
The number of structural features of the 'EString To Deployment Context Map Entry' class.
ESTRING_TO_DEPLOYMENT_CONTEXT_MAP_ENTRY_OPERATION_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
The number of operations of the 'EString To Deployment Context Map Entry' class.
ESTRING_TO_OPERATION_TYPE_MAP_ENTRY - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
The meta object id for the 'EString To Operation Type Map Entry' class.
ESTRING_TO_OPERATION_TYPE_MAP_ENTRY - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'EString To Operation Type Map Entry' class.
ESTRING_TO_OPERATION_TYPE_MAP_ENTRY__KEY - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
The feature id for the 'Key' attribute.
ESTRING_TO_OPERATION_TYPE_MAP_ENTRY__KEY - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Key' attribute feature.
ESTRING_TO_OPERATION_TYPE_MAP_ENTRY__VALUE - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
The feature id for the 'Value' containment reference.
ESTRING_TO_OPERATION_TYPE_MAP_ENTRY__VALUE - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Value' containment reference feature.
ESTRING_TO_OPERATION_TYPE_MAP_ENTRY_FEATURE_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
The number of structural features of the 'EString To Operation Type Map Entry' class.
ESTRING_TO_OPERATION_TYPE_MAP_ENTRY_OPERATION_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
The number of operations of the 'EString To Operation Type Map Entry' class.
EStringToAssemblyComponentMapEntryImpl - Class in kieker.analysisteetime.model.analysismodel.assembly.impl
An implementation of the model object 'EString To Assembly Component Map Entry'.
EStringToAssemblyComponentMapEntryImpl() - Constructor for class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
 
EStringToAssemblyOperationMapEntryImpl - Class in kieker.analysisteetime.model.analysismodel.assembly.impl
An implementation of the model object 'EString To Assembly Operation Map Entry'.
EStringToAssemblyOperationMapEntryImpl() - Constructor for class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
 
EStringToComponentTypeMapEntryImpl - Class in kieker.analysisteetime.model.analysismodel.type.impl
An implementation of the model object 'EString To Component Type Map Entry'.
EStringToComponentTypeMapEntryImpl() - Constructor for class kieker.analysisteetime.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
 
EStringToDeployedComponentMapEntryImpl - Class in kieker.analysisteetime.model.analysismodel.deployment.impl
An implementation of the model object 'EString To Deployed Component Map Entry'.
EStringToDeployedComponentMapEntryImpl() - Constructor for class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
 
EStringToDeployedOperationMapEntryImpl - Class in kieker.analysisteetime.model.analysismodel.deployment.impl
An implementation of the model object 'EString To Deployed Operation Map Entry'.
EStringToDeployedOperationMapEntryImpl() - Constructor for class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
 
EStringToDeploymentContextMapEntryImpl - Class in kieker.analysisteetime.model.analysismodel.deployment.impl
An implementation of the model object 'EString To Deployment Context Map Entry'.
EStringToDeploymentContextMapEntryImpl() - Constructor for class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
 
EStringToOperationTypeMapEntryImpl - Class in kieker.analysisteetime.model.analysismodel.type.impl
An implementation of the model object 'EString To Operation Type Map Entry'.
EStringToOperationTypeMapEntryImpl() - Constructor for class kieker.analysisteetime.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
 
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
 
eUnset(int) - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyComponentImpl
 
eUnset(int) - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyModelImpl
 
eUnset(int) - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyOperationImpl
 
eUnset(int) - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
 
eUnset(int) - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
 
eUnset(int) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeployedComponentImpl
 
eUnset(int) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeployedOperationImpl
 
eUnset(int) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentContextImpl
 
eUnset(int) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentModelImpl
 
eUnset(int) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
 
eUnset(int) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
 
eUnset(int) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
 
eUnset(int) - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.AggregatedInvocationImpl
 
eUnset(int) - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.DeployedOperationsPairToAggregatedInvocationMapEntryImpl
 
eUnset(int) - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.ExecutionModelImpl
 
eUnset(int) - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.DoubleValueImpl
 
eUnset(int) - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.FloatValueImpl
 
eUnset(int) - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.IntValueImpl
 
eUnset(int) - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.LongValueImpl
 
eUnset(int) - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsImpl
 
eUnset(int) - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.TimeSeriesImpl
 
eUnset(int) - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.ValueImpl
 
eUnset(int) - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
 
eUnset(int) - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.TraceImpl
 
eUnset(int) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.ComponentTypeImpl
 
eUnset(int) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
 
eUnset(int) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
 
eUnset(int) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.OperationTypeImpl
 
eUnset(int) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.TypeModelImpl
 
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.
EventRecordTimestampFilter - Class in kieker.analysisteetime.plugin.filter.select.timestampfilter.components
Concrete implementation of AbstractTimestampFilter.
EventRecordTimestampFilter(long, long) - Constructor for class kieker.analysisteetime.plugin.filter.select.timestampfilter.components.EventRecordTimestampFilter
 
EventRecordTraceCounter - Class in kieker.tools.trace.analysis.filter.flow
Counts and reports the number of incoming valid/invalid TraceEventRecords.
EventRecordTraceCounter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.flow.EventRecordTraceCounter
Creates a new instance of this class using the given parameters.
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
The cached value of the 'Event Types' attribute list.
ExampleConfiguration - Class in kieker.analysisteetime
Example configuration for testing the current development.
ExampleConfiguration(File, File) - Constructor for class kieker.analysisteetime.ExampleConfiguration
 
EXECEVENTRACESFROMEVENTTRACES_COMPONENT_NAME - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
The name of the component for the trace reconstruction of event records.
execute(IMonitoringRecord) - Method in class kieker.analysis.sink.DataSinkStage
 
execute(CPUUtilizationRecord) - Method in class kieker.analysis.sink.display.CPUUtilizationDisplayFilter
 
execute(GCRecord) - Method in class kieker.analysis.sink.display.GCDisplayFilter
 
execute(MemSwapUsageRecord) - Method in class kieker.analysis.sink.display.MemSwapUtilizationDisplayFilter
This method represents the input port receiving the incoming events.
execute(OperationExecutionRecord) - Method in class kieker.analysis.sink.display.MethodAndComponentFlowDisplayFilter
This method represents the input port receiving the incoming events.
execute(ThreadsStatusRecord) - Method in class kieker.analysis.sink.display.ThreadsStatusDisplayFilter
This method represents the input port receiving the incoming events.
execute(IMonitoringRecord) - Method in class kieker.analysis.sink.NullStage
 
execute(File) - Method in class kieker.analysis.source.file.DirectoryReaderStage
 
execute() - Method in class kieker.analysis.source.file.DirectoryScannerStage
Execute the directory scanner.
execute() - Method in class kieker.analysis.source.rest.RestServiceStage
 
execute() - Method in class kieker.analysis.source.tcp.MultipleConnectionTcpSourceStage
 
execute(Trigger) - Method in class kieker.analysisteetime.dependencygraphs.DependencyGraphCreatorStage
 
execute(T) - Method in class kieker.analysisteetime.experimental.DebugStage
 
execute(IGraph) - Method in class kieker.analysisteetime.experimental.GraphPrinterStage
 
execute(Trace) - Method in class kieker.analysisteetime.experimental.hotspotdetection.HotspotDetectionStage
 
execute(IFlowRecord) - Method in class kieker.analysisteetime.model.AssemblyModelAssemblerStage
 
execute(IFlowRecord) - Method in class kieker.analysisteetime.model.DeploymentModelAssemblerStage
 
execute(OperationCall) - Method in class kieker.analysisteetime.model.ExecutionModelAssemblerStage
 
execute(IFlowRecord) - Method in class kieker.analysisteetime.model.TypeModelAssemblerStage
 
execute(Trace) - Method in class kieker.analysisteetime.OperationCallExtractorStage
 
execute() - Method in class kieker.analysisteetime.plugin.filter.forward.AnalysisThroughputFilter
 
execute(Object) - Method in class kieker.analysisteetime.plugin.filter.forward.CountingFilter
This method represents the input port of this filter.
execute(Object) - Method in class kieker.analysisteetime.plugin.filter.forward.TeeFilter
This method receives incoming objects from the filter's input port.
execute(IMonitoringRecord) - Method in class kieker.analysisteetime.plugin.filter.record.delayfilter.components.RealtimeRecordDelayConsumer
 
execute() - Method in class kieker.analysisteetime.plugin.filter.record.delayfilter.components.RealtimeRecordDelayProducer
 
execute(IMonitoringRecord) - Method in class kieker.analysisteetime.plugin.filter.record.MonitoringThroughputFilter
 
execute(T) - Method in class kieker.analysisteetime.plugin.filter.select.timestampfilter.components.AbstractTimestampFilter
 
execute(OperationExecutionRecord) - Method in class kieker.analysisteetime.plugin.filter.select.timestampfilter.components.OperationExecutionRecordTimestampFilter
 
execute(T) - Method in class kieker.analysisteetime.plugin.filter.select.traceidfilter.components.AbstractTraceIdFilter
 
execute(Object) - Method in class kieker.analysisteetime.plugin.filter.select.TypeFilter
This method represents the input port for the incoming objects.
execute(Object) - Method in class kieker.analysisteetime.plugin.filter.visualisation.PlainTextWebVisualization
This method represents the input port for the incoming objects.
execute() - Method in class kieker.analysisteetime.plugin.reader.amqp.AMQPReaderStage
 
execute(File) - Method in class kieker.analysisteetime.plugin.reader.filesystem.className.ClassNameRegistryCreationFilter
Deprecated.
 
execute(File) - Method in class kieker.analysisteetime.plugin.reader.filesystem.format.binary.file.BinaryFile2RecordFilter
Deprecated.
 
execute(String) - Method in class kieker.analysisteetime.plugin.reader.filesystem.format.text.file.TextLine2MappingRegistryFilter
Deprecated.
 
execute(TextLineContainer) - Method in class kieker.analysisteetime.plugin.reader.filesystem.format.text.file.TextLine2RecordFilter
Deprecated.
 
execute() - Method in class kieker.analysisteetime.plugin.reader.filesystem.fsReader.AsciiLogReader
Deprecated.
 
execute() - Method in class kieker.analysisteetime.plugin.reader.filesystem.fsReader.BinaryLogReader
Deprecated.
 
execute() - Method in class kieker.analysisteetime.plugin.reader.filesystem.fsReader.FSReader
Deprecated.
 
execute() - Method in class kieker.analysisteetime.plugin.reader.jms.JMSReaderStage
 
execute() - Method in class kieker.analysisteetime.plugin.reader.namedRecordPipe.PipeReader
Blocks until the associated pipe is being closed.
execute() - Method in class kieker.analysisteetime.plugin.reader.tcp.dualsocket.DualSocketTcpReaderStage
Deprecated.
 
execute() - Method in class kieker.analysisteetime.plugin.reader.tcp.singlesocket.SingleSocketTcpReaderStage
 
execute(IMonitoringRecord) - Method in class kieker.analysisteetime.recordreading.BeginEndOfMonitoringDetector
 
execute(T) - Method in class kieker.analysisteetime.statistics.StatisticsDecoratorStage
 
execute(Trace) - Method in class kieker.analysisteetime.trace.aggregation.AggregatedTraceCreatorStage
 
execute(AggregatedTraceWrapper) - Method in class kieker.analysisteetime.trace.aggregation.AggregatedTraceUnwrapperStage
 
execute(Trace) - Method in class kieker.analysisteetime.trace.graph.TraceToGraphTransformerStage
 
execute(IFlowRecord) - Method in class kieker.analysisteetime.trace.reconstruction.TraceReconstructorStage
 
execute(Trace) - Method in class kieker.analysisteetime.trace.reconstruction.TraceStatisticsDecoratorStage
 
execute(IGraph) - Method in class kieker.analysisteetime.util.graph.export.blueprints.BlueprintsTransformerStage
 
execute(IGraph) - Method in class kieker.analysisteetime.util.graph.export.dot.DotWriterStage
 
execute(IGraph) - Method in class kieker.analysisteetime.util.graph.export.graphml.GraphMLTransformationStage
 
execute(GraphmlType) - Method in class kieker.analysisteetime.util.graph.export.graphml.JAXBElementWrapperStage
 
execute(IGraph) - Method in class kieker.analysisteetime.util.graph.flattening.GraphFlattenerStage
 
execute() - Method in class kieker.analysisteetime.util.stage.AbstractBiCombinerStage
 
execute(T) - Method in class kieker.analysisteetime.util.stage.FilterStage
 
execute(I) - Method in class kieker.analysisteetime.util.stage.FunctionStage
 
execute() - Method in class kieker.analysisteetime.util.stage.trigger.ForwardOnTriggerStage
 
execute(Object) - Method in class kieker.analysisteetime.util.stage.trigger.TriggerEveryXthStage
 
execute(Object) - Method in class kieker.analysisteetime.util.stage.trigger.TriggerOnTerminationStage
 
execute(JCommander, String) - Method in class kieker.tools.common.AbstractLegacyTool
Execute the core part of a tool or service.
execute(JCommander, String) - Method in class kieker.tools.common.AbstractService
Execute the tool.
execute(T) - Method in class kieker.toolsteetime.currentTimeEventGenerator.AbstractCurrentTimeEventGenerationFilter
This method represents the input port for new records or raw timestamps.
execute(IMonitoringRecord) - Method in class kieker.toolsteetime.currentTimeEventGenerator.RecordCurrentTimeEventGenerationFilter
Evaluates the given timestamp internal current time which may lead to newly generated events via currentTimeRecordOutputPort.
execute(Long) - Method in class kieker.toolsteetime.currentTimeEventGenerator.TimestampCurrentTimeEventGenerationFilter
Evaluates the given timestamp internal current time which may lead to newly generated events via currentTimeRecordOutputPort.
Execution - Class in kieker.tools.trace.analysis.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.trace.analysis.systemModel.Execution
Creates a new Execution instance.
Execution(Operation, AllocationComponent, long, int, int, long, long, boolean) - Constructor for class kieker.tools.trace.analysis.systemModel.Execution
Creates a new Execution instance.
EXECUTION_MODEL - Static variable in interface kieker.analysisteetime.model.analysismodel.execution.ExecutionPackage
The meta object id for the 'Model' class.
EXECUTION_MODEL - Static variable in interface kieker.analysisteetime.model.analysismodel.execution.ExecutionPackage.Literals
The meta object literal for the 'Model' class.
EXECUTION_MODEL__AGGREGATED_INVOCATIONS - Static variable in interface kieker.analysisteetime.model.analysismodel.execution.ExecutionPackage
The feature id for the 'Aggregated Invocations' map.
EXECUTION_MODEL__AGGREGATED_INVOCATIONS - Static variable in interface kieker.analysisteetime.model.analysismodel.execution.ExecutionPackage.Literals
The meta object literal for the 'Aggregated Invocations' map feature.
EXECUTION_MODEL_FEATURE_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.execution.ExecutionPackage
The number of structural features of the 'Model' class.
EXECUTION_MODEL_OPERATION_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.execution.ExecutionPackage
The number of operations of the 'Model' class.
ExecutionAdapterFactory - Class in kieker.analysisteetime.model.analysismodel.execution.util
The Adapter Factory for the model.
ExecutionAdapterFactory() - Constructor for class kieker.analysisteetime.model.analysismodel.execution.util.ExecutionAdapterFactory
Creates an instance of the adapter factory.
ExecutionContainer - Class in kieker.tools.trace.analysis.systemModel
 
ExecutionContainer(int, ExecutionContainer, String) - Constructor for class kieker.tools.trace.analysis.systemModel.ExecutionContainer
Creates a new instance of this class using the given parameters.
ExecutionEnvironmentRepository - Class in kieker.tools.trace.analysis.systemModel.repository
 
ExecutionEnvironmentRepository(SystemModelRepository) - Constructor for class kieker.tools.trace.analysis.systemModel.repository.ExecutionEnvironmentRepository
Creates a new instance of this class using the given parameters.
ExecutionEventProcessingException - Exception in kieker.tools.trace.analysis.filter.executionRecordTransformation
 
ExecutionEventProcessingException(String) - Constructor for exception kieker.tools.trace.analysis.filter.executionRecordTransformation.ExecutionEventProcessingException
Creates a new instance of this class using the given parameters.
ExecutionEventProcessingException(String, Throwable) - Constructor for exception kieker.tools.trace.analysis.filter.executionRecordTransformation.ExecutionEventProcessingException
Creates a new instance of this class using the given parameters.
ExecutionFactory - Interface in kieker.analysisteetime.model.analysismodel.execution
The Factory for the model.
ExecutionFactoryImpl - Class in kieker.analysisteetime.model.analysismodel.execution.impl
An implementation of the model Factory.
ExecutionFactoryImpl() - Constructor for class kieker.analysisteetime.model.analysismodel.execution.impl.ExecutionFactoryImpl
Creates an instance of the factory.
executionModel - Variable in class kieker.analysisteetime.dependencygraphs.AbstractDependencyGraphBuilder
 
ExecutionModel - Interface in kieker.analysisteetime.model.analysismodel.execution
A representation of the model object 'Model'.
ExecutionModelAssembler - Class in kieker.analysisteetime.model
 
ExecutionModelAssembler(ExecutionModel) - Constructor for class kieker.analysisteetime.model.ExecutionModelAssembler
 
ExecutionModelAssemblerStage - Class in kieker.analysisteetime.model
 
ExecutionModelAssemblerStage(ExecutionModel) - Constructor for class kieker.analysisteetime.model.ExecutionModelAssemblerStage
 
ExecutionModelImpl - Class in kieker.analysisteetime.model.analysismodel.execution.impl
An implementation of the model object 'Model'.
ExecutionModelImpl() - Constructor for class kieker.analysisteetime.model.analysismodel.execution.impl.ExecutionModelImpl
 
ExecutionPackage - Interface in kieker.analysisteetime.model.analysismodel.execution
The Package for the model.
ExecutionPackage.Literals - Interface in kieker.analysisteetime.model.analysismodel.execution
Defines literals for the meta objects that represent each class, each feature of each class, each operation of each class, each enum, and each data type
ExecutionPackageImpl - Class in kieker.analysisteetime.model.analysismodel.execution.impl
An implementation of the model Package.
ExecutionRecordTransformationFilter - Class in kieker.tools.trace.analysis.filter.executionRecordTransformation
Transforms OperationExecutionRecords into Execution objects.
This class has exactly one input port and one output port.
ExecutionRecordTransformationFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.executionRecordTransformation.ExecutionRecordTransformationFilter
Creates a new instance of this class using the given parameters.
ExecutionSwitch<T> - Class in kieker.analysisteetime.model.analysismodel.execution.util
The Switch for the model's inheritance hierarchy.
ExecutionSwitch() - Constructor for class kieker.analysisteetime.model.analysismodel.execution.util.ExecutionSwitch
Creates an instance of the switch.
ExecutionTrace - Class in kieker.tools.trace.analysis.systemModel
This class is a container for a whole trace of executions (represented as instances of Execution).
ExecutionTrace(long) - Constructor for class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Creates a new instance of this class using the given parameters.
ExecutionTrace(long, String) - Constructor for class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Creates a new instance of this class using the given parameters.
ExecutionTraceBasedSession - Class in kieker.tools.trace.analysis.systemModel
Specialized sub-class for sessions which are derived from execution traces (see ExecutionTrace).
ExecutionTraceBasedSession(String) - Constructor for class kieker.tools.trace.analysis.systemModel.ExecutionTraceBasedSession
Creates a new execution trace-based session with the given session ID.
ExecutionTraceWriterFilter - Class in kieker.tools.trace.analysis.filter.traceWriter
This class has exactly one input port named "in".
ExecutionTraceWriterFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.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
 
EXPERIMENT_ID - Static variable in class kieker.monitoring.core.configuration.ConfigurationKeys
 
EXPERIMENT_ID - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
ExplorVizTcpWriter - Class in kieker.monitoring.writer.explorviz
 
ExplorVizTcpWriter(Configuration) - Constructor for class kieker.monitoring.writer.explorviz.ExplorVizTcpWriter
Create explorviz writer.
exportConfiguration - Variable in class kieker.analysisteetime.util.graph.export.dot.DotWriterStage
 
extension - Variable in class kieker.monitoring.writer.filesystem.AbstractLogStreamHandler
 
extract(ComponentType) - Method in interface kieker.analysisteetime.signature.IComponentSignatureExtractor
 
extract(OperationType) - Method in interface kieker.analysisteetime.signature.IOperationSignatureExtractor
 
extract(ComponentType) - Method in class kieker.analysisteetime.signature.JavaComponentSignatureExtractor
 
extract(OperationType) - Method in class kieker.analysisteetime.signature.JavaOperationSignatureExtractor
 

F

failed - Variable in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
The cached value of the 'Failed' attribute.
FAILED_CAUSE_EDEFAULT - Static variable in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
The default value of the 'Failed Cause' attribute.
FAILED_EDEFAULT - Static variable in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
The default value of the 'Failed' attribute.
failedCause - Variable in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
The cached value of the 'Failed Cause' attribute.
FIFTEEN_MIN_LOAD_AVERAGE - Static variable in class kieker.common.record.system.LoadAverageRecord
 
FILE_PATH_EDEFAULT - Static variable in class kieker.analysis.model.analysisMetaModel.impl.MDependency
The default value of the 'File Path' attribute.
FILE_PREFIX - Static variable in class kieker.common.util.filesystem.FSUtil
The prefix of Kieker's record files.
FileExtension - Enum in kieker.analysisteetime.util.graph.util
Enumeration for file extensions.
FileExtensionFilter - Class in kieker.common.util.filesystem
File extension filters.
FileExtensionFilter(String) - Constructor for class kieker.common.util.filesystem.FileExtensionFilter
create filename filter.
fileListToStringArray(List<File>) - Static method in class kieker.tools.common.ConvertLegacyValues
JCommander and modern service infrastructure passes file properties as files, but old filters expect them as strings.
filePath - Variable in class kieker.analysis.model.analysisMetaModel.impl.MDependency
The cached value of the 'File Path' attribute.
FileWriter - Class in kieker.monitoring.writer.filesystem
Generic file writer which can be used to write any type of serialization.
FileWriter(Configuration) - Constructor for class kieker.monitoring.writer.filesystem.FileWriter
Create a generic file writer.
fillStringBuilderWithMessage(StringBuilder, LogRecord) - Method in class kieker.common.logging.SimpleConsoleLoggingFormatter
Populates the string builder with logging information.
fillStringBuilderWithMessage(StringBuilder, LogRecord) - Method in class kieker.common.logging.SimpleFileLoggingFormatter
Populates the string builder with logging information.
FILTER - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The meta object id for the 'Filter' class.
FILTER - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Filter' class.
FILTER__CLASSNAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Classname' attribute.
FILTER__DISPLAYS - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Displays' containment reference list.
FILTER__ID - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Id' attribute.
FILTER__INPUT_PORTS - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Input Ports' containment reference list.
FILTER__INPUT_PORTS - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Input Ports' containment reference list feature.
FILTER__NAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Name' attribute.
FILTER__OUTPUT_PORTS - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Output Ports' containment reference list.
FILTER__PROPERTIES - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Properties' containment reference list.
FILTER__REPOSITORIES - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Repositories' containment reference list.
FILTER_FEATURE_COUNT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The number of structural features of the 'Filter' class.
FilterStage<T> - Class in kieker.analysisteetime.util.stage
This stage filters incoming objects and forwards only those which meet the given predicate.
FilterStage(Predicate<T>) - Constructor for class kieker.analysisteetime.util.stage.FilterStage
 
findDecompressionFilterByExtension(String) - Static method in class kieker.analysis.plugin.reader.util.FSReaderUtil
 
findEventDeserializer(String) - Static method in class kieker.analysis.plugin.reader.util.FSReaderUtil
 
findInputPort(MIFilter, String) - Static method in class kieker.analysis.model.MetaModelHandler
Searches for an input port within the given plugin with the given name.
findMapDeserializer(String) - Static method in class kieker.analysis.plugin.reader.util.FSReaderUtil
 
findMappingFile(File) - Method in class kieker.analysisteetime.plugin.reader.filesystem.className.MappingFileParser
Deprecated.
 
findOutputPort(MIPlugin, String) - Static method in class kieker.analysis.model.MetaModelHandler
Searches for an output port within the given plugin with the given name.
finish() - Method in class kieker.analysisteetime.util.graph.util.dot.DotGraphWriter
 
firstTimestamp - Variable in class kieker.toolsteetime.currentTimeEventGenerator.AbstractCurrentTimeEventGenerationFilter
Timestamp of the record that was received first.
FIVE_MIN_LOAD_AVERAGE - Static variable in class kieker.common.record.system.LoadAverageRecord
 
FlatGraphTraverser - Class in kieker.analysisteetime.util.graph.traversal
 
FlatGraphTraverser() - Constructor for class kieker.analysisteetime.util.graph.traversal.FlatGraphTraverser
 
FlatGraphTraverser(List<IVertexVisitor>, List<IEdgeVisitor>) - Constructor for class kieker.analysisteetime.util.graph.traversal.FlatGraphTraverser
 
FlatGraphTraverser(IVertexVisitor, IEdgeVisitor) - Constructor for class kieker.analysisteetime.util.graph.traversal.FlatGraphTraverser
 
flatten(IGraph) - Method in interface kieker.analysisteetime.util.graph.flattening.IGraphFlattener
 
flatten(IGraph) - Method in class kieker.analysisteetime.util.graph.flattening.TopLevelFlattener
 
flatten(Configuration) - Method in class kieker.common.configuration.Configuration
Flattens the Properties hierarchies and returns a new Configuration object.
flatten() - Method in class kieker.common.configuration.Configuration
Flattens the Properties hierarchies and returns a new Configuration object.
flattenInPlace() - Method in class kieker.common.configuration.Configuration
Flattens the Properties hierarchies with this Configuration.
FLOAT_VALUE - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The meta object id for the 'Float Value' class.
FLOAT_VALUE - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Float Value' class.
FLOAT_VALUE__MEASUREMENT - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Measurement' attribute.
FLOAT_VALUE__MEASUREMENT - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Measurement' attribute feature.
FLOAT_VALUE__TIMESTAMP - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Timestamp' attribute.
FLOAT_VALUE_FEATURE_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The number of structural features of the 'Float Value' class.
FLOAT_VALUE_OPERATION_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The number of operations of the 'Float Value' class.
FloatValue - Interface in kieker.analysisteetime.model.analysismodel.statistics
A representation of the model object 'Float Value'.
FloatValueImpl - Class in kieker.analysisteetime.model.analysismodel.statistics.impl
An implementation of the model object 'Float Value'.
FloatValueImpl() - Constructor for class kieker.analysisteetime.model.analysismodel.statistics.impl.FloatValueImpl
 
flush() - Method in class kieker.analysisteetime.util.graph.util.IndentWriter
 
flushBuffer(ByteBuffer, WritableByteChannel, Logger) - Static method in class kieker.monitoring.writer.WriterUtil
 
flushLogFile - Variable in class kieker.monitoring.writer.filesystem.AbstractLogStreamHandler
 
forDouble() - Static method in class kieker.analysisteetime.util.RunningMedian
 
forInteger() - Static method in class kieker.analysisteetime.util.RunningMedian
 
forJava() - Static method in class kieker.analysisteetime.signature.SignatureExtractor
 
forJavaFull() - Static method in class kieker.analysisteetime.signature.NameBuilder
 
forJavaShort() - Static method in class kieker.analysisteetime.signature.NameBuilder
 
forJavaShortOperations() - Static method in class kieker.analysisteetime.signature.NameBuilder
 
forLong() - Static method in class kieker.analysisteetime.util.RunningMedian
 
format(LogRecord) - Method in class kieker.common.logging.SimpleConsoleLoggingFormatter
 
format(LogRecord) - Method in class kieker.common.logging.SimpleFileLoggingFormatter
 
FORMAT_IDENTIFIER - Static variable in class kieker.analysis.plugin.reader.newio.deserializer.BinaryDeserializer
Format identifier.
FORMAT_IDENTIFIER - Static variable in class kieker.monitoring.writer.serializer.BinarySerializer
Format identifier.
formatDecorations(StringBuilder, AbstractVertex<?, ?, ?>) - Static method in class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFormatter
Utility function to format the decorations attached to a vertex.
formatDependencyGraph(G, boolean, boolean, boolean) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
The inheriting classes should implement this method to encapsulate the concrete graph formatting.
formatDependencyGraph(ComponentAllocationDependencyGraph, boolean, boolean, boolean) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ComponentAllocationDependencyGraphFormatter
 
formatDependencyGraph(ComponentAssemblyDependencyGraph, boolean, boolean, boolean) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ComponentAssemblyDependencyGraphFormatter
 
formatDependencyGraph(ContainerDependencyGraph, boolean, boolean, boolean) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ContainerDependencyGraphFormatter
 
formatDependencyGraph(OperationAllocationDependencyGraph, boolean, boolean, boolean) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationAllocationDependencyGraphFormatter
 
formatDependencyGraph(OperationAssemblyDependencyGraph, boolean, boolean, boolean) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationAssemblyDependencyGraphFormatter
 
formatGraph(G, boolean, boolean, boolean) - Method in class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFormatter
This method encapsulates the concrete graph formatting.
formatGraph(G, boolean, boolean, boolean) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
 
FormatIdentifier - Enum in kieker.common.util.dataformat
Format identifiers used by Kieker.
ForwardOnTriggerStage<T> - Class in kieker.analysisteetime.util.stage.trigger
Stage that queues all incoming elements and forwards them when receiving Trigger.
ForwardOnTriggerStage() - Constructor for class kieker.analysisteetime.util.stage.trigger.ForwardOnTriggerStage
 
ForwardOnTriggerStage(ForwardOnTriggerStage.SendStrategy) - Constructor for class kieker.analysisteetime.util.stage.trigger.ForwardOnTriggerStage
 
ForwardOnTriggerStage.SendStrategy - Enum in kieker.analysisteetime.util.stage.trigger
 
fromStringArrayToTypedArray2(String[], Class<?>[]) - Static method in class kieker.common.record.AbstractMonitoringRecord
This helper method converts the given array with string objects into an array containing objects from the specified type.
fromValue(String) - Static method in enum org.graphdrawing.graphml.EndpointTypeType
 
fromValue(String) - Static method in enum org.graphdrawing.graphml.GraphEdgedefaultType
 
fromValue(String) - Static method in enum org.graphdrawing.graphml.GraphEdgeidsType
 
fromValue(String) - Static method in enum org.graphdrawing.graphml.GraphNodeidsType
 
fromValue(String) - Static method in enum org.graphdrawing.graphml.GraphOrderType
 
fromValue(String) - Static method in enum org.graphdrawing.graphml.KeyForType
 
fromValue(String) - Static method in enum org.graphdrawing.graphml.KeyTypeType
 
FSDirectoryReader - Class in kieker.analysisteetime.plugin.reader.filesystem.fsReader
Deprecated.
since 1.15 removed 1.16
FSDirectoryReader(File, IMonitoringRecordReceiver, boolean) - Constructor for class kieker.analysisteetime.plugin.reader.filesystem.fsReader.FSDirectoryReader
Deprecated.
Creates a new instance of this class.
FSReader - Class in kieker.analysis.plugin.reader.filesystem
Filesystem reader which reads from multiple directories simultaneously ordered by the logging timestamp.
FSReader(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.reader.filesystem.FSReader
Creates a new instance of this class using the given parameters.
FSReader - Class in kieker.analysisteetime.plugin.reader.filesystem.fsReader
Deprecated.
since 1.15 removed 1.16
FSReader(String[], boolean) - Constructor for class kieker.analysisteetime.plugin.reader.filesystem.fsReader.FSReader
Deprecated.
Creates an instance of this class using the given parameters.
FSReaderUtil - Class in kieker.analysis.plugin.reader.util
This class is used during refactoring and architecture evolution to keep all readers running.
FSUtil - Class in kieker.common.util.filesystem
 
FSZipReader - Class in kieker.analysis.plugin.reader.filesystem
Reads the contents of a single zip file and passes the records to the registered receiver of type IMonitoringRecordReceiver.
FSZipReader(File, IMonitoringRecordReceiver, boolean) - Constructor for class kieker.analysis.plugin.reader.filesystem.FSZipReader
Creates a new instance of this class.
FSZipReader - Class in kieker.analysisteetime.plugin.reader.filesystem.fsReader
Deprecated.
since 1.15 removed 1.16
FSZipReader(File, IMonitoringRecordReceiver, boolean) - Constructor for class kieker.analysisteetime.plugin.reader.filesystem.fsReader.FSZipReader
Deprecated.
Creates a new instance of this class.
Fullinstrumentation - Class in kieker.monitoring.probe.aspectj.database
 
Fullinstrumentation() - Constructor for class kieker.monitoring.probe.aspectj.database.Fullinstrumentation
Default constructor.
FullInstrumentation - Class in kieker.monitoring.probe.aspectj.flow.construction
 
FullInstrumentation() - Constructor for class kieker.monitoring.probe.aspectj.flow.construction.FullInstrumentation
Default constructor.
FullInstrumentation - Class in kieker.monitoring.probe.aspectj.flow.constructorCall
 
FullInstrumentation() - Constructor for class kieker.monitoring.probe.aspectj.flow.constructorCall.FullInstrumentation
Default constructor.
FullInstrumentation - Class in kieker.monitoring.probe.aspectj.flow.constructorCallObject
 
FullInstrumentation() - Constructor for class kieker.monitoring.probe.aspectj.flow.constructorCallObject.FullInstrumentation
Default constructor.
FullInstrumentation - Class in kieker.monitoring.probe.aspectj.flow.constructorExecution
 
FullInstrumentation() - Constructor for class kieker.monitoring.probe.aspectj.flow.constructorExecution.FullInstrumentation
Default constructor.
FullInstrumentation - Class in kieker.monitoring.probe.aspectj.flow.constructorExecutionObject
 
FullInstrumentation() - Constructor for class kieker.monitoring.probe.aspectj.flow.constructorExecutionObject.FullInstrumentation
Default constructor.
FullInstrumentation - Class in kieker.monitoring.probe.aspectj.flow.constructorExecutionObjectInterface
 
FullInstrumentation() - Constructor for class kieker.monitoring.probe.aspectj.flow.constructorExecutionObjectInterface.FullInstrumentation
Default constructor.
FullInstrumentation - Class in kieker.monitoring.probe.aspectj.flow.operationCall
 
FullInstrumentation() - Constructor for class kieker.monitoring.probe.aspectj.flow.operationCall.FullInstrumentation
Default constructor.
FullInstrumentation - Class in kieker.monitoring.probe.aspectj.flow.operationCallObject
 
FullInstrumentation() - Constructor for class kieker.monitoring.probe.aspectj.flow.operationCallObject.FullInstrumentation
Default constructor.
FullInstrumentation - Class in kieker.monitoring.probe.aspectj.flow.operationExecution
 
FullInstrumentation() - Constructor for class kieker.monitoring.probe.aspectj.flow.operationExecution.FullInstrumentation
Default constructor.
FullInstrumentation - Class in kieker.monitoring.probe.aspectj.flow.operationExecutionObject
 
FullInstrumentation() - Constructor for class kieker.monitoring.probe.aspectj.flow.operationExecutionObject.FullInstrumentation
Default constructor.
FullInstrumentation - Class in kieker.monitoring.probe.aspectj.flow.operationExecutionObjectInterface
 
FullInstrumentation() - Constructor for class kieker.monitoring.probe.aspectj.flow.operationExecutionObjectInterface.FullInstrumentation
Default constructor.
FullInstrumentation - Class in kieker.monitoring.probe.disl.flow.operationExecution
 
FullInstrumentation() - Constructor for class kieker.monitoring.probe.disl.flow.operationExecution.FullInstrumentation
 
FullInstrumentationNoGetterAndSetter - Class in kieker.monitoring.probe.aspectj.flow.operationCall
 
FullInstrumentationNoGetterAndSetter() - Constructor for class kieker.monitoring.probe.aspectj.flow.operationCall.FullInstrumentationNoGetterAndSetter
Default constructor.
FullInstrumentationNoGetterAndSetter - Class in kieker.monitoring.probe.aspectj.flow.operationCallObject
 
FullInstrumentationNoGetterAndSetter() - Constructor for class kieker.monitoring.probe.aspectj.flow.operationCallObject.FullInstrumentationNoGetterAndSetter
Default constructor.
FullInstrumentationNoGetterAndSetter - Class in kieker.monitoring.probe.aspectj.flow.operationExecution
 
FullInstrumentationNoGetterAndSetter() - Constructor for class kieker.monitoring.probe.aspectj.flow.operationExecution.FullInstrumentationNoGetterAndSetter
Default constructor.
FullInstrumentationNoGetterAndSetter - Class in kieker.monitoring.probe.aspectj.flow.operationExecutionObject
 
FullInstrumentationNoGetterAndSetter() - Constructor for class kieker.monitoring.probe.aspectj.flow.operationExecutionObject.FullInstrumentationNoGetterAndSetter
Default constructor.
FullInstrumentationNoGetterAndSetter - Class in kieker.monitoring.probe.aspectj.flow.operationExecutionObjectInterface
 
FullInstrumentationNoGetterAndSetter() - Constructor for class kieker.monitoring.probe.aspectj.flow.operationExecutionObjectInterface.FullInstrumentationNoGetterAndSetter
Default constructor.
FullReponseTimeStatisticsStage - Class in kieker.analysisteetime.statistics
 
FullReponseTimeStatisticsStage(StatisticsModel, Function<OperationCall, Object>) - Constructor for class kieker.analysisteetime.statistics.FullReponseTimeStatisticsStage
 
FullStatisticsDecoratorStage<T> - Class in kieker.analysisteetime.statistics
 
FullStatisticsDecoratorStage(StatisticsModel, IUnit, Function<T, Long>, Function<T, Object>) - Constructor for class kieker.analysisteetime.statistics.FullStatisticsDecoratorStage
 
FunctionStage<I,O> - Class in kieker.analysisteetime.util.stage
Stage that maps the elements from its input port to its output port by using a Function.
FunctionStage(Function<I, O>) - Constructor for class kieker.analysisteetime.util.stage.FunctionStage
 

G

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.
GCDisplayFilter - Class in kieker.analysis.sink.display
 
GCDisplayFilter(int, TimeUnit) - Constructor for class kieker.analysis.sink.display.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(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) - Static method in enum kieker.analysisteetime.model.analysismodel.statistics.PredefinedUnits
Returns the 'Predefined Units' literal with the specified literal value.
get(int) - Static method in enum kieker.analysisteetime.model.analysismodel.statistics.PredefinedUnits
Returns the 'Predefined Units' literal with the specified integer value.
get(File) - Method in class kieker.analysisteetime.plugin.reader.filesystem.className.ClassNameRegistryRepository
Deprecated.
 
get(Object) - Method in class kieker.analysisteetime.statistics.StatisticsModel
 
get(K) - Method in class kieker.analysisteetime.util.emf.EReferenceIndex
 
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(long) - Method in class kieker.common.registry.reader.ReaderRegistry
Get registry entry matching the key.
getAggregatedInvocation() - Method in interface kieker.analysisteetime.model.analysismodel.execution.ExecutionPackage
Returns the meta object for class 'Aggregated Invocation'.
getAggregatedInvocation() - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.ExecutionPackageImpl
 
getAggregatedInvocation_Source() - Method in interface kieker.analysisteetime.model.analysismodel.execution.ExecutionPackage
Returns the meta object for the reference 'Source'.
getAggregatedInvocation_Source() - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.ExecutionPackageImpl
 
getAggregatedInvocation_Target() - Method in interface kieker.analysisteetime.model.analysismodel.execution.ExecutionPackage
Returns the meta object for the reference 'Target'.
getAggregatedInvocation_Target() - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.ExecutionPackageImpl
 
getAggregatedInvocations() - Method in interface kieker.analysisteetime.model.analysismodel.execution.ExecutionModel
Returns the value of the 'Aggregated Invocations' map.
getAggregatedInvocations() - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.ExecutionModelImpl
 
getAggregatedTrace() - Method in class kieker.analysisteetime.trace.aggregation.AggregatedTraceWrapper
 
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.trace.analysis.systemModel.Execution
 
getAllocationComponent() - Method in class kieker.tools.trace.analysis.systemModel.util.AllocationComponentOperationPair
 
getAllocationComponentInstances() - Method in class kieker.tools.trace.analysis.systemModel.repository.AllocationRepository
 
getAllocationFactory() - Method in class kieker.tools.trace.analysis.systemModel.repository.SystemModelRepository
 
getAllocationPairFactory() - Method in class kieker.tools.trace.analysis.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.
getAllPatternParameters(String) - Method in interface kieker.monitoring.core.controller.IProbeController
Looks up the parameters for a probe /the pattern of the probe and returns them, may be null.
getAllPatternParameters(String) - Method in class kieker.monitoring.core.controller.MonitoringController
 
getAllPatternParameters(String) - Method in class kieker.monitoring.core.controller.ProbeController
Looks up the parameters for a probe /the pattern of the probe and returns them, may be null.
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
Returns the meta object for class 'Analysis Component'.
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.
getAnalysismodelFactory() - Method in interface kieker.analysisteetime.model.analysismodel.AnalysismodelPackage
Returns the factory that creates the instances of the model.
getAnalysismodelFactory() - Method in class kieker.analysisteetime.model.analysismodel.impl.AnalysismodelPackageImpl
 
getAnalysismodelPackage() - Method in interface kieker.analysisteetime.model.analysismodel.AnalysismodelFactory
Returns the package supported by this factory.
getAnalysismodelPackage() - Method in class kieker.analysisteetime.model.analysismodel.impl.AnalysismodelFactoryImpl
 
getAndIncrementNextId() - Method in class kieker.tools.trace.analysis.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.
getApplicationName() - Method in class kieker.common.record.flow.trace.ApplicationTraceMetadata
 
getApplicationName() - Method in class kieker.common.record.misc.HostApplicationMetaData
 
getApplicationName() - Method in interface kieker.monitoring.core.controller.IMonitoringController
This method returns the application name stored in the controller.
getApplicationName() - Method in class kieker.monitoring.core.controller.MonitoringController
 
getApplicationName() - Method in class kieker.monitoring.core.controller.StateController
 
getAssemblyComponent() - Method in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyOperation
 
getAssemblyComponent() - Method in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for class 'Component'.
getAssemblyComponent() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyOperationImpl
 
getAssemblyComponent() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyPackageImpl
 
getAssemblyComponent() - Method in interface kieker.analysisteetime.model.analysismodel.deployment.DeployedComponent
Returns the value of the 'Assembly Component' reference.
getAssemblyComponent() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeployedComponentImpl
 
getAssemblyComponent() - Method in class kieker.tools.trace.analysis.systemModel.AllocationComponent
 
getAssemblyComponent() - Method in class kieker.tools.trace.analysis.systemModel.util.AssemblyComponentOperationPair
 
getAssemblyComponent_AssemblyOperations() - Method in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for the map 'Assembly Operations'.
getAssemblyComponent_AssemblyOperations() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyPackageImpl
 
getAssemblyComponent_ComponentType() - Method in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for the reference 'Component Type'.
getAssemblyComponent_ComponentType() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyPackageImpl
 
getAssemblyComponentInstances() - Method in class kieker.tools.trace.analysis.systemModel.repository.AssemblyRepository
Delivers all available assembly component instances.
getAssemblyComponents() - Method in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyModel
Returns the value of the 'Assembly Components' map.
getAssemblyComponents() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyModelImpl
 
getAssemblyFactory() - Method in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
Returns the factory that creates the instances of the model.
getAssemblyFactory() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyPackageImpl
 
getAssemblyFactory() - Method in class kieker.tools.trace.analysis.systemModel.repository.SystemModelRepository
 
getAssemblyModel() - Method in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for class 'Model'.
getAssemblyModel() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyPackageImpl
 
getAssemblyModel() - Method in class kieker.analysisteetime.model.StaticModelsAssemblerStage
 
getAssemblyModel_AssemblyComponents() - Method in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for the map 'Assembly Components'.
getAssemblyModel_AssemblyComponents() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyPackageImpl
 
getAssemblyOperation() - Method in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for class 'Operation'.
getAssemblyOperation() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyPackageImpl
 
getAssemblyOperation() - Method in interface kieker.analysisteetime.model.analysismodel.deployment.DeployedOperation
Returns the value of the 'Assembly Operation' reference.
getAssemblyOperation() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeployedOperationImpl
 
getAssemblyOperation__GetAssemblyComponent() - Method in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for the 'Get Assembly Component' operation.
getAssemblyOperation__GetAssemblyComponent() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyPackageImpl
 
getAssemblyOperation_OperationType() - Method in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for the reference 'Operation Type'.
getAssemblyOperation_OperationType() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyPackageImpl
 
getAssemblyOperations() - Method in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyComponent
Returns the value of the 'Assembly Operations' map.
getAssemblyOperations() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyComponentImpl
 
getAssemblyPackage() - Method in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyFactory
Returns the package supported by this factory.
getAssemblyPackage() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyFactoryImpl
 
getAssemblyPairFactory() - Method in class kieker.tools.trace.analysis.systemModel.repository.SystemModelRepository
 
getAssumedIncomingDependencies() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
 
getAssumedOutgoingDependencies() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
 
getAttrName() - Method in class org.graphdrawing.graphml.KeyType
Gets the value of the attrName property.
getAttrType() - Method in class org.graphdrawing.graphml.KeyType
Gets the value of the attrType property.
getAverageResponseTime() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ResponseTimeDecoration
Returns the average response time (in ms) registered by this decoration.
getBegin() - Method in class kieker.analysisteetime.util.timeseries.TimeSeries
Returns the first/earliest point of this time series, or if this time series is empty.
getBeginTimestamp() - Method in class kieker.analysisteetime.recordreading.BeginEndOfMonitoringDetector
 
getBoolean() - Method in class kieker.common.record.io.BinaryValueDeserializer
 
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.JsonArrayValueDeserializer
 
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
 
getBuffer() - Method in class kieker.analysis.source.tcp.Connection
 
getByFileExtension(String) - Static method in enum kieker.common.util.filesystem.BinaryCompressionMethod
Deprecated.
This method tries to search for a suitable compression method using the extension of the file.
getByName(String) - Static method in enum kieker.analysisteetime.model.analysismodel.statistics.PredefinedUnits
Returns the 'Predefined Units' literal with the specified name.
getByte() - Method in class kieker.common.record.io.BinaryValueDeserializer
 
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.JsonArrayValueDeserializer
 
getByte() - 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
 
getCallerOrderIndex() - Method in class kieker.common.record.flow.trace.BeforeReceivedRemoteEvent
 
getCallerTraceId() - Method in class kieker.common.record.flow.trace.BeforeReceivedRemoteEvent
 
getCapacity() - Method in class kieker.analysisteetime.util.timeseries.BoundedTimeSeries
 
getCause() - Method in class kieker.common.record.database.DatabaseFailedEvent
 
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
 
getChannel() - Method in class kieker.analysis.source.tcp.Connection
 
getChar() - Method in class kieker.common.record.io.BinaryValueDeserializer
 
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.JsonArrayValueDeserializer
 
getChar() - Method in class kieker.common.record.io.TextValueDeserializer
 
getChildContainers() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionContainer
Delivers a collection containing the added child containers.
getChildEdges() - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeNode
Delivers the child edges.
getChildGraph() - Method in interface kieker.analysisteetime.util.graph.IVertex
 
getChildren() - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
 
getChildren() - Method in interface kieker.analysisteetime.model.analysismodel.trace.OperationCall
Returns the value of the 'Children' reference list.
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.
getClassName() - Method in exception kieker.common.exception.UnknownRecordTypeException
 
getClassNameRegistryRepository() - Method in class kieker.analysisteetime.plugin.reader.filesystem.className.ClassNameRegistryCreationFilter
Deprecated.
 
getClassNameRegistryRepository() - Method in class kieker.analysisteetime.plugin.reader.filesystem.Dir2RecordsFilter
Deprecated.
 
getClassNameRegistryRepository() - Method in class kieker.analysisteetime.plugin.reader.filesystem.format.binary.DirWithBin2RecordFilter
Deprecated.
 
getClassNameRegistryRepository() - Method in class kieker.analysisteetime.plugin.reader.filesystem.format.binary.file.BinaryFile2RecordFilter
Deprecated.
 
getClassSignature() - Method in class kieker.common.record.database.AfterDatabaseEvent
 
getClassSignature() - Method in class kieker.common.record.database.BeforeDatabaseEvent
 
getClassSignature() - Method in class kieker.common.record.database.DatabaseFailedEvent
 
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
 
getClusterAttributes() - Method in class kieker.analysisteetime.util.graph.export.dot.DotExportConfiguration
 
getCollectionCount() - Method in class kieker.common.record.jvm.GCRecord
 
getCollectionTimeMS() - Method in class kieker.common.record.jvm.GCRecord
 
getCollisionColor() - Method in class kieker.tools.trace.analysis.repository.TraceColorRepository
Returns the color to use for elements for which no unique color can be determined.
getColor() - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraphElement
Returns this graph element's color.
getColorMap() - Method in class kieker.tools.trace.analysis.repository.TraceColorRepository
Returns the color map stored in this repository.
getCombinedPerc() - Method in class kieker.monitoring.sampler.oshi.samplers.CPUsDetailedPercConverter
 
getComponent() - Method in interface kieker.analysisteetime.model.analysismodel.deployment.DeployedOperation
 
getComponent() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeployedOperationImpl
 
getComponentNameBuilder() - Method in class kieker.analysisteetime.signature.NameBuilder
 
getComponents() - Method in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentContext
Returns the value of the 'Components' map.
getComponents() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentContextImpl
 
getComponentSignatureExtractor() - Method in class kieker.analysisteetime.signature.SignatureExtractor
 
getComponentType() - Method in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyComponent
Returns the value of the 'Component Type' reference.
getComponentType() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyComponentImpl
 
getComponentType() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.OperationTypeImpl
 
getComponentType() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.TypePackageImpl
 
getComponentType() - Method in interface kieker.analysisteetime.model.analysismodel.type.OperationType
 
getComponentType() - Method in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
Returns the meta object for class 'Component Type'.
getComponentType() - Method in class kieker.tools.trace.analysis.systemModel.Operation
Delivers the component type of the operation.
getComponentType_Name() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.TypePackageImpl
 
getComponentType_Name() - Method in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
Returns the meta object for the attribute 'Name'.
getComponentType_Package() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.TypePackageImpl
 
getComponentType_Package() - Method in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
Returns the meta object for the attribute 'Package'.
getComponentType_ProvidedOperations() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.TypePackageImpl
 
getComponentType_ProvidedOperations() - Method in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
Returns the meta object for the map 'Provided Operations'.
getComponentType_Signature() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.TypePackageImpl
 
getComponentType_Signature() - Method in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
Returns the meta object for the attribute 'Signature'.
getComponentTypes() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.TypeModelImpl
 
getComponentTypes() - Method in interface kieker.analysisteetime.model.analysismodel.type.TypeModel
Returns the value of the 'Component Types' map.
getComponentTypes() - Method in class kieker.tools.trace.analysis.systemModel.repository.TypeRepository
Returns a collection of all registered component types.
getComposedKey() - Method in interface kieker.analysisteetime.model.analysismodel.AnalysismodelPackage
Returns the meta object for data type 'Composed Key'.
getComposedKey() - Method in class kieker.analysisteetime.model.analysismodel.impl.AnalysismodelPackageImpl
 
getConfiguration() - Method in exception kieker.analysis.exception.PluginNotFoundException
 
getConfigurationFile() - Method in class kieker.tools.common.AbstractLegacyTool
Method returning the configuration file handle.
getConfigurationName() - Method in class kieker.tools.trace.analysis.filter.AbstractGraphProducingFilter
Returns this filter's configuration name.
getConfigurationName() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ComponentDependencyGraphAllocationFilter
Returns this filter's configuration name.
getConfigurationName() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ComponentDependencyGraphAssemblyFilter
Returns this filter's configuration name.
getConfigurationName() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ContainerDependencyGraphFilter
Returns this filter's configuration name.
getConfigurationName() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationDependencyGraphAllocationFilter
Returns this filter's configuration name.
getConfigurationName() - Method in class kieker.tools.trace.analysis.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.
getContainedOperations() - Method in interface kieker.analysisteetime.model.analysismodel.deployment.DeployedComponent
Returns the value of the 'Contained Operations' map.
getContainedOperations() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeployedComponentImpl
 
getContainedTraces() - Method in class kieker.tools.trace.analysis.systemModel.AbstractSession
 
getContent() - Method in class org.graphdrawing.graphml.DataExtensionType
Extension mechanism for the content of and .
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
getControllerDomain() - Method in interface kieker.monitoring.core.controller.IRemoteController
 
getControllerDomain() - Method in class kieker.monitoring.core.controller.JMXController
 
getControllerDomain() - Method in class kieker.monitoring.core.controller.MonitoringController
 
getControllerDomain() - Method in class kieker.monitoring.core.controller.TCPController
 
getControllerName() - Method in class kieker.common.record.misc.KiekerMetadataRecord
 
getCOPYRIGHT() - Static method in class kieker.common.util.Version
Returns the version String.
getCoreIndex() - Method in class kieker.monitoring.sampler.oshi.samplers.CPUsDetailedPercConverter
 
getCount() - Method in class kieker.analysis.plugin.filter.flow.TraceEventRecords
 
getCount() - Method in class kieker.analysis.sink.DataSinkStage
 
getCount() - Method in class kieker.analysis.sink.NullStage
 
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
Deprecated.
 
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.trace.analysis.filter.AbstractTraceAnalysisFilter
 
getCurrentConfiguration() - Method in class kieker.tools.trace.analysis.filter.flow.EventRecordTraceCounter
 
getCurrentConfiguration() - Method in class kieker.tools.trace.analysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
This method should deliver a Configuration object containing the current configuration of this instance.
getCurrentConfiguration() - Method in class kieker.tools.trace.analysis.filter.sessionReconstruction.SessionReconstructionFilter
This method should deliver a Configuration object containing the current configuration of this instance.
getCurrentConfiguration() - Method in class kieker.tools.trace.analysis.filter.traceFilter.TraceEquivalenceClassFilter
This method should deliver a Configuration object containing the current configuration of this instance.
getCurrentConfiguration() - Method in class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
This method should deliver a Configuration object containing the current configuration of this instance.
getCurrentConfiguration() - Method in class kieker.tools.trace.analysis.filter.traceWriter.ExecutionTraceWriterFilter
This method should deliver a Configuration object containing the current configuration of this instance.
getCurrentConfiguration() - Method in class kieker.tools.trace.analysis.filter.traceWriter.InvalidExecutionTraceWriterFilter
This method should deliver a Configuration object containing the current configuration of this instance.
getCurrentConfiguration() - Method in class kieker.tools.trace.analysis.filter.traceWriter.MessageTraceWriterFilter
This method should deliver a Configuration object containing the current configuration of this instance.
getCurrentConfiguration() - Method in class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFilter
 
getCurrentConfiguration() - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
This method should deliver a Configuration object containing the current configuration of this instance.
getCurrentConfiguration() - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.TraceCallTreeFilter
This method should deliver a Configuration object containing the current configuration of this instance.
getCurrentConfiguration() - Method in class kieker.tools.trace.analysis.filter.visualization.GraphWriterPlugin
This method should deliver a Configuration object containing the current configuration of this instance.
getCurrentConfiguration() - Method in class kieker.tools.trace.analysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter
 
getCurrentConfiguration() - Method in class kieker.tools.trace.analysis.repository.DescriptionRepository
This method should deliver a Configuration object containing the current configuration of this instance.
getCurrentConfiguration() - Method in class kieker.tools.trace.analysis.repository.TraceColorRepository
This method should deliver a Configuration object containing the current configuration of this instance.
getCurrentConfiguration() - Method in class kieker.tools.trace.analysis.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.
getCurrentTimeRecordOutputPort() - Method in class kieker.toolsteetime.currentTimeEventGenerator.AbstractCurrentTimeEventGenerationFilter
 
getCurrentTimeValueOutputPort() - Method in class kieker.toolsteetime.currentTimeEventGenerator.AbstractCurrentTimeEventGenerationFilter
 
getDaemonThreadCount() - Method in class kieker.common.record.jvm.ThreadsStatusRecord
 
getData() - Method in class org.graphdrawing.graphml.EdgeType
Gets the value of the data property.
getDataInputStream(File, int) - Method in enum kieker.common.util.filesystem.BinaryCompressionMethod
Deprecated.
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.
getDataOrEndpoint() - Method in class org.graphdrawing.graphml.HyperedgeType
Gets the value of the dataOrEndpoint property.
getDataOrNodeOrEdge() - Method in class org.graphdrawing.graphml.GraphType
Gets the value of the dataOrNodeOrEdge property.
getDataOrPort() - Method in class org.graphdrawing.graphml.NodeType
Gets the value of the dataOrPort property.
getDataOrPort() - Method in class org.graphdrawing.graphml.PortType
Gets the value of the dataOrPort property.
getDataOutputStream(File, int) - Method in enum kieker.common.util.filesystem.BinaryCompressionMethod
Deprecated.
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.trace.analysis.filter.visualization.graph.AbstractVertex
Returns the decoration of this vertex of the given type.
getDecorations() - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractVertex
Returns all decorations of this vertex.
getDefault() - Method in class org.graphdrawing.graphml.KeyType
Gets the value of the default property.
getDefaultColor() - Method in class kieker.tools.trace.analysis.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.
getDefaultEdgeAttributes() - Method in class kieker.analysisteetime.util.graph.export.dot.DotExportConfiguration
 
getDefaultFileName() - Method in class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFormatter
Returns the default file name suggested by this formatter.
getDefaultFileName() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ComponentAllocationDependencyGraphFormatter
 
getDefaultFileName() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ComponentAssemblyDependencyGraphFormatter
 
getDefaultFileName() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ContainerDependencyGraphFormatter
 
getDefaultFileName() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationAllocationDependencyGraphFormatter
 
getDefaultFileName() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationAssemblyDependencyGraphFormatter
 
getDefaultNodeAttributes() - Method in class kieker.analysisteetime.util.graph.export.dot.DotExportConfiguration
 
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
Returns the meta object for class 'Dependency'.
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'.
getDeployedComponent() - Method in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for class 'Deployed Component'.
getDeployedComponent() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentPackageImpl
 
getDeployedComponent__GetDeploymentContext() - Method in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the 'Get Deployment Context' operation.
getDeployedComponent__GetDeploymentContext() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentPackageImpl
 
getDeployedComponent_AssemblyComponent() - Method in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the reference 'Assembly Component'.
getDeployedComponent_AssemblyComponent() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentPackageImpl
 
getDeployedComponent_ContainedOperations() - Method in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the map 'Contained Operations'.
getDeployedComponent_ContainedOperations() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentPackageImpl
 
getDeployedOperation() - Method in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for class 'Deployed Operation'.
getDeployedOperation() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentPackageImpl
 
getDeployedOperation__GetComponent() - Method in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the 'Get Component' operation.
getDeployedOperation__GetComponent() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentPackageImpl
 
getDeployedOperation_AssemblyOperation() - Method in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the reference 'Assembly Operation'.
getDeployedOperation_AssemblyOperation() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentPackageImpl
 
getDeployedOperationsPairToAggregatedInvocationMapEntry() - Method in interface kieker.analysisteetime.model.analysismodel.execution.ExecutionPackage
Returns the meta object for class 'Deployed Operations Pair To Aggregated Invocation Map Entry'.
getDeployedOperationsPairToAggregatedInvocationMapEntry() - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.ExecutionPackageImpl
 
getDeployedOperationsPairToAggregatedInvocationMapEntry_Key() - Method in interface kieker.analysisteetime.model.analysismodel.execution.ExecutionPackage
Returns the meta object for the attribute 'Key'.
getDeployedOperationsPairToAggregatedInvocationMapEntry_Key() - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.ExecutionPackageImpl
 
getDeployedOperationsPairToAggregatedInvocationMapEntry_Value() - Method in interface kieker.analysisteetime.model.analysismodel.execution.ExecutionPackage
Returns the meta object for the containment reference 'Value'.
getDeployedOperationsPairToAggregatedInvocationMapEntry_Value() - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.ExecutionPackageImpl
 
getDeploymentContext() - Method in interface kieker.analysisteetime.model.analysismodel.deployment.DeployedComponent
 
getDeploymentContext() - Method in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for class 'Context'.
getDeploymentContext() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeployedComponentImpl
 
getDeploymentContext() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentPackageImpl
 
getDeploymentContext_Components() - Method in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the map 'Components'.
getDeploymentContext_Components() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentPackageImpl
 
getDeploymentContext_Name() - Method in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the attribute 'Name'.
getDeploymentContext_Name() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentPackageImpl
 
getDeploymentContexts() - Method in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentModel
Returns the value of the 'Deployment Contexts' map.
getDeploymentContexts() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentModelImpl
 
getDeploymentFactory() - Method in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
Returns the factory that creates the instances of the model.
getDeploymentFactory() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentPackageImpl
 
getDeploymentModel() - Method in class kieker.analysisteetime.ExampleConfiguration
 
getDeploymentModel() - Method in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for class 'Model'.
getDeploymentModel() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentPackageImpl
 
getDeploymentModel() - Method in class kieker.analysisteetime.model.StaticModelsAssemblerStage
 
getDeploymentModel_DeploymentContexts() - Method in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the map 'Deployment Contexts'.
getDeploymentModel_DeploymentContexts() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentPackageImpl
 
getDeploymentPackage() - Method in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentFactory
Returns the package supported by this factory.
getDeploymentPackage() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentFactoryImpl
 
getDepth() - Method in interface kieker.analysisteetime.util.graph.IVertex
 
getDesc() - Method in class org.graphdrawing.graphml.EdgeType
Gets the value of the desc property.
getDesc() - Method in class org.graphdrawing.graphml.EndpointType
Gets the value of the desc property.
getDesc() - Method in class org.graphdrawing.graphml.GraphmlType
Gets the value of the desc property.
getDesc() - Method in class org.graphdrawing.graphml.GraphType
Gets the value of the desc property.
getDesc() - Method in class org.graphdrawing.graphml.HyperedgeType
Gets the value of the desc property.
getDesc() - Method in class org.graphdrawing.graphml.KeyType
Gets the value of the desc property.
getDesc() - Method in class org.graphdrawing.graphml.NodeType
Gets the value of the desc property.
getDesc() - Method in class org.graphdrawing.graphml.PortType
Gets the value of the desc property.
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.trace.analysis.filter.visualization.graph.AbstractGraphElement
Returns this graph element's description.
getDescriptionMap() - Method in class kieker.tools.trace.analysis.repository.DescriptionRepository
Returns the description map (node id -> description) contained in this repository.
getDesiredOriginRetentionPolicy() - Method in class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFilter
 
getDesiredOriginRetentionPolicy() - Method in class kieker.tools.trace.analysis.filter.visualization.descriptions.DescriptionDecoratorFilter
 
getDesiredOriginRetentionPolicy() - Method in class kieker.tools.trace.analysis.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
Returns the meta object for class 'Display Connector'.
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.trace.analysis.filter.visualization.AbstractGraphFormatter
Returns the dot (graphviz) representation of the given color.
getDouble() - Method in class kieker.common.record.io.BinaryValueDeserializer
 
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.JsonArrayValueDeserializer
 
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.analysisteetime.model.analysismodel.statistics.impl.StatisticsPackageImpl
 
getDoubleValue() - Method in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for class 'Double Value'.
getDoubleValue_Measurement() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsPackageImpl
 
getDoubleValue_Measurement() - Method in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for the attribute 'Measurement'.
getDuration() - Method in interface kieker.analysisteetime.model.analysismodel.AnalysismodelPackage
Returns the meta object for data type 'Duration'.
getDuration() - Method in class kieker.analysisteetime.model.analysismodel.impl.AnalysismodelPackageImpl
 
getDuration() - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
 
getDuration() - Method in interface kieker.analysisteetime.model.analysismodel.trace.OperationCall
Returns the value of the 'Duration' attribute.
getDuration() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Returns the duration of this (possibly incomplete) trace.
getDurRatioToParent() - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
 
getDurRatioToParent() - Method in interface kieker.analysisteetime.model.analysismodel.trace.OperationCall
Returns the value of the 'Dur Ratio To Parent' attribute.
getDurRatioToRootParent() - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
 
getDurRatioToRootParent() - Method in interface kieker.analysisteetime.model.analysismodel.trace.OperationCall
Returns the value of the 'Dur Ratio To Root Parent' attribute.
getEdge(Object) - Method in interface kieker.analysisteetime.util.graph.IGraph
 
getEdge(Object) - Method in class kieker.analysisteetime.util.graph.impl.GraphImpl
 
getEdgeAttributes() - Method in class kieker.analysisteetime.util.graph.export.dot.DotExportConfiguration
 
getEdgedefault() - Method in class org.graphdrawing.graphml.GraphType
Gets the value of the edgedefault property.
getEdges() - Method in interface kieker.analysisteetime.util.graph.IGraph
 
getEdges() - Method in class kieker.analysisteetime.util.graph.impl.GraphImpl
 
getEdges(Direction) - Method in interface kieker.analysisteetime.util.graph.IVertex
 
getEdgeVisitors() - Method in class kieker.analysisteetime.util.graph.traversal.AbstractGraphTraverser
 
getEMap() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
 
getEMap() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
 
getEMap() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
 
getEMap() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
 
getEMap() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
 
getEMap() - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.DeployedOperationsPairToAggregatedInvocationMapEntryImpl
 
getEMap() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
 
getEMap() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
 
getEnd() - Method in class kieker.analysisteetime.util.timeseries.TimeSeries
Returns the last/latest point of this time series, or if this time series is empty.
getEndTime() - Method in class kieker.tools.trace.analysis.systemModel.AbstractSession
 
getEndTimestamp() - Method in class kieker.analysisteetime.recordreading.BeginEndOfMonitoringDetector
 
getEndTimestamp() - Method in class kieker.tools.trace.analysis.systemModel.AbstractSession
Returns this trace's end timestamp.
getEndTimestamp() - Method in class kieker.tools.trace.analysis.systemModel.AbstractTrace
Returns this trace's end timestamp.
getEndTimestamp() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
 
getEndTimestamp() - Method in class kieker.tools.trace.analysis.systemModel.MessageTrace
 
getEntity() - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeNode
Delivers the stored entity.
getEntity() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
 
getEntries(String) - Method in class kieker.analysis.display.XYPlot
Delivers the entries for the given series.
getEnumeration(Class<T>) - Method in class kieker.common.record.io.BinaryValueDeserializer
 
getEnumeration(Class<T>) - Method in interface kieker.common.record.io.IValueDeserializer
Retrieves a Enumeration value from the underlying data source.
getEnumeration(Class<T>) - Method in class kieker.common.record.io.JsonArrayValueDeserializer
 
getEnumeration(Class<T>) - Method in class kieker.common.record.io.TextValueDeserializer
 
getEoi() - Method in class kieker.common.record.controlflow.OperationExecutionRecord
 
getEoi() - Method in class kieker.tools.trace.analysis.systemModel.Execution
 
getEquivalenceClassMap() - Method in class kieker.tools.trace.analysis.filter.traceFilter.TraceEquivalenceClassFilter
 
getErrorCount() - Method in class kieker.tools.trace.analysis.filter.AbstractTraceProcessingFilter
Delivers the number of traces which have not been processed successfully.
getErrorString(String, String) - Method in class kieker.tools.common.DateConverter
 
getEss() - Method in class kieker.common.record.controlflow.OperationExecutionRecord
 
getEss() - Method in class kieker.tools.trace.analysis.systemModel.Execution
 
getEStringToAssemblyComponentMapEntry() - Method in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for class 'EString To Assembly Component Map Entry'.
getEStringToAssemblyComponentMapEntry() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyPackageImpl
 
getEStringToAssemblyComponentMapEntry_Key() - Method in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for the attribute 'Key'.
getEStringToAssemblyComponentMapEntry_Key() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyPackageImpl
 
getEStringToAssemblyComponentMapEntry_Value() - Method in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for the containment reference 'Value'.
getEStringToAssemblyComponentMapEntry_Value() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyPackageImpl
 
getEStringToAssemblyOperationMapEntry() - Method in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for class 'EString To Assembly Operation Map Entry'.
getEStringToAssemblyOperationMapEntry() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyPackageImpl
 
getEStringToAssemblyOperationMapEntry_Key() - Method in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for the attribute 'Key'.
getEStringToAssemblyOperationMapEntry_Key() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyPackageImpl
 
getEStringToAssemblyOperationMapEntry_Value() - Method in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for the containment reference 'Value'.
getEStringToAssemblyOperationMapEntry_Value() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyPackageImpl
 
getEStringToComponentTypeMapEntry() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.TypePackageImpl
 
getEStringToComponentTypeMapEntry() - Method in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
Returns the meta object for class 'EString To Component Type Map Entry'.
getEStringToComponentTypeMapEntry_Key() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.TypePackageImpl
 
getEStringToComponentTypeMapEntry_Key() - Method in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
Returns the meta object for the attribute 'Key'.
getEStringToComponentTypeMapEntry_Value() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.TypePackageImpl
 
getEStringToComponentTypeMapEntry_Value() - Method in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
Returns the meta object for the containment reference 'Value'.
getEStringToDeployedComponentMapEntry() - Method in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for class 'EString To Deployed Component Map Entry'.
getEStringToDeployedComponentMapEntry() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentPackageImpl
 
getEStringToDeployedComponentMapEntry_Key() - Method in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the attribute 'Key'.
getEStringToDeployedComponentMapEntry_Key() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentPackageImpl
 
getEStringToDeployedComponentMapEntry_Value() - Method in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the containment reference 'Value'.
getEStringToDeployedComponentMapEntry_Value() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentPackageImpl
 
getEStringToDeployedOperationMapEntry() - Method in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for class 'EString To Deployed Operation Map Entry'.
getEStringToDeployedOperationMapEntry() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentPackageImpl
 
getEStringToDeployedOperationMapEntry_Key() - Method in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the attribute 'Key'.
getEStringToDeployedOperationMapEntry_Key() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentPackageImpl
 
getEStringToDeployedOperationMapEntry_Value() - Method in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the containment reference 'Value'.
getEStringToDeployedOperationMapEntry_Value() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentPackageImpl
 
getEStringToDeploymentContextMapEntry() - Method in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for class 'EString To Deployment Context Map Entry'.
getEStringToDeploymentContextMapEntry() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentPackageImpl
 
getEStringToDeploymentContextMapEntry_Key() - Method in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the attribute 'Key'.
getEStringToDeploymentContextMapEntry_Key() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentPackageImpl
 
getEStringToDeploymentContextMapEntry_Value() - Method in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the containment reference 'Value'.
getEStringToDeploymentContextMapEntry_Value() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentPackageImpl
 
getEStringToOperationTypeMapEntry() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.TypePackageImpl
 
getEStringToOperationTypeMapEntry() - Method in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
Returns the meta object for class 'EString To Operation Type Map Entry'.
getEStringToOperationTypeMapEntry_Key() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.TypePackageImpl
 
getEStringToOperationTypeMapEntry_Key() - Method in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
Returns the meta object for the attribute 'Key'.
getEStringToOperationTypeMapEntry_Value() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.TypePackageImpl
 
getEStringToOperationTypeMapEntry_Value() - Method in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
Returns the meta object for the containment reference 'Value'.
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.trace.analysis.systemModel.AllocationComponent
 
getExecutionContainers() - Method in class kieker.tools.trace.analysis.systemModel.repository.ExecutionEnvironmentRepository
Delivers all available execution containers.
getExecutionEnvironmentFactory() - Method in class kieker.tools.trace.analysis.systemModel.repository.SystemModelRepository
 
getExecutionFactory() - Method in interface kieker.analysisteetime.model.analysismodel.execution.ExecutionPackage
Returns the factory that creates the instances of the model.
getExecutionFactory() - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.ExecutionPackageImpl
 
getExecutionModel() - Method in class kieker.analysisteetime.ExampleConfiguration
 
getExecutionModel() - Method in interface kieker.analysisteetime.model.analysismodel.execution.ExecutionPackage
Returns the meta object for class 'Model'.
getExecutionModel() - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.ExecutionPackageImpl
 
getExecutionModel_AggregatedInvocations() - Method in interface kieker.analysisteetime.model.analysismodel.execution.ExecutionPackage
Returns the meta object for the map 'Aggregated Invocations'.
getExecutionModel_AggregatedInvocations() - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.ExecutionPackageImpl
 
getExecutionPackage() - Method in interface kieker.analysisteetime.model.analysismodel.execution.ExecutionFactory
Returns the package supported by this factory.
getExecutionPackage() - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.ExecutionFactoryImpl
 
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
 
getExtension() - Method in class kieker.analysis.plugin.reader.depcompression.AbstractDecompressionFilter
Return the extension with leading dot.
getExtension() - Method in class kieker.analysis.plugin.reader.depcompression.DeflateDecompressionFilter
 
getExtension() - Method in class kieker.analysis.plugin.reader.depcompression.GZipDecompressionFilter
 
getExtension() - Method in class kieker.analysis.plugin.reader.depcompression.NoneDecompressionFilter
 
getExtension() - Method in class kieker.analysis.plugin.reader.depcompression.XZDecompressionFilter
 
getExtension() - Method in class kieker.analysis.plugin.reader.depcompression.ZipDecompressionFilter
 
getExtension() - Method in class kieker.monitoring.writer.compression.DeflateCompressionFilter
 
getExtension() - Method in class kieker.monitoring.writer.compression.GZipCompressionFilter
 
getExtension() - Method in interface kieker.monitoring.writer.compression.ICompressionFilter
Return the extension with leading dot.
getExtension() - Method in class kieker.monitoring.writer.compression.NoneCompressionFilter
 
getExtension() - Method in class kieker.monitoring.writer.compression.XZCompressionFilter
 
getExtension() - Method in class kieker.monitoring.writer.compression.ZipCompressionFilter
 
getExtensionName() - Method in class kieker.common.util.filesystem.FileExtensionFilter
 
getFailedCause() - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
 
getFailedCause() - Method in interface kieker.analysisteetime.model.analysismodel.trace.OperationCall
Returns the value of the 'Failed Cause' attribute.
getFifteenMinLoadAverage() - Method in class kieker.common.record.system.LoadAverageRecord
 
getFileExtension() - Method in enum kieker.common.util.filesystem.BinaryCompressionMethod
Deprecated.
 
getFileExtension() - Method in class kieker.monitoring.writer.filesystem.AbstractLogStreamHandler
Get the file extension for the stream.
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.
getFilePrefixFromMappingFile(File) - Method in class kieker.analysisteetime.plugin.reader.filesystem.className.MappingFileParser
Deprecated.
 
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
Returns the operation signature of this filter's SessionAndTraceRegistrationFilter.doFilter(ServletRequest, ServletResponse, FilterChain) operation to be used when logging executions of this operation.
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.
getFirstStage() - Method in class kieker.analysisteetime.plugin.reader.filesystem.Dir2RecordsFilter
Deprecated.
 
getFirstStage() - Method in class kieker.analysisteetime.plugin.reader.filesystem.format.binary.DirWithBin2RecordFilter
Deprecated.
 
getFirstStage() - Method in class kieker.analysisteetime.plugin.reader.filesystem.format.text.file.DatFile2RecordFilter
Deprecated.
 
getFiveMinLoadAverage() - Method in class kieker.common.record.system.LoadAverageRecord
 
getFloat() - Method in class kieker.common.record.io.BinaryValueDeserializer
 
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.JsonArrayValueDeserializer
 
getFloat() - Method in class kieker.common.record.io.TextValueDeserializer
 
getFloatValue() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsPackageImpl
 
getFloatValue() - Method in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for class 'Float Value'.
getFloatValue_Measurement() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsPackageImpl
 
getFloatValue_Measurement() - Method in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for the attribute 'Measurement'.
getFor() - Method in class org.graphdrawing.graphml.KeyType
Gets the value of the for property.
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.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
 
getFqClassname() - Method in class kieker.common.util.signature.ClassOperationSignaturePair
Delivers the fully qualified class name.
getFullQualifiedName() - Method in class kieker.tools.trace.analysis.systemModel.ComponentType
Delivers the full qualified name of this type (the packages are separated with '.').
getFunction() - Method in class kieker.analysisteetime.util.stage.FunctionStage
 
getFuture() - Method in class kieker.monitoring.core.sampler.ScheduledSamplerJob
 
getGcName() - Method in class kieker.common.record.jvm.GCRecord
 
getGraph() - Method in class kieker.tools.trace.analysis.filter.AbstractGraphProducingFilter
Delivers the graph stored in this filter.
getGraph() - Method in class org.graphdrawing.graphml.EdgeType
Gets the value of the graph property.
getGraph() - Method in class org.graphdrawing.graphml.HyperedgeType
Gets the value of the graph property.
getGraph() - Method in class org.graphdrawing.graphml.NodeType
Gets the value of the graph property.
getGraphAttributes() - Method in class kieker.analysisteetime.util.graph.export.dot.DotExportConfiguration
 
getGraphics() - Method in class kieker.analysis.display.Image
 
getGraphInputPortName() - Method in class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFilter
Returns the name of the port this filter accepts graphs on.
getGraphOrData() - Method in class org.graphdrawing.graphml.GraphmlType
Gets the value of the graphOrData property.
getGraphOutputPortName() - Method in class kieker.tools.trace.analysis.filter.AbstractGraphProducingFilter
 
getGraphOutputPortName() - Method in interface kieker.tools.trace.analysis.filter.IGraphOutputtingFilter
Returns the name of the port this filter uses to emit the graph.
getGraphOutputPortName() - Method in class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFilter
Returns the name of the port this filter uses to emit the graph.
getHardwareAbstractionLayer() - Method in enum kieker.monitoring.sampler.oshi.OshiSamplerFactory
SystemInfo instance used by this OshiSamplerFactory.
getHash() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
 
getHash() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
 
getHash() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
 
getHash() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
 
getHash() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
 
getHash() - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.DeployedOperationsPairToAggregatedInvocationMapEntryImpl
 
getHash() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
 
getHash() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
 
getHeader() - Method in interface kieker.analysis.plugin.filter.visualization.IWebVisualizationFilterPlugin
 
getHeader() - Method in class kieker.analysis.plugin.filter.visualization.PlainTextWebVisualization
 
getHeader() - Method in interface kieker.analysisteetime.plugin.filter.visualisation.IWebVisualizationFilterPlugin
 
getHeader() - Method in class kieker.analysisteetime.plugin.filter.visualisation.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
Deprecated.
Format usage output.
getHostname(long) - Method in class kieker.analysisteetime.HostnameRepository
 
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
 
getHref() - Method in class org.graphdrawing.graphml.LocatorType
points to the resource of this locator.
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 interface kieker.analysisteetime.util.graph.IGraphElement
 
getId() - Method in class kieker.common.record.misc.RegistryRecord
 
getId() - Method in interface kieker.common.registry.writer.IWriterRegistry
Gets the ID of this registry.
getId(E) - Method in interface kieker.common.registry.writer.IWriterRegistry
 
getId(String) - Method in class kieker.common.registry.writer.WriterRegistry
 
getId() - Method in class kieker.common.registry.writer.WriterRegistry
 
getId() - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeNode
 
getId() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
 
getId() - Method in class kieker.tools.trace.analysis.systemModel.AllocationComponent
 
getId() - Method in class kieker.tools.trace.analysis.systemModel.AssemblyComponent
 
getId() - Method in class kieker.tools.trace.analysis.systemModel.ComponentType
Delivers the ID of the component type.
getId() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionContainer
Delivers the ID of the container.
getId() - Method in class kieker.tools.trace.analysis.systemModel.Operation
Delivers the ID of the operation.
getId() - Method in class kieker.tools.trace.analysis.systemModel.util.AllocationComponentOperationPair
 
getId() - Method in class kieker.tools.trace.analysis.systemModel.util.AssemblyComponentOperationPair
 
getId() - Method in class org.graphdrawing.graphml.DataType
Gets the value of the id property.
getId() - Method in class org.graphdrawing.graphml.EdgeType
Gets the value of the id property.
getId() - Method in class org.graphdrawing.graphml.EndpointType
Gets the value of the id property.
getId() - Method in class org.graphdrawing.graphml.GraphType
Gets the value of the id property.
getId() - Method in class org.graphdrawing.graphml.HyperedgeType
Gets the value of the id property.
getId() - Method in class org.graphdrawing.graphml.KeyType
Gets the value of the id property.
getId() - Method in class org.graphdrawing.graphml.NodeType
Gets the value of the id property.
getIdentifier(Object) - Method in class kieker.analysisteetime.util.ObjectIdentifierRegistry
 
getIdentifier() - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.TraceCallTreeNode
 
getIdentifier() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
 
getIdentifier() - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractEdge
 
getIdentifier() - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraphElement
Returns an identifier for this graph element (e.g., a label).
getIdentifier() - Method in class kieker.tools.trace.analysis.systemModel.AllocationComponent
 
getIdentifier() - Method in class kieker.tools.trace.analysis.systemModel.AssemblyComponent
 
getIdentifier() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionContainer
Delivers the identifier (name) of this object.
getIdentifier() - Method in interface kieker.tools.trace.analysis.systemModel.ISystemModelElement
Returns a textual identifier for this object (e.g., its name).
getIdentifier() - Method in class kieker.tools.trace.analysis.systemModel.util.AllocationComponentOperationPair
 
getIdentifier() - Method in class kieker.tools.trace.analysis.systemModel.util.AssemblyComponentOperationPair
 
getIdentifierValue() - Method in enum kieker.common.util.dataformat.FormatIdentifier
 
getIdle() - Method in class kieker.common.record.system.CPUUtilizationRecord
 
getIdlePerc() - Method in class kieker.monitoring.sampler.oshi.samplers.CPUsDetailedPercConverter
 
getIgnoredRecords() - Method in class kieker.analysisteetime.recordreading.AllowedRecordsFilter
 
getImage() - Method in class kieker.analysis.display.Image
 
getIncomingDependencies() - Method in class kieker.tools.trace.analysis.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
 
getInitialContent() - Method in interface kieker.analysisteetime.plugin.filter.visualisation.IWebVisualizationFilterPlugin
 
getInitialContent() - Method in class kieker.analysisteetime.plugin.filter.visualisation.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
Returns the meta object for class 'Input Port'.
getInputPort() - Method in class kieker.analysisteetime.model.StaticModelsAssemblerStage
 
getInputPort() - Method in class kieker.analysisteetime.plugin.filter.record.delayfilter.RealtimeRecordDelayFilter
 
getInputPort() - Method in class kieker.analysisteetime.plugin.reader.filesystem.Dir2RecordsFilter
Deprecated.
 
getInputPort() - Method in class kieker.analysisteetime.plugin.reader.filesystem.format.binary.DirWithBin2RecordFilter
Deprecated.
 
getInputPort() - Method in class kieker.analysisteetime.plugin.reader.filesystem.format.text.file.DatFile2RecordFilter
Deprecated.
 
getInputPort() - Method in class kieker.analysisteetime.recordreading.AllowedRecordsFilter
 
getInputPort() - Method in class kieker.analysisteetime.statistics.FullStatisticsDecoratorStage
 
getInputPort() - Method in class kieker.analysisteetime.trace.aggregation.TraceAggregatorStage
 
getInputPort() - Method in class kieker.analysisteetime.util.graph.export.graphml.GraphMLWriterStage
 
getInputPort() - Method in class kieker.analysisteetime.util.stage.trigger.ForwardOnTriggerStage
 
getInputPort1() - Method in class kieker.analysisteetime.util.stage.AbstractBiCombinerStage
 
getInputPort2() - Method in class kieker.analysisteetime.util.stage.AbstractBiCombinerStage
 
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.common.record.factory.CachedRecordFactoryCatalog
Returns the only instance of this class.
getInstance(Configuration) - Static method in class kieker.common.util.classpath.InstantiationFactory
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.
getInstant() - Method in interface kieker.analysisteetime.model.analysismodel.AnalysismodelPackage
Returns the meta object for data type 'Instant'.
getInstant() - Method in class kieker.analysisteetime.model.analysismodel.impl.AnalysismodelPackageImpl
 
getInt() - Method in class kieker.common.record.io.BinaryValueDeserializer
 
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.JsonArrayValueDeserializer
 
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.
getIntValue() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsPackageImpl
 
getIntValue() - Method in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for class 'Int Value'.
getIntValue_Measurement() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsPackageImpl
 
getIntValue_Measurement() - Method in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for the attribute 'Measurement'.
getInvalidExecutionTraceArtifacts() - Method in class kieker.tools.trace.analysis.systemModel.InvalidExecutionTrace
Delivers the wrapped execution trace.
getInvalidExecutionTraceInputPortName() - Method in class kieker.tools.trace.analysis.filter.AbstractInvalidExecutionTraceProcessingFilter
Implementing classes should return the name of the input port for the invalid executions.
getInvalidExecutionTraceInputPortName() - Method in class kieker.tools.trace.analysis.filter.traceWriter.InvalidExecutionTraceWriterFilter
 
getInvalidTraces() - Method in class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
Returns a set of the IDs of invalid traces.
getIpAddress() - Method in class kieker.analysis.source.NetworkPatternEntry
 
getIpAddress() - Method in class kieker.common.record.misc.HostApplicationMetaData
 
getIrq() - Method in class kieker.common.record.system.CPUUtilizationRecord
 
getIrqPerc() - Method in class kieker.monitoring.sampler.oshi.samplers.CPUsDetailedPercConverter
 
getJitCompilerName() - Method in class kieker.common.record.jvm.CompilationRecord
 
getJoinedTraceId() - Method in class kieker.common.record.flow.trace.concurrency.JoinEvent
 
getJoinPointArguments(JoinPoint) - Method in class kieker.monitoring.probe.aspectj.database.AbstractAspect
Retrieves the passed arguments of the JoinPoint.
getJoinPointClassName(JoinPoint) - Method in class kieker.monitoring.probe.aspectj.database.AbstractAspect
Retrieves the className of the called method.
getKey() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
 
getKey() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
 
getKey() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
 
getKey() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
 
getKey() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
 
getKey() - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.DeployedOperationsPairToAggregatedInvocationMapEntryImpl
 
getKey() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
 
getKey() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
 
getKey(E) - Method in class kieker.common.registry.reader.ReaderRegistry
Reverse lookup of key based on value.
getKey() - Method in class org.graphdrawing.graphml.DataType
Gets the value of the key property.
getKey() - Method in class org.graphdrawing.graphml.GraphmlType
Gets the value of the key property.
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.trace.analysis.filter.visualization.graph.AbstractOriginRetentionPolicy
 
getKind() - Method in interface kieker.tools.trace.analysis.filter.visualization.graph.IOriginRetentionPolicy
Returns the kind of this retention policy.
getLastTraceIdError() - Method in class kieker.tools.trace.analysis.filter.AbstractTraceProcessingFilter
Delivers the ID of the last trace which has not been processed successfully.
getLastTraceIdSuccess() - Method in class kieker.tools.trace.analysis.filter.AbstractTraceProcessingFilter
Delivers the ID of the last trace which has been processed successfully.
getLength() - Method in class kieker.tools.trace.analysis.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.
getLiteral() - Method in enum kieker.analysisteetime.model.analysismodel.statistics.PredefinedUnits
 
getLoadedClassCount() - Method in class kieker.common.record.jvm.ClassLoadingRecord
 
getLocator() - Method in class org.graphdrawing.graphml.GraphType
Gets the value of the locator property.
getLocator() - Method in class org.graphdrawing.graphml.NodeType
Gets the value of the locator property.
getLockId() - Method in class kieker.common.record.flow.trace.concurrency.monitor.AbstractMonitorEvent
 
getLog() - Method in class kieker.analysis.plugin.reader.jms.JmsReader
 
getLogger() - Method in class kieker.analysis.plugin.reader.jmx.JmxReader
 
getLogger() - Static method in class kieker.tools.trace.analysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
 
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.BinaryValueDeserializer
 
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.JsonArrayValueDeserializer
 
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.
getLongValue() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsPackageImpl
 
getLongValue() - Method in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for class 'Long Value'.
getLongValue_Measurement() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsPackageImpl
 
getLongValue_Measurement() - Method in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for the attribute 'Measurement'.
getMask() - Method in class kieker.analysis.source.NetworkPatternEntry
 
getMatchingTraceIdOutputPort() - Method in class kieker.analysisteetime.plugin.filter.select.traceidfilter.components.AbstractTraceIdFilter
Returns the output port delivering the records with matching IDs.
getMatchingTraceIdOutputPort() - Method in class kieker.analysisteetime.plugin.filter.select.traceidfilter.TraceIdFilter
 
getMatchingTypeOutputPort() - Method in class kieker.analysisteetime.plugin.filter.select.TypeFilter
Returns the output port where the incoming matching objects will be sent to.
getMaxEoi() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Returns the maximum execution order index (eoi) value within the trace.
getMaxEss() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Returns the maximum execution stack size (ess) value, i.e., the maximum stack depth, within the trace.
getMaximalResponseTime() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ResponseTimeDecoration
Returns the maximal response time (in ms) registered by this decoration.
getMaxTout() - Method in class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
Returns the maximum tout timestamp of a processed execution.
getMaxTout() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Returns the maximum timestamp value of an execution return in this trace.
getMaxTraceDuration() - Method in class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
Return the number of timeunits after which a pending trace is considered to have timed out.
getMeasurement() - Method in interface kieker.analysisteetime.model.analysismodel.statistics.DoubleValue
Returns the value of the 'Measurement' attribute.
getMeasurement() - Method in interface kieker.analysisteetime.model.analysismodel.statistics.FloatValue
Returns the value of the 'Measurement' attribute.
getMeasurement() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.DoubleValueImpl
 
getMeasurement() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.FloatValueImpl
 
getMeasurement() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.IntValueImpl
 
getMeasurement() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.LongValueImpl
 
getMeasurement() - Method in interface kieker.analysisteetime.model.analysismodel.statistics.IntValue
Returns the value of the 'Measurement' attribute.
getMeasurement() - Method in interface kieker.analysisteetime.model.analysismodel.statistics.LongValue
Returns the value of the 'Measurement' attribute.
getMedian() - Method in class kieker.analysisteetime.util.RunningMedian
 
getMemFree() - Method in class kieker.common.record.system.MemSwapUsageRecord
 
getMemPieChart() - Method in class kieker.analysis.plugin.filter.sink.MemSwapUtilizationDisplayFilter
 
getMemPieChart() - Method in class kieker.analysis.sink.display.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.
getMessageCount() - Method in class kieker.analysisteetime.plugin.filter.forward.CountingFilter
Returns the number of objects received until now.
getMeterGauge() - Method in class kieker.analysis.plugin.filter.sink.CPUUtilizationDisplayFilter
 
getMeterGauge() - Method in class kieker.analysis.sink.display.CPUUtilizationDisplayFilter
 
getMinEoi() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Returns the minimum execution order index (eoi) value within the trace.
getMinimalResponseTime() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ResponseTimeDecoration
Returns the minimal response time (in ms) registered by this decoration.
getMinTin() - Method in class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
Returns the minimum tin timestamp of a processed execution.
getMinTin() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Returns the minimum timestamp of an execution start in this trace.
getMismatchingTraceIdOutputPort() - Method in class kieker.analysisteetime.plugin.filter.select.traceidfilter.components.AbstractTraceIdFilter
Returns the output port delivering the records with the non matching IDs.
getMismatchingTraceIdOutputPort() - Method in class kieker.analysisteetime.plugin.filter.select.traceidfilter.TraceIdFilter
 
getMismatchingTypeOutputPort() - Method in class kieker.analysisteetime.plugin.filter.select.TypeFilter
Returns the output port where the incoming objects will be sent to, which do not match the configured types.
getModifier() - Method in class kieker.common.util.signature.Signature
 
getModifiers() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.OperationTypeImpl
 
getModifiers() - Method in interface kieker.analysisteetime.model.analysismodel.type.OperationType
Returns the value of the 'Modifiers' attribute list.
getMonitoringRecordsCombinedInputPort() - Method in class kieker.analysisteetime.plugin.filter.select.timestampfilter.TimestampFilter
Returns the input port for the records.
getMonitoringRecordsCombinedInputPort() - Method in class kieker.analysisteetime.plugin.filter.select.traceidfilter.TraceIdFilter
 
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 interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentContext
Returns the value of the 'Name' attribute.
getName() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentContextImpl
 
getName() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.TimeSeriesImpl
 
getName() - Method in enum kieker.analysisteetime.model.analysismodel.statistics.PredefinedUnits
 
getName() - Method in interface kieker.analysisteetime.model.analysismodel.statistics.TimeSeries
Returns the value of the 'Name' attribute.
getName() - Method in interface kieker.analysisteetime.model.analysismodel.type.ComponentType
Returns the value of the 'Name' attribute.
getName() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.ComponentTypeImpl
 
getName() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.OperationTypeImpl
 
getName() - Method in interface kieker.analysisteetime.model.analysismodel.type.OperationType
Returns the value of the 'Name' attribute.
getName() - Method in interface kieker.analysisteetime.statistics.IUnit
 
getName() - Method in enum kieker.analysisteetime.statistics.Units
 
getName() - Method in interface kieker.analysisteetime.util.graph.IGraph
 
getName() - Method in class kieker.analysisteetime.util.graph.impl.GraphImpl
 
getName() - Method in class kieker.common.namedRecordPipe.Pipe
Delivers the name of this pipe.
getName() - Method in class kieker.common.record.remotecontrol.ActivationParameterEvent
 
getName() - Method in class kieker.common.record.remotecontrol.AddParameterValueEvent
 
getName() - Method in interface kieker.common.record.remotecontrol.IParameterValueEvent
 
getName() - Method in interface kieker.common.record.remotecontrol.IRemoteParameterControlEvent
 
getName() - Method in class kieker.common.record.remotecontrol.RemoveParameterValueEvent
 
getName() - Method in class kieker.common.record.remotecontrol.UpdateParameterEvent
 
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.trace.analysis.systemModel.AssemblyComponent
 
getName() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionContainer
Delivers the name of the container.
getName() - Method in class org.graphdrawing.graphml.PortType
Gets the value of the name property.
getNegativeDelayWarningBound() - Method in class kieker.analysisteetime.plugin.filter.record.delayfilter.components.RealtimeRecordDelayProducer
Returns the time bound for which a warning is displayed when the computed delay falls below -(time bound).
getNegativeDelayWarningBound() - Method in class kieker.analysisteetime.plugin.filter.record.delayfilter.RealtimeRecordDelayFilter
Returns the time bound for which a warning is displayed when the computed delay falls below -(time bound).
getNewId() - Method in class kieker.monitoring.IdGenerator
Generate an unique id.
getNextOrderId() - Method in class kieker.common.record.flow.trace.TraceMetadata
 
getNice() - Method in class kieker.common.record.system.CPUUtilizationRecord
 
getNicePerc() - Method in class kieker.monitoring.sampler.oshi.samplers.CPUsDetailedPercConverter
 
getNode(int) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraph
Delivers the node with the given key.
getNode() - Method in class org.graphdrawing.graphml.EndpointType
Gets the value of the node property.
getNodeAttributes() - Method in class kieker.analysisteetime.util.graph.export.dot.DotExportConfiguration
 
getNodeFillColor(DependencyGraphNode<?>) - Static method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
Utility function to determine the fill color to use for a given node.
getNodes() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraph
Returns all nodes contained in this graph.
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
 
getNumOfBytes() - Method in class kieker.monitoring.writer.filesystem.AbstractLogStreamHandler
Return the number of written bytes.
getNumOfEntries() - Method in class kieker.monitoring.writer.filesystem.AbstractLogStreamHandler
Return the number of written entries.
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.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
 
getOperation() - Method in interface kieker.analysisteetime.model.analysismodel.trace.OperationCall
Returns the value of the 'Operation' reference.
getOperation() - Method in class kieker.tools.trace.analysis.systemModel.Execution
 
getOperation() - Method in class kieker.tools.trace.analysis.systemModel.util.AllocationComponentOperationPair
 
getOperation() - Method in class kieker.tools.trace.analysis.systemModel.util.AssemblyComponentOperationPair
 
getOperationCall() - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.TracePackageImpl
 
getOperationCall() - Method in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage
Returns the meta object for class 'Operation Call'.
getOperationCall_Children() - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.TracePackageImpl
 
getOperationCall_Children() - Method in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage
Returns the meta object for the reference list 'Children'.
getOperationCall_Duration() - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.TracePackageImpl
 
getOperationCall_Duration() - Method in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage
Returns the meta object for the attribute 'Duration'.
getOperationCall_DurRatioToParent() - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.TracePackageImpl
 
getOperationCall_DurRatioToParent() - Method in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage
Returns the meta object for the attribute 'Dur Ratio To Parent'.
getOperationCall_DurRatioToRootParent() - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.TracePackageImpl
 
getOperationCall_DurRatioToRootParent() - Method in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage
Returns the meta object for the attribute 'Dur Ratio To Root Parent'.
getOperationCall_Failed() - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.TracePackageImpl
 
getOperationCall_Failed() - Method in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage
Returns the meta object for the attribute 'Failed'.
getOperationCall_FailedCause() - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.TracePackageImpl
 
getOperationCall_FailedCause() - Method in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage
Returns the meta object for the attribute 'Failed Cause'.
getOperationCall_Operation() - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.TracePackageImpl
 
getOperationCall_Operation() - Method in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage
Returns the meta object for the reference 'Operation'.
getOperationCall_OrderIndex() - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.TracePackageImpl
 
getOperationCall_OrderIndex() - Method in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage
Returns the meta object for the attribute 'Order Index'.
getOperationCall_Parent() - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.TracePackageImpl
 
getOperationCall_Parent() - Method in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage
Returns the meta object for the reference 'Parent'.
getOperationCall_StackDepth() - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.TracePackageImpl
 
getOperationCall_StackDepth() - Method in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage
Returns the meta object for the attribute 'Stack Depth'.
getOperationCall_Start() - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.TracePackageImpl
 
getOperationCall_Start() - Method in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage
Returns the meta object for the attribute 'Start'.
getOperationFactory() - Method in class kieker.tools.trace.analysis.systemModel.repository.SystemModelRepository
Delivering the factory managing the available operations.
getOperationNameBuilder() - Method in class kieker.analysisteetime.signature.NameBuilder
 
getOperations() - Method in class kieker.tools.trace.analysis.systemModel.ComponentType
Delivers a collection containing the available operations within this component type.
getOperations() - Method in class kieker.tools.trace.analysis.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
 
getOperationSignatureExtractor() - Method in class kieker.analysisteetime.signature.SignatureExtractor
 
getOperationType() - Method in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyOperation
Returns the value of the 'Operation Type' reference.
getOperationType() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyOperationImpl
 
getOperationType() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.TypePackageImpl
 
getOperationType() - Method in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
Returns the meta object for class 'Operation Type'.
getOperationType__GetComponentType() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.TypePackageImpl
 
getOperationType__GetComponentType() - Method in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
Returns the meta object for the 'Get Component Type' operation.
getOperationType_Modifiers() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.TypePackageImpl
 
getOperationType_Modifiers() - Method in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
Returns the meta object for the attribute list 'Modifiers'.
getOperationType_Name() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.TypePackageImpl
 
getOperationType_Name() - Method in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
Returns the meta object for the attribute 'Name'.
getOperationType_ParameterTypes() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.TypePackageImpl
 
getOperationType_ParameterTypes() - Method in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
Returns the meta object for the attribute list 'Parameter Types'.
getOperationType_ReturnType() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.TypePackageImpl
 
getOperationType_ReturnType() - Method in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
Returns the meta object for the attribute 'Return Type'.
getOperationType_Signature() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.TypePackageImpl
 
getOperationType_Signature() - Method in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
Returns the meta object for the attribute 'Signature'.
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.trace.analysis.systemModel.AbstractSession
 
getOrderComparator() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTraceBasedSession
 
getOrderComparator() - Method in class kieker.tools.trace.analysis.systemModel.MessageTraceBasedSession
 
getOrderIndex() - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
 
getOrderIndex() - Method in interface kieker.analysisteetime.model.analysismodel.trace.OperationCall
Returns the value of the 'Order Index' attribute.
getOrderIndex() - Method in class kieker.common.record.database.AfterDatabaseEvent
 
getOrderIndex() - Method in class kieker.common.record.database.BeforeDatabaseEvent
 
getOrderIndex() - Method in class kieker.common.record.database.DatabaseFailedEvent
 
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
 
getOrderIndex() - Method in class kieker.common.record.flow.trace.BeforeReceivedRemoteEvent
 
getOrderIndex() - Method in class kieker.common.record.flow.trace.BeforeSentRemoteEvent
 
getOriginRetentionPolicy() - Method in class kieker.tools.trace.analysis.filter.AbstractGraphProducingFilter
 
getOrigins() - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraphElement
Returns the objects which caused the creation of this element.
getOutgoingDependencies() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
 
getOutgoingEdges() - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeNode
 
getOutgoingEdges() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
 
getOutgoingEdges() - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractVertex
Returns the outgoing edges of this vertex.
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
Returns the meta object for class 'Output Port'.
getOutputPort() - Method in interface kieker.analysis.source.ISourceCompositeStage
get the output port of a source composite stage.
getOutputPort() - Method in class kieker.analysisteetime.model.StaticModelsAssemblerStage
 
getOutputPort() - Method in class kieker.analysisteetime.plugin.filter.record.delayfilter.RealtimeRecordDelayFilter
 
getOutputPort() - Method in class kieker.analysisteetime.plugin.reader.filesystem.className.ClassNameRegistryCreationFilter
Deprecated.
 
getOutputPort() - Method in class kieker.analysisteetime.plugin.reader.filesystem.Dir2RecordsFilter
Deprecated.
 
getOutputPort() - Method in class kieker.analysisteetime.plugin.reader.filesystem.format.binary.DirWithBin2RecordFilter
Deprecated.
 
getOutputPort() - Method in class kieker.analysisteetime.plugin.reader.filesystem.format.binary.file.BinaryFile2RecordFilter
Deprecated.
 
getOutputPort() - Method in class kieker.analysisteetime.plugin.reader.filesystem.format.text.file.DatFile2RecordFilter
Deprecated.
 
getOutputPort() - Method in class kieker.analysisteetime.plugin.reader.filesystem.format.text.file.TextLine2RecordFilter
Deprecated.
 
getOutputPort() - Method in class kieker.analysisteetime.recordreading.AllowedRecordsFilter
 
getOutputPort() - Method in class kieker.analysisteetime.recordreading.ReadingComposite
Deprecated.
 
getOutputPort() - Method in class kieker.analysisteetime.statistics.FullStatisticsDecoratorStage
 
getOutputPort() - Method in class kieker.analysisteetime.trace.aggregation.TraceAggregatorStage
 
getOutputPort() - Method in class kieker.analysisteetime.util.stage.trigger.ForwardOnTriggerStage
 
getOutputPort() - Method in class kieker.tools.source.LogsReaderCompositeStage
 
getOutputPort() - Method in class kieker.tools.source.MultipleConnectionTcpSourceCompositeStage
 
getOutputPort() - Method in class kieker.tools.source.RestServiceCompositeStage
 
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.
getPackage() - Static method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelFactory
Deprecated. 
getPackage() - Static method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyFactoryImpl
Deprecated. 
getPackage() - Static method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentFactoryImpl
Deprecated. 
getPackage() - Static method in class kieker.analysisteetime.model.analysismodel.execution.impl.ExecutionFactoryImpl
Deprecated. 
getPackage() - Static method in class kieker.analysisteetime.model.analysismodel.impl.AnalysismodelFactoryImpl
Deprecated. 
getPackage() - Static method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsFactoryImpl
Deprecated. 
getPackage() - Static method in class kieker.analysisteetime.model.analysismodel.trace.impl.TraceFactoryImpl
Deprecated. 
getPackage() - Method in interface kieker.analysisteetime.model.analysismodel.type.ComponentType
Returns the value of the 'Package' attribute.
getPackage() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.ComponentTypeImpl
 
getPackage() - Static method in class kieker.analysisteetime.model.analysismodel.type.impl.TypeFactoryImpl
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.trace.analysis.systemModel.ComponentType
Delivers the package name of this type.
getPairById(int) - Method in class kieker.tools.trace.analysis.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.trace.analysis.systemModel.repository.AssemblyComponentOperationPairFactory
 
getPairInstanceByPair(AllocationComponent, Operation) - Method in class kieker.tools.trace.analysis.systemModel.repository.AllocationComponentOperationPairFactory
Returns a corresponding pair instance (existing or newly created).
getPairInstanceByPair(AssemblyComponent, Operation) - Method in class kieker.tools.trace.analysis.systemModel.repository.AssemblyComponentOperationPairFactory
Returns a corresponding pair instance (existing or newly created).
getPairs() - Method in class kieker.tools.trace.analysis.systemModel.repository.AllocationComponentOperationPairFactory
Delivers all available allocation-component-operation pairs.
getPairs() - Method in class kieker.tools.trace.analysis.systemModel.repository.AssemblyComponentOperationPairFactory
 
getParameters() - Method in class kieker.common.record.database.BeforeDatabaseEvent
 
getParameterTypes() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.OperationTypeImpl
 
getParameterTypes() - Method in interface kieker.analysisteetime.model.analysismodel.type.OperationType
Returns the value of the 'Parameter Types' attribute list.
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.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
 
getParent() - Method in interface kieker.analysisteetime.model.analysismodel.trace.OperationCall
Returns the value of the 'Parent' reference.
getParent() - Method in class kieker.tools.trace.analysis.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
 
getParseEdgeids() - Method in class org.graphdrawing.graphml.GraphType
Gets the value of the parseEdgeids property.
getParseEdges() - Method in class org.graphdrawing.graphml.GraphType
Gets the value of the parseEdges property.
getParseIndegree() - Method in class org.graphdrawing.graphml.NodeType
Gets the value of the parseIndegree property.
getParseMaxindegree() - Method in class org.graphdrawing.graphml.GraphType
Gets the value of the parseMaxindegree property.
getParseMaxoutdegree() - Method in class org.graphdrawing.graphml.GraphType
Gets the value of the parseMaxoutdegree property.
getParseNodeids() - Method in class org.graphdrawing.graphml.GraphType
Gets the value of the parseNodeids property.
getParseNodes() - Method in class org.graphdrawing.graphml.GraphType
Gets the value of the parseNodes property.
getParseOrder() - Method in class org.graphdrawing.graphml.GraphType
Gets the value of the parseOrder property.
getParseOutdegree() - Method in class org.graphdrawing.graphml.NodeType
Gets the value of the parseOutdegree property.
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.common.record.remotecontrol.ActivationEvent
 
getPattern() - Method in class kieker.common.record.remotecontrol.ActivationParameterEvent
 
getPattern() - Method in class kieker.common.record.remotecontrol.AddParameterValueEvent
 
getPattern() - Method in class kieker.common.record.remotecontrol.DeactivationEvent
 
getPattern() - Method in interface kieker.common.record.remotecontrol.IRemoteControlEvent
 
getPattern() - Method in class kieker.common.record.remotecontrol.RemoveParameterValueEvent
 
getPattern() - Method in class kieker.common.record.remotecontrol.UpdateParameterEvent
 
getPattern() - Method in class kieker.monitoring.core.signaturePattern.PatternEntry
 
getPayload() - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractPayloadedVertex
Returns this vertex' payload.
getPeakThreadCount() - Method in class kieker.common.record.jvm.ThreadsStatusRecord
 
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
Getter for the attribute IPlugin.PluginInputPortReference.plugin.
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.
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.analysisteetime.plugin.reader.tcp.singlesocket.SingleSocketTcpReaderStage
 
getPort() - Method in class kieker.monitoring.core.controller.tcp.AbstractTcpReader
 
getPort() - Method in class org.graphdrawing.graphml.EndpointType
Gets the value of the port property.
getPort1() - Method in class kieker.analysis.plugin.reader.tcp.DualSocketTcpReader
 
getPort1() - Method in class kieker.analysisteetime.plugin.reader.tcp.dualsocket.DualSocketTcpReaderStage
Deprecated.
 
getPort2() - Method in class kieker.analysis.plugin.reader.tcp.DualSocketTcpReader
 
getPort2() - Method in class kieker.analysisteetime.plugin.reader.tcp.dualsocket.DualSocketTcpReaderStage
Deprecated.
 
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'.
getPredefinedUnits() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsPackageImpl
 
getPredefinedUnits() - Method in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for enum 'Predefined Units'.
getPrintStreamName() - Method in class kieker.analysisteetime.plugin.filter.forward.TeeFilter
 
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.
getProcessedRecords() - Method in class kieker.analysisteetime.recordreading.AllowedRecordsFilter
 
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.
getProperties() - Method in class kieker.analysisteetime.statistics.Statistic
 
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(IProperty) - Method in class kieker.analysisteetime.statistics.Statistic
 
getProperty(String) - Method in interface kieker.analysisteetime.util.graph.IElement
 
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'.
getPropertyKeys() - Method in interface kieker.analysisteetime.util.graph.IElement
 
getProvidedOperations() - Method in interface kieker.analysisteetime.model.analysismodel.type.ComponentType
Returns the value of the 'Provided Operations' map.
getProvidedOperations() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.ComponentTypeImpl
 
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.trace.analysis.systemModel.AbstractMessage
Delivers the object which received the message.
getRecordFromTextLineCreator() - Method in class kieker.analysisteetime.plugin.reader.filesystem.format.text.file.TextLine2RecordFilter
Deprecated.
 
getRecordOutsideTimePeriodOutputPort() - Method in class kieker.analysisteetime.plugin.filter.select.timestampfilter.components.AbstractTimestampFilter
 
getRecordQueue() - Method in class kieker.monitoring.writer.collector.ChunkingCollector
 
getRecordsCountOutputPort() - Method in class kieker.analysisteetime.plugin.filter.forward.AnalysisThroughputFilter
 
getRecordsInputPort() - Method in class kieker.analysisteetime.plugin.filter.forward.AnalysisThroughputFilter
 
getRecordSizeInBytes() - Method in class kieker.common.record.controlflow.BranchingRecordFactory
 
getRecordSizeInBytes() - Method in class kieker.common.record.controlflow.OperationExecutionRecordFactory
 
getRecordSizeInBytes() - Method in class kieker.common.record.database.AfterDatabaseEventFactory
 
getRecordSizeInBytes() - Method in class kieker.common.record.database.BeforeDatabaseEventFactory
 
getRecordSizeInBytes() - Method in class kieker.common.record.database.DatabaseFailedEventFactory
 
getRecordSizeInBytes() - Method in interface kieker.common.record.factory.IRecordFactory
 
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.ApplicationTraceMetadataFactory
 
getRecordSizeInBytes() - Method in class kieker.common.record.flow.trace.BeforeReceivedRemoteEventFactory
 
getRecordSizeInBytes() - Method in class kieker.common.record.flow.trace.BeforeSentRemoteEventFactory
 
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.remotecontrol.ActivationEventFactory
 
getRecordSizeInBytes() - Method in class kieker.common.record.remotecontrol.ActivationParameterEventFactory
 
getRecordSizeInBytes() - Method in class kieker.common.record.remotecontrol.AddParameterValueEventFactory
 
getRecordSizeInBytes() - Method in class kieker.common.record.remotecontrol.DeactivationEventFactory
 
getRecordSizeInBytes() - Method in class kieker.common.record.remotecontrol.RemoveParameterValueEventFactory
 
getRecordSizeInBytes() - Method in class kieker.common.record.remotecontrol.UpdateParameterEventFactory
 
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
 
getRecordsOutputPort() - Method in class kieker.analysisteetime.plugin.filter.forward.AnalysisThroughputFilter
 
getRecordsOutsideTimePeriodOutputPort() - Method in class kieker.analysisteetime.plugin.filter.select.timestampfilter.TimestampFilter
Returns the output port for the records whose timestamps are outside the defined time period.
getRecordSpecificTimestamp(T) - Method in class kieker.analysisteetime.plugin.filter.select.timestampfilter.components.AbstractTimestampFilter
Returns the most accurate timestamp available for each record.
getRecordSpecificTimestamp(IEventRecord) - Method in class kieker.analysisteetime.plugin.filter.select.timestampfilter.components.EventRecordTimestampFilter
 
getRecordSpecificTimestamp(IMonitoringRecord) - Method in class kieker.analysisteetime.plugin.filter.select.timestampfilter.components.MonitioringRecordTimestampFilter
 
getRecordSpecificTimestamp(OperationExecutionRecord) - Method in class kieker.analysisteetime.plugin.filter.select.timestampfilter.components.OperationExecutionRecordTimestampFilter
 
getRecordSpecificTimestamp(TraceMetadata) - Method in class kieker.analysisteetime.plugin.filter.select.timestampfilter.components.TraceMetadataTimestampFilter
 
getRecordsTraceId(T) - Method in class kieker.analysisteetime.plugin.filter.select.traceidfilter.components.AbstractTraceIdFilter
 
getRecordsTraceId(OperationExecutionRecord) - Method in class kieker.analysisteetime.plugin.filter.select.traceidfilter.components.OperationExecutionTraceIdFilter
 
getRecordsTraceId(AbstractTraceEvent) - Method in class kieker.analysisteetime.plugin.filter.select.traceidfilter.components.TraceEventTraceIdFilter
 
getRecordsTraceId(TraceMetadata) - Method in class kieker.analysisteetime.plugin.filter.select.traceidfilter.components.TraceMetadataTraceIdFilter
 
getRecordsWithinTimePeriodOutputPort() - Method in class kieker.analysisteetime.plugin.filter.select.timestampfilter.TimestampFilter
Returns the output port for the records whose timestamps are within the defined time period.
getRecordWithinTimePeriodOutputPort() - Method in class kieker.analysisteetime.plugin.filter.select.timestampfilter.components.AbstractTimestampFilter
 
getRegistry() - Method in class kieker.analysis.source.tcp.Connection
 
getRelayedRecordsOutputPort() - Method in class kieker.analysisteetime.plugin.filter.record.MonitoringThroughputFilter
 
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
Returns the meta object for class 'Repository'.
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
Returns the meta object for class 'Repository Connector'.
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
 
getReturnType() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.OperationTypeImpl
 
getReturnType() - Method in interface kieker.analysisteetime.model.analysismodel.type.OperationType
Returns the value of the 'Return Type' attribute.
getReturnType() - Method in class kieker.common.record.database.AfterDatabaseEvent
 
getReturnType() - Method in class kieker.common.util.signature.Signature
 
getReturnValue() - Method in class kieker.common.record.database.AfterDatabaseEvent
 
getRGB() - Method in class kieker.tools.trace.analysis.filter.visualization.graph.Color
Returns this color's RGB value as an int.
getRootNode() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraph
Returns this graph's root node.
getRootOperationCall() - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.TraceImpl
 
getRootOperationCall() - Method in interface kieker.analysisteetime.model.analysismodel.trace.Trace
Returns the value of the 'Root Operation Call' containment reference.
getRootPair() - Method in class kieker.tools.trace.analysis.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
 
getSendingExecution() - Method in class kieker.tools.trace.analysis.systemModel.AbstractMessage
Delivers the object which sent the message.
getSequenceAsVector() - Method in class kieker.tools.trace.analysis.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.trace.analysis.systemModel.AbstractSession
Returns this session's session ID.
getSessionId() - Method in class kieker.tools.trace.analysis.systemModel.AbstractTrace
Delivers the ID of the session.
getSessionId() - Method in class kieker.tools.trace.analysis.systemModel.Execution
Returns the sessionId and a default sessionId if no sessionId assigned.
getSessionId() - Method in class kieker.tools.trace.analysis.systemModel.TraceInformation
Returns the trace's session ID, if any.
getShort() - Method in class kieker.common.record.io.BinaryValueDeserializer
 
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.JsonArrayValueDeserializer
 
getShort() - Method in class kieker.common.record.io.TextValueDeserializer
 
getSigar() - Method in enum kieker.monitoring.sampler.sigar.SigarSamplerFactory
SigarProxy instance used by this SigarSamplerFactory.
getSignature() - Method in interface kieker.analysisteetime.model.analysismodel.type.ComponentType
Returns the value of the 'Signature' attribute.
getSignature() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.ComponentTypeImpl
 
getSignature() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.OperationTypeImpl
 
getSignature() - Method in interface kieker.analysisteetime.model.analysismodel.type.OperationType
Returns the value of the 'Signature' attribute.
getSignature() - Method in class kieker.common.util.signature.ClassOperationSignaturePair
Delivers the signature.
getSignature() - Method in class kieker.tools.trace.analysis.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.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.database.AfterDatabaseEvent
This method should deliver the size of a binary representation of this record.
getSize() - Method in class kieker.common.record.database.BeforeDatabaseEvent
This method should deliver the size of a binary representation of this record.
getSize() - Method in class kieker.common.record.database.DatabaseFailedEvent
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.ApplicationTraceMetadata
This method should deliver the size of a binary representation of this record.
getSize() - Method in class kieker.common.record.flow.trace.BeforeReceivedRemoteEvent
This method should deliver the size of a binary representation of this record.
getSize() - Method in class kieker.common.record.flow.trace.BeforeSentRemoteEvent
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
This method should deliver the size of a binary representation of this record.
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.remotecontrol.ActivationEvent
This method should deliver the size of a binary representation of this record.
getSize() - Method in class kieker.common.record.remotecontrol.ActivationParameterEvent
This method should deliver the size of a binary representation of this record.
getSize() - Method in class kieker.common.record.remotecontrol.AddParameterValueEvent
This method should deliver the size of a binary representation of this record.
getSize() - Method in class kieker.common.record.remotecontrol.DeactivationEvent
This method should deliver the size of a binary representation of this record.
getSize() - Method in class kieker.common.record.remotecontrol.RemoveParameterValueEvent
This method should deliver the size of a binary representation of this record.
getSize() - Method in class kieker.common.record.remotecontrol.UpdateParameterEvent
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.
getSource() - Method in class kieker.analysis.model.MetaModelHandler.PluginConnection
 
getSource() - Method in class kieker.analysis.model.MetaModelHandler.RepositoryConnection
 
getSource() - Method in interface kieker.analysisteetime.model.analysismodel.execution.AggregatedInvocation
Returns the value of the 'Source' reference.
getSource() - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.AggregatedInvocationImpl
 
getSource() - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractEdge
Returns the source of this edge.
getSource() - Method in class org.graphdrawing.graphml.EdgeType
Gets the value of the source property.
getSourceport() - Method in class org.graphdrawing.graphml.EdgeType
Gets the value of the sourceport property.
getSourceWeight() - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractWeightedEdge
Return this edge's source weight.
getSpeed() - Method in class kieker.common.record.system.NetworkUtilizationRecord
 
getStackDepth() - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
 
getStackDepth() - Method in interface kieker.analysisteetime.model.analysismodel.trace.OperationCall
Returns the value of the 'Stack Depth' attribute.
getStart() - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
 
getStart() - Method in interface kieker.analysisteetime.model.analysismodel.trace.OperationCall
Returns the value of the 'Start' attribute.
getStartTime() - Method in class kieker.tools.trace.analysis.systemModel.AbstractSession
 
getStartTimestamp() - Method in class kieker.tools.trace.analysis.systemModel.AbstractSession
Returns this trace's start timestamp.
getStartTimestamp() - Method in class kieker.tools.trace.analysis.systemModel.AbstractTrace
Returns this trace's start timestamp.
getStartTimestamp() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
 
getStartTimestamp() - Method in class kieker.tools.trace.analysis.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
 
getStateContainedTraces() - Method in class kieker.tools.trace.analysis.systemModel.AbstractSession
Returns the traces contained in this session.
getStatistic(IUnit) - Method in class kieker.analysisteetime.statistics.Statistics
 
getStatistics() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsPackageImpl
 
getStatistics() - Method in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for class 'Statistics'.
getStatistics_TimeSeries() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsPackageImpl
 
getStatistics_TimeSeries() - Method in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for the reference list 'Time Series'.
getStatisticsFactory() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsPackageImpl
 
getStatisticsFactory() - Method in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
Returns the factory that creates the instances of the model.
getStatisticsModel() - Method in class kieker.analysisteetime.ExampleConfiguration
 
getStatisticsPackage() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsFactoryImpl
 
getStatisticsPackage() - Method in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsFactory
Returns the package supported by this factory.
getStrBytes() - Method in class kieker.common.record.misc.RegistryRecord
 
getString() - Method in class kieker.common.record.io.BinaryValueDeserializer
 
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.JsonArrayValueDeserializer
 
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.trace.analysis.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
 
getSwapPieChart() - Method in class kieker.analysis.sink.display.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.trace.analysis.filter.AbstractTraceAnalysisFilter
 
getSystemFactory() - Method in class kieker.tools.trace.analysis.systemModel.repository.AbstractSystemSubRepository
 
getSystemName() - Method in class kieker.common.record.misc.HostApplicationMetaData
 
getSystemPerc() - Method in class kieker.monitoring.sampler.oshi.samplers.CPUsDetailedPercConverter
 
getTarget() - Method in interface kieker.analysisteetime.model.analysismodel.execution.AggregatedInvocation
Returns the value of the 'Target' reference.
getTarget() - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.AggregatedInvocationImpl
 
getTarget() - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractEdge
Returns the target of this edge.
getTarget() - Method in class org.graphdrawing.graphml.EdgeType
Gets the value of the target property.
getTargetport() - Method in class org.graphdrawing.graphml.EdgeType
Gets the value of the targetport property.
getTargetWeight() - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractWeightedEdge
Return this edge's target weight.
getTechnology() - Method in class kieker.common.record.database.BeforeDatabaseEvent
 
getTechnology() - Method in class kieker.common.record.flow.trace.BeforeSentRemoteEvent
 
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
 
getThroughputOutputPort() - Method in class kieker.analysisteetime.plugin.filter.record.MonitoringThroughputFilter
 
getTime() - Method in class kieker.analysisteetime.util.timeseries.AbstractTimeSeriesPoint
 
getTime() - Method in interface kieker.analysisteetime.util.timeseries.ITimeSeriesPoint
 
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 org.graphdrawing.graphml.DataType
Gets the value of the time property.
getTimeOffset() - Method in class kieker.common.record.misc.KiekerMetadataRecord
 
getTimeSeries() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsImpl
 
getTimeSeries() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsPackageImpl
 
getTimeSeries() - Method in interface kieker.analysisteetime.model.analysismodel.statistics.Statistics
Returns the value of the 'Time Series' reference list.
getTimeSeries() - Method in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for class 'Time Series'.
getTimeSeries_Name() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsPackageImpl
 
getTimeSeries_Name() - Method in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for the attribute 'Name'.
getTimeSeries_Unit() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsPackageImpl
 
getTimeSeries_Unit() - Method in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for the attribute 'Unit'.
getTimeSeries_Values() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsPackageImpl
 
getTimeSeries_Values() - Method in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for the reference list 'Values'.
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.analysisteetime.model.analysismodel.statistics.impl.ValueImpl
 
getTimestamp() - Method in interface kieker.analysisteetime.model.analysismodel.statistics.Value
Returns the value of the 'Timestamp' attribute.
getTimestamp() - Method in class kieker.common.record.controlflow.BranchingRecord
 
getTimestamp() - Method in class kieker.common.record.database.AfterDatabaseEvent
 
getTimestamp() - Method in class kieker.common.record.database.BeforeDatabaseEvent
 
getTimestamp() - Method in class kieker.common.record.database.DatabaseFailedEvent
 
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.flow.trace.BeforeReceivedRemoteEvent
 
getTimestamp() - Method in class kieker.common.record.flow.trace.BeforeSentRemoteEvent
 
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.trace.analysis.systemModel.AbstractMessage
Delivers the timestamp at which the message was created.
getTimestampsInputPort() - Method in class kieker.analysisteetime.plugin.filter.forward.AnalysisThroughputFilter
 
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.trace.analysis.systemModel.Execution
 
getTotalCompilationTimeMS() - Method in class kieker.common.record.jvm.CompilationRecord
 
getTotalCount() - Method in class kieker.tools.trace.analysis.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.trace.analysis.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.trace.analysis.systemModel.Execution
 
getTrace() - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.TracePackageImpl
 
getTrace() - Method in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage
Returns the meta object for class 'Trace'.
getTrace() - Method in class kieker.analysisteetime.trace.aggregation.AggregatedTraceWrapper
 
getTrace() - Method in enum kieker.monitoring.core.registry.TraceRegistry
Gets a Trace for the current thread.
getTrace_RootOperationCall() - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.TracePackageImpl
 
getTrace_RootOperationCall() - Method in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage
Returns the meta object for the containment reference 'Root Operation Call'.
getTrace_TraceID() - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.TracePackageImpl
 
getTrace_TraceID() - Method in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage
Returns the meta object for the attribute 'Trace ID'.
getTraceAsSortedExecutionSet() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Returns a sorted set (unmodifiable) of Executions in this trace.
getTraceEvents() - Method in class kieker.analysis.plugin.filter.flow.TraceEventRecords
Delivers the stored trace events.
getTraceFactory() - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.TracePackageImpl
 
getTraceFactory() - Method in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage
Returns the factory that creates the instances of the model.
getTraceID() - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.TraceImpl
 
getTraceID() - Method in interface kieker.analysisteetime.model.analysismodel.trace.Trace
Returns the value of the 'Trace ID' attribute.
getTraceId() - Method in class kieker.common.record.controlflow.OperationExecutionRecord
 
getTraceId() - Method in class kieker.common.record.database.AfterDatabaseEvent
 
getTraceId() - Method in class kieker.common.record.database.BeforeDatabaseEvent
 
getTraceId() - Method in class kieker.common.record.database.DatabaseFailedEvent
 
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.BeforeReceivedRemoteEvent
 
getTraceId() - Method in class kieker.common.record.flow.trace.BeforeSentRemoteEvent
 
getTraceId() - Method in class kieker.common.record.flow.trace.TraceMetadata
 
getTraceId() - Method in class kieker.tools.trace.analysis.systemModel.AbstractTrace
Returns this trace's trace ID.
getTraceId() - Method in class kieker.tools.trace.analysis.systemModel.Execution
 
getTraceId() - Method in class kieker.tools.trace.analysis.systemModel.TraceInformation
Returns the trace ID.
getTraceInformation() - Method in class kieker.tools.trace.analysis.systemModel.AbstractTrace
Returns information about this trace.
getTraceMetadata() - Method in class kieker.analysis.plugin.filter.flow.TraceEventRecords
Delivers the stored traces.
getTracePackage() - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.TraceFactoryImpl
 
getTracePackage() - Method in interface kieker.analysisteetime.model.analysismodel.trace.TraceFactory
Returns the package supported by this factory.
getTransformation() - Method in class kieker.analysisteetime.util.graph.export.AbstractTransformer
 
getTransformation() - Method in class kieker.analysisteetime.util.graph.export.blueprints.BlueprintsTransformer
 
getTransformation() - Method in class kieker.analysisteetime.util.graph.export.graphml.GraphMLTransformer
 
getTriggerInputPort() - Method in class kieker.analysisteetime.util.stage.trigger.ForwardOnTriggerStage
 
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.trace.analysis.systemModel.AssemblyComponent
 
getType() - Method in class org.graphdrawing.graphml.EndpointType
Gets the value of the type property.
getType() - Method in class org.graphdrawing.graphml.LocatorType
type of the hyperlink (fixed as simple).
getTypedKey() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
 
getTypedKey() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
 
getTypedKey() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
 
getTypedKey() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
 
getTypedKey() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
 
getTypedKey() - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.DeployedOperationsPairToAggregatedInvocationMapEntryImpl
 
getTypedKey() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
 
getTypedKey() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
 
getTypedValue() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
 
getTypedValue() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
 
getTypedValue() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
 
getTypedValue() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
 
getTypedValue() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
 
getTypedValue() - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.DeployedOperationsPairToAggregatedInvocationMapEntryImpl
 
getTypedValue() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
 
getTypedValue() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
 
getTypeFactory() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.TypePackageImpl
 
getTypeFactory() - Method in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
Returns the factory that creates the instances of the model.
getTypeModel() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.TypePackageImpl
 
getTypeModel() - Method in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
Returns the meta object for class 'Model'.
getTypeModel() - Method in class kieker.analysisteetime.model.StaticModelsAssemblerStage
 
getTypeModel_ComponentTypes() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.TypePackageImpl
 
getTypeModel_ComponentTypes() - Method in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
Returns the meta object for the map 'Component Types'.
getTypeName() - Method in class kieker.tools.trace.analysis.systemModel.ComponentType
Delivers the name of the type.
getTypePackage() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.TypeFactoryImpl
 
getTypePackage() - Method in interface kieker.analysisteetime.model.analysismodel.type.TypeFactory
Returns the package supported by this factory.
getTypeRepositoryFactory() - Method in class kieker.tools.trace.analysis.systemModel.repository.SystemModelRepository
Delivering the factory managing the available component types.
getTypes() - Method in class kieker.analysis.sink.NullStage
 
getUncountedRecordsOutputPort() - Method in class kieker.analysisteetime.plugin.filter.record.MonitoringThroughputFilter
 
getUniqueTraceId() - Method in enum kieker.monitoring.core.registry.ControlFlowRegistry
This methods returns a globally unique trace id.
getUnit() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsPackageImpl
 
getUnit() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.TimeSeriesImpl
 
getUnit() - Method in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for class 'Unit'.
getUnit() - Method in interface kieker.analysisteetime.model.analysismodel.statistics.TimeSeries
Returns the value of the 'Unit' attribute.
getUnits() - Method in class kieker.analysisteetime.statistics.Statistics
 
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
 
getUpdatedContent() - Method in interface kieker.analysisteetime.plugin.filter.visualisation.IWebVisualizationFilterPlugin
 
getUpdatedContent() - Method in class kieker.analysisteetime.plugin.filter.visualisation.PlainTextWebVisualization
 
getUptimeMS() - Method in class kieker.common.record.jvm.UptimeRecord
 
getUser() - Method in class kieker.common.record.system.CPUUtilizationRecord
 
getUserPerc() - Method in class kieker.monitoring.sampler.oshi.samplers.CPUsDetailedPercConverter
 
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.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
 
getValue() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
 
getValue() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
 
getValue() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
 
getValue() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
 
getValue() - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.DeployedOperationsPairToAggregatedInvocationMapEntryImpl
 
getValue() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsPackageImpl
 
getValue() - Method in enum kieker.analysisteetime.model.analysismodel.statistics.PredefinedUnits
 
getValue() - Method in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for class 'Value'.
getValue() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
 
getValue() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
 
getValue() - Method in class kieker.analysisteetime.util.timeseries.DoubleTimeSeriesPoint
 
getValue() - Method in class kieker.analysisteetime.util.timeseries.LongTimeSeriesPoint
 
getValue() - Method in class kieker.analysisteetime.util.timeseries.ObjectTimeSeriesPoint
 
getValue() - Method in class kieker.common.record.remotecontrol.AddParameterValueEvent
 
getValue() - Method in interface kieker.common.record.remotecontrol.IParameterValueEvent
 
getValue() - Method in class kieker.common.record.remotecontrol.RemoveParameterValueEvent
 
getValue() - Method in class kieker.monitoring.probe.aspectj.beforeafter.onlycallee.Counter
 
getValue_Timestamp() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsPackageImpl
 
getValue_Timestamp() - Method in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for the attribute 'Timestamp'.
getValueDeserializer() - Method in class kieker.analysis.source.tcp.Connection
 
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.BranchingRecordFactory
 
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.controlflow.OperationExecutionRecordFactory
 
getValueNames() - Method in class kieker.common.record.database.AfterDatabaseEvent
This method delivers an array containing the value names of the record.
getValueNames() - Method in class kieker.common.record.database.AfterDatabaseEventFactory
 
getValueNames() - Method in class kieker.common.record.database.BeforeDatabaseEvent
This method delivers an array containing the value names of the record.
getValueNames() - Method in class kieker.common.record.database.BeforeDatabaseEventFactory
 
getValueNames() - Method in class kieker.common.record.database.DatabaseFailedEvent
This method delivers an array containing the value names of the record.
getValueNames() - Method in class kieker.common.record.database.DatabaseFailedEventFactory
 
getValueNames() - Method in interface kieker.common.record.factory.IRecordFactory
provide an array of all value names of an event type in definition order.
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.AfterFailedThreadBasedEventFactory
 
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.AfterThreadBasedEventFactory
 
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.thread.BeforeThreadBasedEventFactory
 
getValueNames() - Method in class kieker.common.record.flow.trace.ApplicationTraceMetadata
This method delivers an array containing the value names of the record.
getValueNames() - Method in class kieker.common.record.flow.trace.ApplicationTraceMetadataFactory
 
getValueNames() - Method in class kieker.common.record.flow.trace.BeforeReceivedRemoteEvent
This method delivers an array containing the value names of the record.
getValueNames() - Method in class kieker.common.record.flow.trace.BeforeReceivedRemoteEventFactory
 
getValueNames() - Method in class kieker.common.record.flow.trace.BeforeSentRemoteEvent
This method delivers an array containing the value names of the record.
getValueNames() - Method in class kieker.common.record.flow.trace.BeforeSentRemoteEventFactory
 
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.JoinEventFactory
 
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.MonitorEntryEventFactory
 
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.MonitorExitEventFactory
 
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.MonitorNotifyAllEventFactory
 
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.MonitorNotifyEventFactory
 
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.MonitorRequestEventFactory
 
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.monitor.MonitorWaitEventFactory
 
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.concurrency.SplitEventFactory
 
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.ConstructionEventFactory
 
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.AfterOperationEventFactory
 
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.AfterOperationFailedEventFactory
 
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.BeforeOperationEventFactory
 
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.CallOperationEventFactory
 
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.AfterConstructorEventFactory
 
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.AfterConstructorFailedEventFactory
 
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.BeforeConstructorEventFactory
 
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.CallConstructorEventFactory
 
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.AfterConstructorFailedObjectEventFactory
 
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.AfterConstructorObjectEventFactory
 
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.BeforeConstructorObjectEventFactory
 
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.BeforeConstructorObjectInterfaceEventFactory
 
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.constructor.object.CallConstructorObjectEventFactory
 
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.AfterOperationFailedObjectEventFactory
 
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.AfterOperationObjectEventFactory
 
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.BeforeOperationObjectEventFactory
 
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.BeforeOperationObjectInterfaceEventFactory
 
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.operation.object.CallOperationObjectEventFactory
 
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 class kieker.common.record.flow.trace.TraceMetadataFactory
 
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.ClassLoadingRecordFactory
 
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.CompilationRecordFactory
 
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.GCRecordFactory
 
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.MemoryRecordFactory
 
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.ThreadsStatusRecordFactory
 
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.jvm.UptimeRecordFactory
 
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.EmptyRecordFactory
 
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.HostApplicationMetaDataFactory
 
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.KiekerMetadataRecordFactory
 
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.ThreadMetaDataFactory
 
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.misc.TimestampRecordFactory
 
getValueNames() - Method in class kieker.common.record.remotecontrol.ActivationEvent
This method delivers an array containing the value names of the record.
getValueNames() - Method in class kieker.common.record.remotecontrol.ActivationEventFactory
 
getValueNames() - Method in class kieker.common.record.remotecontrol.ActivationParameterEvent
This method delivers an array containing the value names of the record.
getValueNames() - Method in class kieker.common.record.remotecontrol.ActivationParameterEventFactory
 
getValueNames() - Method in class kieker.common.record.remotecontrol.AddParameterValueEvent
This method delivers an array containing the value names of the record.
getValueNames() - Method in class kieker.common.record.remotecontrol.AddParameterValueEventFactory
 
getValueNames() - Method in class kieker.common.record.remotecontrol.DeactivationEvent
This method delivers an array containing the value names of the record.
getValueNames() - Method in class kieker.common.record.remotecontrol.DeactivationEventFactory
 
getValueNames() - Method in class kieker.common.record.remotecontrol.RemoveParameterValueEvent
This method delivers an array containing the value names of the record.
getValueNames() - Method in class kieker.common.record.remotecontrol.RemoveParameterValueEventFactory
 
getValueNames() - Method in class kieker.common.record.remotecontrol.UpdateParameterEvent
This method delivers an array containing the value names of the record.
getValueNames() - Method in class kieker.common.record.remotecontrol.UpdateParameterEventFactory
 
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.CPUUtilizationRecordFactory
 
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.DiskUsageRecordFactory
 
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.LoadAverageRecordFactory
 
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.MemSwapUsageRecordFactory
 
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.NetworkUtilizationRecordFactory
 
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.common.record.system.ResourceUtilizationRecordFactory
 
getValues() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.TimeSeriesImpl
 
getValues() - Method in interface kieker.analysisteetime.model.analysismodel.statistics.TimeSeries
Returns the value of the 'Values' reference list.
getValues() - Method in class kieker.common.record.remotecontrol.ActivationParameterEvent
 
getValues() - Method in interface kieker.common.record.remotecontrol.IRemoteParameterControlEvent
 
getValues() - Method in class kieker.common.record.remotecontrol.UpdateParameterEvent
 
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.BranchingRecordFactory
 
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.controlflow.OperationExecutionRecordFactory
 
getValueTypes() - Method in class kieker.common.record.database.AfterDatabaseEvent
This method delivers an array with the classes of the single values for the record.
getValueTypes() - Method in class kieker.common.record.database.AfterDatabaseEventFactory
 
getValueTypes() - Method in class kieker.common.record.database.BeforeDatabaseEvent
This method delivers an array with the classes of the single values for the record.
getValueTypes() - Method in class kieker.common.record.database.BeforeDatabaseEventFactory
 
getValueTypes() - Method in class kieker.common.record.database.DatabaseFailedEvent
This method delivers an array with the classes of the single values for the record.
getValueTypes() - Method in class kieker.common.record.database.DatabaseFailedEventFactory
 
getValueTypes() - Method in interface kieker.common.record.factory.IRecordFactory
provide an array of all value types of an event type in definition order.
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.AfterFailedThreadBasedEventFactory
 
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.AfterThreadBasedEventFactory
 
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.thread.BeforeThreadBasedEventFactory
 
getValueTypes() - Method in class kieker.common.record.flow.trace.ApplicationTraceMetadata
This method delivers an array with the classes of the single values for the record.
getValueTypes() - Method in class kieker.common.record.flow.trace.ApplicationTraceMetadataFactory
 
getValueTypes() - Method in class kieker.common.record.flow.trace.BeforeReceivedRemoteEvent
This method delivers an array with the classes of the single values for the record.
getValueTypes() - Method in class kieker.common.record.flow.trace.BeforeReceivedRemoteEventFactory
 
getValueTypes() - Method in class kieker.common.record.flow.trace.BeforeSentRemoteEvent
This method delivers an array with the classes of the single values for the record.
getValueTypes() - Method in class kieker.common.record.flow.trace.BeforeSentRemoteEventFactory
 
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.JoinEventFactory
 
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.MonitorEntryEventFactory
 
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.MonitorExitEventFactory
 
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.MonitorNotifyAllEventFactory
 
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.MonitorNotifyEventFactory
 
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.MonitorRequestEventFactory
 
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.monitor.MonitorWaitEventFactory
 
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.concurrency.SplitEventFactory
 
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.ConstructionEventFactory
 
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.AfterOperationEventFactory
 
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.AfterOperationFailedEventFactory
 
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.BeforeOperationEventFactory
 
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.CallOperationEventFactory
 
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.AfterConstructorEventFactory
 
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.AfterConstructorFailedEventFactory
 
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.BeforeConstructorEventFactory
 
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.CallConstructorEventFactory
 
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.AfterConstructorFailedObjectEventFactory
 
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.AfterConstructorObjectEventFactory
 
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.BeforeConstructorObjectEventFactory
 
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.BeforeConstructorObjectInterfaceEventFactory
 
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.constructor.object.CallConstructorObjectEventFactory
 
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.AfterOperationFailedObjectEventFactory
 
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.AfterOperationObjectEventFactory
 
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.BeforeOperationObjectEventFactory
 
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.BeforeOperationObjectInterfaceEventFactory
 
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.operation.object.CallOperationObjectEventFactory
 
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 class kieker.common.record.flow.trace.TraceMetadataFactory
 
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.ClassLoadingRecordFactory
 
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.CompilationRecordFactory
 
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.GCRecordFactory
 
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.MemoryRecordFactory
 
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.ThreadsStatusRecordFactory
 
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.jvm.UptimeRecordFactory
 
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.EmptyRecordFactory
 
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.HostApplicationMetaDataFactory
 
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.KiekerMetadataRecordFactory
 
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.ThreadMetaDataFactory
 
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.misc.TimestampRecordFactory
 
getValueTypes() - Method in class kieker.common.record.remotecontrol.ActivationEvent
This method delivers an array with the classes of the single values for the record.
getValueTypes() - Method in class kieker.common.record.remotecontrol.ActivationEventFactory
 
getValueTypes() - Method in class kieker.common.record.remotecontrol.ActivationParameterEvent
This method delivers an array with the classes of the single values for the record.
getValueTypes() - Method in class kieker.common.record.remotecontrol.ActivationParameterEventFactory
 
getValueTypes() - Method in class kieker.common.record.remotecontrol.AddParameterValueEvent
This method delivers an array with the classes of the single values for the record.
getValueTypes() - Method in class kieker.common.record.remotecontrol.AddParameterValueEventFactory
 
getValueTypes() - Method in class kieker.common.record.remotecontrol.DeactivationEvent
This method delivers an array with the classes of the single values for the record.
getValueTypes() - Method in class kieker.common.record.remotecontrol.DeactivationEventFactory
 
getValueTypes() - Method in class kieker.common.record.remotecontrol.RemoveParameterValueEvent
This method delivers an array with the classes of the single values for the record.
getValueTypes() - Method in class kieker.common.record.remotecontrol.RemoveParameterValueEventFactory
 
getValueTypes() - Method in class kieker.common.record.remotecontrol.UpdateParameterEvent
This method delivers an array with the classes of the single values for the record.
getValueTypes() - Method in class kieker.common.record.remotecontrol.UpdateParameterEventFactory
 
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.CPUUtilizationRecordFactory
 
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.DiskUsageRecordFactory
 
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.LoadAverageRecordFactory
 
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.MemSwapUsageRecordFactory
 
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.NetworkUtilizationRecordFactory
 
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.common.record.system.ResourceUtilizationRecordFactory
 
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.
getVertex(Direction) - Method in interface kieker.analysisteetime.util.graph.IEdge
 
getVertex(Object) - Method in interface kieker.analysisteetime.util.graph.IGraph
 
getVertex(Object) - Method in class kieker.analysisteetime.util.graph.impl.GraphImpl
 
getVertexVisitors() - Method in class kieker.analysisteetime.util.graph.traversal.AbstractGraphTraverser
 
getVertices() - Method in interface kieker.analysisteetime.util.graph.IGraph
 
getVertices() - Method in class kieker.analysisteetime.util.graph.impl.GraphImpl
 
getVertices(Direction) - Method in interface kieker.analysisteetime.util.graph.IVertex
 
getVertices() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraph
 
getVertices() - Method in class kieker.tools.trace.analysis.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
Returns the meta object for the containment reference list 'Display Connectors'.
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
 
getWaitPerc() - Method in class kieker.monitoring.sampler.oshi.samplers.CPUsDetailedPercConverter
 
getWeight() - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractWeightedEdge
Returns this edge's weight.
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.analysis.sink.display.CPUUtilizationDisplayFilter
 
getXYPlot() - Method in class kieker.analysis.sink.display.GCDisplayFilter
 
getXYPlot() - Method in class kieker.analysis.sink.display.MemSwapUtilizationDisplayFilter
 
getXYPlot() - Method in class kieker.analysis.sink.display.ThreadsStatusDisplayFilter
 
graph - Variable in class kieker.analysisteetime.dependencygraphs.AbstractDependencyGraphBuilder
 
graph - Variable in class kieker.analysisteetime.util.graph.export.AbstractTransformer
 
graph - Variable in class org.graphdrawing.graphml.EdgeType
 
graph - Variable in class org.graphdrawing.graphml.HyperedgeType
 
graph - Variable in class org.graphdrawing.graphml.NodeType
 
graphAttributes - Variable in class kieker.analysisteetime.util.graph.export.dot.DotExportConfiguration
 
GraphEdgedefaultType - Enum in org.graphdrawing.graphml
Java class for graph.edgedefault.type.
GraphEdgeidsType - Enum in org.graphdrawing.graphml
Java class for graph.edgeids.type.
GraphFlattenerStage - Class in kieker.analysisteetime.util.graph.flattening
 
GraphFlattenerStage(IGraphFlattener) - Constructor for class kieker.analysisteetime.util.graph.flattening.GraphFlattenerStage
 
GraphFormattingException - Exception in kieker.tools.trace.analysis.filter.visualization.exception
Generic exception which denotes that an error has occured during graph formatting.
GraphFormattingException(String) - Constructor for exception kieker.tools.trace.analysis.filter.visualization.exception.GraphFormattingException
Creates a new exception with the given message.
GraphFormattingException(Throwable) - Constructor for exception kieker.tools.trace.analysis.filter.visualization.exception.GraphFormattingException
Creates a new exception with the given cause.
GraphFormattingException(String, Throwable) - Constructor for exception kieker.tools.trace.analysis.filter.visualization.exception.GraphFormattingException
Creates a new exception with a given message and a given cause.
GraphImpl - Class in kieker.analysisteetime.util.graph.impl
Default implementation of a IGraph.
GraphImpl() - Constructor for class kieker.analysisteetime.util.graph.impl.GraphImpl
 
GraphImpl(VertexImpl) - Constructor for class kieker.analysisteetime.util.graph.impl.GraphImpl
 
GraphMLFileWriterStage - Class in kieker.analysisteetime.util.graph.export.graphml
 
GraphMLFileWriterStage(Function<IGraph, String>) - Constructor for class kieker.analysisteetime.util.graph.export.graphml.GraphMLFileWriterStage
 
GraphMLFileWriterStage(String) - Constructor for class kieker.analysisteetime.util.graph.export.graphml.GraphMLFileWriterStage
 
GraphMLTransformationStage - Class in kieker.analysisteetime.util.graph.export.graphml
 
GraphMLTransformationStage() - Constructor for class kieker.analysisteetime.util.graph.export.graphml.GraphMLTransformationStage
 
GraphMLTransformer - Class in kieker.analysisteetime.util.graph.export.graphml
 
GraphMLTransformer(IGraph) - Constructor for class kieker.analysisteetime.util.graph.export.graphml.GraphMLTransformer
 
GraphmlType - Class in org.graphdrawing.graphml
Complex type for the element.
GraphmlType() - Constructor for class org.graphdrawing.graphml.GraphmlType
 
GraphMLWriterStage - Class in kieker.analysisteetime.util.graph.export.graphml
 
GraphMLWriterStage(Function<IGraph, OutputStream>) - Constructor for class kieker.analysisteetime.util.graph.export.graphml.GraphMLWriterStage
 
GraphNodeidsType - Enum in org.graphdrawing.graphml
Java class for graph.nodeids.type.
graphOrData - Variable in class org.graphdrawing.graphml.GraphmlType
 
GraphOrderType - Enum in org.graphdrawing.graphml
Java class for graph.order.type.
GraphPrinterStage - Class in kieker.analysisteetime.experimental
This stage prints IGraphs to a given PrintStream or System.out if no one specified.
GraphPrinterStage() - Constructor for class kieker.analysisteetime.experimental.GraphPrinterStage
 
GraphPrinterStage(PrintStream) - Constructor for class kieker.analysisteetime.experimental.GraphPrinterStage
 
GraphTransformerVisitor - Class in kieker.analysisteetime.trace.graph
 
GraphTransformerVisitor(IGraph) - Constructor for class kieker.analysisteetime.trace.graph.GraphTransformerVisitor
 
GraphType - Class in org.graphdrawing.graphml
Complex type for the element.
GraphType() - Constructor for class org.graphdrawing.graphml.GraphType
 
GraphWriterPlugin - Class in kieker.tools.trace.analysis.filter.visualization
Generic graph writer plugin to generate graph specifications and save them to disk.
GraphWriterPlugin(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.visualization.GraphWriterPlugin
Creates a new instance of this class using the given parameters.
GRAY - Static variable in class kieker.tools.trace.analysis.filter.visualization.graph.Color
The predefined color gray.
GREEN - Static variable in class kieker.tools.trace.analysis.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.
GZipCompressionFilter - Class in kieker.monitoring.writer.compression
Zip compression filter for the writer pool.
GZipCompressionFilter(Configuration) - Constructor for class kieker.monitoring.writer.compression.GZipCompressionFilter
Initialize GZipCompression with parameter to adhere Kieker configuration system.
GZipDecompressionFilter - Class in kieker.analysis.plugin.reader.depcompression
 
GZipDecompressionFilter(Configuration) - Constructor for class kieker.analysis.plugin.reader.depcompression.GZipDecompressionFilter
Create new gzip decompression filter.

H

handleAfterOperationEvent(AfterOperationEvent) - Method in class kieker.analysisteetime.model.DeploymentModelAssembler
 
handleAfterOperationEventRecord(AfterOperationEvent) - Method in class kieker.analysisteetime.trace.reconstruction.TraceReconstructionBuffer
 
handleBeforeOperationEvent(BeforeOperationEvent) - Method in class kieker.analysisteetime.model.DeploymentModelAssembler
 
handleBeforeOperationEventRecord(BeforeOperationEvent) - Method in class kieker.analysisteetime.trace.reconstruction.TraceReconstructionBuffer
 
handleKiekerMetadataRecord(KiekerMetadataRecord) - Method in class kieker.analysis.AnalysisController
Called whenever an KiekerMetadataRecord is found inside the filters network.
handleMessage(Message) - Method in class kieker.monitoring.probe.cxf.OperationExecutionSOAPRequestInInterceptor
 
handleMessage(SoapMessage) - Method in class kieker.monitoring.probe.cxf.OperationExecutionSOAPRequestOutInterceptor
 
handleMessage(Message) - Method in class kieker.monitoring.probe.cxf.OperationExecutionSOAPResponseInInterceptor
 
handleMessage(SoapMessage) - Method in class kieker.monitoring.probe.cxf.OperationExecutionSOAPResponseOutInterceptor
 
handleMetadataRecord(TraceMetadata) - Method in class kieker.analysisteetime.model.DeploymentModelAssembler
 
handleOrigin(AbstractGraphElement<T>, T) - Method in class kieker.tools.trace.analysis.filter.AbstractGraphProducingFilter
 
handleOrigin(AbstractGraphElement<T>, T) - Method in class kieker.tools.trace.analysis.filter.visualization.graph.CompleteOriginRetentionPolicy
 
handleOrigin(AbstractGraphElement<T>, T) - Method in interface kieker.tools.trace.analysis.filter.visualization.graph.IOriginRetentionPolicy
Handles a given origin for the given graph element.
handleOrigin(AbstractGraphElement<T>, T) - Method in class kieker.tools.trace.analysis.filter.visualization.graph.NoOriginRetentionPolicy
Handles a given origin for the given graph element.
handleOrigin(AbstractGraphElement<T>, T) - Method in class kieker.tools.trace.analysis.filter.visualization.graph.SpecificOriginRetentionPolicy
 
handleRegistryRecord(ByteBuffer) - Method in class kieker.analysis.plugin.reader.AbstractStringRegistryReaderPlugin
Handles the given raw data for a registry record.
handleRegularRecord(ByteBuffer) - Method in class kieker.analysis.plugin.reader.AbstractStringRegistryReaderPlugin
Handles the given raw data for a regular record.
handleTrace(Trace) - Method in class kieker.analysisteetime.trace.aggregation.TraceAggregator
 
hardwareAbstractionLayer - Variable in class kieker.monitoring.sampler.oshi.samplers.AbstractOshiSampler
The HardwareAbstractionLayer reference which will be used to retrieve the sensor data.
has(Object) - Method in class kieker.analysisteetime.statistics.StatisticsModel
 
hasChildGraph() - Method in interface kieker.analysisteetime.util.graph.IVertex
 
hash - Variable in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
 
hash - Variable in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
 
hash - Variable in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
 
hash - Variable in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
 
hash - Variable in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
 
hash - Variable in class kieker.analysisteetime.model.analysismodel.execution.impl.DeployedOperationsPairToAggregatedInvocationMapEntryImpl
 
hash - Variable in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
 
hash - Variable in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
 
hashCode() - Method in class kieker.analysis.plugin.filter.flow.TraceEventRecords
 
hashCode() - Method in class kieker.analysisteetime.util.ComposedKey
 
hashCode() - Method in class kieker.common.record.AbstractMonitoringRecord
 
hashCode() - Method in class kieker.common.record.controlflow.BranchingRecord
hashCode() - Method in class kieker.common.record.controlflow.OperationExecutionRecord
hashCode() - Method in class kieker.common.record.database.AfterDatabaseEvent
hashCode() - Method in class kieker.common.record.database.BeforeDatabaseEvent
hashCode() - Method in class kieker.common.record.database.DatabaseFailedEvent
hashCode() - Method in class kieker.common.record.flow.AbstractEvent
hashCode() - Method in class kieker.common.record.flow.thread.AbstractThreadBasedEvent
hashCode() - Method in class kieker.common.record.flow.thread.AfterFailedThreadBasedEvent
hashCode() - Method in class kieker.common.record.flow.thread.AfterThreadBasedEvent
hashCode() - Method in class kieker.common.record.flow.thread.BeforeThreadBasedEvent
hashCode() - Method in class kieker.common.record.flow.trace.AbstractTraceEvent
hashCode() - Method in class kieker.common.record.flow.trace.ApplicationTraceMetadata
hashCode() - Method in class kieker.common.record.flow.trace.BeforeReceivedRemoteEvent
hashCode() - Method in class kieker.common.record.flow.trace.BeforeSentRemoteEvent
hashCode() - Method in class kieker.common.record.flow.trace.concurrency.JoinEvent
hashCode() - Method in class kieker.common.record.flow.trace.concurrency.monitor.AbstractMonitorEvent
hashCode() - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorEntryEvent
hashCode() - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorExitEvent
hashCode() - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorNotifyAllEvent
hashCode() - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorNotifyEvent
hashCode() - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorRequestEvent
hashCode() - Method in class kieker.common.record.flow.trace.concurrency.monitor.MonitorWaitEvent
hashCode() - Method in class kieker.common.record.flow.trace.concurrency.SplitEvent
hashCode() - Method in class kieker.common.record.flow.trace.ConstructionEvent
hashCode() - Method in class kieker.common.record.flow.trace.operation.AbstractOperationEvent
hashCode() - Method in class kieker.common.record.flow.trace.operation.AfterOperationEvent
hashCode() - Method in class kieker.common.record.flow.trace.operation.AfterOperationFailedEvent
hashCode() - Method in class kieker.common.record.flow.trace.operation.BeforeOperationEvent
hashCode() - Method in class kieker.common.record.flow.trace.operation.CallOperationEvent
hashCode() - Method in class kieker.common.record.flow.trace.operation.constructor.AfterConstructorEvent
hashCode() - Method in class kieker.common.record.flow.trace.operation.constructor.AfterConstructorFailedEvent
hashCode() - Method in class kieker.common.record.flow.trace.operation.constructor.BeforeConstructorEvent
hashCode() - Method in class kieker.common.record.flow.trace.operation.constructor.CallConstructorEvent
hashCode() - Method in class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorFailedObjectEvent
hashCode() - Method in class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorObjectEvent
hashCode() - Method in class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectEvent
hashCode() - Method in class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectInterfaceEvent
hashCode() - Method in class kieker.common.record.flow.trace.operation.constructor.object.CallConstructorObjectEvent
hashCode() - Method in class kieker.common.record.flow.trace.operation.object.AfterOperationFailedObjectEvent
hashCode() - Method in class kieker.common.record.flow.trace.operation.object.AfterOperationObjectEvent
hashCode() - Method in class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectEvent
hashCode() - Method in class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectInterfaceEvent
hashCode() - Method in class kieker.common.record.flow.trace.operation.object.CallOperationObjectEvent
hashCode() - Method in class kieker.common.record.flow.trace.TraceMetadata
hashCode() - Method in class kieker.common.record.jvm.AbstractJVMRecord
hashCode() - Method in class kieker.common.record.jvm.ClassLoadingRecord
hashCode() - Method in class kieker.common.record.jvm.CompilationRecord
hashCode() - Method in class kieker.common.record.jvm.GCRecord
hashCode() - Method in class kieker.common.record.jvm.MemoryRecord
hashCode() - Method in class kieker.common.record.jvm.ThreadsStatusRecord
hashCode() - Method in class kieker.common.record.jvm.UptimeRecord
hashCode() - Method in class kieker.common.record.misc.EmptyRecord
hashCode() - Method in class kieker.common.record.misc.HostApplicationMetaData
hashCode() - Method in class kieker.common.record.misc.KiekerMetadataRecord
hashCode() - Method in class kieker.common.record.misc.ThreadMetaData
hashCode() - Method in class kieker.common.record.misc.TimestampRecord
hashCode() - Method in class kieker.common.record.remotecontrol.ActivationEvent
hashCode() - Method in class kieker.common.record.remotecontrol.ActivationParameterEvent
hashCode() - Method in class kieker.common.record.remotecontrol.AddParameterValueEvent
hashCode() - Method in class kieker.common.record.remotecontrol.DeactivationEvent
hashCode() - Method in class kieker.common.record.remotecontrol.RemoveParameterValueEvent
hashCode() - Method in class kieker.common.record.remotecontrol.UpdateParameterEvent
hashCode() - Method in class kieker.common.record.system.CPUUtilizationRecord
hashCode() - Method in class kieker.common.record.system.DiskUsageRecord
hashCode() - Method in class kieker.common.record.system.LoadAverageRecord
hashCode() - Method in class kieker.common.record.system.MemSwapUsageRecord
hashCode() - Method in class kieker.common.record.system.NetworkUtilizationRecord
hashCode() - Method in class kieker.common.record.system.ResourceUtilizationRecord
hashCode() - Method in class kieker.common.util.signature.ClassOperationSignaturePair
 
hashCode() - Method in class kieker.common.util.signature.Signature
 
hashCode() - Method in class kieker.monitoring.core.signaturePattern.PatternEntry
 
hashCode() - Method in class kieker.tools.trace.analysis.filter.visualization.graph.Color
 
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.AbstractMessage
 
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.AbstractTrace
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.AllocationComponent
 
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.AssemblyComponent
 
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.ComponentType
 
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.Execution
 
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionContainer
 
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
 
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.InvalidExecutionTrace
 
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.MessageTrace
 
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.Operation
 
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.SynchronousCallMessage
 
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.SynchronousReplyMessage
 
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.TraceInformation
 
hasProperty(IProperty) - Method in class kieker.analysisteetime.statistics.Statistic
 
hasReturnType() - Method in class kieker.common.util.signature.Signature
Tells whether the current signature has a return type or not.
hasStatistic(IUnit) - Method in class kieker.analysisteetime.statistics.Statistics
 
hasValidFileExtension(String) - Static method in class kieker.analysis.plugin.reader.util.FSReaderUtil
 
hasValidFileExtension(String) - Static method in enum kieker.common.util.filesystem.BinaryCompressionMethod
Deprecated.
This method checks whether there exists a suitable compression method for the extension of the file.
HEADER_FIELD - Static variable in class kieker.monitoring.probe.spring.flow.RestConstants
Name of the header field that is used to store the Kieker tracing information in HTTP requests and responses.
help - Variable in class kieker.tools.common.AbstractLegacyTool
true if help should be displayed.
HOST_NAME - Static variable in class kieker.monitoring.core.configuration.ConfigurationKeys
 
HOST_NAME - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
HostApplicationMetaData - Class in kieker.common.record.misc
 
HostApplicationMetaData(String, String, String, String) - Constructor for class kieker.common.record.misc.HostApplicationMetaData
Creates a new instance of this class using the given parameters.
HostApplicationMetaData(IValueDeserializer) - Constructor for class kieker.common.record.misc.HostApplicationMetaData
 
HostApplicationMetaDataFactory - Class in kieker.common.record.misc
 
HostApplicationMetaDataFactory() - Constructor for class kieker.common.record.misc.HostApplicationMetaDataFactory
 
HOSTNAME - Static variable in class kieker.common.record.controlflow.OperationExecutionRecord
 
HOSTNAME - Static variable in class kieker.common.record.flow.trace.TraceMetadata
 
HOSTNAME - Static variable in class kieker.common.record.jvm.AbstractJVMRecord
default constants.
HOSTNAME - Static variable in class kieker.common.record.misc.HostApplicationMetaData
 
HOSTNAME - Static variable in class kieker.common.record.misc.KiekerMetadataRecord
 
HOSTNAME - Static variable in class kieker.common.record.misc.ThreadMetaData
default constants.
HOSTNAME - Static variable in class kieker.common.record.system.CPUUtilizationRecord
 
HOSTNAME - Static variable in class kieker.common.record.system.DiskUsageRecord
 
HOSTNAME - Static variable in class kieker.common.record.system.LoadAverageRecord
 
HOSTNAME - Static variable in class kieker.common.record.system.MemSwapUsageRecord
 
HOSTNAME - Static variable in class kieker.common.record.system.NetworkUtilizationRecord
 
HOSTNAME - Static variable in class kieker.common.record.system.ResourceUtilizationRecord
 
HostnameRepository - Class in kieker.analysisteetime
A class that manages host names for trace IDs.
HostnameRepository() - Constructor for class kieker.analysisteetime.HostnameRepository
 
HotspotDetection - Class in kieker.analysisteetime.experimental.hotspotdetection
This class executes a HotspotDetectionConfiguration.
HotspotDetection(File) - Constructor for class kieker.analysisteetime.experimental.hotspotdetection.HotspotDetection
 
HotspotDetectionConfiguration - Class in kieker.analysisteetime.experimental.hotspotdetection
Configuration for a hotspot detection based on the longest execution time of methods without children.
HotspotDetectionConfiguration(File) - Constructor for class kieker.analysisteetime.experimental.hotspotdetection.HotspotDetectionConfiguration
 
HotspotDetectionStage - Class in kieker.analysisteetime.experimental.hotspotdetection
This stage excepts traces at its input port and prints their operation calls to a given PrintStream, which have the longest execution time without their children.
HotspotDetectionStage() - Constructor for class kieker.analysisteetime.experimental.hotspotdetection.HotspotDetectionStage
 
HotspotDetectionStage(int, PrintStream) - Constructor for class kieker.analysisteetime.experimental.hotspotdetection.HotspotDetectionStage
 
href - Variable in class org.graphdrawing.graphml.LocatorType
 
HtmlText - Class in kieker.analysis.display
This is a display type used for html text.
HtmlText() - Constructor for class kieker.analysis.display.HtmlText
Creates a new instance of this class.
HUMAN_READABLE_DATE_FORMAT - Static variable in class kieker.tools.common.DateConverter
Date format pattern used for information.
HyperedgeType - Class in org.graphdrawing.graphml
Complex type for the element.
HyperedgeType() - Constructor for class org.graphdrawing.graphml.HyperedgeType
 

I

IAccessHandler - Interface in kieker.analysis.source
Access restriction handler for network based IO.
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.
IBackwardsIterable<T> - Interface in kieker.analysisteetime.util
Implementing this interface allows an object to get iterated backwards.
ICalculator<I> - Interface in kieker.analysisteetime.statistics.calculating
 
ICallObjectRecord - Interface in kieker.common.record.flow
 
ICallRecord - Interface in kieker.common.record.flow
 
IClassSignature - Interface in kieker.common.record.flow
 
IComponentNameBuilder - Interface in kieker.analysisteetime.signature
A IComponentNameBuilder can be used to create the component name from a package name and a component name.
IComponentSignatureExtractor - Interface in kieker.analysisteetime.signature
A IComponentSignatureExtractor sets the package name and the name of a ComponentType based on its signature.
ICompressionFilter - Interface in kieker.monitoring.writer.compression
Common interface for compression filter used in the binary writer.
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 - Variable in class org.graphdrawing.graphml.DataType
 
id - Variable in class org.graphdrawing.graphml.EdgeType
 
id - Variable in class org.graphdrawing.graphml.EndpointType
 
id - Variable in class org.graphdrawing.graphml.GraphType
 
id - Variable in class org.graphdrawing.graphml.HyperedgeType
 
id - Variable in class org.graphdrawing.graphml.KeyType
 
id - Variable in class org.graphdrawing.graphml.NodeType
 
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.
identifierRegistry - Variable in class kieker.analysisteetime.dependencygraphs.AbstractDependencyGraphBuilder
 
IDependencyGraphBuilder - Interface in kieker.analysisteetime.dependencygraphs
 
IDependencyGraphBuilderFactory - Interface in kieker.analysisteetime.dependencygraphs
 
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.analysis.sink.display.CPUUtilizationDisplayFilter
 
IDLE - Static variable in class kieker.common.record.system.CPUUtilizationRecord
 
IEdge - Interface in kieker.analysisteetime.util.graph
 
IEdgeVisitor - Interface in kieker.analysisteetime.util.graph.traversal
 
IElement - Interface in kieker.analysisteetime.util.graph
 
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
 
IGraph - Interface in kieker.analysisteetime.util.graph
 
IGraphElement - Interface in kieker.analysisteetime.util.graph
 
IGraphFlattener - Interface in kieker.analysisteetime.util.graph.flattening
 
IGraphOutputtingFilter<G extends AbstractGraph<?,?,?>> - Interface in kieker.tools.trace.analysis.filter
Interface for graph-outputting filters.
IGraphProducingFilter<G extends AbstractGraph<?,?,?>> - Interface in kieker.tools.trace.analysis.filter
Interface for graph-producing filters.
IInterfaceRecord - Interface in kieker.common.record.flow
 
IllegalRecordFormatException - Exception in kieker.common.exception
 
IllegalRecordFormatException() - Constructor for exception kieker.common.exception.IllegalRecordFormatException
create new exception.
ILogFilePoolHandler - Interface in kieker.monitoring.writer.filesystem
An ILogFilePoolHandler is used to manage log data files in Kieker.
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.
IMapFileHandler - Interface in kieker.monitoring.writer.filesystem
 
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.
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.registry
 
IMonitoringRecordSerializer - Interface in kieker.monitoring.writer.serializer
Interface for monitoring record serializers.
inc(long) - Method in class kieker.analysisteetime.HostnameRepository
 
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.trace.analysis.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
 
indent() - Method in class kieker.analysisteetime.util.graph.util.IndentWriter
 
IndentWriter - Class in kieker.analysisteetime.util.graph.util
 
IndentWriter(Writer) - Constructor for class kieker.analysisteetime.util.graph.util.IndentWriter
 
IndentWriter(Writer, char, int) - Constructor for class kieker.analysisteetime.util.graph.util.IndentWriter
 
index - Variable in class kieker.analysisteetime.util.emf.EReferenceIndex
 
INFINITE_EMITS - Static variable in class kieker.analysis.plugin.reader.timer.TimeReader
A value for the number of impulses.
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() - Static method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyFactoryImpl
Creates the default factory implementation.
init() - Static method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init() - Static method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentFactoryImpl
Creates the default factory implementation.
init() - Static method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init() - Static method in class kieker.analysisteetime.model.analysismodel.execution.impl.ExecutionFactoryImpl
Creates the default factory implementation.
init() - Static method in class kieker.analysisteetime.model.analysismodel.execution.impl.ExecutionPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init() - Static method in class kieker.analysisteetime.model.analysismodel.impl.AnalysismodelFactoryImpl
Creates the default factory implementation.
init() - Static method in class kieker.analysisteetime.model.analysismodel.impl.AnalysismodelPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init() - Static method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsFactoryImpl
Creates the default factory implementation.
init() - Static method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init() - Static method in class kieker.analysisteetime.model.analysismodel.trace.impl.TraceFactoryImpl
Creates the default factory implementation.
init() - Static method in class kieker.analysisteetime.model.analysismodel.trace.impl.TracePackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init() - Static method in class kieker.analysisteetime.model.analysismodel.type.impl.TypeFactoryImpl
Creates the default factory implementation.
init() - Static method in class kieker.analysisteetime.model.analysismodel.type.impl.TypePackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init() - Method in class kieker.analysisteetime.plugin.reader.amqp.AMQPReader
 
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.TCPController
 
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.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
Initiates the start of a component.
init() - Method in class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFilter
 
init() - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AggregatedAllocationComponentOperationCallTreeFilter
Initiates the start of a component.
init() - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AggregatedAssemblyComponentOperationCallTreeFilter
Initiates the start of a component.
initialize(OutputStream, Path) - Method in class kieker.monitoring.writer.filesystem.AbstractLogStreamHandler
Initialize a new stream.
initializePackageContents() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyPackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentPackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.ExecutionPackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class kieker.analysisteetime.model.analysismodel.impl.AnalysismodelPackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsPackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.TracePackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.TypePackageImpl
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
The meta object id for the 'Input Port' class.
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_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.trace.analysis.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
Deprecated.
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.analysis.sink.display.MethodAndComponentFlowDisplayFilter
The name of the input port accepting incoming events.
INPUT_PORT_NAME_EVENTS - Static variable in class kieker.analysisteetime.plugin.filter.visualisation.PlainTextWebVisualization
The name of the input port receiving new events.
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.trace.analysis.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.trace.analysis.filter.sessionReconstruction.SessionReconstructionFilter
Name of the input port accepting execution traces.
INPUT_PORT_NAME_EXECUTION_TRACES - Static variable in class kieker.tools.trace.analysis.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.trace.analysis.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.trace.analysis.filter.visualization.AbstractGraphFilter
The name of the filter's graph input port.
INPUT_PORT_NAME_GRAPHS - Static variable in class kieker.tools.trace.analysis.filter.visualization.GraphWriterPlugin
Name of the plugin's graph input port.
INPUT_PORT_NAME_INVALID - Static variable in class kieker.tools.trace.analysis.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.trace.analysis.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.trace.analysis.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_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.trace.analysis.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_VALID - Static variable in class kieker.tools.trace.analysis.filter.flow.EventRecordTraceCounter
This is the name of the input port receiving valid record traces.
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
Deprecated.
 
inputEvent(Object) - Method in class kieker.analysis.plugin.filter.forward.TeeFilter
This method is the input port of the filter receiving incoming objects.
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.
inputExecutions(Execution) - Method in class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
This method represents the input port of this filter.
inputIMonitoringRecord(IMonitoringRecord) - Method in class kieker.analysis.plugin.filter.select.TimestampFilter
 
inputInvalidTrace(TraceEventRecords) - Method in class kieker.tools.trace.analysis.filter.flow.EventRecordTraceCounter
This method represents the input port for the invalid traces.
inputMessageTraces(MessageTrace) - Method in class kieker.tools.trace.analysis.filter.AbstractMessageTraceProcessingFilter
This is the (abstract) input port for the incoming message traces.
inputMessageTraces(MessageTrace) - Method in class kieker.tools.trace.analysis.filter.traceWriter.MessageTraceWriterFilter
This is the (abstract) input port for the incoming message traces.
inputMessageTraces(MessageTrace) - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
 
inputMessageTraces(MessageTrace) - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.TraceCallTreeFilter
 
inputMessageTraces(MessageTrace) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ComponentDependencyGraphAllocationFilter
This is the (abstract) input port for the incoming message traces.
inputMessageTraces(MessageTrace) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ComponentDependencyGraphAssemblyFilter
This is the (abstract) input port for the incoming message traces.
inputMessageTraces(MessageTrace) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ContainerDependencyGraphFilter
This is the (abstract) input port for the incoming message traces.
inputMessageTraces(MessageTrace) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationDependencyGraphAllocationFilter
This is the (abstract) input port for the incoming message traces.
inputMessageTraces(MessageTrace) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationDependencyGraphAssemblyFilter
This is the (abstract) input port for the incoming message traces.
inputMessageTraces(MessageTrace) - Method in class kieker.tools.trace.analysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter
 
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.trace.analysis.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.
inputPort1 - Variable in class kieker.analysisteetime.util.stage.AbstractBiCombinerStage
 
inputPort2 - Variable in class kieker.analysisteetime.util.stage.AbstractBiCombinerStage
 
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
Evaluates the given timestamp internal current time which may lead to newly generated events via CurrentTimeEventGenerationFilter.OUTPUT_PORT_NAME_CURRENT_TIME_RECORD.
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.trace.analysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
This method represents the input port, processing incoming trace event records.
inputValidTrace(TraceEventRecords) - Method in class kieker.tools.trace.analysis.filter.flow.EventRecordTraceCounter
This method represents the input port for the valid traces.
inRange(long) - Method in class kieker.analysisteetime.plugin.filter.select.timestampfilter.components.AbstractTimestampFilter
A simple helper method which checks whether the given timestamp is in the configured limits.
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
 
INSTANT - Static variable in interface kieker.analysisteetime.model.analysismodel.AnalysismodelPackage
The meta object id for the 'Instant' data type.
INSTANT - Static variable in interface kieker.analysisteetime.model.analysismodel.AnalysismodelPackage.Literals
The meta object literal for the 'Instant' data type.
InstantiationFactory - Class in kieker.common.util.classpath
This class encapsulates the creation of Kieker monitoring controllers.
Instants - Class in kieker.analysisteetime.util.time
Helper class for Instants.
INT_VALUE - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The meta object id for the 'Int Value' class.
INT_VALUE - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Int Value' class.
INT_VALUE__MEASUREMENT - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Measurement' attribute.
INT_VALUE__MEASUREMENT - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Measurement' attribute feature.
INT_VALUE__TIMESTAMP - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Timestamp' attribute.
INT_VALUE_FEATURE_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The number of structural features of the 'Int Value' class.
INT_VALUE_OPERATION_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The number of operations of the 'Int Value' class.
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
 
IntValue - Interface in kieker.analysisteetime.model.analysismodel.statistics
A representation of the model object 'Int Value'.
IntValueImpl - Class in kieker.analysisteetime.model.analysismodel.statistics.impl
An implementation of the model object 'Int Value'.
IntValueImpl() - Constructor for class kieker.analysisteetime.model.analysismodel.statistics.impl.IntValueImpl
 
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.trace.analysis.systemModel
This object represents an somehow invalid trace of executions.
InvalidExecutionTrace(ExecutionTrace) - Constructor for class kieker.tools.trace.analysis.systemModel.InvalidExecutionTrace
Creates a new instance of this class using the given parameters.
InvalidExecutionTraceWriterFilter - Class in kieker.tools.trace.analysis.filter.traceWriter
 
InvalidExecutionTraceWriterFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.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.trace.analysis.filter.traceReconstruction
This exception can be used to mark an invalid trace.
InvalidTraceException(String) - Constructor for exception kieker.tools.trace.analysis.filter.traceReconstruction.InvalidTraceException
Creates a new instance of this class using the given parameters.
InvalidTraceException(String, Throwable) - Constructor for exception kieker.tools.trace.analysis.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.trace.analysis.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
 
IOperationCallVisitor - Interface in kieker.analysisteetime.trace.traversal
 
IOperationNameBuilder - Interface in kieker.analysisteetime.signature
A IOperationNameBuilder can be used to create the operation name from a list of modifiers, a return type, the actual name and a list of parameter types.
IOperationRecord - Interface in kieker.common.record.flow
 
IOperationSignature - Interface in kieker.common.record.flow
 
IOperationSignatureExtractor - Interface in kieker.analysisteetime.signature
A IOperationSignatureExtractor sets the list of modifiers, the return type, the name and the parameters of a OperationType based on its signature.
IOriginRetentionPolicy - Interface in kieker.tools.trace.analysis.filter.visualization.graph
Origin retention policies control the way in which origins for graph elements are kept.
IOshiSamplerFactory - Interface in kieker.monitoring.sampler.oshi
Defines the list of methods to be provided by a factory for com.github.oshi-based AbstractOshiSamplers.
IP_ADDRESS - Static variable in class kieker.common.record.misc.HostApplicationMetaData
 
IParameterValueEvent - Interface in kieker.common.record.remotecontrol
 
IPipeReader - Interface in kieker.common.namedRecordPipe
This is a simple interface for a reader that works on a pipe.
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.STATE - Enum in kieker.analysis.plugin
An enumeration used to describe the state of an AbstractPlugin.
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.
IProperty - Interface in kieker.analysisteetime.statistics
 
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.analysisteetime.plugin.reader
 
IRecordReceivedListener - Interface in kieker.common.record
Represents a listener which is informed upon a new monitored record.
IRegistryListener<T> - Interface in kieker.common.registry
 
IRegistryRecordReceiver - Interface in kieker.common.registry
 
IRemoteControlEvent - Interface in kieker.common.record.remotecontrol
 
IRemoteController - Interface in kieker.monitoring.core.controller
This controller publishes the interface methods of IMonitoringController for remote access.
IRemoteParameterControlEvent - Interface in kieker.common.record.remotecontrol
 
IRepository - Interface in kieker.analysis.repository
This is the interface for repositories within Kieker.
IRQ - Static variable in class kieker.analysis.sink.display.CPUUtilizationDisplayFilter
 
IRQ - Static variable in class kieker.common.record.system.CPUUtilizationRecord
 
isActivated() - Method in class kieker.monitoring.core.signaturePattern.PatternEntry
 
ISampler - Interface in kieker.monitoring.core.sampler
 
ISamplingController - Interface in kieker.monitoring.core.controller
 
isAssumed() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
 
isAssumed() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.WeightedBidirectionalDependencyGraphEdge
 
isAssumed() - Method in class kieker.tools.trace.analysis.systemModel.Execution
 
isCompatibleWith(IOriginRetentionPolicy) - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractOriginRetentionPolicy
Checks whether this policy is compatible (i.e.
isCompatibleWith(IOriginRetentionPolicy) - Method in interface kieker.tools.trace.analysis.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
 
isDebugMode() - Method in class kieker.common.record.misc.KiekerMetadataRecord
 
isDependencyAssumed(DependencyGraphNode<?>, DependencyGraphNode<?>) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFilter
Determines whether the given edge is assumed or not.
isDirected() - Method in class org.graphdrawing.graphml.EdgeType
Gets the value of the directed property.
isDynamic() - Method in class org.graphdrawing.graphml.KeyType
Gets the value of the dynamic property.
isEmpty() - Method in class kieker.analysisteetime.util.timeseries.TimeSeries
Returns true if this time series contains no time series points.
isError() - Method in class kieker.analysis.source.tcp.Connection
 
isFactoryForType(Object) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFactoryForType(Object) - Method in class kieker.analysisteetime.model.analysismodel.assembly.util.AssemblyAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFactoryForType(Object) - Method in class kieker.analysisteetime.model.analysismodel.deployment.util.DeploymentAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFactoryForType(Object) - Method in class kieker.analysisteetime.model.analysismodel.execution.util.ExecutionAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFactoryForType(Object) - Method in class kieker.analysisteetime.model.analysismodel.statistics.util.StatisticsAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFactoryForType(Object) - Method in class kieker.analysisteetime.model.analysismodel.trace.util.TraceAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFactoryForType(Object) - Method in class kieker.analysisteetime.model.analysismodel.type.util.TypeAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFailed() - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
 
isFailed() - Method in interface kieker.analysisteetime.model.analysismodel.trace.OperationCall
Returns the value of the 'Failed' attribute.
isFileReadable(File, String, JCommander) - Static method in class kieker.tools.common.ParameterEvaluationUtils
Check whether a specified file is readable.
isFirst() - Method in class kieker.analysisteetime.trace.aggregation.AggregatedTraceWrapper
 
ISigarSamplerFactory - Interface in kieker.monitoring.sampler.sigar
Defines the list of methods to be provided by a factory for Sigar-based AbstractSigarSamplers.
isIgnoreUnknownRecordTypes() - Method in class kieker.analysisteetime.plugin.reader.filesystem.format.text.file.TextLine2RecordFilter
Deprecated.
 
isIgnoreUnknownRecordTypes() - Method in class kieker.analysisteetime.plugin.reader.filesystem.fsReader.FSReader
Deprecated.
 
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
 
isNotEqual(double, double) - Static method in class kieker.common.record.AbstractMonitoringRecord
Checks whether two double values are equal or not.
isNotEqual(float, float) - Static method in class kieker.common.record.AbstractMonitoringRecord
Checks whether two float values are equal or not.
ISourceCompositeStage - Interface in kieker.analysis.source
Marker interface for composite stages used as source.
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.
isRootComponent() - Method in class kieker.tools.trace.analysis.systemModel.AssemblyComponent
Denotes whether this assembly component is a root component.
isRootComponent() - Method in class kieker.tools.trace.analysis.systemModel.RootAssemblyComponent
 
isRootContainer() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionContainer
Returns whether this container is a root container.
isRootContainer() - Method in class kieker.tools.trace.analysis.systemModel.RootExecutionContainer
 
isRootNode() - Method in class kieker.tools.trace.analysis.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.
isSwitchFor(EPackage) - Method in class kieker.analysisteetime.model.analysismodel.assembly.util.AssemblySwitch
Checks whether this is a switch for the given package.
isSwitchFor(EPackage) - Method in class kieker.analysisteetime.model.analysismodel.deployment.util.DeploymentSwitch
Checks whether this is a switch for the given package.
isSwitchFor(EPackage) - Method in class kieker.analysisteetime.model.analysismodel.execution.util.ExecutionSwitch
Checks whether this is a switch for the given package.
isSwitchFor(EPackage) - Method in class kieker.analysisteetime.model.analysismodel.statistics.util.StatisticsSwitch
Checks whether this is a switch for the given package.
isSwitchFor(EPackage) - Method in class kieker.analysisteetime.model.analysismodel.trace.util.TraceSwitch
Checks whether this is a switch for the given package.
isSwitchFor(EPackage) - Method in class kieker.analysisteetime.model.analysismodel.type.util.TypeSwitch
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.
isTraceComplete() - Method in class kieker.analysisteetime.trace.reconstruction.TraceReconstructionBuffer
 
ISystemModelElement - Interface in kieker.tools.trace.analysis.systemModel
Abstract supertype for all entities in the system model.
iterator() - Method in class kieker.analysisteetime.util.timeseries.TimeSeries
Returns an iterator over the time series points in this time series.
iterator() - Method in class kieker.monitoring.queue.BlockingQueueDecorator
 
IThreadBasedRecord - Interface in kieker.common.record.flow
 
ITimeSeriesPoint - Interface in kieker.analysisteetime.util.timeseries
ITimeSeriesPoints are the elements of TimeSeries.
ITimeSource - Interface in kieker.monitoring.timer
 
ITimeSourceController - Interface in kieker.monitoring.core.controller
 
ITraceMetadataRewriter - Interface in kieker.analysis.source.rewriter
In case TraceMetadata records are received out of order, i.e., not before the first trace related record, different strategies can be applied.
ITraceRecord - Interface in kieker.common.record.flow
 
IUnit - Interface in kieker.analysisteetime.statistics
 
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.
IVertex - Interface in kieker.analysisteetime.util.graph
 
IVertexTypeMapper - Interface in kieker.analysisteetime.dependencygraphs.vertextypes
 
IVertexVisitor - Interface in kieker.analysisteetime.util.graph.traversal
 
IWebVisualizationFilterPlugin - Interface in kieker.analysis.plugin.filter.visualization
This is the interface for web visualization filter plugins within Kieker.
IWebVisualizationFilterPlugin - Interface in kieker.analysisteetime.plugin.filter.visualisation
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.common.registry.writer
A generic interface to assign unique IDs to objects.

J

JavaComponentSignatureExtractor - Class in kieker.analysisteetime.signature
A IComponentSignatureExtractor that uses the Java signature style.
JavaComponentSignatureExtractor() - Constructor for class kieker.analysisteetime.signature.JavaComponentSignatureExtractor
 
JavaFullComponentNameBuilder - Class in kieker.analysisteetime.signature
This IComponentNameBuilder creates a component names in a full Java style.
JavaFullComponentNameBuilder() - Constructor for class kieker.analysisteetime.signature.JavaFullComponentNameBuilder
 
JavaFullOperationNameBuilder - Class in kieker.analysisteetime.signature
This IOperationNameBuilder creates a operation names in a full Java style.
JavaFullOperationNameBuilder() - Constructor for class kieker.analysisteetime.signature.JavaFullOperationNameBuilder
 
JavaOperationSignatureExtractor - Class in kieker.analysisteetime.signature
A IOperationSignatureExtractor that uses the Java signature style.
JavaOperationSignatureExtractor() - Constructor for class kieker.analysisteetime.signature.JavaOperationSignatureExtractor
 
JavaShortComponentNameBuilder - Class in kieker.analysisteetime.signature
This IComponentNameBuilder creates a component names in a short Java style by just returning the actual name.
JavaShortComponentNameBuilder() - Constructor for class kieker.analysisteetime.signature.JavaShortComponentNameBuilder
 
JavaShortOperationNameBuilder - Class in kieker.analysisteetime.signature
This IOperationNameBuilder creates a operation names in a short Java style.
JavaShortOperationNameBuilder() - Constructor for class kieker.analysisteetime.signature.JavaShortOperationNameBuilder
 
javaToMetaModel(Collection<AbstractReaderPlugin>, Collection<AbstractFilterPlugin>, Collection<AbstractRepository>, Collection<MIDependency>, String, Configuration) - Static method in class kieker.analysis.model.MetaModelHandler
This method can be used to convert the current analysis configuration (which is represented by Java objects) into a meta model.
JAXBElementWrapperStage - Class in kieker.analysisteetime.util.graph.export.graphml
 
JAXBElementWrapperStage() - Constructor for class kieker.analysisteetime.util.graph.export.graphml.JAXBElementWrapperStage
 
JAXBMarshalStage<T> - Class in kieker.analysisteetime.util.stage
This stage marshals the content tree rooted at an incoming element at the first input port into an output stream at the second input port.
JAXBMarshalStage(Class<T>) - Constructor for class kieker.analysisteetime.util.stage.JAXBMarshalStage
 
JAXBMarshalStage(Class<T>, Boolean) - Constructor for class kieker.analysisteetime.util.stage.JAXBMarshalStage
 
JerseyHeaderConstants - Interface in kieker.monitoring.probe.aspectj.jersey
This interface contains constants for the jersey header.
JIT_COMPILER_NAME - Static variable in class kieker.common.record.jvm.CompilationRecord
default constants.
JmsReader - Class in kieker.analysis.plugin.reader.jms
Reads monitoring records from a (remote or local) JMS queue.
JmsReader(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.reader.jms.JmsReader
Creates a new instance of this class using the given parameters.
JMSReader - Class in kieker.analysisteetime.plugin.reader.jms
Reads monitoring records from a (remote or local) JMS queue.
JMSReader(String, String, String, Consumer<IMonitoringRecord>) - Constructor for class kieker.analysisteetime.plugin.reader.jms.JMSReader
Creates a new logic module for the Consumer.
JMSReaderStage - Class in kieker.analysisteetime.plugin.reader.jms
Reads monitoring records from a (remote or local) JMS queue by using the read-method from JMSReaderLogicModule.
JMSReaderStage(String, String, String) - Constructor for class kieker.analysisteetime.plugin.reader.jms.JMSReaderStage
Creates a new JMSReader.
JmsWriter - Class in kieker.monitoring.writer.jms
 
JmsWriter(Configuration) - Constructor for class kieker.monitoring.writer.jms.JmsWriter
 
JMXController - Class in kieker.monitoring.core.controller
 
JMXController(Configuration) - Constructor for class kieker.monitoring.core.controller.JMXController
Create a new JMX controller.
JmxReader - Class in kieker.analysis.plugin.reader.jmx
This is a reader which reads the records from a JMX queue.
JmxReader(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.reader.jmx.JmxReader
Creates a new instance of this class using the given parameters.
JmxWriter - Class in kieker.monitoring.writer.jmx
 
JmxWriter(Configuration) - Constructor for class kieker.monitoring.writer.jmx.JmxWriter
 
JOINED_TRACE_ID - Static variable in class kieker.common.record.flow.trace.concurrency.JoinEvent
default constants.
JoinEvent - Class in kieker.common.record.flow.trace.concurrency
 
JoinEvent(long, long, int, long) - Constructor for class kieker.common.record.flow.trace.concurrency.JoinEvent
Creates a new instance of this class using the given parameters.
JoinEvent(IValueDeserializer) - Constructor for class kieker.common.record.flow.trace.concurrency.JoinEvent
 
JoinEventFactory - Class in kieker.common.record.flow.trace.concurrency
 
JoinEventFactory() - Constructor for class kieker.common.record.flow.trace.concurrency.JoinEventFactory
 
JsonArrayValueDeserializer - Class in kieker.common.record.io
Deserialize an JSON array of values.
JsonArrayValueDeserializer(ArrayNode) - Constructor for class kieker.common.record.io.JsonArrayValueDeserializer
Constructor for a serializer.
JVMMemoryServletContextListener - Class in kieker.monitoring.probe.servlet
Starts and stops the periodic logging of the JIT compilation.
JVMMemoryServletContextListener() - Constructor for class kieker.monitoring.probe.servlet.JVMMemoryServletContextListener
Empty constructor.
JVMUptimeServletContextListener - Class in kieker.monitoring.probe.servlet
Starts and stops the periodic logging of JVM uptime.
JVMUptimeServletContextListener() - Constructor for class kieker.monitoring.probe.servlet.JVMUptimeServletContextListener
Empty constructor.

K

KafkaReader - Class in kieker.analysis.plugin.reader.kafka
Reader plugin that reads monitoring records from a Kafka topic.
KafkaReader(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.reader.kafka.KafkaReader
Creates a new Kafka reader using the givend data.
KafkaWriter - Class in kieker.monitoring.writer.kafka
Raw data writer which sends monitoring records to a Kafka topic.
KafkaWriter(Configuration) - Constructor for class kieker.monitoring.writer.kafka.KafkaWriter
Creates a new Kafka writer using the given configuration.
KaxRun - Class in kieker.tools
A simple execution of analysis configurations.
KaxViz - Class in kieker.tools
A simple visualization of analysis configurations.
key - Variable in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
The cached value of the 'Key' attribute.
key - Variable in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
The cached value of the 'Key' attribute.
key - Variable in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
The cached value of the 'Key' attribute.
key - Variable in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
The cached value of the 'Key' attribute.
key - Variable in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
The cached value of the 'Key' attribute.
key - Variable in class kieker.analysisteetime.model.analysismodel.execution.impl.DeployedOperationsPairToAggregatedInvocationMapEntryImpl
The cached value of the 'Key' attribute.
key - Variable in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
The cached value of the 'Key' attribute.
key - Variable in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
The cached value of the 'Key' attribute.
key - Variable in class org.graphdrawing.graphml.DataType
 
key - Variable in class org.graphdrawing.graphml.GraphmlType
 
KEY_EDEFAULT - Static variable in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
The default value of the 'Key' attribute.
KEY_EDEFAULT - Static variable in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
The default value of the 'Key' attribute.
KEY_EDEFAULT - Static variable in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
The default value of the 'Key' attribute.
KEY_EDEFAULT - Static variable in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
The default value of the 'Key' attribute.
KEY_EDEFAULT - Static variable in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
The default value of the 'Key' attribute.
KEY_EDEFAULT - Static variable in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
The default value of the 'Key' attribute.
KEY_EDEFAULT - Static variable in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
The default value of the 'Key' attribute.
keyCreator - Variable in class kieker.analysisteetime.util.emf.EReferenceIndex
 
KeyForType - Enum in org.graphdrawing.graphml
Java class for key.for.type.
Keys - Interface in kieker.monitoring.core.configuration
Deprecated.
since 1.14 remove in 1.16 replaced by the class ConfigurationKeys to support Kieker checkstyle policy
KeyType - Class in org.graphdrawing.graphml
Complex type for the element.
KeyType() - Constructor for class org.graphdrawing.graphml.KeyType
 
KeyTypeType - Enum in org.graphdrawing.graphml
Java class for key.type.type.
kieker.analysis - package kieker.analysis
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.analysis.analysisComponent - package kieker.analysis.analysisComponent
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.analysis.annotation - package kieker.analysis.annotation
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.analysis.display - package kieker.analysis.display
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.analysis.display.annotation - package kieker.analysis.display.annotation
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.analysis.exception - package kieker.analysis.exception
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.analysis.model - package kieker.analysis.model
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.analysis.model.analysisMetaModel - package kieker.analysis.model.analysisMetaModel
 
kieker.analysis.model.analysisMetaModel.impl - package kieker.analysis.model.analysisMetaModel.impl
 
kieker.analysis.model.analysisMetaModel.util - package kieker.analysis.model.analysisMetaModel.util
 
kieker.analysis.plugin - package kieker.analysis.plugin
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.analysis.plugin.annotation - package kieker.analysis.plugin.annotation
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.analysis.plugin.filter - package kieker.analysis.plugin.filter
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.analysis.plugin.filter.flow - package kieker.analysis.plugin.filter.flow
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.analysis.plugin.filter.forward - package kieker.analysis.plugin.filter.forward
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.analysis.plugin.filter.forward.util - package kieker.analysis.plugin.filter.forward.util
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.analysis.plugin.filter.record - package kieker.analysis.plugin.filter.record
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.analysis.plugin.filter.select - package kieker.analysis.plugin.filter.select
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.analysis.plugin.filter.sink - package kieker.analysis.plugin.filter.sink
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.analysis.plugin.filter.visualization - package kieker.analysis.plugin.filter.visualization
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.analysis.plugin.reader - package kieker.analysis.plugin.reader
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.analysis.plugin.reader.amqp - package kieker.analysis.plugin.reader.amqp
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.analysis.plugin.reader.database - package kieker.analysis.plugin.reader.database
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.analysis.plugin.reader.depcompression - package kieker.analysis.plugin.reader.depcompression
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.analysis.plugin.reader.filesystem - package kieker.analysis.plugin.reader.filesystem
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.analysis.plugin.reader.jms - package kieker.analysis.plugin.reader.jms
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.analysis.plugin.reader.jmx - package kieker.analysis.plugin.reader.jmx
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.analysis.plugin.reader.kafka - package kieker.analysis.plugin.reader.kafka
 
kieker.analysis.plugin.reader.list - package kieker.analysis.plugin.reader.list
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.analysis.plugin.reader.namedRecordPipe - package kieker.analysis.plugin.reader.namedRecordPipe
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.analysis.plugin.reader.newio - package kieker.analysis.plugin.reader.newio
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.analysis.plugin.reader.newio.deserializer - package kieker.analysis.plugin.reader.newio.deserializer
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.analysis.plugin.reader.tcp - package kieker.analysis.plugin.reader.tcp
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.analysis.plugin.reader.timer - package kieker.analysis.plugin.reader.timer
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.analysis.plugin.reader.util - package kieker.analysis.plugin.reader.util
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.analysis.repository - package kieker.analysis.repository
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.analysis.repository.annotation - package kieker.analysis.repository.annotation
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.analysis.sink - package kieker.analysis.sink
 
kieker.analysis.sink.display - package kieker.analysis.sink.display
Collection of display filters.
kieker.analysis.source - package kieker.analysis.source
Containing all record/event source stages of Kieker based on TeeTime.
kieker.analysis.source.file - package kieker.analysis.source.file
 
kieker.analysis.source.rest - package kieker.analysis.source.rest
 
kieker.analysis.source.rewriter - package kieker.analysis.source.rewriter
 
kieker.analysis.source.tcp - package kieker.analysis.source.tcp
 
kieker.analysisteetime - package kieker.analysisteetime
 
kieker.analysisteetime.config - package kieker.analysisteetime.config
 
kieker.analysisteetime.dependencygraphs - package kieker.analysisteetime.dependencygraphs
 
kieker.analysisteetime.dependencygraphs.dot - package kieker.analysisteetime.dependencygraphs.dot
 
kieker.analysisteetime.dependencygraphs.vertextypes - package kieker.analysisteetime.dependencygraphs.vertextypes
 
kieker.analysisteetime.experimental - package kieker.analysisteetime.experimental
 
kieker.analysisteetime.experimental.hotspotdetection - package kieker.analysisteetime.experimental.hotspotdetection
 
kieker.analysisteetime.model - package kieker.analysisteetime.model
 
kieker.analysisteetime.model.analysismodel - package kieker.analysisteetime.model.analysismodel
 
kieker.analysisteetime.model.analysismodel.assembly - package kieker.analysisteetime.model.analysismodel.assembly
 
kieker.analysisteetime.model.analysismodel.assembly.impl - package kieker.analysisteetime.model.analysismodel.assembly.impl
 
kieker.analysisteetime.model.analysismodel.assembly.util - package kieker.analysisteetime.model.analysismodel.assembly.util
 
kieker.analysisteetime.model.analysismodel.deployment - package kieker.analysisteetime.model.analysismodel.deployment
 
kieker.analysisteetime.model.analysismodel.deployment.impl - package kieker.analysisteetime.model.analysismodel.deployment.impl
 
kieker.analysisteetime.model.analysismodel.deployment.util - package kieker.analysisteetime.model.analysismodel.deployment.util
 
kieker.analysisteetime.model.analysismodel.execution - package kieker.analysisteetime.model.analysismodel.execution
 
kieker.analysisteetime.model.analysismodel.execution.impl - package kieker.analysisteetime.model.analysismodel.execution.impl
 
kieker.analysisteetime.model.analysismodel.execution.util - package kieker.analysisteetime.model.analysismodel.execution.util
 
kieker.analysisteetime.model.analysismodel.impl - package kieker.analysisteetime.model.analysismodel.impl
 
kieker.analysisteetime.model.analysismodel.statistics - package kieker.analysisteetime.model.analysismodel.statistics
 
kieker.analysisteetime.model.analysismodel.statistics.impl - package kieker.analysisteetime.model.analysismodel.statistics.impl
 
kieker.analysisteetime.model.analysismodel.statistics.util - package kieker.analysisteetime.model.analysismodel.statistics.util
 
kieker.analysisteetime.model.analysismodel.trace - package kieker.analysisteetime.model.analysismodel.trace
 
kieker.analysisteetime.model.analysismodel.trace.impl - package kieker.analysisteetime.model.analysismodel.trace.impl
 
kieker.analysisteetime.model.analysismodel.trace.util - package kieker.analysisteetime.model.analysismodel.trace.util
 
kieker.analysisteetime.model.analysismodel.type - package kieker.analysisteetime.model.analysismodel.type
 
kieker.analysisteetime.model.analysismodel.type.impl - package kieker.analysisteetime.model.analysismodel.type.impl
 
kieker.analysisteetime.model.analysismodel.type.util - package kieker.analysisteetime.model.analysismodel.type.util
 
kieker.analysisteetime.plugin.filter.forward - package kieker.analysisteetime.plugin.filter.forward
 
kieker.analysisteetime.plugin.filter.record - package kieker.analysisteetime.plugin.filter.record
 
kieker.analysisteetime.plugin.filter.record.delayfilter - package kieker.analysisteetime.plugin.filter.record.delayfilter
 
kieker.analysisteetime.plugin.filter.record.delayfilter.components - package kieker.analysisteetime.plugin.filter.record.delayfilter.components
 
kieker.analysisteetime.plugin.filter.select - package kieker.analysisteetime.plugin.filter.select
 
kieker.analysisteetime.plugin.filter.select.timestampfilter - package kieker.analysisteetime.plugin.filter.select.timestampfilter
 
kieker.analysisteetime.plugin.filter.select.timestampfilter.components - package kieker.analysisteetime.plugin.filter.select.timestampfilter.components
 
kieker.analysisteetime.plugin.filter.select.traceidfilter - package kieker.analysisteetime.plugin.filter.select.traceidfilter
 
kieker.analysisteetime.plugin.filter.select.traceidfilter.components - package kieker.analysisteetime.plugin.filter.select.traceidfilter.components
 
kieker.analysisteetime.plugin.filter.visualisation - package kieker.analysisteetime.plugin.filter.visualisation
 
kieker.analysisteetime.plugin.reader - package kieker.analysisteetime.plugin.reader
Contains reader implementations using several different technologies.
kieker.analysisteetime.plugin.reader.amqp - package kieker.analysisteetime.plugin.reader.amqp
 
kieker.analysisteetime.plugin.reader.filesystem - package kieker.analysisteetime.plugin.reader.filesystem
 
kieker.analysisteetime.plugin.reader.filesystem.className - package kieker.analysisteetime.plugin.reader.filesystem.className
 
kieker.analysisteetime.plugin.reader.filesystem.format.binary - package kieker.analysisteetime.plugin.reader.filesystem.format.binary
 
kieker.analysisteetime.plugin.reader.filesystem.format.binary.file - package kieker.analysisteetime.plugin.reader.filesystem.format.binary.file
 
kieker.analysisteetime.plugin.reader.filesystem.format.text.file - package kieker.analysisteetime.plugin.reader.filesystem.format.text.file
 
kieker.analysisteetime.plugin.reader.filesystem.fsReader - package kieker.analysisteetime.plugin.reader.filesystem.fsReader
 
kieker.analysisteetime.plugin.reader.filesystem.util - package kieker.analysisteetime.plugin.reader.filesystem.util
 
kieker.analysisteetime.plugin.reader.jms - package kieker.analysisteetime.plugin.reader.jms
 
kieker.analysisteetime.plugin.reader.namedRecordPipe - package kieker.analysisteetime.plugin.reader.namedRecordPipe
 
kieker.analysisteetime.plugin.reader.tcp.dualsocket - package kieker.analysisteetime.plugin.reader.tcp.dualsocket
 
kieker.analysisteetime.plugin.reader.tcp.singlesocket - package kieker.analysisteetime.plugin.reader.tcp.singlesocket
 
kieker.analysisteetime.recordreading - package kieker.analysisteetime.recordreading
 
kieker.analysisteetime.signature - package kieker.analysisteetime.signature
 
kieker.analysisteetime.statistics - package kieker.analysisteetime.statistics
 
kieker.analysisteetime.statistics.calculating - package kieker.analysisteetime.statistics.calculating
 
kieker.analysisteetime.trace.aggregation - package kieker.analysisteetime.trace.aggregation
 
kieker.analysisteetime.trace.graph - package kieker.analysisteetime.trace.graph
 
kieker.analysisteetime.trace.graph.dot - package kieker.analysisteetime.trace.graph.dot
 
kieker.analysisteetime.trace.reconstruction - package kieker.analysisteetime.trace.reconstruction
 
kieker.analysisteetime.trace.traversal - package kieker.analysisteetime.trace.traversal
 
kieker.analysisteetime.util - package kieker.analysisteetime.util
 
kieker.analysisteetime.util.emf - package kieker.analysisteetime.util.emf
 
kieker.analysisteetime.util.graph - package kieker.analysisteetime.util.graph
 
kieker.analysisteetime.util.graph.export - package kieker.analysisteetime.util.graph.export
 
kieker.analysisteetime.util.graph.export.blueprints - package kieker.analysisteetime.util.graph.export.blueprints
 
kieker.analysisteetime.util.graph.export.dot - package kieker.analysisteetime.util.graph.export.dot
 
kieker.analysisteetime.util.graph.export.graphml - package kieker.analysisteetime.util.graph.export.graphml
 
kieker.analysisteetime.util.graph.flattening - package kieker.analysisteetime.util.graph.flattening
 
kieker.analysisteetime.util.graph.impl - package kieker.analysisteetime.util.graph.impl
 
kieker.analysisteetime.util.graph.mapping - package kieker.analysisteetime.util.graph.mapping
 
kieker.analysisteetime.util.graph.traversal - package kieker.analysisteetime.util.graph.traversal
 
kieker.analysisteetime.util.graph.util - package kieker.analysisteetime.util.graph.util
 
kieker.analysisteetime.util.graph.util.dot - package kieker.analysisteetime.util.graph.util.dot
 
kieker.analysisteetime.util.graph.util.dot.attributes - package kieker.analysisteetime.util.graph.util.dot.attributes
 
kieker.analysisteetime.util.stage - package kieker.analysisteetime.util.stage
 
kieker.analysisteetime.util.stage.trigger - package kieker.analysisteetime.util.stage.trigger
 
kieker.analysisteetime.util.time - package kieker.analysisteetime.util.time
 
kieker.analysisteetime.util.timeseries - package kieker.analysisteetime.util.timeseries
 
kieker.common.configuration - package kieker.common.configuration
Copyright 2020 Kieker Project (https://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.common.exception - package kieker.common.exception
Copyright 2020 Kieker Project (https://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.common.logging - package kieker.common.logging
Copyright 2020 Kieker Project (https://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.common.namedRecordPipe - package kieker.common.namedRecordPipe
Copyright 2020 Kieker Project (https://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.common.record - package kieker.common.record
Copyright 2020 Kieker Project (https://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.common.record.controlflow - package kieker.common.record.controlflow
 
kieker.common.record.database - package kieker.common.record.database
 
kieker.common.record.factory - package kieker.common.record.factory
Copyright 2020 Kieker Project (https://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.common.record.flow - package kieker.common.record.flow
 
kieker.common.record.flow.thread - package kieker.common.record.flow.thread
 
kieker.common.record.flow.trace - package kieker.common.record.flow.trace
 
kieker.common.record.flow.trace.concurrency - package kieker.common.record.flow.trace.concurrency
 
kieker.common.record.flow.trace.concurrency.monitor - package kieker.common.record.flow.trace.concurrency.monitor
 
kieker.common.record.flow.trace.operation - package kieker.common.record.flow.trace.operation
 
kieker.common.record.flow.trace.operation.constructor - package kieker.common.record.flow.trace.operation.constructor
 
kieker.common.record.flow.trace.operation.constructor.object - package kieker.common.record.flow.trace.operation.constructor.object
 
kieker.common.record.flow.trace.operation.object - package kieker.common.record.flow.trace.operation.object
 
kieker.common.record.io - package kieker.common.record.io
Copyright 2020 Kieker Project (https://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.common.record.jvm - package kieker.common.record.jvm
 
kieker.common.record.misc - package kieker.common.record.misc
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.common.record.remotecontrol - package kieker.common.record.remotecontrol
 
kieker.common.record.system - package kieker.common.record.system
 
kieker.common.registry - package kieker.common.registry
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.common.registry.reader - package kieker.common.registry.reader
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.common.registry.writer - package kieker.common.registry.writer
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.common.util - package kieker.common.util
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.common.util.classpath - package kieker.common.util.classpath
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.common.util.dataformat - package kieker.common.util.dataformat
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.common.util.filesystem - package kieker.common.util.filesystem
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.common.util.map - package kieker.common.util.map
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.common.util.signature - package kieker.common.util.signature
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.common.util.thread - package kieker.common.util.thread
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.monitoring - package kieker.monitoring
 
kieker.monitoring.annotation - package kieker.monitoring.annotation
 
kieker.monitoring.core.configuration - package kieker.monitoring.core.configuration
 
kieker.monitoring.core.controller - package kieker.monitoring.core.controller
 
kieker.monitoring.core.controller.tcp - package kieker.monitoring.core.controller.tcp
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.monitoring.core.registry - package kieker.monitoring.core.registry
 
kieker.monitoring.core.sampler - package kieker.monitoring.core.sampler
 
kieker.monitoring.core.servlet - package kieker.monitoring.core.servlet
 
kieker.monitoring.core.signaturePattern - package kieker.monitoring.core.signaturePattern
 
kieker.monitoring.listener - package kieker.monitoring.listener
 
kieker.monitoring.probe - package kieker.monitoring.probe
 
kieker.monitoring.probe.aspectj - package kieker.monitoring.probe.aspectj
 
kieker.monitoring.probe.aspectj.beforeafter.onlycallee - package kieker.monitoring.probe.aspectj.beforeafter.onlycallee
 
kieker.monitoring.probe.aspectj.database - package kieker.monitoring.probe.aspectj.database
 
kieker.monitoring.probe.aspectj.flow.concurrency - package kieker.monitoring.probe.aspectj.flow.concurrency
 
kieker.monitoring.probe.aspectj.flow.construction - package kieker.monitoring.probe.aspectj.flow.construction
 
kieker.monitoring.probe.aspectj.flow.constructorCall - package kieker.monitoring.probe.aspectj.flow.constructorCall
 
kieker.monitoring.probe.aspectj.flow.constructorCallObject - package kieker.monitoring.probe.aspectj.flow.constructorCallObject
 
kieker.monitoring.probe.aspectj.flow.constructorExecution - package kieker.monitoring.probe.aspectj.flow.constructorExecution
 
kieker.monitoring.probe.aspectj.flow.constructorExecutionObject - package kieker.monitoring.probe.aspectj.flow.constructorExecutionObject
 
kieker.monitoring.probe.aspectj.flow.constructorExecutionObjectInterface - package kieker.monitoring.probe.aspectj.flow.constructorExecutionObjectInterface
 
kieker.monitoring.probe.aspectj.flow.operationCall - package kieker.monitoring.probe.aspectj.flow.operationCall
 
kieker.monitoring.probe.aspectj.flow.operationCallObject - package kieker.monitoring.probe.aspectj.flow.operationCallObject
 
kieker.monitoring.probe.aspectj.flow.operationExecution - package kieker.monitoring.probe.aspectj.flow.operationExecution
 
kieker.monitoring.probe.aspectj.flow.operationExecutionObject - package kieker.monitoring.probe.aspectj.flow.operationExecutionObject
 
kieker.monitoring.probe.aspectj.flow.operationExecutionObjectInterface - package kieker.monitoring.probe.aspectj.flow.operationExecutionObjectInterface
 
kieker.monitoring.probe.aspectj.jersey - package kieker.monitoring.probe.aspectj.jersey
 
kieker.monitoring.probe.aspectj.operationExecution - package kieker.monitoring.probe.aspectj.operationExecution
 
kieker.monitoring.probe.aspectj.spring - package kieker.monitoring.probe.aspectj.spring
 
kieker.monitoring.probe.cxf - package kieker.monitoring.probe.cxf
 
kieker.monitoring.probe.disl.flow.operationExecution - package kieker.monitoring.probe.disl.flow.operationExecution
 
kieker.monitoring.probe.manual - package kieker.monitoring.probe.manual
 
kieker.monitoring.probe.servlet - package kieker.monitoring.probe.servlet
 
kieker.monitoring.probe.spring.executions - package kieker.monitoring.probe.spring.executions
 
kieker.monitoring.probe.spring.flow - package kieker.monitoring.probe.spring.flow
 
kieker.monitoring.queue - package kieker.monitoring.queue
 
kieker.monitoring.queue.behavior - package kieker.monitoring.queue.behavior
 
kieker.monitoring.queue.putstrategy - package kieker.monitoring.queue.putstrategy
 
kieker.monitoring.queue.takestrategy - package kieker.monitoring.queue.takestrategy
 
kieker.monitoring.sampler.mxbean - package kieker.monitoring.sampler.mxbean
 
kieker.monitoring.sampler.oshi - package kieker.monitoring.sampler.oshi
 
kieker.monitoring.sampler.oshi.samplers - package kieker.monitoring.sampler.oshi.samplers
 
kieker.monitoring.sampler.sigar - package kieker.monitoring.sampler.sigar
 
kieker.monitoring.sampler.sigar.samplers - package kieker.monitoring.sampler.sigar.samplers
 
kieker.monitoring.timer - package kieker.monitoring.timer
 
kieker.monitoring.writer - package kieker.monitoring.writer
 
kieker.monitoring.writer.amqp - package kieker.monitoring.writer.amqp
 
kieker.monitoring.writer.collector - package kieker.monitoring.writer.collector
 
kieker.monitoring.writer.compression - package kieker.monitoring.writer.compression
 
kieker.monitoring.writer.dump - package kieker.monitoring.writer.dump
 
kieker.monitoring.writer.explorviz - package kieker.monitoring.writer.explorviz
 
kieker.monitoring.writer.filesystem - package kieker.monitoring.writer.filesystem
 
kieker.monitoring.writer.jms - package kieker.monitoring.writer.jms
 
kieker.monitoring.writer.jmx - package kieker.monitoring.writer.jmx
 
kieker.monitoring.writer.kafka - package kieker.monitoring.writer.kafka
 
kieker.monitoring.writer.namedRecordPipe - package kieker.monitoring.writer.namedRecordPipe
 
kieker.monitoring.writer.print - package kieker.monitoring.writer.print
 
kieker.monitoring.writer.raw - package kieker.monitoring.writer.raw
 
kieker.monitoring.writer.serializer - package kieker.monitoring.writer.serializer
 
kieker.monitoring.writer.tcp - package kieker.monitoring.writer.tcp
 
kieker.tools - package kieker.tools
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.tools.common - package kieker.tools.common
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.tools.currentTimeEventGenerator - package kieker.tools.currentTimeEventGenerator
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.tools.source - package kieker.tools.source
 
kieker.tools.trace.analysis.filter - package kieker.tools.trace.analysis.filter
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.tools.trace.analysis.filter.executionRecordTransformation - package kieker.tools.trace.analysis.filter.executionRecordTransformation
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.tools.trace.analysis.filter.flow - package kieker.tools.trace.analysis.filter.flow
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.tools.trace.analysis.filter.sessionReconstruction - package kieker.tools.trace.analysis.filter.sessionReconstruction
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.tools.trace.analysis.filter.traceFilter - package kieker.tools.trace.analysis.filter.traceFilter
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.tools.trace.analysis.filter.traceReconstruction - package kieker.tools.trace.analysis.filter.traceReconstruction
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.tools.trace.analysis.filter.traceWriter - package kieker.tools.trace.analysis.filter.traceWriter
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.tools.trace.analysis.filter.visualization - package kieker.tools.trace.analysis.filter.visualization
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.tools.trace.analysis.filter.visualization.callTree - package kieker.tools.trace.analysis.filter.visualization.callTree
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.tools.trace.analysis.filter.visualization.dependencyGraph - package kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.tools.trace.analysis.filter.visualization.descriptions - package kieker.tools.trace.analysis.filter.visualization.descriptions
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.tools.trace.analysis.filter.visualization.exception - package kieker.tools.trace.analysis.filter.visualization.exception
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.tools.trace.analysis.filter.visualization.graph - package kieker.tools.trace.analysis.filter.visualization.graph
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.tools.trace.analysis.filter.visualization.sequenceDiagram - package kieker.tools.trace.analysis.filter.visualization.sequenceDiagram
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.tools.trace.analysis.filter.visualization.traceColoring - package kieker.tools.trace.analysis.filter.visualization.traceColoring
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.tools.trace.analysis.filter.visualization.util.dot - package kieker.tools.trace.analysis.filter.visualization.util.dot
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.tools.trace.analysis.repository - package kieker.tools.trace.analysis.repository
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.tools.trace.analysis.systemModel - package kieker.tools.trace.analysis.systemModel
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.tools.trace.analysis.systemModel.repository - package kieker.tools.trace.analysis.systemModel.repository
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.tools.trace.analysis.systemModel.util - package kieker.tools.trace.analysis.systemModel.util
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.tools.util - package kieker.tools.util
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.toolsteetime.currentTimeEventGenerator - package kieker.toolsteetime.currentTimeEventGenerator
Copyright 2020 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
KIEKER_MONITORING_SKIP_DEFAULT_AOP_CONFIGURATION - Static variable in class kieker.monitoring.probe.aspectj.AspectJLoader
 
kiekerConfiguration - Variable in class kieker.tools.common.AbstractLegacyTool
configuration provided as kieker configuration file.
KiekerHashMap - Class in kieker.analysis.plugin.filter.forward.util
 
KiekerHashMap() - Constructor for class kieker.analysis.plugin.filter.forward.util.KiekerHashMap
 
KiekerJmxMonitoringLog - Class in kieker.monitoring.writer.jmx
 
KiekerJmxMonitoringLog(ObjectName) - Constructor for class kieker.monitoring.writer.jmx.KiekerJmxMonitoringLog
 
KiekerJmxMonitoringLogMBean - Interface in kieker.monitoring.writer.jmx
 
KiekerMetadataRecord - Class in kieker.common.record.misc
 
KiekerMetadataRecord(String, String, String, int, boolean, long, String, long) - Constructor for class kieker.common.record.misc.KiekerMetadataRecord
Creates a new instance of this class using the given parameters.
KiekerMetadataRecord(IValueDeserializer) - Constructor for class kieker.common.record.misc.KiekerMetadataRecord
 
KiekerMetadataRecordFactory - Class in kieker.common.record.misc
 
KiekerMetadataRecordFactory() - Constructor for class kieker.common.record.misc.KiekerMetadataRecordFactory
 

L

LEGACY_FILE_PREFIX - Static variable in class kieker.common.util.filesystem.FSUtil
The old prefix of Kieker's record files.
LEGACY_MAP_FILENAME - Static variable in class kieker.common.util.filesystem.FSUtil
The old name of Kieker's map files.
LINE_SEPERATOR - Static variable in class kieker.common.logging.SimpleConsoleLoggingFormatter
 
LINE_SEPERATOR - Static variable in class kieker.common.logging.SimpleFileLoggingFormatter
 
ListCollectionFilter<T> - Class in kieker.analysis.plugin.filter.forward
This filter collects the incoming objects in a simple synchronized list.
ListCollectionFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.forward.ListCollectionFilter
Creates a new instance of this class using the given parameters.
ListCollectionFilter.ListFullBehavior - Enum in kieker.analysis.plugin.filter.forward
An enum for all possible list full behaviors.
ListReader<T> - Class in kieker.analysis.plugin.reader.list
Helper class that reads records added using the methods ListReader.addAllObjects(List) or ListReader.addObject(Object).
ListReader(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.reader.list.ListReader
Creates a new instance of this class using the given parameters.
listToArray(List<String>) - Static method in class kieker.tools.common.ConvertLegacyValues
Convert a list of strings into an array of strings.
load(InputStream) - Method in class kieker.common.configuration.ReadOnlyConfiguration
 
load(Reader) - Method in class kieker.common.configuration.ReadOnlyConfiguration
 
LoadAverageRecord - Class in kieker.common.record.system
 
LoadAverageRecord(long, String, double, double, double) - Constructor for class kieker.common.record.system.LoadAverageRecord
Creates a new instance of this class using the given parameters.
LoadAverageRecord(IValueDeserializer) - Constructor for class kieker.common.record.system.LoadAverageRecord
 
LoadAverageRecordFactory - Class in kieker.common.record.system
 
LoadAverageRecordFactory() - Constructor for class kieker.common.record.system.LoadAverageRecordFactory
 
LoadAverageSampler - Class in kieker.monitoring.sampler.oshi.samplers
LoadAverageSampler(HardwareAbstractionLayer) - Constructor for class kieker.monitoring.sampler.oshi.samplers.LoadAverageSampler
Constructs a new AbstractOshiSampler with given HardwareAbstractionLayer instance used to retrieve the sensor data.
LoadAverageSampler - Class in kieker.monitoring.sampler.sigar.samplers
LoadAverageSampler(SigarProxy) - Constructor for class kieker.monitoring.sampler.sigar.samplers.LoadAverageSampler
Constructs a new AbstractSigarSampler with given SigarProxy instance used to retrieve the sensor data.
loadDebugLogger() - Static method in class kieker.tools.util.ToolsUtil
 
loadDefaultLogger() - Static method in class kieker.tools.util.ToolsUtil
 
loadFromFile(File) - Static method in class kieker.analysis.AnalysisController
This method can be used to load a meta model instance from a given file.
loadFromXML(InputStream) - Method in class kieker.common.configuration.ReadOnlyConfiguration
 
loadProjectFromFile(File) - Static method in class kieker.analysis.model.MetaModelHandler
Loads a meta model project instance from the given file.
loadVerboseLogger() - Static method in class kieker.tools.util.ToolsUtil
 
locator - Variable in class org.graphdrawing.graphml.GraphType
 
locator - Variable in class org.graphdrawing.graphml.NodeType
 
LocatorType - Class in org.graphdrawing.graphml
Complex type for the element.
LocatorType() - Constructor for class org.graphdrawing.graphml.LocatorType
 
LOCK_ID - Static variable in class kieker.common.record.flow.trace.concurrency.monitor.AbstractMonitorEvent
default constants.
LOG_DIRECTORIES - Static variable in class kieker.tools.source.LogsReaderCompositeStage
 
logError(ConfigurationException) - Method in class kieker.tools.common.AbstractEmbeddableService
Log exceptions to the UI.
logger - Variable in class kieker.analysis.analysisComponent.AbstractAnalysisComponent
The log for this component.
logger - Variable in class kieker.analysisteetime.plugin.reader.filesystem.className.MappingFileParser
Deprecated.
 
logger - Variable in class kieker.monitoring.core.controller.tcp.AbstractTcpReader
 
logger - Variable in class kieker.tools.common.AbstractLegacyTool
logger for all tools.
LOGGER - Static variable in class kieker.tools.trace.analysis.filter.AbstractTraceAnalysisFilter
 
LoggingTimestampConverter - Class in kieker.tools.util
This is a utility class which can be used to convert timestamps, for example by transforming a simple timestamp into a human-readable datetime string.
LogsReaderCompositeStage - Class in kieker.tools.source
Read one or more Kieker log directories consecutively.
LogsReaderCompositeStage(Configuration) - Constructor for class kieker.tools.source.LogsReaderCompositeStage
Creates a composite stage to scan and read a set of Kieker log directories.
LONG_VALUE - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Long Value' class.
LONG_VALUE - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The meta object id for the 'Long Value' class.
LONG_VALUE__MEASUREMENT - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Measurement' attribute feature.
LONG_VALUE__MEASUREMENT - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Measurement' attribute.
LONG_VALUE__TIMESTAMP - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Timestamp' attribute.
LONG_VALUE_FEATURE_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The number of structural features of the 'Long Value' class.
LONG_VALUE_OPERATION_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The number of operations of the 'Long Value' class.
LongTimeSeriesPoint - Class in kieker.analysisteetime.util.timeseries
 
LongTimeSeriesPoint(Instant, long) - Constructor for class kieker.analysisteetime.util.timeseries.LongTimeSeriesPoint
 
LongValue - Interface in kieker.analysisteetime.model.analysismodel.statistics
A representation of the model object 'Long Value'.
LongValueImpl - Class in kieker.analysisteetime.model.analysismodel.statistics.impl
An implementation of the model object 'Long Value'.
LongValueImpl() - Constructor for class kieker.analysisteetime.model.analysismodel.statistics.impl.LongValueImpl
 
lookupAllocationComponentInstanceByNamedIdentifier(String) - Method in class kieker.tools.trace.analysis.systemModel.repository.AllocationRepository
Returns the instance for the passed factoryIdentifier; null if no instance with this factoryIdentifier.
lookupAssemblyComponentById(int) - Method in class kieker.tools.trace.analysis.systemModel.repository.AssemblyRepository
Returns the instance for the passed ID; null if no instance with this ID exists.
lookupAssemblyComponentInstanceByNamedIdentifier(String) - Method in class kieker.tools.trace.analysis.systemModel.repository.AssemblyRepository
Returns the instance for the passed factoryIdentifier; null if no instance with this factoryIdentifier.
lookupComponentTypeByNamedIdentifier(String) - Method in class kieker.tools.trace.analysis.systemModel.repository.TypeRepository
Returns the instance for the passed namedIdentifier; null if no instance with this namedIdentifier.
lookupExecutionContainerByContainerId(int) - Method in class kieker.tools.trace.analysis.systemModel.repository.ExecutionEnvironmentRepository
Returns the instance for the passed container ID; null if no instance with this ID.
lookupExecutionContainerByNamedIdentifier(String) - Method in class kieker.tools.trace.analysis.systemModel.repository.ExecutionEnvironmentRepository
 
lookupOperationByNamedIdentifier(String) - Method in class kieker.tools.trace.analysis.systemModel.repository.OperationRepository
 

M

main(String[]) - Static method in class kieker.analysisteetime.config.DependencyGraphConfiguration
 
main(String[]) - Static method in class kieker.analysisteetime.experimental.hotspotdetection.HotspotDetection
 
main(String[]) - Static method in class kieker.tools.KaxRun
Starts the execution of a .kax file.
main(String[]) - Static method in class kieker.tools.KaxViz
Starts the visualization of a .kax file.
MAnalysisComponent - Class in kieker.analysis.model.analysisMetaModel.impl
An implementation of the model object 'Analysis Component'.
MAnalysisComponent() - Constructor for class kieker.analysis.model.analysisMetaModel.impl.MAnalysisComponent
 
MAnalysisMetaModelFactory - Class in kieker.analysis.model.analysisMetaModel.impl
An implementation of the model Factory.
MAnalysisMetaModelFactory() - Constructor for class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelFactory
Creates an instance of the factory.
MAnalysisMetaModelPackage - Class in kieker.analysis.model.analysisMetaModel.impl
An implementation of the model Package.
MAP - Static variable in class kieker.common.util.filesystem.FileExtensionFilter
 
MAP_FILE_EXTENSION - Static variable in class kieker.common.util.filesystem.FSUtil
The extension of Kieker's mapping files.
MAP_FILENAME - Static variable in class kieker.common.util.filesystem.FSUtil
The name of Kieker's map files.
MapFileFilter - Class in kieker.analysis.source.file
Map file filter.
MapFileFilter() - Constructor for class kieker.analysis.source.file.MapFileFilter
Create a new file name filter for map files.
MappingException - Exception in kieker.analysisteetime.plugin.reader.filesystem.util
 
MappingException(String) - Constructor for exception kieker.analysisteetime.plugin.reader.filesystem.util.MappingException
Create a mapping exception.
MappingFileParser - Class in kieker.analysisteetime.plugin.reader.filesystem.className
Deprecated.
since 1.15 remove 1.16
MappingFileParser(Logger) - Constructor for class kieker.analysisteetime.plugin.reader.filesystem.className.MappingFileParser
Deprecated.
 
MAX_REPSONSE_TIME - Static variable in class kieker.analysisteetime.dependencygraphs.PropertyKeys
 
MaxCalculator<T> - Class in kieker.analysisteetime.statistics.calculating
 
MaxCalculator(Function<T, Long>) - Constructor for class kieker.analysisteetime.statistics.calculating.MaxCalculator
 
maxTimestamp - Variable in class kieker.toolsteetime.currentTimeEventGenerator.AbstractCurrentTimeEventGenerationFilter
Maximum timestamp received so far.
MDependency - Class in kieker.analysis.model.analysisMetaModel.impl
An implementation of the model object 'Dependency'.
MDependency() - Constructor for class kieker.analysis.model.analysisMetaModel.impl.MDependency
 
MDisplay - Class in kieker.analysis.model.analysisMetaModel.impl
An implementation of the model object 'Display'.
MDisplay() - Constructor for class kieker.analysis.model.analysisMetaModel.impl.MDisplay
 
MDisplayConnector - Class in kieker.analysis.model.analysisMetaModel.impl
An implementation of the model object 'Display Connector'.
MDisplayConnector() - Constructor for class kieker.analysis.model.analysisMetaModel.impl.MDisplayConnector
 
MEAN_REPSONSE_TIME - Static variable in class kieker.analysisteetime.dependencygraphs.PropertyKeys
 
measurement - Variable in class kieker.analysisteetime.model.analysismodel.statistics.impl.DoubleValueImpl
The cached value of the 'Measurement' attribute.
measurement - Variable in class kieker.analysisteetime.model.analysismodel.statistics.impl.FloatValueImpl
The cached value of the 'Measurement' attribute.
measurement - Variable in class kieker.analysisteetime.model.analysismodel.statistics.impl.IntValueImpl
The cached value of the 'Measurement' attribute.
measurement - Variable in class kieker.analysisteetime.model.analysismodel.statistics.impl.LongValueImpl
The cached value of the 'Measurement' attribute.
MEASUREMENT_EDEFAULT - Static variable in class kieker.analysisteetime.model.analysismodel.statistics.impl.DoubleValueImpl
The default value of the 'Measurement' attribute.
MEASUREMENT_EDEFAULT - Static variable in class kieker.analysisteetime.model.analysismodel.statistics.impl.FloatValueImpl
The default value of the 'Measurement' attribute.
MEASUREMENT_EDEFAULT - Static variable in class kieker.analysisteetime.model.analysismodel.statistics.impl.IntValueImpl
The default value of the 'Measurement' attribute.
MEASUREMENT_EDEFAULT - Static variable in class kieker.analysisteetime.model.analysismodel.statistics.impl.LongValueImpl
The default value of the 'Measurement' attribute.
MEDIAN_REPSONSE_TIME - Static variable in class kieker.analysisteetime.dependencygraphs.PropertyKeys
 
MedianCalculator<T> - Class in kieker.analysisteetime.statistics.calculating
 
MedianCalculator(Function<T, Long>) - Constructor for class kieker.analysisteetime.statistics.calculating.MedianCalculator
 
MEM_FREE - Static variable in class kieker.analysis.sink.display.MemSwapUtilizationDisplayFilter
 
MEM_FREE - Static variable in class kieker.common.record.system.MemSwapUsageRecord
 
MEM_TOTAL - Static variable in class kieker.analysis.sink.display.MemSwapUtilizationDisplayFilter
 
MEM_TOTAL - Static variable in class kieker.common.record.system.MemSwapUsageRecord
 
MEM_USED - Static variable in class kieker.analysis.sink.display.MemSwapUtilizationDisplayFilter
 
MEM_USED - Static variable in class kieker.common.record.system.MemSwapUsageRecord
 
member2constructor(Object, ProceedingJoinPoint, JoinPoint.EnclosingStaticPart) - Method in class kieker.monitoring.probe.aspectj.flow.constructorCall.AbstractAspect
This is an advice used around calls from members to constructors.
member2constructor(Object, Object, ProceedingJoinPoint, JoinPoint.EnclosingStaticPart) - Method in class kieker.monitoring.probe.aspectj.flow.constructorCallObject.AbstractAspect
This is an advice used around calls from members to constructors.
member2memberOperation(Object, Object, ProceedingJoinPoint, JoinPoint.EnclosingStaticPart) - Method in class kieker.monitoring.probe.aspectj.flow.operationCall.AbstractAspect
 
member2memberOperation(Object, Object, ProceedingJoinPoint, JoinPoint.EnclosingStaticPart) - Method in class kieker.monitoring.probe.aspectj.flow.operationCallObject.AbstractAspect
 
member2staticOperation(Object, ProceedingJoinPoint, JoinPoint.EnclosingStaticPart) - Method in class kieker.monitoring.probe.aspectj.flow.operationCall.AbstractAspect
 
member2staticOperation(Object, ProceedingJoinPoint, JoinPoint.EnclosingStaticPart) - Method in class kieker.monitoring.probe.aspectj.flow.operationCallObject.AbstractAspect
 
MemoryRecord - Class in kieker.common.record.jvm
 
MemoryRecord(long, String, String, long, long, long, long, long, long, long, long, int) - Constructor for class kieker.common.record.jvm.MemoryRecord
Creates a new instance of this class using the given parameters.
MemoryRecord(IValueDeserializer) - Constructor for class kieker.common.record.jvm.MemoryRecord
 
MemoryRecordFactory - Class in kieker.common.record.jvm
 
MemoryRecordFactory() - Constructor for class kieker.common.record.jvm.MemoryRecordFactory
 
MemorySampler - Class in kieker.monitoring.sampler.mxbean
A sampler using the MXBean interface to access information about the JVM memory usage.
MemorySampler() - Constructor for class kieker.monitoring.sampler.mxbean.MemorySampler
Create new GCSampler.
MemSwapUsageRecord - Class in kieker.common.record.system
 
MemSwapUsageRecord(long, String, long, long, long, long, long, long) - Constructor for class kieker.common.record.system.MemSwapUsageRecord
Creates a new instance of this class using the given parameters.
MemSwapUsageRecord(IValueDeserializer) - Constructor for class kieker.common.record.system.MemSwapUsageRecord
 
MemSwapUsageRecordFactory - Class in kieker.common.record.system
 
MemSwapUsageRecordFactory() - Constructor for class kieker.common.record.system.MemSwapUsageRecordFactory
 
MemSwapUsageSampler - Class in kieker.monitoring.sampler.oshi.samplers
Logs memory and swap statistics retrieved from GlobalMemory, as MemSwapUsageRecords via IWriterController.newMonitoringRecord(kieker.common.record.IMonitoringRecord) .
MemSwapUsageSampler(HardwareAbstractionLayer) - Constructor for class kieker.monitoring.sampler.oshi.samplers.MemSwapUsageSampler
Constructs a new AbstractOshiSampler with given HardwareAbstractionLayer instance used to retrieve the sensor data.
MemSwapUsageSampler - Class in kieker.monitoring.sampler.sigar.samplers
Logs memory and swap statistics retrieved from Mem and Swap, as MemSwapUsageRecords via IWriterController.newMonitoringRecord(kieker.common.record.IMonitoringRecord) .
MemSwapUsageSampler(SigarProxy) - Constructor for class kieker.monitoring.sampler.sigar.samplers.MemSwapUsageSampler
Constructs a new AbstractSigarSampler with given SigarProxy instance used to retrieve the sensor data.
MemSwapUtilizationDisplayFilter - Class in kieker.analysis.plugin.filter.sink
This is a filter which accepts MemSwapUsageRecord instances and provides different views to visualize them.
MemSwapUtilizationDisplayFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.sink.MemSwapUtilizationDisplayFilter
Creates a new instance of this class using the given parameters.
MemSwapUtilizationDisplayFilter - Class in kieker.analysis.sink.display
This is a filter which accepts MemSwapUsageRecord instances and provides different views to visualize them.
MemSwapUtilizationDisplayFilter(int, TimeUnit) - Constructor for class kieker.analysis.sink.display.MemSwapUtilizationDisplayFilter
Creates a new instance of this filter.
MessageTrace - Class in kieker.tools.trace.analysis.systemModel
This class is a container for a whole trace of messages (represented as actual instances of AbstractMessage).
MessageTrace(long, List<AbstractMessage>) - Constructor for class kieker.tools.trace.analysis.systemModel.MessageTrace
Creates a new message trace from the given data.
MessageTrace(long, String, List<AbstractMessage>) - Constructor for class kieker.tools.trace.analysis.systemModel.MessageTrace
Creates a new message trace from the given data.
MessageTraceBasedSession - Class in kieker.tools.trace.analysis.systemModel
Specialized sub-class for sessions based on message traces (see MessageTrace).
MessageTraceBasedSession(String) - Constructor for class kieker.tools.trace.analysis.systemModel.MessageTraceBasedSession
Creates a new message trace-based session with the given session ID.
MessageTraceWriterFilter - Class in kieker.tools.trace.analysis.filter.traceWriter
 
MessageTraceWriterFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.traceWriter.MessageTraceWriterFilter
Creates a new instance of this class using the given parameters.
META_DATA - Static variable in class kieker.monitoring.core.configuration.ConfigurationKeys
 
META_DATA - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
MetaModelHandler - Class in kieker.analysis.model
This is a helper class for the AnalysisController, which manages the handling of the meta model instances.
MetaModelHandler.PluginConnection - Class in kieker.analysis.model
 
MetaModelHandler.RepositoryConnection - Class in kieker.analysis.model
 
metaModelToJava(MIProject, AnalysisController, Collection<MetaModelHandler.PluginConnection>, Collection<MetaModelHandler.RepositoryConnection>, Collection<MIDependency>, ClassLoader, Configuration, Map<MIRepository, AbstractRepository>, Map<MIPlugin, AbstractPlugin>) - Static method in class kieker.analysis.model.MetaModelHandler
This method can be used to convert a given analysis meta model instance to the actual java instances.
MeterGauge - Class in kieker.analysis.display
This class is currently under development, mostly for test purposes, and not designed for productive deployment.
MeterGauge() - Constructor for class kieker.analysis.display.MeterGauge
Creates a new instance of this class.
MethodAndComponentFlowDisplayFilter - Class in kieker.analysis.plugin.filter.sink
This is a filter which accepts OperationExecutionRecord instances and provides different views to visualize them.
MethodAndComponentFlowDisplayFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.sink.MethodAndComponentFlowDisplayFilter
Creates a new instance of this class using the given parameters.
MethodAndComponentFlowDisplayFilter - Class in kieker.analysis.sink.display
This is a filter which accepts OperationExecutionRecord instances and provides different views to visualize them.
MethodAndComponentFlowDisplayFilter() - Constructor for class kieker.analysis.sink.display.MethodAndComponentFlowDisplayFilter
Creates a new instance of this class.
methodTagCloudDisplay() - Method in class kieker.analysis.plugin.filter.sink.MethodAndComponentFlowDisplayFilter
This method represents a display for a method tag cloud.
methodTagCloudDisplay() - Method in class kieker.analysis.sink.display.MethodAndComponentFlowDisplayFilter
This method represents a display for a method tag cloud.
MFilter - Class in kieker.analysis.model.analysisMetaModel.impl
An implementation of the model object 'Filter'.
MFilter() - Constructor for class kieker.analysis.model.analysisMetaModel.impl.MFilter
 
MIAnalysisComponent - Interface in kieker.analysis.model.analysisMetaModel
A representation of the model object 'Analysis Component'.
MIAnalysisMetaModelFactory - Interface in kieker.analysis.model.analysisMetaModel
The Factory for the model.
MIAnalysisMetaModelPackage - Interface in kieker.analysis.model.analysisMetaModel
The Package for the model.
MIAnalysisMetaModelPackage.Literals - Interface in kieker.analysis.model.analysisMetaModel
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
MIDependency - Interface in kieker.analysis.model.analysisMetaModel
A representation of the model object 'Dependency'.
MIDisplay - Interface in kieker.analysis.model.analysisMetaModel
A representation of the model object 'Display'.
MIDisplayConnector - Interface in kieker.analysis.model.analysisMetaModel
A representation of the model object 'Display Connector'.
MIFilter - Interface in kieker.analysis.model.analysisMetaModel
A representation of the model object 'Filter'.
MIInputPort - Interface in kieker.analysis.model.analysisMetaModel
A representation of the model object 'Input Port'.
MIN_REPSONSE_TIME - Static variable in class kieker.analysisteetime.dependencygraphs.PropertyKeys
 
MinCalculator<T> - Class in kieker.analysisteetime.statistics.calculating
 
MinCalculator(Function<T, Long>) - Constructor for class kieker.analysisteetime.statistics.calculating.MinCalculator
 
MInputPort - Class in kieker.analysis.model.analysisMetaModel.impl
An implementation of the model object 'Input Port'.
MInputPort() - Constructor for class kieker.analysis.model.analysisMetaModel.impl.MInputPort
 
MIOutputPort - Interface in kieker.analysis.model.analysisMetaModel
A representation of the model object 'Output Port'.
MIPlugin - Interface in kieker.analysis.model.analysisMetaModel
A representation of the model object 'Plugin'.
MIPort - Interface in kieker.analysis.model.analysisMetaModel
A representation of the model object 'Port'.
MIProject - Interface in kieker.analysis.model.analysisMetaModel
A representation of the model object 'Project'.
MIProperty - Interface in kieker.analysis.model.analysisMetaModel
A representation of the model object 'Property'.
MIReader - Interface in kieker.analysis.model.analysisMetaModel
A representation of the model object 'Reader'.
MIRepository - Interface in kieker.analysis.model.analysisMetaModel
A representation of the model object 'Repository'.
MIRepositoryConnector - Interface in kieker.analysis.model.analysisMetaModel
A representation of the model object 'Repository Connector'.
MIView - Interface in kieker.analysis.model.analysisMetaModel
A representation of the model object 'View'.
ModelObjectFromOperationCallAccessors - Class in kieker.analysisteetime.model
Utility class for functions (Function) to access the model objects from operation calls.
modelPackage - Static variable in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
The cached model package.
modelPackage - Static variable in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
The cached model package
modelPackage - Static variable in class kieker.analysisteetime.model.analysismodel.assembly.util.AssemblyAdapterFactory
The cached model package.
modelPackage - Static variable in class kieker.analysisteetime.model.analysismodel.assembly.util.AssemblySwitch
The cached model package
modelPackage - Static variable in class kieker.analysisteetime.model.analysismodel.deployment.util.DeploymentAdapterFactory
The cached model package.
modelPackage - Static variable in class kieker.analysisteetime.model.analysismodel.deployment.util.DeploymentSwitch
The cached model package
modelPackage - Static variable in class kieker.analysisteetime.model.analysismodel.execution.util.ExecutionAdapterFactory
The cached model package.
modelPackage - Static variable in class kieker.analysisteetime.model.analysismodel.execution.util.ExecutionSwitch
The cached model package
modelPackage - Static variable in class kieker.analysisteetime.model.analysismodel.statistics.util.StatisticsAdapterFactory
The cached model package.
modelPackage - Static variable in class kieker.analysisteetime.model.analysismodel.statistics.util.StatisticsSwitch
The cached model package
modelPackage - Static variable in class kieker.analysisteetime.model.analysismodel.trace.util.TraceAdapterFactory
The cached model package.
modelPackage - Static variable in class kieker.analysisteetime.model.analysismodel.trace.util.TraceSwitch
The cached model package
modelPackage - Static variable in class kieker.analysisteetime.model.analysismodel.type.util.TypeAdapterFactory
The cached model package.
modelPackage - Static variable in class kieker.analysisteetime.model.analysismodel.type.util.TypeSwitch
The cached model package
modelPropertiesToConfiguration(EList<MIProperty>) - Static method in class kieker.analysis.model.MetaModelHandler
This method can be used to convert a given list of MIProperty to a configuration object.
modelSwitch - Variable in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
The switch that delegates to the createXXX methods.
modelSwitch - Variable in class kieker.analysisteetime.model.analysismodel.assembly.util.AssemblyAdapterFactory
The switch that delegates to the createXXX methods.
modelSwitch - Variable in class kieker.analysisteetime.model.analysismodel.deployment.util.DeploymentAdapterFactory
The switch that delegates to the createXXX methods.
modelSwitch - Variable in class kieker.analysisteetime.model.analysismodel.execution.util.ExecutionAdapterFactory
The switch that delegates to the createXXX methods.
modelSwitch - Variable in class kieker.analysisteetime.model.analysismodel.statistics.util.StatisticsAdapterFactory
The switch that delegates to the createXXX methods.
modelSwitch - Variable in class kieker.analysisteetime.model.analysismodel.trace.util.TraceAdapterFactory
The switch that delegates to the createXXX methods.
modelSwitch - Variable in class kieker.analysisteetime.model.analysismodel.type.util.TypeAdapterFactory
The switch that delegates to the createXXX methods.
MODIFIERS - Static variable in class kieker.analysisteetime.dependencygraphs.PropertyKeys
 
modifiers - Variable in class kieker.analysisteetime.model.analysismodel.type.impl.OperationTypeImpl
The cached value of the 'Modifiers' attribute list.
MonitioringRecordTimestampFilter - Class in kieker.analysisteetime.plugin.filter.select.timestampfilter.components
Concrete implementation of AbstractTimestampFilter.
MonitioringRecordTimestampFilter(long, long) - Constructor for class kieker.analysisteetime.plugin.filter.select.timestampfilter.components.MonitioringRecordTimestampFilter
 
monitorBranch(int, int) - Static method in class kieker.monitoring.probe.manual.BranchingProbe
 
monitoredConstructor() - Method in class kieker.monitoring.probe.aspectj.flow.construction.AbstractAspect
The pointcut for the monitored constructors.
monitoredConstructor() - Method in class kieker.monitoring.probe.aspectj.flow.construction.Annotation
 
monitoredConstructor() - Method in class kieker.monitoring.probe.aspectj.flow.construction.FullInstrumentation
 
monitoredConstructor() - Method in class kieker.monitoring.probe.aspectj.flow.constructorCall.AbstractAspect
The pointcut for the monitored constructors.
monitoredConstructor() - Method in class kieker.monitoring.probe.aspectj.flow.constructorCall.Annotation
 
monitoredConstructor() - Method in class kieker.monitoring.probe.aspectj.flow.constructorCall.FullInstrumentation
 
monitoredConstructor() - Method in class kieker.monitoring.probe.aspectj.flow.constructorCallObject.AbstractAspect
The pointcut for the monitored constructors.
monitoredConstructor() - Method in class kieker.monitoring.probe.aspectj.flow.constructorCallObject.Annotation
 
monitoredConstructor() - Method in class kieker.monitoring.probe.aspectj.flow.constructorCallObject.FullInstrumentation
 
monitoredConstructor() - Method in class kieker.monitoring.probe.aspectj.flow.constructorExecution.AbstractAspect
The pointcut for the monitored constructors.
monitoredConstructor() - Method in class kieker.monitoring.probe.aspectj.flow.constructorExecution.Annotation
 
monitoredConstructor() - Method in class kieker.monitoring.probe.aspectj.flow.constructorExecution.FullInstrumentation
 
monitoredConstructor() - Method in class kieker.monitoring.probe.aspectj.flow.constructorExecutionObject.AbstractAspect
The pointcut for the monitored constructors.
monitoredConstructor() - Method in class kieker.monitoring.probe.aspectj.flow.constructorExecutionObject.Annotation
 
monitoredConstructor() - Method in class kieker.monitoring.probe.aspectj.flow.constructorExecutionObject.FullInstrumentation
 
monitoredConstructor() - Method in class kieker.monitoring.probe.aspectj.flow.constructorExecutionObjectInterface.AbstractAspect
The pointcut for the monitored constructors.
monitoredConstructor() - Method in class kieker.monitoring.probe.aspectj.flow.constructorExecutionObjectInterface.Annotation
 
monitoredConstructor() - Method in class kieker.monitoring.probe.aspectj.flow.constructorExecutionObjectInterface.FullInstrumentation
 
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.beforeafter.onlycallee.AbstractAspect
The pointcut for the monitored operations.
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.beforeafter.onlycallee.AbstractAspectWithoutTraceRegistry
The pointcut for the monitored operations.
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.database.AbstractAspect
The pointcut for the monitored operations.
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.database.Fullinstrumentation
 
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.flow.operationCall.AbstractAspect
The pointcut for the monitored operations.
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.flow.operationCall.Annotation
 
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.flow.operationCall.FullInstrumentation
 
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.flow.operationCall.FullInstrumentationNoGetterAndSetter
 
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.flow.operationCallObject.AbstractAspect
This is the pointcut for the monitored operations.
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.flow.operationCallObject.Annotation
 
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.flow.operationCallObject.FullInstrumentation
 
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.flow.operationCallObject.FullInstrumentationNoGetterAndSetter
 
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.flow.operationExecution.AbstractAspect
The pointcut for the monitored operations.
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.flow.operationExecution.Annotation
 
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.flow.operationExecution.FullInstrumentation
 
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.flow.operationExecution.FullInstrumentationNoGetterAndSetter
 
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.flow.operationExecutionObject.AbstractAspect
This is the pointcut for the monitored operations.
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.flow.operationExecutionObject.Annotation
 
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.flow.operationExecutionObject.FullInstrumentation
 
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.flow.operationExecutionObject.FullInstrumentationNoGetterAndSetter
 
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.flow.operationExecutionObjectInterface.AbstractAspect
This is the pointcut for the monitored operations.
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.flow.operationExecutionObjectInterface.Annotation
 
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.flow.operationExecutionObjectInterface.FullInstrumentation
 
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.flow.operationExecutionObjectInterface.FullInstrumentationNoGetterAndSetter
 
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.operationExecution.AbstractOperationExecutionAspect
The pointcut for the monitored operations.
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.operationExecution.OperationExecutionAspectAnnotation
 
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.operationExecution.OperationExecutionAspectAnnotationServlet
 
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.operationExecution.OperationExecutionAspectFull
 
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.operationExecution.OperationExecutionAspectFullNoGetterAndSetter
 
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.operationExecution.OperationExecutionAspectFullNoGetterAndSetterServlet
 
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.operationExecution.OperationExecutionAspectFullServlet
 
monitoredServlet(HttpServletRequest, HttpServletResponse) - Method in class kieker.monitoring.probe.aspectj.operationExecution.AbstractOperationExecutionAspectServlet
 
monitoredServlet(HttpServletRequest, HttpServletResponse) - Method in class kieker.monitoring.probe.aspectj.operationExecution.OperationExecutionAspectAnnotationServlet
 
monitoredServlet(HttpServletRequest, HttpServletResponse) - Method in class kieker.monitoring.probe.aspectj.operationExecution.OperationExecutionAspectFullNoGetterAndSetterServlet
 
monitoredServlet(HttpServletRequest, HttpServletResponse) - Method in class kieker.monitoring.probe.aspectj.operationExecution.OperationExecutionAspectFullServlet
 
MonitorEntryEvent - Class in kieker.common.record.flow.trace.concurrency.monitor
 
MonitorEntryEvent(long, long, int, int) - Constructor for class kieker.common.record.flow.trace.concurrency.monitor.MonitorEntryEvent
Creates a new instance of this class using the given parameters.
MonitorEntryEvent(IValueDeserializer) - Constructor for class kieker.common.record.flow.trace.concurrency.monitor.MonitorEntryEvent
 
MonitorEntryEventFactory - Class in kieker.common.record.flow.trace.concurrency.monitor
 
MonitorEntryEventFactory() - Constructor for class kieker.common.record.flow.trace.concurrency.monitor.MonitorEntryEventFactory
 
monitorExit(Object) - Method in class kieker.monitoring.probe.aspectj.flow.concurrency.SynchronizedAspect
 
MonitorExitEvent - Class in kieker.common.record.flow.trace.concurrency.monitor
 
MonitorExitEvent(long, long, int, int) - Constructor for class kieker.common.record.flow.trace.concurrency.monitor.MonitorExitEvent
Creates a new instance of this class using the given parameters.
MonitorExitEvent(IValueDeserializer) - Constructor for class kieker.common.record.flow.trace.concurrency.monitor.MonitorExitEvent
 
MonitorExitEventFactory - Class in kieker.common.record.flow.trace.concurrency.monitor
 
MonitorExitEventFactory() - Constructor for class kieker.common.record.flow.trace.concurrency.monitor.MonitorExitEventFactory
 
MONITORING_CTRL - Static variable in class kieker.monitoring.probe.servlet.SessionAndTraceRegistrationFilter
 
MONITORING_ENABLED - Static variable in class kieker.monitoring.core.configuration.ConfigurationKeys
 
MONITORING_ENABLED - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
MonitoringCommandListener - Class in kieker.monitoring.listener
Represents a listener which is informed upon a event is received, which should.
MonitoringCommandListener(MonitoringController) - Constructor for class kieker.monitoring.listener.MonitoringCommandListener
Creates a new listener for RemoteControlEvents.
monitoringController - Variable in class kieker.monitoring.core.controller.AbstractController
 
MonitoringController - Class in kieker.monitoring.core.controller
 
monitoringController - Variable in class kieker.monitoring.probe.cxf.OperationExecutionSOAPRequestInInterceptor
Note we are using this IMonitoringController only to access ITimeSource which is configured for the singleton instance, as this is the instance used by the corresponding other CXF probes.
monitoringController - Variable in class kieker.monitoring.probe.cxf.OperationExecutionSOAPRequestOutInterceptor
Note we are using this IMonitoringController only to access ITimeSource which is configured for the singleton instance, as this is the instance used by the corresponding other CXF probes.
monitoringController - Variable in class kieker.monitoring.probe.cxf.OperationExecutionSOAPResponseInInterceptor
The monitoring controller of this interceptor.
monitoringController - Variable in class kieker.monitoring.probe.cxf.OperationExecutionSOAPResponseOutInterceptor
The monitoring controller of this interceptor.
MonitoringRecordException - Exception in kieker.common.exception
This exception can be used to show that something in context with a monitoring record failed.
MonitoringRecordException(String) - Constructor for exception kieker.common.exception.MonitoringRecordException
Creates a new instance of this exception using the given parameters.
MonitoringRecordException(String, Throwable) - Constructor for exception kieker.common.exception.MonitoringRecordException
Creates a new instance of this exception using the given parameters.
MonitoringRecordException(String, Object...) - Constructor for exception kieker.common.exception.MonitoringRecordException
Creates a new instance of a exception utilizing a format string.
MonitoringThroughputFilter - Class in kieker.analysis.plugin.filter.record
An instance of this class computes the throughput in terms of the number of records logged within the monitoring instance per time unit.
MonitoringThroughputFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.record.MonitoringThroughputFilter
 
MonitoringThroughputFilter - Class in kieker.analysisteetime.plugin.filter.record
An instance of this class computes the throughput in terms of the number of records logged within the monitoring instance per time unit.
MonitoringThroughputFilter(long) - Constructor for class kieker.analysisteetime.plugin.filter.record.MonitoringThroughputFilter
Creates a new instance of this class using the given parameters.
MonitoringWriterThread - Class in kieker.monitoring.writer
 
MonitoringWriterThread(AbstractMonitoringWriter, BlockingQueue<IMonitoringRecord>) - Constructor for class kieker.monitoring.writer.MonitoringWriterThread
 
MonitorNotifyAllEvent - Class in kieker.common.record.flow.trace.concurrency.monitor
 
MonitorNotifyAllEvent(long, long, int, int) - Constructor for class kieker.common.record.flow.trace.concurrency.monitor.MonitorNotifyAllEvent
Creates a new instance of this class using the given parameters.
MonitorNotifyAllEvent(IValueDeserializer) - Constructor for class kieker.common.record.flow.trace.concurrency.monitor.MonitorNotifyAllEvent
 
MonitorNotifyAllEventFactory - Class in kieker.common.record.flow.trace.concurrency.monitor
 
MonitorNotifyAllEventFactory() - Constructor for class kieker.common.record.flow.trace.concurrency.monitor.MonitorNotifyAllEventFactory
 
MonitorNotifyEvent - Class in kieker.common.record.flow.trace.concurrency.monitor
 
MonitorNotifyEvent(long, long, int, int) - Constructor for class kieker.common.record.flow.trace.concurrency.monitor.MonitorNotifyEvent
Creates a new instance of this class using the given parameters.
MonitorNotifyEvent(IValueDeserializer) - Constructor for class kieker.common.record.flow.trace.concurrency.monitor.MonitorNotifyEvent
 
MonitorNotifyEventFactory - Class in kieker.common.record.flow.trace.concurrency.monitor
 
MonitorNotifyEventFactory() - Constructor for class kieker.common.record.flow.trace.concurrency.monitor.MonitorNotifyEventFactory
 
MonitorRequestEvent - Class in kieker.common.record.flow.trace.concurrency.monitor
 
MonitorRequestEvent(long, long, int, int) - Constructor for class kieker.common.record.flow.trace.concurrency.monitor.MonitorRequestEvent
Creates a new instance of this class using the given parameters.
MonitorRequestEvent(IValueDeserializer) - Constructor for class kieker.common.record.flow.trace.concurrency.monitor.MonitorRequestEvent
 
MonitorRequestEventFactory - Class in kieker.common.record.flow.trace.concurrency.monitor
 
MonitorRequestEventFactory() - Constructor for class kieker.common.record.flow.trace.concurrency.monitor.MonitorRequestEventFactory
 
MonitorWaitEvent - Class in kieker.common.record.flow.trace.concurrency.monitor
 
MonitorWaitEvent(long, long, int, int) - Constructor for class kieker.common.record.flow.trace.concurrency.monitor.MonitorWaitEvent
Creates a new instance of this class using the given parameters.
MonitorWaitEvent(IValueDeserializer) - Constructor for class kieker.common.record.flow.trace.concurrency.monitor.MonitorWaitEvent
 
MonitorWaitEventFactory - Class in kieker.common.record.flow.trace.concurrency.monitor
 
MonitorWaitEventFactory() - Constructor for class kieker.common.record.flow.trace.concurrency.monitor.MonitorWaitEventFactory
 
mostRecentEventFired - Variable in class kieker.toolsteetime.currentTimeEventGenerator.AbstractCurrentTimeEventGenerationFilter
The timestamp of the most recent timer event.
MOutputPort - Class in kieker.analysis.model.analysisMetaModel.impl
An implementation of the model object 'Output Port'.
MOutputPort() - Constructor for class kieker.analysis.model.analysisMetaModel.impl.MOutputPort
 
MPlugin - Class in kieker.analysis.model.analysisMetaModel.impl
An implementation of the model object 'Plugin'.
MPlugin() - Constructor for class kieker.analysis.model.analysisMetaModel.impl.MPlugin
 
MPort - Class in kieker.analysis.model.analysisMetaModel.impl
An implementation of the model object 'Port'.
MPort() - Constructor for class kieker.analysis.model.analysisMetaModel.impl.MPort
 
MProject - Class in kieker.analysis.model.analysisMetaModel.impl
An implementation of the model object 'Project'.
MProject() - Constructor for class kieker.analysis.model.analysisMetaModel.impl.MProject
 
MProperty - Class in kieker.analysis.model.analysisMetaModel.impl
An implementation of the model object 'Property'.
MProperty() - Constructor for class kieker.analysis.model.analysisMetaModel.impl.MProperty
 
MReader - Class in kieker.analysis.model.analysisMetaModel.impl
An implementation of the model object 'Reader'.
MReader() - Constructor for class kieker.analysis.model.analysisMetaModel.impl.MReader
 
MRepository - Class in kieker.analysis.model.analysisMetaModel.impl
An implementation of the model object 'Repository'.
MRepository() - Constructor for class kieker.analysis.model.analysisMetaModel.impl.MRepository
 
MRepositoryConnector - Class in kieker.analysis.model.analysisMetaModel.impl
An implementation of the model object 'Repository Connector'.
MRepositoryConnector() - Constructor for class kieker.analysis.model.analysisMetaModel.impl.MRepositoryConnector
 
MultipleConnectionTcpSourceCompositeStage - Class in kieker.tools.source
Multiple TCP input composite stage.
MultipleConnectionTcpSourceCompositeStage(Configuration) - Constructor for class kieker.tools.source.MultipleConnectionTcpSourceCompositeStage
Create a composite reader stage.
MultipleConnectionTcpSourceStage - Class in kieker.analysis.source.tcp
This is a multi connection tcp source stage.
MultipleConnectionTcpSourceStage(int, int, ITraceMetadataRewriter) - Constructor for class kieker.analysis.source.tcp.MultipleConnectionTcpSourceStage
Create a single threaded multi connection tcp reader stage.
MView - Class in kieker.analysis.model.analysisMetaModel.impl
An implementation of the model object 'View'.
MView() - Constructor for class kieker.analysis.model.analysisMetaModel.impl.MView
 

N

name - Variable in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisComponent
The cached value of the 'Name' attribute.
name - Variable in class kieker.analysis.model.analysisMetaModel.impl.MDisplay
The cached value of the 'Name' attribute.
name - Variable in class kieker.analysis.model.analysisMetaModel.impl.MDisplayConnector
The cached value of the 'Name' attribute.
name - Variable in class kieker.analysis.model.analysisMetaModel.impl.MPort
The cached value of the 'Name' attribute.
name - Variable in class kieker.analysis.model.analysisMetaModel.impl.MProject
The cached value of the 'Name' attribute.
name - Variable in class kieker.analysis.model.analysisMetaModel.impl.MProperty
The cached value of the 'Name' attribute.
name - Variable in class kieker.analysis.model.analysisMetaModel.impl.MRepositoryConnector
The cached value of the 'Name' attribute.
name - Variable in class kieker.analysis.model.analysisMetaModel.impl.MView
The cached value of the 'Name' attribute.
NAME - Static variable in class kieker.analysisteetime.dependencygraphs.PropertyKeys
 
name - Variable in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentContextImpl
The cached value of the 'Name' attribute.
name - Variable in class kieker.analysisteetime.model.analysismodel.statistics.impl.TimeSeriesImpl
The cached value of the 'Name' attribute.
name - Variable in class kieker.analysisteetime.model.analysismodel.type.impl.ComponentTypeImpl
The cached value of the 'Name' attribute.
name - Variable in class kieker.analysisteetime.model.analysismodel.type.impl.OperationTypeImpl
The cached value of the 'Name' attribute.
name - Variable in class kieker.analysisteetime.util.graph.impl.GraphImpl
 
NAME - Static variable in class kieker.common.record.remotecontrol.ActivationParameterEvent
 
NAME - Static variable in class kieker.common.record.remotecontrol.AddParameterValueEvent
 
NAME - Static variable in class kieker.common.record.remotecontrol.RemoveParameterValueEvent
 
NAME - Static variable in class kieker.common.record.remotecontrol.UpdateParameterEvent
 
name - Variable in class org.graphdrawing.graphml.PortType
 
NAME_EDEFAULT - Static variable in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisComponent
The default value of the 'Name' attribute.
NAME_EDEFAULT - Static variable in class kieker.analysis.model.analysisMetaModel.impl.MDisplay
The default value of the 'Name' attribute.
NAME_EDEFAULT - Static variable in class kieker.analysis.model.analysisMetaModel.impl.MDisplayConnector
The default value of the 'Name' attribute.
NAME_EDEFAULT - Static variable in class kieker.analysis.model.analysisMetaModel.impl.MPort
The default value of the 'Name' attribute.
NAME_EDEFAULT - Static variable in class kieker.analysis.model.analysisMetaModel.impl.MProject
The default value of the 'Name' attribute.
NAME_EDEFAULT - Static variable in class kieker.analysis.model.analysisMetaModel.impl.MProperty
The default value of the 'Name' attribute.
NAME_EDEFAULT - Static variable in class kieker.analysis.model.analysisMetaModel.impl.MRepositoryConnector
The default value of the 'Name' attribute.
NAME_EDEFAULT - Static variable in class kieker.analysis.model.analysisMetaModel.impl.MView
The default value of the 'Name' attribute.
NAME_EDEFAULT - Static variable in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentContextImpl
The default value of the 'Name' attribute.
NAME_EDEFAULT - Static variable in class kieker.analysisteetime.model.analysismodel.statistics.impl.TimeSeriesImpl
The default value of the 'Name' attribute.
NAME_EDEFAULT - Static variable in class kieker.analysisteetime.model.analysismodel.type.impl.ComponentTypeImpl
The default value of the 'Name' attribute.
NAME_EDEFAULT - Static variable in class kieker.analysisteetime.model.analysismodel.type.impl.OperationTypeImpl
The default value of the 'Name' attribute.
NameBuilder - Class in kieker.analysisteetime.signature
This is a wrapper class around a IOperationNameBuilder and a IComponentNameBuilder.
NAMESPACE_URI - Static variable in interface kieker.monitoring.probe.cxf.SOAPHeaderConstants
This is the namespace URI which is used to assembly the qualified names.
NetworkAccessHandler - Class in kieker.analysis.source
The network access handler accepts a list of network patterns which it checks every time acceptRemoteIpAddress is called.
NetworkAccessHandler(Collection<String>) - Constructor for class kieker.analysis.source.NetworkAccessHandler
Create network access handler.
NetworkPatternEntry - Class in kieker.analysis.source
POJO for a network pattern consisting of an ip-address and a netmask.
NetworkPatternEntry(byte[], byte[]) - Constructor for class kieker.analysis.source.NetworkPatternEntry
Create one pattern entry.
NetworkUtilizationRecord - Class in kieker.common.record.system
 
NetworkUtilizationRecord(long, String, String, long, double, double, double, double, double, double, double, double, double, double, double, double, double) - Constructor for class kieker.common.record.system.NetworkUtilizationRecord
Creates a new instance of this class using the given parameters.
NetworkUtilizationRecord(IValueDeserializer) - Constructor for class kieker.common.record.system.NetworkUtilizationRecord
 
NetworkUtilizationRecordFactory - Class in kieker.common.record.system
 
NetworkUtilizationRecordFactory() - Constructor for class kieker.common.record.system.NetworkUtilizationRecordFactory
 
NetworkUtilizationSampler - Class in kieker.monitoring.sampler.oshi.samplers
NetworkUtilizationSampler(HardwareAbstractionLayer) - Constructor for class kieker.monitoring.sampler.oshi.samplers.NetworkUtilizationSampler
Constructs a new AbstractOshiSampler with given HardwareAbstractionLayer instance used to retrieve the sensor data.
NetworkUtilizationSampler - Class in kieker.monitoring.sampler.sigar.samplers
NetworkUtilizationSampler(SigarProxy) - Constructor for class kieker.monitoring.sampler.sigar.samplers.NetworkUtilizationSampler
Constructs a new AbstractSigarSampler with given SigarProxy instance used to retrieve the sensor data.
newCall(T, MessageTrace, IOriginRetentionPolicy) - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeNode
 
newCall(AllocationComponentOperationPair, MessageTrace, IOriginRetentionPolicy) - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.TraceCallTreeNode
 
newEndOfFileRecord() - Method in class kieker.analysis.plugin.reader.filesystem.AsciiLogReader
 
newEndOfFileRecord() - Method in class kieker.analysis.plugin.reader.filesystem.BinaryLogReader
 
newEndOfFileRecord() - Method in class kieker.analysis.plugin.reader.filesystem.FSReader
 
newEndOfFileRecord() - Method in interface kieker.analysis.plugin.reader.util.IMonitoringRecordReceiver
 
newEndOfFileRecord() - Method in class kieker.analysisteetime.plugin.reader.filesystem.fsReader.AsciiLogReader
Deprecated.
 
newEndOfFileRecord() - Method in class kieker.analysisteetime.plugin.reader.filesystem.fsReader.BinaryLogReader
Deprecated.
 
newEndOfFileRecord() - Method in class kieker.analysisteetime.plugin.reader.filesystem.fsReader.FSReader
Deprecated.
 
newEvent(Long) - Method in class kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
This method is the input port for the timeout.
newEvent(IFlowRecord) - Method in class kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
This method is the input port for the new events for this filter.
newEvent(Long) - Method in class kieker.analysis.plugin.filter.flow.TraceAggregationFilter
This method is the input port for the timeout.
newEvent(TraceEventRecords) - Method in class kieker.analysis.plugin.filter.flow.TraceAggregationFilter
This method is the input port for incoming traces.
newExecutionTrace(ExecutionTrace) - Method in class kieker.tools.trace.analysis.filter.traceFilter.TraceEquivalenceClassFilter
This method represents the input port of this filter, processing incoming execution traces.
newExecutionTrace(ExecutionTrace) - Method in class kieker.tools.trace.analysis.filter.traceWriter.ExecutionTraceWriterFilter
This method represents the input port of this filter.
newInvalidExecutionTrace(InvalidExecutionTrace) - Method in class kieker.tools.trace.analysis.filter.traceWriter.InvalidExecutionTraceWriterFilter
This method represents the input port of this filter.
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.analysis.plugin.reader.filesystem.AsciiLogReader
This method is called for each new record by each ReaderThread.
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.analysis.plugin.reader.filesystem.BinaryLogReader
This method is called for each new record by each ReaderThread.
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.analysis.plugin.reader.filesystem.FSReader
This method is called for each new record by each ReaderThread.
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.analysis.plugin.reader.namedRecordPipe.PipeReader
This method sends a given records directly to the output port.
newMonitoringRecord(IMonitoringRecord) - Method in interface kieker.analysis.plugin.reader.util.IMonitoringRecordReceiver
This method is called for each new record by each ReaderThread.
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.analysisteetime.plugin.reader.filesystem.fsReader.AsciiLogReader
Deprecated.
This method is called for each new record by each ReaderThread.
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.analysisteetime.plugin.reader.filesystem.fsReader.BinaryLogReader
Deprecated.
This method is called for each new record by each ReaderThread.
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.analysisteetime.plugin.reader.filesystem.fsReader.FSReader
Deprecated.
 
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.analysisteetime.plugin.reader.namedRecordPipe.PipeReader
This method sends a given records directly to the output port.
newMonitoringRecord(IMonitoringRecord) - Method in interface kieker.common.namedRecordPipe.IPipeReader
Called for each new record.
newMonitoringRecord(IMonitoringRecord) - Method in interface kieker.common.registry.IMonitoringRecordReceiver
Called for each new record.
newMonitoringRecord(IMonitoringRecord) - Method in interface kieker.monitoring.core.controller.IWriterController
Called for each new record to write it out to the pre-configured target (e.g., file system, database, or messaging queue).
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.monitoring.core.controller.MonitoringController
 
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.monitoring.core.controller.WriterController
 
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.monitoring.writer.jmx.KiekerJmxMonitoringLog
Consumes the given record by sending a notification.
newRegistryRecord(RegistryRecord) - Method in interface kieker.common.registry.IRegistryRecordReceiver
 
newThread(Runnable) - Method in class kieker.common.util.thread.DaemonThreadFactory
 
newTraceEventRecord(TraceEventRecords) - Method in class kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
This method is the input port for the new events for this filter.
NEXT_ORDER_ID - Static variable in class kieker.common.record.flow.trace.TraceMetadata
 
NICE - Static variable in class kieker.analysis.sink.display.CPUUtilizationDisplayFilter
 
NICE - Static variable in class kieker.common.record.system.CPUUtilizationRecord
 
NO_APPLICATION_NAME - Static variable in class kieker.common.record.flow.trace.ApplicationTraceMetadata
user-defined constants.
NO_CONTROLLERNAME - Static variable in class kieker.common.record.misc.KiekerMetadataRecord
user-defined constants.
NO_EOI_ESS - Static variable in class kieker.common.record.controlflow.OperationExecutionRecord
 
NO_HOSTNAME - Static variable in class kieker.common.record.controlflow.OperationExecutionRecord
user-defined constants.
NO_HOSTNAME - Static variable in class kieker.common.record.flow.trace.TraceMetadata
 
NO_HOSTNAME - Static variable in class kieker.common.record.misc.KiekerMetadataRecord
 
NO_NAME - Static variable in annotation type kieker.analysis.plugin.annotation.Plugin
The default value to show that a plugin has no name.
NO_NAME - Static variable in annotation type kieker.analysis.repository.annotation.Repository
This constant can be used as a value to show that the component has no name.
NO_OPERATION_SIGNATURE - Static variable in class kieker.common.record.controlflow.OperationExecutionRecord
 
NO_PARENT_ORDER_INDEX - Static variable in class kieker.common.record.flow.trace.TraceMetadata
 
NO_PARENT_TRACEID - Static variable in class kieker.common.record.flow.trace.TraceMetadata
user-defined constants.
NO_RETURN_TYPE - Static variable in class kieker.common.util.signature.Signature
This constant can be used to mark that a signature has no return type.
NO_SESSION_ID - Static variable in class kieker.common.record.controlflow.OperationExecutionRecord
 
NO_SESSION_ID - Static variable in class kieker.common.record.flow.trace.TraceMetadata
 
NO_SESSION_ID - Static variable in class kieker.tools.trace.analysis.systemModel.Execution
This constant marks that an execution has no session ID.
NO_TIMESOURCE - Static variable in class kieker.common.record.misc.KiekerMetadataRecord
 
NO_TIMESTAMP - Static variable in class kieker.common.record.controlflow.OperationExecutionRecord
 
NO_TIMEUNIT - Static variable in class kieker.common.record.misc.KiekerMetadataRecord
 
NO_TRACE_ID - Static variable in class kieker.common.record.controlflow.OperationExecutionRecord
 
NO_TRACE_ID - Static variable in class kieker.tools.trace.analysis.systemModel.AbstractTrace
This constant can be used as an ID to show that the trace has no ID.
NODE - Static variable in class kieker.analysisteetime.util.graph.util.dot.DotGraph
 
node - Variable in class org.graphdrawing.graphml.EndpointType
 
nodeAttributes - Variable in class kieker.analysisteetime.util.graph.export.dot.DotExportConfiguration
 
nodeLabel(AbstractCallTreeNode<?>, boolean) - Static method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeFilter
Add a node label.
NodeLabelMapper - Class in kieker.analysisteetime.trace.graph.dot
This class is a Function that maps a IVertex to a label.
NodeLabelMapper() - Constructor for class kieker.analysisteetime.trace.graph.dot.NodeLabelMapper
 
NodeType - Class in org.graphdrawing.graphml
Complex type for the element.
NodeType() - Constructor for class org.graphdrawing.graphml.NodeType
 
noGetterAndSetter() - Method in class kieker.monitoring.probe.aspectj.AbstractAspectJProbe
This is a pointcut accepting everything that is neither a getter nor a setter.
NoneCompressionFilter - Class in kieker.monitoring.writer.compression
This class does not provide any compressing filter.
NoneCompressionFilter(Configuration) - Constructor for class kieker.monitoring.writer.compression.NoneCompressionFilter
Initialize pass through "compression" with parameter to adhere Kieker configuration system.
NoneDecompressionFilter - Class in kieker.analysis.plugin.reader.depcompression
Decompression filter for stream reading stages providing no compression.
NoneDecompressionFilter(Configuration) - Constructor for class kieker.analysis.plugin.reader.depcompression.NoneDecompressionFilter
Create dummy decompression filter.
NoneTraceMetadataRewriter - Class in kieker.analysis.source.rewriter
This is an empty rewriter which sends all received records to the output port.
NoneTraceMetadataRewriter() - Constructor for class kieker.analysis.source.rewriter.NoneTraceMetadataRewriter
Create the rewriter.
NoOriginRetentionPolicy - Class in kieker.tools.trace.analysis.filter.visualization.graph
The no-origin-retention policy represents the intention that no origins should be retained at all and corresponds to the kind OriginRetentionPolicyKind.NONE.
notifyChanged(Notification) - Method in class kieker.analysisteetime.util.emf.AbstractEReferenceChangedListener
 
notifyChanged(Notification) - Method in class kieker.analysisteetime.util.emf.AbstractEStructuralFeatureChangedListener
 
notifyChanged(T) - Method in class kieker.analysisteetime.util.emf.AbstractEStructuralFeatureChangedListener
 
notifyElementAdded(T) - Method in class kieker.analysisteetime.util.emf.AbstractEReferenceChangedListener
 
notifyElementRemoved(T) - Method in class kieker.analysisteetime.util.emf.AbstractEReferenceChangedListener
 
notifyNewIncomingConnection(String, AbstractPlugin, String) - Method in class kieker.analysis.plugin.AbstractPlugin
Notification method which is called when a new incoming connection to this plugin is established.
notifyNewIncomingConnection(String, AbstractPlugin, String) - Method in class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFilter
 
notifyNewOutgoingConnection(String, AbstractPlugin, String) - Method in class kieker.analysis.plugin.AbstractPlugin
Notification method which is called when a new outgoing connection from this plugin is established.
notifyPipeClosed() - Method in class kieker.analysis.plugin.reader.namedRecordPipe.PipeReader
Called to notify the reader that the pipe is closed.
notifyPipeClosed() - Method in class kieker.analysisteetime.plugin.reader.namedRecordPipe.PipeReader
Called to notify the reader that the pipe is closed.
notifyPipeClosed() - Method in interface kieker.common.namedRecordPipe.IPipeReader
Called to notify the reader that the pipe is closed.
notWithinKieker() - Method in class kieker.monitoring.probe.aspectj.AbstractAspectJProbe
This is a pointcut accepting everything that is not within kieker.common, kieker.monitoring, kieker.analysis and kieker.tools.
NullStage - Class in kieker.analysis.sink
Act like a null device.
NullStage(boolean) - Constructor for class kieker.analysis.sink.NullStage
Null stage.
NUMBER_OF_RECORDS - Static variable in class kieker.common.record.misc.KiekerMetadataRecord
 
numOfBytes - Variable in class kieker.monitoring.writer.filesystem.AbstractLogStreamHandler
 
numOfEntries - Variable in class kieker.monitoring.writer.filesystem.AbstractLogStreamHandler
 

O

OBJECT_ID - Static variable in class kieker.common.record.flow.trace.ConstructionEvent
 
OBJECT_ID - Static variable in class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorFailedObjectEvent
default constants.
OBJECT_ID - Static variable in class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorObjectEvent
default constants.
OBJECT_ID - Static variable in class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectEvent
default constants.
OBJECT_ID - Static variable in class kieker.common.record.flow.trace.operation.constructor.object.CallConstructorObjectEvent
default constants.
OBJECT_ID - Static variable in class kieker.common.record.flow.trace.operation.object.AfterOperationFailedObjectEvent
default constants.
OBJECT_ID - Static variable in class kieker.common.record.flow.trace.operation.object.AfterOperationObjectEvent
default constants.
OBJECT_ID - Static variable in class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectEvent
default constants.
OBJECT_ID - Static variable in class kieker.common.record.flow.trace.operation.object.CallOperationObjectEvent
default constants.
ObjectFactory - Class in org.graphdrawing.graphml
This object contains factory methods for each Java content interface and Java element interface generated in the org.graphdrawing.graphml package.
ObjectFactory() - Constructor for class org.graphdrawing.graphml.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.graphdrawing.graphml
ObjectIdentifierRegistry - Class in kieker.analysisteetime.util
 
ObjectIdentifierRegistry() - Constructor for class kieker.analysisteetime.util.ObjectIdentifierRegistry
 
ObjectTimeSeriesPoint<X> - Class in kieker.analysisteetime.util.timeseries
ITimeSeriesPoint wrapper for any type.
ObjectTimeSeriesPoint(Instant, X) - Constructor for class kieker.analysisteetime.util.timeseries.ObjectTimeSeriesPoint
 
observedReferenceAttributes - Variable in class kieker.analysisteetime.util.emf.EReferenceIndex
 
of(IOperationNameBuilder, IComponentNameBuilder) - Static method in class kieker.analysisteetime.signature.NameBuilder
 
of(IOperationSignatureExtractor, IComponentSignatureExtractor) - Static method in class kieker.analysisteetime.signature.SignatureExtractor
 
of(F, S) - Static method in class kieker.analysisteetime.util.ComposedKey
 
of(String) - Static method in class kieker.analysisteetime.util.graph.mapping.DirectPropertyMapper
 
offer(E) - Method in class kieker.monitoring.queue.BlockingQueueDecorator
 
offer(E, long, TimeUnit) - Method in class kieker.monitoring.queue.BlockingQueueDecorator
 
onBufferReceived(ByteBuffer) - Method in class kieker.analysis.plugin.reader.tcp.AbstractRecordTcpReader
 
onBufferReceived(ByteBuffer) - Method in class kieker.monitoring.core.controller.tcp.AbstractTcpReader
 
onBufferReceived(ByteBuffer) - Method in class kieker.monitoring.core.controller.tcp.SingleSocketRecordReader
 
ONE_MIN_LOAD_AVERAGE - Static variable in class kieker.common.record.system.LoadAverageRecord
 
onInitialization() - Method in class kieker.analysis.plugin.reader.amqp.ChunkingAmqpReader
 
onInitialization() - Method in interface kieker.analysis.plugin.reader.newio.IRawDataReader
Event handler that is called before any records are read.
onInitialization() - Method in class kieker.monitoring.writer.amqp.ChunkingAmqpWriter
 
onInitialization() - Method in class kieker.monitoring.writer.kafka.KafkaWriter
 
onInitialization() - Method in interface kieker.monitoring.writer.raw.IRawDataWriter
Called by the collector during initialization (before any records are written).
onInitialization() - Method in class kieker.monitoring.writer.serializer.BinarySerializer
 
onInitialization() - Method in interface kieker.monitoring.writer.serializer.IMonitoringRecordSerializer
Called by the collector during initialization (before any records are written).
onInitialization() - Method in class kieker.monitoring.writer.serializer.StringSerializer
 
onMethodEntry(MethodStaticContext, DynamicContext) - Static method in class kieker.monitoring.probe.disl.flow.operationExecution.FullInstrumentation
 
onMethodException(MethodStaticContext, DynamicContext) - Static method in class kieker.monitoring.probe.disl.flow.operationExecution.FullInstrumentation
 
onMethodExit(MethodStaticContext) - Static method in class kieker.monitoring.probe.disl.flow.operationExecution.FullInstrumentation
 
onNewRegistryEntry(T, int) - Method in interface kieker.common.registry.IRegistryListener
This event is fired after a new registry entry was registered.
onNewRegistryEntry(String, int) - Method in class kieker.monitoring.writer.amqp.AmqpWriter
 
onNewRegistryEntry(String, int) - Method in class kieker.monitoring.writer.explorviz.ExplorVizTcpWriter
 
onNewRegistryEntry(String, int) - Method in class kieker.monitoring.writer.filesystem.FileWriter
 
onNewRegistryEntry(String, int) - Method in class kieker.monitoring.writer.tcp.DualSocketTcpWriter
 
onNewRegistryEntry(String, int) - Method in class kieker.monitoring.writer.tcp.SingleSocketTcpWriter
 
onRecordReceived(IMonitoringRecord) - Method in class kieker.analysis.plugin.reader.tcp.AbstractRecordTcpReader
 
onRecordReceived(IMonitoringRecord) - Method in class kieker.analysis.plugin.reader.tcp.SingleSocketTcpReader
 
onRecordReceived(IMonitoringRecord) - Method in class kieker.analysisteetime.plugin.reader.amqp.RegularRecordHandler
 
onRecordReceived(IMonitoringRecord) - Method in interface kieker.analysisteetime.plugin.reader.IRecordReceivedListener
 
onRecordReceived(IMonitoringRecord) - Method in class kieker.analysisteetime.plugin.reader.tcp.singlesocket.SingleSocketTcpReaderStage
 
onRecordReceived(IMonitoringRecord) - Method in interface kieker.common.record.IRecordReceivedListener
Listener method.
onRecordReceived(IMonitoringRecord) - Method in class kieker.monitoring.listener.MonitoringCommandListener
 
onStarting() - Method in class kieker.analysisteetime.plugin.filter.forward.AnalysisThroughputFilter
 
onStarting() - Method in class kieker.analysisteetime.plugin.reader.filesystem.format.binary.file.BinaryFile2RecordFilter
Deprecated.
 
onStarting() - Method in class kieker.analysisteetime.plugin.reader.tcp.dualsocket.DualSocketTcpReaderStage
Deprecated.
 
onStarting() - Method in class kieker.monitoring.writer.AbstractMonitoringWriter
This event fires when Kieker has been initialized and is ready to monitor.
onStarting() - Method in class kieker.monitoring.writer.amqp.AmqpWriter
 
onStarting() - Method in class kieker.monitoring.writer.collector.ChunkingCollector
 
onStarting() - Method in class kieker.monitoring.writer.dump.DumpWriter
 
onStarting() - Method in class kieker.monitoring.writer.explorviz.ExplorVizTcpWriter
 
onStarting() - Method in class kieker.monitoring.writer.filesystem.FileWriter
 
onStarting() - Method in class kieker.monitoring.writer.jms.JmsWriter
 
onStarting() - Method in class kieker.monitoring.writer.jmx.JmxWriter
 
onStarting() - Method in class kieker.monitoring.writer.namedRecordPipe.PipeWriter
 
onStarting() - Method in class kieker.monitoring.writer.print.PrintStreamWriter
 
onStarting() - Method in class kieker.monitoring.writer.tcp.DualSocketTcpWriter
 
onStarting() - Method in class kieker.monitoring.writer.tcp.SingleSocketTcpWriter
 
onTerminating() - Method in class kieker.analysisteetime.experimental.hotspotdetection.HotspotDetectionStage
 
onTerminating() - Method in class kieker.analysisteetime.plugin.filter.forward.TeeFilter
 
onTerminating() - Method in class kieker.analysisteetime.plugin.filter.record.delayfilter.components.RealtimeRecordDelayConsumer
 
onTerminating() - Method in class kieker.analysisteetime.plugin.reader.tcp.dualsocket.DualSocketTcpReaderStage
Deprecated.
 
onTerminating() - Method in class kieker.analysisteetime.util.stage.trigger.TriggerOnTerminationStage
 
onTerminating() - Method in class kieker.monitoring.writer.AbstractMonitoringWriter
This event fires when Kieker has been notified to terminate.
onTerminating() - Method in class kieker.monitoring.writer.amqp.AmqpWriter
 
onTerminating() - Method in class kieker.monitoring.writer.collector.ChunkingCollector
 
onTerminating() - Method in class kieker.monitoring.writer.dump.DumpWriter
 
onTerminating() - Method in class kieker.monitoring.writer.explorviz.ExplorVizTcpWriter
 
onTerminating() - Method in class kieker.monitoring.writer.filesystem.FileWriter
 
onTerminating() - Method in class kieker.monitoring.writer.jms.JmsWriter
 
onTerminating() - Method in class kieker.monitoring.writer.jmx.JmxWriter
 
onTerminating() - Method in class kieker.monitoring.writer.namedRecordPipe.PipeWriter
 
onTerminating() - Method in class kieker.monitoring.writer.print.PrintStreamWriter
 
onTerminating() - Method in class kieker.monitoring.writer.tcp.DualSocketTcpWriter
 
onTerminating() - Method in class kieker.monitoring.writer.tcp.SingleSocketTcpWriter
 
onTermination() - Method in class kieker.analysis.plugin.reader.amqp.ChunkingAmqpReader
 
onTermination() - Method in interface kieker.analysis.plugin.reader.newio.IRawDataReader
Event handler that is called when the reader is supposed to terminate.
onTermination() - Method in class kieker.monitoring.writer.amqp.ChunkingAmqpWriter
 
onTermination() - Method in class kieker.monitoring.writer.kafka.KafkaWriter
 
onTermination() - Method in interface kieker.monitoring.writer.raw.IRawDataWriter
Called by the collector upon termination (after remaining records have been flushed).
onTermination() - Method in class kieker.monitoring.writer.serializer.BinarySerializer
 
onTermination() - Method in interface kieker.monitoring.writer.serializer.IMonitoringRecordSerializer
Called by the collector upon termination (after remaining records have been flushed).
onTermination() - Method in class kieker.monitoring.writer.serializer.StringSerializer
 
operation - Variable in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
The cached value of the 'Operation' reference.
operation(Object, ProceedingJoinPoint) - Method in class kieker.monitoring.probe.aspectj.flow.operationExecution.AbstractAspect
 
operation(Object, ProceedingJoinPoint) - Method in class kieker.monitoring.probe.aspectj.flow.operationExecutionObject.AbstractAspect
 
operation(Object, ProceedingJoinPoint) - Method in class kieker.monitoring.probe.aspectj.flow.operationExecutionObjectInterface.AbstractAspect
 
operation(ProceedingJoinPoint) - Method in class kieker.monitoring.probe.aspectj.jersey.OperationExecutionJerseyClientInterceptor
Method to intercept outgoing request and incoming response.
operation(ProceedingJoinPoint) - Method in class kieker.monitoring.probe.aspectj.operationExecution.AbstractOperationExecutionAspect
 
Operation - Class in kieker.tools.trace.analysis.systemModel
This class represents an operation within the trace analysis tool.
Operation(int, ComponentType, Signature) - Constructor for class kieker.tools.trace.analysis.systemModel.Operation
Creates a new instance of this class using the given parameters.
OPERATION_CALL - Static variable in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage.Literals
The meta object literal for the 'Operation Call' class.
OPERATION_CALL - Static variable in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage
The meta object id for the 'Operation Call' class.
OPERATION_CALL__CHILDREN - Static variable in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage.Literals
The meta object literal for the 'Children' reference list feature.
OPERATION_CALL__CHILDREN - Static variable in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage
The feature id for the 'Children' reference list.
OPERATION_CALL__DUR_RATIO_TO_PARENT - Static variable in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage.Literals
The meta object literal for the 'Dur Ratio To Parent' attribute feature.
OPERATION_CALL__DUR_RATIO_TO_PARENT - Static variable in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage
The feature id for the 'Dur Ratio To Parent' attribute.
OPERATION_CALL__DUR_RATIO_TO_ROOT_PARENT - Static variable in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage.Literals
The meta object literal for the 'Dur Ratio To Root Parent' attribute feature.
OPERATION_CALL__DUR_RATIO_TO_ROOT_PARENT - Static variable in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage
The feature id for the 'Dur Ratio To Root Parent' attribute.
OPERATION_CALL__DURATION - Static variable in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage.Literals
The meta object literal for the 'Duration' attribute feature.
OPERATION_CALL__DURATION - Static variable in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage
The feature id for the 'Duration' attribute.
OPERATION_CALL__FAILED - Static variable in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage.Literals
The meta object literal for the 'Failed' attribute feature.
OPERATION_CALL__FAILED - Static variable in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage
The feature id for the 'Failed' attribute.
OPERATION_CALL__FAILED_CAUSE - Static variable in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage.Literals
The meta object literal for the 'Failed Cause' attribute feature.
OPERATION_CALL__FAILED_CAUSE - Static variable in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage
The feature id for the 'Failed Cause' attribute.
OPERATION_CALL__OPERATION - Static variable in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage.Literals
The meta object literal for the 'Operation' reference feature.
OPERATION_CALL__OPERATION - Static variable in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage
The feature id for the 'Operation' reference.
OPERATION_CALL__ORDER_INDEX - Static variable in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage.Literals
The meta object literal for the 'Order Index' attribute feature.
OPERATION_CALL__ORDER_INDEX - Static variable in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage
The feature id for the 'Order Index' attribute.
OPERATION_CALL__PARENT - Static variable in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage.Literals
The meta object literal for the 'Parent' reference feature.
OPERATION_CALL__PARENT - Static variable in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage
The feature id for the 'Parent' reference.
OPERATION_CALL__STACK_DEPTH - Static variable in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage.Literals
The meta object literal for the 'Stack Depth' attribute feature.
OPERATION_CALL__STACK_DEPTH - Static variable in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage
The feature id for the 'Stack Depth' attribute.
OPERATION_CALL__START - Static variable in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage.Literals
The meta object literal for the 'Start' attribute feature.
OPERATION_CALL__START - Static variable in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage
The feature id for the 'Start' attribute.
OPERATION_CALL_FEATURE_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage
The number of structural features of the 'Operation Call' class.
OPERATION_CALL_OPERATION_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage
The number of operations of the 'Operation Call' class.
OPERATION_EXECUTION_JERSEY_HEADER - Static variable in interface kieker.monitoring.probe.aspectj.jersey.JerseyHeaderConstants
 
OPERATION_SIGNATURE - Static variable in class kieker.common.record.controlflow.OperationExecutionRecord
default constants.
OPERATION_SIGNATURE - Static variable in class kieker.common.record.flow.thread.AbstractThreadBasedEvent
 
OPERATION_SIGNATURE - Static variable in class kieker.common.record.flow.trace.operation.AbstractOperationEvent
default constants.
OPERATION_TYPE - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Operation Type' class.
OPERATION_TYPE - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
The meta object id for the 'Operation Type' class.
OPERATION_TYPE - Static variable in class kieker.analysisteetime.model.ModelObjectFromOperationCallAccessors
 
OPERATION_TYPE___GET_COMPONENT_TYPE - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Get Component Type' operation.
OPERATION_TYPE___GET_COMPONENT_TYPE - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
The operation id for the 'Get Component Type' operation.
OPERATION_TYPE__MODIFIERS - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Modifiers' attribute list feature.
OPERATION_TYPE__MODIFIERS - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
The feature id for the 'Modifiers' attribute list.
OPERATION_TYPE__NAME - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Name' attribute feature.
OPERATION_TYPE__NAME - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
The feature id for the 'Name' attribute.
OPERATION_TYPE__PARAMETER_TYPES - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Parameter Types' attribute list feature.
OPERATION_TYPE__PARAMETER_TYPES - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
The feature id for the 'Parameter Types' attribute list.
OPERATION_TYPE__RETURN_TYPE - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Return Type' attribute feature.
OPERATION_TYPE__RETURN_TYPE - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
The feature id for the 'Return Type' attribute.
OPERATION_TYPE__SIGNATURE - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Signature' attribute feature.
OPERATION_TYPE__SIGNATURE - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
The feature id for the 'Signature' attribute.
OPERATION_TYPE_FEATURE_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
The number of structural features of the 'Operation Type' class.
OPERATION_TYPE_OPERATION_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
The number of operations of the 'Operation Type' class.
OperationAllocationDependencyGraph - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
This class represents operation dependency graphs on the allocation level.
OperationAllocationDependencyGraph(AllocationComponentOperationPair) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationAllocationDependencyGraph
Creates a new graph with the given root entity.
OperationAllocationDependencyGraphFormatter - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Formatter for operation dependency graphs on the allocation level (see OperationAllocationDependencyGraph).
OperationAllocationDependencyGraphFormatter() - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationAllocationDependencyGraphFormatter
Creates a new formatter.
OperationAssemblyDependencyGraph - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
This class represents operation dependency graphs on the assembly level.
OperationAssemblyDependencyGraph(AssemblyComponentOperationPair) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationAssemblyDependencyGraph
Creates a new graph with the given root entity.
OperationAssemblyDependencyGraphFormatter - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Formatter for operation dependency graphs on the assembly level (see OperationAssemblyDependencyGraph).
OperationAssemblyDependencyGraphFormatter() - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationAssemblyDependencyGraphFormatter
Creates a new formatter.
OperationCall - Interface in kieker.analysisteetime.model.analysismodel.trace
A representation of the model object 'Operation Call'.
OperationCallEquivalence - Class in kieker.analysisteetime.trace.aggregation
This class defines an equivalence for OperationCalls using the class Equivalence.
OperationCallEquivalence(boolean) - Constructor for class kieker.analysisteetime.trace.aggregation.OperationCallEquivalence
 
OperationCallExtractorStage - Class in kieker.analysisteetime
This stage accepts Traces at its input port and sends all OperationCalls in this Traces to its output port.
OperationCallExtractorStage() - Constructor for class kieker.analysisteetime.OperationCallExtractorStage
 
OperationCallImpl - Class in kieker.analysisteetime.model.analysismodel.trace.impl
An implementation of the model object 'Operation Call'.
OperationCallImpl() - Constructor for class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
 
OperationDependencyGraphAllocationFilter - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in".
OperationDependencyGraphAllocationFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationDependencyGraphAllocationFilter
Creates a new filter using the given parameters.
OperationDependencyGraphAssemblyFilter - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in".
OperationDependencyGraphAssemblyFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationDependencyGraphAssemblyFilter
Creates a new filter using the given parameters.
OperationExecutionAspectAnnotation - Class in kieker.monitoring.probe.aspectj.operationExecution
 
OperationExecutionAspectAnnotation() - Constructor for class kieker.monitoring.probe.aspectj.operationExecution.OperationExecutionAspectAnnotation
Default constructor.
OperationExecutionAspectAnnotationServlet - Class in kieker.monitoring.probe.aspectj.operationExecution
 
OperationExecutionAspectAnnotationServlet() - Constructor for class kieker.monitoring.probe.aspectj.operationExecution.OperationExecutionAspectAnnotationServlet
Default constructor.
OperationExecutionAspectFull - Class in kieker.monitoring.probe.aspectj.operationExecution
 
OperationExecutionAspectFull() - Constructor for class kieker.monitoring.probe.aspectj.operationExecution.OperationExecutionAspectFull
Default constructor.
OperationExecutionAspectFullNoGetterAndSetter - Class in kieker.monitoring.probe.aspectj.operationExecution
 
OperationExecutionAspectFullNoGetterAndSetter() - Constructor for class kieker.monitoring.probe.aspectj.operationExecution.OperationExecutionAspectFullNoGetterAndSetter
Default constructor.
OperationExecutionAspectFullNoGetterAndSetterServlet - Class in kieker.monitoring.probe.aspectj.operationExecution
 
OperationExecutionAspectFullNoGetterAndSetterServlet() - Constructor for class kieker.monitoring.probe.aspectj.operationExecution.OperationExecutionAspectFullNoGetterAndSetterServlet
Default constructor.
OperationExecutionAspectFullServlet - Class in kieker.monitoring.probe.aspectj.operationExecution
 
OperationExecutionAspectFullServlet() - Constructor for class kieker.monitoring.probe.aspectj.operationExecution.OperationExecutionAspectFullServlet
Default constructor.
OperationExecutionJerseyClientInterceptor - Class in kieker.monitoring.probe.aspectj.jersey
 
OperationExecutionJerseyClientInterceptor() - Constructor for class kieker.monitoring.probe.aspectj.jersey.OperationExecutionJerseyClientInterceptor
Default constructor.
OperationExecutionJerseyServerInterceptor - Class in kieker.monitoring.probe.aspectj.jersey
 
OperationExecutionJerseyServerInterceptor() - Constructor for class kieker.monitoring.probe.aspectj.jersey.OperationExecutionJerseyServerInterceptor
Default constructor.
OperationExecutionMethodInvocationInterceptor - Class in kieker.monitoring.probe.spring.executions
 
OperationExecutionMethodInvocationInterceptor() - Constructor for class kieker.monitoring.probe.spring.executions.OperationExecutionMethodInvocationInterceptor
 
OperationExecutionMethodInvocationInterceptor(IMonitoringController) - Constructor for class kieker.monitoring.probe.spring.executions.OperationExecutionMethodInvocationInterceptor
This constructor is mainly used for testing, providing a custom IMonitoringController instead of using the singleton instance.
OperationExecutionMethodInvocationInterceptor - Class in kieker.monitoring.probe.spring.flow
 
OperationExecutionMethodInvocationInterceptor() - Constructor for class kieker.monitoring.probe.spring.flow.OperationExecutionMethodInvocationInterceptor
 
OperationExecutionMethodInvocationInterceptor(IMonitoringController) - Constructor for class kieker.monitoring.probe.spring.flow.OperationExecutionMethodInvocationInterceptor
This constructor is mainly used for testing, providing a custom IMonitoringController instead of using the singleton instance.
OperationExecutionMonitoringProbe - Annotation Type in kieker.monitoring.annotation
This annotation represents a runtime probe for methods and constructors.
OperationExecutionRecord - Class in kieker.common.record.controlflow
 
OperationExecutionRecord(String, String, long, long, long, String, int, int) - Constructor for class kieker.common.record.controlflow.OperationExecutionRecord
Creates a new instance of this class using the given parameters.
OperationExecutionRecord(IValueDeserializer) - Constructor for class kieker.common.record.controlflow.OperationExecutionRecord
 
OperationExecutionRecordFactory - Class in kieker.common.record.controlflow
 
OperationExecutionRecordFactory() - Constructor for class kieker.common.record.controlflow.OperationExecutionRecordFactory
 
OperationExecutionRecordTimestampFilter - Class in kieker.analysisteetime.plugin.filter.select.timestampfilter.components
Concrete implementation of AbstractTimestampFilter.
OperationExecutionRecordTimestampFilter(long, long) - Constructor for class kieker.analysisteetime.plugin.filter.select.timestampfilter.components.OperationExecutionRecordTimestampFilter
 
OperationExecutionSOAPRequestInInterceptor - Class in kieker.monitoring.probe.cxf
CXF InInterceptor to get the sessionIdentifier header from an incoming soap message and associate it with the current thread id.
OperationExecutionSOAPRequestInInterceptor() - Constructor for class kieker.monitoring.probe.cxf.OperationExecutionSOAPRequestInInterceptor
Creates a new instance of this class, using the singleton instance of the MonitoringController as controller.
OperationExecutionSOAPRequestInInterceptor(IMonitoringController) - Constructor for class kieker.monitoring.probe.cxf.OperationExecutionSOAPRequestInInterceptor
Creates a new instance of this class, using the given instance of a MonitoringController as controller.
OperationExecutionSOAPRequestOutInterceptor - Class in kieker.monitoring.probe.cxf
 
OperationExecutionSOAPRequestOutInterceptor() - Constructor for class kieker.monitoring.probe.cxf.OperationExecutionSOAPRequestOutInterceptor
Creates a new instance of this class, using the singleton instance of the MonitoringController as controller.
OperationExecutionSOAPRequestOutInterceptor(IMonitoringController) - Constructor for class kieker.monitoring.probe.cxf.OperationExecutionSOAPRequestOutInterceptor
Creates a new instance of this class, using the given instance of a MonitoringController as controller.
OperationExecutionSOAPResponseInInterceptor - Class in kieker.monitoring.probe.cxf
 
OperationExecutionSOAPResponseInInterceptor() - Constructor for class kieker.monitoring.probe.cxf.OperationExecutionSOAPResponseInInterceptor
Creates a new instance of this class, using the singleton instance of the MonitoringController as controller.
OperationExecutionSOAPResponseInInterceptor(IMonitoringController) - Constructor for class kieker.monitoring.probe.cxf.OperationExecutionSOAPResponseInInterceptor
Creates a new instance of this class, using the given instance of a MonitoringController as controller.
OperationExecutionSOAPResponseOutInterceptor - Class in kieker.monitoring.probe.cxf
CXF OutInterceptor to set the sessionIdentifier header for an outgoing soap message.
OperationExecutionSOAPResponseOutInterceptor() - Constructor for class kieker.monitoring.probe.cxf.OperationExecutionSOAPResponseOutInterceptor
Creates a new instance of this class, using the singleton instance of the MonitoringController as controller.
OperationExecutionSOAPResponseOutInterceptor(IMonitoringController) - Constructor for class kieker.monitoring.probe.cxf.OperationExecutionSOAPResponseOutInterceptor
Creates a new instance of this class, using the given instance of a MonitoringController as controller.
OperationExecutionTraceIdFilter - Class in kieker.analysisteetime.plugin.filter.select.traceidfilter.components
Concrete Implementation of AbstractTraceIdFilter.
OperationExecutionTraceIdFilter(boolean, Long[]) - Constructor for class kieker.analysisteetime.plugin.filter.select.traceidfilter.components.OperationExecutionTraceIdFilter
 
OperationExecutionWebRequestRegistrationInterceptor - Class in kieker.monitoring.probe.spring.executions
 
OperationExecutionWebRequestRegistrationInterceptor() - Constructor for class kieker.monitoring.probe.spring.executions.OperationExecutionWebRequestRegistrationInterceptor
Creates a new instance of this class.
operationHandleRequest(ProceedingJoinPoint) - Method in class kieker.monitoring.probe.aspectj.jersey.OperationExecutionJerseyServerInterceptor
Method to intercept incoming request.
OperationRepository - Class in kieker.tools.trace.analysis.systemModel.repository
This is a repository in which the available operations (Operation) can be stored.
OperationRepository(SystemModelRepository) - Constructor for class kieker.tools.trace.analysis.systemModel.repository.OperationRepository
Creates a new instance of this class using the given parameters.
operationType - Variable in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyOperationImpl
The cached value of the 'Operation Type' reference.
OperationType - Interface in kieker.analysisteetime.model.analysismodel.type
A representation of the model object 'Operation Type'.
OperationTypeImpl - Class in kieker.analysisteetime.model.analysismodel.type.impl
An implementation of the model object 'Operation Type'.
OperationTypeImpl() - Constructor for class kieker.analysisteetime.model.analysismodel.type.impl.OperationTypeImpl
 
operationWriteResponse(ProceedingJoinPoint) - Method in class kieker.monitoring.probe.aspectj.jersey.OperationExecutionJerseyServerInterceptor
Method to intercept outgoing response.
opposite() - Method in enum kieker.analysisteetime.util.graph.Direction
 
ORDER_INDEX - Static variable in class kieker.common.record.database.AfterDatabaseEvent
 
ORDER_INDEX - Static variable in class kieker.common.record.database.BeforeDatabaseEvent
 
ORDER_INDEX - Static variable in class kieker.common.record.database.DatabaseFailedEvent
 
ORDER_INDEX - Static variable in class kieker.common.record.flow.thread.AbstractThreadBasedEvent
 
ORDER_INDEX - Static variable in class kieker.common.record.flow.trace.AbstractTraceEvent
 
ORDER_INDEX - Static variable in class kieker.common.record.flow.trace.BeforeReceivedRemoteEvent
 
ORDER_INDEX - Static variable in class kieker.common.record.flow.trace.BeforeSentRemoteEvent
 
ORDER_INDEX_EDEFAULT - Static variable in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
The default value of the 'Order Index' attribute.
orderIndex - Variable in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
The cached value of the 'Order Index' attribute.
org.graphdrawing.graphml - package org.graphdrawing.graphml
 
OriginRetentionPolicyKind - Enum in kieker.tools.trace.analysis.filter.visualization.graph
This enumeration contains origin retention policy kinds, i.e.
OshiSamplerFactory - Enum in kieker.monitoring.sampler.oshi
Provides factory methods for AbstractOshiSamplers.
Outcome - Enum in kieker.analysis.plugin.reader.newio
Enumeration for outcomes of event handlers and other operations.
OUTPUT_PORT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Output Port' class.
OUTPUT_PORT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The meta object id for the 'Output Port' class.
OUTPUT_PORT__EVENT_TYPES - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Event Types' attribute list.
OUTPUT_PORT__ID - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Id' attribute.
OUTPUT_PORT__NAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Name' attribute.
OUTPUT_PORT__PARENT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Parent' container reference feature.
OUTPUT_PORT__PARENT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Parent' container reference.
OUTPUT_PORT__SUBSCRIBERS - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Subscribers' reference list feature.
OUTPUT_PORT__SUBSCRIBERS - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Subscribers' reference list.
OUTPUT_PORT_FEATURE_COUNT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The number of structural features of the 'Output Port' class.
OUTPUT_PORT_NAME - Static variable in class kieker.analysis.plugin.filter.forward.ListCollectionFilter
The name of the output port for the forwarded objects.
OUTPUT_PORT_NAME - Static variable in class kieker.analysis.plugin.reader.list.ListReader
The name of the output port delivering the read objects.
OUTPUT_PORT_NAME_COUNT - Static variable in class kieker.analysis.plugin.filter.forward.CountingFilter
The name of the output port which delivers the current counter value.
OUTPUT_PORT_NAME_CURRENT_TIME_RECORD - Static variable in class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
This is the name of the output port delivering the timestamp records.
OUTPUT_PORT_NAME_CURRENT_TIME_VALUE - Static variable in class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
This is the name of the output port delivering the timestamps.
OUTPUT_PORT_NAME_DEFAULT - Static variable in class kieker.analysis.plugin.filter.flow.ThreadEvent2TraceEventFilter
 
OUTPUT_PORT_NAME_EXECUTION_TRACE - Static variable in class kieker.tools.trace.analysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
This is the name of the output port delivering the execution traces.
OUTPUT_PORT_NAME_EXECUTION_TRACE - Static variable in class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
This is the name of the output port delivering the reconstructed execution traces.
OUTPUT_PORT_NAME_EXECUTION_TRACE_REPRESENTATIVES - Static variable in class kieker.tools.trace.analysis.filter.traceFilter.TraceEquivalenceClassFilter
 
OUTPUT_PORT_NAME_EXECUTION_TRACE_SESSIONS - Static variable in class kieker.tools.trace.analysis.filter.sessionReconstruction.SessionReconstructionFilter
Name of the output port dispatching execution trace-based sessions.
OUTPUT_PORT_NAME_EXECUTIONS - Static variable in class kieker.tools.trace.analysis.filter.executionRecordTransformation.ExecutionRecordTransformationFilter
This is the name of the output port delivering the transformed executions.
OUTPUT_PORT_NAME_GRAPH - Static variable in interface kieker.tools.trace.analysis.filter.IGraphOutputtingFilter
The default name for graph output ports.
OUTPUT_PORT_NAME_INVALID_EXECUTION_TRACE - Static variable in class kieker.tools.trace.analysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
This is the name of the output port delivering invalid traces.
OUTPUT_PORT_NAME_INVALID_EXECUTION_TRACE - Static variable in class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
This is the name of the output port delivering the reconstructed, but invalid executions traces.
OUTPUT_PORT_NAME_MATCH - Static variable in class kieker.analysis.plugin.filter.select.TraceIdFilter
The name of the output port delivering the records with matching IDs.
OUTPUT_PORT_NAME_MESSAGE_TRACE - Static variable in class kieker.tools.trace.analysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
This is the name of the output port delivering the message traces.
OUTPUT_PORT_NAME_MESSAGE_TRACE - Static variable in class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
This is the name of the output port delivering the reconstructed message traces.
OUTPUT_PORT_NAME_MESSAGE_TRACE_REPRESENTATIVES - Static variable in class kieker.tools.trace.analysis.filter.traceFilter.TraceEquivalenceClassFilter
 
OUTPUT_PORT_NAME_MISMATCH - Static variable in class kieker.analysis.plugin.filter.select.TraceIdFilter
The name of the output port delivering the records with the non matching IDs.
OUTPUT_PORT_NAME_OUTSIDE_PERIOD - Static variable in class kieker.analysis.plugin.filter.select.TimestampFilter
The name of the output port delivering records which are not within the defined time limits.
OUTPUT_PORT_NAME_RECORDS - Static variable in class kieker.analysis.plugin.filter.record.RealtimeRecordDelayFilter
The name of the output port delivering the delayed records.
OUTPUT_PORT_NAME_RECORDS - Static variable in class kieker.analysis.plugin.reader.amqp.AmqpReader
The name of the output port delivering the received records.
OUTPUT_PORT_NAME_RECORDS - Static variable in class kieker.analysis.plugin.reader.database.DbReader
This is the name of the outport port delivering the records from the database.
OUTPUT_PORT_NAME_RECORDS - Static variable in class kieker.analysis.plugin.reader.filesystem.AsciiLogReader
The name of the output port delivering the record read by this plugin.
OUTPUT_PORT_NAME_RECORDS - Static variable in class kieker.analysis.plugin.reader.filesystem.BinaryLogReader
The name of the output port delivering the record read by this plugin.
OUTPUT_PORT_NAME_RECORDS - Static variable in class kieker.analysis.plugin.reader.filesystem.FSReader
The name of the output port delivering the record read by this plugin.
OUTPUT_PORT_NAME_RECORDS - Static variable in class kieker.analysis.plugin.reader.jms.JmsReader
The name of the output port delivering the received records.
OUTPUT_PORT_NAME_RECORDS - Static variable in class kieker.analysis.plugin.reader.jmx.JmxReader
The name of the output port delivering the received records.
OUTPUT_PORT_NAME_RECORDS - Static variable in class kieker.analysis.plugin.reader.kafka.KafkaReader
The name of the output port delivering the received records.
OUTPUT_PORT_NAME_RECORDS - Static variable in class kieker.analysis.plugin.reader.namedRecordPipe.PipeReader
This is the name of the default output port.
OUTPUT_PORT_NAME_RECORDS - Static variable in class kieker.analysis.plugin.reader.newio.RawDataReaderPlugin
The name of the output port for the decoded records.
OUTPUT_PORT_NAME_RECORDS - Static variable in class kieker.analysis.plugin.reader.tcp.DualSocketTcpReader
The name of the output port delivering the received records.
OUTPUT_PORT_NAME_RECORDS - Static variable in class kieker.analysis.plugin.reader.tcp.SingleSocketTcpReader
The name of the output port delivering the received records.
OUTPUT_PORT_NAME_RECORDS - Static variable in class kieker.analysis.plugin.reader.tcp.TCPReader
The name of the output port delivering the received records.
OUTPUT_PORT_NAME_RELAYED_EVENTS - Static variable in class kieker.analysis.plugin.filter.forward.CountingFilter
The name of the output port passing the incoming events.
OUTPUT_PORT_NAME_RELAYED_EVENTS - Static variable in class kieker.analysis.plugin.filter.forward.StringBufferFilter
Deprecated.
The name of the output port for the relayed events.
OUTPUT_PORT_NAME_RELAYED_EVENTS - Static variable in class kieker.analysis.plugin.filter.forward.TeeFilter
The name of the output port delivering the incoming events.
OUTPUT_PORT_NAME_RELAYED_OBJECTS - Static variable in class kieker.analysis.plugin.filter.forward.AnalysisThroughputFilter
The name of the output port delivering the received objects.
OUTPUT_PORT_NAME_RELAYED_RECORDS - Static variable in class kieker.analysis.plugin.filter.record.MonitoringThroughputFilter
The name of the output port delivering the received objects.
OUTPUT_PORT_NAME_THROUGHPUT - Static variable in class kieker.analysis.plugin.filter.forward.AnalysisThroughputFilter
The name of the output port delivering the received objects.
OUTPUT_PORT_NAME_THROUGHPUT - Static variable in class kieker.analysis.plugin.filter.record.MonitoringThroughputFilter
The name of the output port delivering calculated throughput.
OUTPUT_PORT_NAME_TIMESTAMP_RECORDS - Static variable in class kieker.analysis.plugin.reader.timer.TimeReader
The name of the output port for the timestamp records.
OUTPUT_PORT_NAME_TIMESTAMPS - Static variable in class kieker.analysis.plugin.reader.timer.TimeReader
The name of the output port for the timestamps.
OUTPUT_PORT_NAME_TRACE_INVALID - Static variable in class kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
The name of the output port delivering the invalid traces.
OUTPUT_PORT_NAME_TRACE_VALID - Static variable in class kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
The name of the output port delivering the valid traces.
OUTPUT_PORT_NAME_TRACES - Static variable in class kieker.analysis.plugin.filter.flow.TraceAggregationFilter
The name of the output port delivering the valid traces.
OUTPUT_PORT_NAME_TYPE_MATCH - Static variable in class kieker.analysis.plugin.filter.select.TypeFilter
The name of the output port where the incoming matching objects will be sent to.
OUTPUT_PORT_NAME_TYPE_MISMATCH - Static variable in class kieker.analysis.plugin.filter.select.TypeFilter
The name of the output port where the incoming objects will be sent to, which do not match the configured types.
OUTPUT_PORT_NAME_UNCOUNTED_RECORDS - Static variable in class kieker.analysis.plugin.filter.record.MonitoringThroughputFilter
The name of the output port delivering the uncounted objects.
OUTPUT_PORT_NAME_WITHIN_PERIOD - Static variable in class kieker.analysis.plugin.filter.select.TimestampFilter
The name of the output port delivering records which are within the defined time limits.
outputChannel - Variable in class kieker.monitoring.writer.filesystem.AbstractLogStreamHandler
 
OutputPort - Annotation Type in kieker.analysis.plugin.annotation
This annotation can be used to describe the output ports of a plugin.
outputPorts - Variable in class kieker.analysis.model.analysisMetaModel.impl.MPlugin
The cached value of the 'Output Ports' containment reference list.
OutputStream2StandardLog - Class in kieker.tools.util
Implementation of an OutputStream that redirects data received via its OutputStream2StandardLog.write(int) method to an instance of Logger.
OutputStream2StandardLog() - Constructor for class kieker.tools.util.OutputStream2StandardLog
Default constructor.

P

package_ - Variable in class kieker.analysisteetime.model.analysismodel.type.impl.ComponentTypeImpl
The cached value of the 'Package' attribute.
PACKAGE_EDEFAULT - Static variable in class kieker.analysisteetime.model.analysismodel.type.impl.ComponentTypeImpl
The default value of the 'Package' attribute.
PACKAGE_NAME - Static variable in class kieker.analysisteetime.dependencygraphs.PropertyKeys
 
PARAMETER_ERROR - Static variable in class kieker.tools.common.AbstractLegacyTool
There was a parameter error.
PARAMETER_TYPES - Static variable in class kieker.analysisteetime.dependencygraphs.PropertyKeys
 
parameterConfiguration - Variable in class kieker.tools.common.AbstractLegacyTool
configuration specified as parameters.
ParameterEvaluationUtils - Class in kieker.tools.common
Collection of command line parameter evaluation functions.
PARAMETERS - Static variable in class kieker.common.record.database.BeforeDatabaseEvent
 
parameterTypes - Variable in class kieker.analysisteetime.model.analysismodel.type.impl.OperationTypeImpl
The cached value of the 'Parameter Types' attribute list.
parent - Variable in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
The cached value of the 'Parent' reference.
PARENT_ORDER_ID - Static variable in class kieker.common.record.flow.trace.TraceMetadata
 
PARENT_TRACE_ID - Static variable in class kieker.common.record.flow.trace.TraceMetadata
 
parentVertex - Variable in class kieker.analysisteetime.util.graph.impl.GraphImpl
 
parseEdgeids - Variable in class org.graphdrawing.graphml.GraphType
 
parseEdges - Variable in class org.graphdrawing.graphml.GraphType
 
parseFromStream(InputStream) - Method in class kieker.analysisteetime.plugin.reader.filesystem.className.MappingFileParser
Deprecated.
Closes the stream after reading.
parseIndegree - Variable in class org.graphdrawing.graphml.NodeType
 
parseMaxindegree - Variable in class org.graphdrawing.graphml.GraphType
 
parseMaxoutdegree - Variable in class org.graphdrawing.graphml.GraphType
 
parseNodeids - Variable in class org.graphdrawing.graphml.GraphType
 
parseNodes - Variable in class org.graphdrawing.graphml.GraphType
 
parseOrder - Variable in class org.graphdrawing.graphml.GraphType
 
parseOutdegree - Variable in class org.graphdrawing.graphml.NodeType
 
parseToPattern(String) - Static method in class kieker.monitoring.core.signaturePattern.PatternParser
Parses the given pattern string and converts it into a Pattern instance.
passNewProcessorLoadTicks(long[]) - Method in class kieker.monitoring.sampler.oshi.samplers.CPUsDetailedPercConverter
Stores a new measurement spot for a given CPU core.
PATTERN - Static variable in class kieker.common.record.remotecontrol.ActivationEvent
default constants.
PATTERN - Static variable in class kieker.common.record.remotecontrol.ActivationParameterEvent
default constants.
PATTERN - Static variable in class kieker.common.record.remotecontrol.AddParameterValueEvent
default constants.
PATTERN - Static variable in class kieker.common.record.remotecontrol.DeactivationEvent
default constants.
PATTERN - Static variable in class kieker.common.record.remotecontrol.RemoveParameterValueEvent
default constants.
PATTERN - Static variable in class kieker.common.record.remotecontrol.UpdateParameterEvent
default constants.
PATTERN_PREFIX - Static variable in class kieker.monitoring.core.signaturePattern.SignatureFactory
This constant contains the necessary prefix for patterns.
PATTERN_PREFIX_CPU - Static variable in class kieker.monitoring.core.signaturePattern.SignatureFactory
Prefix of a cpu signature.
PATTERN_PREFIX_DISK_USAGE - Static variable in class kieker.monitoring.core.signaturePattern.SignatureFactory
Prefix of a disk usage signature.
PATTERN_PREFIX_JVM_CL - Static variable in class kieker.monitoring.core.signaturePattern.SignatureFactory
Prefix of a JVM class loading signature.
PATTERN_PREFIX_JVM_COMPILATION - Static variable in class kieker.monitoring.core.signaturePattern.SignatureFactory
Prefix of a JVM compilation signature.
PATTERN_PREFIX_JVM_GC - Static variable in class kieker.monitoring.core.signaturePattern.SignatureFactory
Prefix of a JVM garbage collector signature.
PATTERN_PREFIX_JVM_MEM - Static variable in class kieker.monitoring.core.signaturePattern.SignatureFactory
Prefix of a JVM memory signature.
PATTERN_PREFIX_JVM_THREADS - Static variable in class kieker.monitoring.core.signaturePattern.SignatureFactory
Prefix of a JVM threads signature.
PATTERN_PREFIX_JVM_UP_TIME - Static variable in class kieker.monitoring.core.signaturePattern.SignatureFactory
Prefix of a JVM uptime signature.
PATTERN_PREFIX_LOAD_AVERAGE - Static variable in class kieker.monitoring.core.signaturePattern.SignatureFactory
Prefix of a load average signature.
PATTERN_PREFIX_MEM_SWAP - Static variable in class kieker.monitoring.core.signaturePattern.SignatureFactory
Prefix of a memory signature.
PATTERN_PREFIX_NETWORK_UTILIZATION - Static variable in class kieker.monitoring.core.signaturePattern.SignatureFactory
Prefix of a network utilization signature.
PatternEntry - Class in kieker.monitoring.core.signaturePattern
the activated state is ignored for purposes of equals() and hashcode().
PatternEntry(String, boolean) - Constructor for class kieker.monitoring.core.signaturePattern.PatternEntry
Creates a new pattern entry using the given parameters.
PatternEntry(String, Pattern, boolean) - Constructor for class kieker.monitoring.core.signaturePattern.PatternEntry
Creates a new pattern entry using the given parameters.
PatternParser - Class in kieker.monitoring.core.signaturePattern
 
PEAK_THREADS - Static variable in class kieker.analysis.sink.display.ThreadsStatusDisplayFilter
 
peek() - Method in class kieker.monitoring.queue.BlockingQueueDecorator
 
performConcreteGraphProcessing(G) - Method in class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFilter
This method encapsulates the concrete graph processing performed by the concrete filters.
performConcreteGraphProcessing(AbstractGraph<V, E, O>) - Method in class kieker.tools.trace.analysis.filter.visualization.descriptions.DescriptionDecoratorFilter
 
performConcreteGraphProcessing(AbstractGraph<V, E, TraceInformation>) - Method in class kieker.tools.trace.analysis.filter.visualization.traceColoring.TraceColoringFilter
This method encapsulates the concrete graph processing performed by the concrete filters.
performTask() - Method in class kieker.tools.AbstractCommandLineTool
Deprecated.
Perform task.
performTask() - Method in class kieker.tools.KaxRun
 
performTask() - Method in class kieker.tools.KaxViz
 
PERIODIC_SENSORS_EXECUTOR_POOL_SIZE - Static variable in class kieker.monitoring.core.configuration.ConfigurationKeys
 
PERIODIC_SENSORS_EXECUTOR_POOL_SIZE - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
PieChart - Class in kieker.analysis.display
This class is currently under development, mostly for test purposes, and not designed for productive deployment.
PieChart() - Constructor for class kieker.analysis.display.PieChart
Creates a new instance of this class.
Pipe - Class in kieker.common.namedRecordPipe
This implementation represents a simple pipe that can be used by readers and writers to transfer monitoring records.
Pipe(String) - Constructor for class kieker.common.namedRecordPipe.Pipe
Creates a new instance of this class using the given parameters.
PipeReader - Class in kieker.analysis.plugin.reader.namedRecordPipe
This reader can be used to read records via an in-memory pipe.
PipeReader(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.reader.namedRecordPipe.PipeReader
Creates a new instance of this class using the given parameters.
PipeReader - Class in kieker.analysisteetime.plugin.reader.namedRecordPipe
This reader can be used to read records via an in-memory pipe.
PipeReader(String) - Constructor for class kieker.analysisteetime.plugin.reader.namedRecordPipe.PipeReader
Creates a new instance of this class using the given parameters.
PipeWriter - Class in kieker.monitoring.writer.namedRecordPipe
 
PipeWriter(Configuration) - Constructor for class kieker.monitoring.writer.namedRecordPipe.PipeWriter
Creates a new instance of this class using the given parameters.
PipeWriter(String) - Constructor for class kieker.monitoring.writer.namedRecordPipe.PipeWriter
Creates a new instance using an empty configuration.
PlainText - Class in kieker.analysis.display
This class is currently under development, mostly for test purposes, and not designed for productive deployment.
PlainText() - Constructor for class kieker.analysis.display.PlainText
Creates a new instance of this class with empty content.
plainTextDisplay() - Method in class kieker.analysis.plugin.filter.forward.AnalysisThroughputFilter
 
plainTextDisplay() - Method in class kieker.analysis.plugin.filter.forward.CountingFilter
 
plainTextDisplay() - Method in class kieker.analysisteetime.plugin.filter.forward.CountingFilter
 
PlainTextWebVisualization - Class in kieker.analysis.plugin.filter.visualization
 
PlainTextWebVisualization(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.visualization.PlainTextWebVisualization
 
PlainTextWebVisualization - Class in kieker.analysisteetime.plugin.filter.visualisation
 
PlainTextWebVisualization() - Constructor for class kieker.analysisteetime.plugin.filter.visualisation.PlainTextWebVisualization
 
PlainTraceMetadataRewriter - Class in kieker.analysis.source.rewriter
This rewriter rewrites trace ids and ignores ITraceRecords which are not preceded by a TraceMetadata record.
PlainTraceMetadataRewriter() - Constructor for class kieker.analysis.source.rewriter.PlainTraceMetadataRewriter
Create the plain trace rewriter.
PLOTAGGREGATEDALLOCATIONCALLTREE_COMPONENT_NAME - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
 
PLOTAGGREGATEDASSEMBLYCALLTREE_COMPONENT_NAME - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
 
PLOTALLOCATIONCOMPONENTDEPGRAPH_COMPONENT_NAME - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
 
PLOTALLOCATIONOPERATIONDEPGRAPH_COMPONENT_NAME - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
 
PLOTALLOCATIONSEQDIAGR_COMPONENT_NAME - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
 
PLOTASSEMBLYCOMPONENTDEPGRAPH_COMPONENT_NAME - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
 
PLOTASSEMBLYOPERATIONDEPGRAPH_COMPONENT_NAME - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
 
PLOTASSEMBLYSEQDIAGR_COMPONENT_NAME - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
 
PLOTCALLTREE_COMPONENT_NAME - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
 
PLOTCONTAINERDEPGRAPH_COMPONENT_NAME - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
 
plotLoops - Variable in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatterVisitor
The flag determining whether to plot loops or not.
PLUGIN - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Plugin' class.
PLUGIN - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The meta object id for the 'Plugin' class.
Plugin - Annotation Type in kieker.analysis.plugin.annotation
This type annotation can be used to mark plugins and to describe the corresponding output ports.
PLUGIN__CLASSNAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Classname' attribute.
PLUGIN__DISPLAYS - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Displays' containment reference list feature.
PLUGIN__DISPLAYS - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Displays' containment reference list.
PLUGIN__ID - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Id' attribute.
PLUGIN__NAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Name' attribute.
PLUGIN__OUTPUT_PORTS - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Output Ports' containment reference list feature.
PLUGIN__OUTPUT_PORTS - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Output Ports' containment reference list.
PLUGIN__PROPERTIES - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Properties' containment reference list.
PLUGIN__REPOSITORIES - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Repositories' containment reference list feature.
PLUGIN__REPOSITORIES - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Repositories' containment reference list.
PLUGIN_FEATURE_COUNT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The number of structural features of the 'Plugin' class.
PluginConnection(AbstractPlugin, AbstractPlugin, String, String) - Constructor for class kieker.analysis.model.MetaModelHandler.PluginConnection
Creates a new connection between two filters.
PluginInputPortReference(IPlugin, String, Method, Class<?>[]) - Constructor for class kieker.analysis.plugin.IPlugin.PluginInputPortReference
Creates a new instance of this class using the given parameters.
PluginNotFoundException - Exception in kieker.analysis.exception
 
PluginNotFoundException(int, Configuration) - Constructor for exception kieker.analysis.exception.PluginNotFoundException
Constructor.
plugins - Variable in class kieker.analysis.model.analysisMetaModel.impl.MProject
The cached value of the 'Plugins' containment reference list.
poll() - Method in class kieker.monitoring.queue.BlockingQueueDecorator
 
poll(long, TimeUnit) - Method in class kieker.monitoring.queue.BlockingQueueDecorator
 
PORT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Port' class.
PORT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The meta object id for the 'Port' class.
port - Variable in class org.graphdrawing.graphml.EndpointType
 
PORT__EVENT_TYPES - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Event Types' attribute list feature.
PORT__EVENT_TYPES - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Event Types' attribute list.
PORT__ID - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Id' attribute feature.
PORT__ID - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Id' attribute.
PORT__NAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Name' attribute feature.
PORT__NAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Name' attribute.
PORT_FEATURE_COUNT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The number of structural features of the 'Port' class.
PortType - Class in org.graphdrawing.graphml
Complex type for the element.
PortType() - Constructor for class org.graphdrawing.graphml.PortType
 
postHandle(WebRequest, ModelMap) - Method in class kieker.monitoring.probe.spring.executions.OperationExecutionWebRequestRegistrationInterceptor
PREDEFINED_UNITS - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Predefined Units' enum.
PREDEFINED_UNITS - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The meta object id for the 'Predefined Units' enum.
PredefinedUnits - Enum in kieker.analysisteetime.model.analysismodel.statistics
A representation of the literals of the enumeration 'Predefined Units', and utility methods for working with them.
PREFIX - Static variable in class kieker.analysis.plugin.reader.depcompression.DeflateDecompressionFilter
 
PREFIX - Static variable in class kieker.analysis.plugin.reader.depcompression.GZipDecompressionFilter
 
PREFIX - Static variable in class kieker.analysis.plugin.reader.depcompression.XZDecompressionFilter
 
PREFIX - Static variable in class kieker.analysis.plugin.reader.depcompression.ZipDecompressionFilter
 
PREFIX - Static variable in class kieker.analysis.source.file.DatEventDeserializer
 
PREFIX - Static variable in class kieker.monitoring.core.configuration.ConfigurationKeys
prefix used for all kieker.monitoring components.
PREFIX - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
prefix used for all kieker.monitoring components.
PREFIX - Static variable in class kieker.monitoring.core.controller.WriterController
 
PREFIX - Static variable in class kieker.monitoring.writer.filesystem.FileWriter
 
PREFIX - Static variable in class kieker.monitoring.writer.filesystem.TextMapFileHandler
 
PREFIX - Static variable in class kieker.monitoring.writer.tcp.SingleSocketTcpWriter
This writer can be configured by the configuration file "kieker.properties".
PREFIX - Static variable in class kieker.tools.common.CommonConfigurationKeys
 
PREFIX - Static variable in class kieker.tools.source.LogsReaderCompositeStage
 
preHandle(WebRequest) - Method in class kieker.monitoring.probe.spring.executions.OperationExecutionWebRequestRegistrationInterceptor
premain(String, Instrumentation) - Static method in class kieker.monitoring.probe.aspectj.AspectJLoader
JSR-163 preMain entry method.
print(DeploymentModel) - Method in class kieker.analysisteetime.model.DeploymentModelPrinter
 
printDebugLogMessage(String[]) - Method in class kieker.tools.trace.analysis.filter.AbstractTraceAnalysisFilter
Prints a debug message to the logger.
printErrorLogMessage(String[]) - Method in class kieker.tools.trace.analysis.filter.AbstractTraceAnalysisFilter
 
PRINTEXECTRACE_COMPONENT_NAME - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
 
PRINTINVALIDEXECTRACE_COMPONENT_NAME - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
 
PRINTMSGTRACE_COMPONENT_NAME - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
 
printStatusMessage() - Method in class kieker.tools.trace.analysis.filter.AbstractTraceProcessingFilter
Returns a user-addressed status message to be logged by the calling tool.
printStatusMessage() - Method in class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
 
printStatusMessage() - Method in class kieker.tools.trace.analysis.filter.traceWriter.ExecutionTraceWriterFilter
 
printStatusMessage() - Method in class kieker.tools.trace.analysis.filter.traceWriter.InvalidExecutionTraceWriterFilter
 
printStatusMessage() - Method in class kieker.tools.trace.analysis.filter.traceWriter.MessageTraceWriterFilter
 
printStatusMessage() - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
 
printStatusMessage() - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.TraceCallTreeFilter
 
printStatusMessage() - Method in class kieker.tools.trace.analysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter
Returns a user-addressed status message to be logged by the calling tool.
PrintStreamWriter - Class in kieker.monitoring.writer.print
A writer that prints incoming records to the specified PrintStream.
PrintStreamWriter(Configuration) - Constructor for class kieker.monitoring.writer.print.PrintStreamWriter
Creates a new instance of this writer.
ProbeController - Class in kieker.monitoring.core.controller
 
ProbeController(Configuration) - Constructor for class kieker.monitoring.core.controller.ProbeController
Creates a new instance of this class using the given configuration to initialize the class.
processDataStream(InputStream, OutputPort<IMonitoringRecord>) - Method in class kieker.analysis.source.file.AbstractEventDeserializer
Read an input stream of data, deserialize it and output proper monitoring records.
processDataStream(InputStream, ReaderRegistry<String>, String) - Method in class kieker.analysis.source.file.AbstractMapDeserializer
Read a string map from an input stream and initialize the specified registry with the values.
processDataStream(InputStream, OutputPort<IMonitoringRecord>) - Method in class kieker.analysis.source.file.BinaryEventDeserializer
 
processDataStream(InputStream, OutputPort<IMonitoringRecord>) - Method in class kieker.analysis.source.file.DatEventDeserializer
 
processDataStream(InputStream, ReaderRegistry<String>, String) - Method in class kieker.analysis.source.file.TextMapDeserializer
 
processExecutionTrace(ExecutionTrace) - Method in class kieker.tools.trace.analysis.filter.sessionReconstruction.SessionReconstructionFilter
Processes an incoming execution.
processGraph(G) - Method in class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFilter
Processes the given graph.
processInputChannel(InputStream) - Method in class kieker.analysis.plugin.reader.filesystem.TextFileStreamProcessor
Process an input stream.
processMessage(AbstractMessage, DependencyGraphNode<?>, DependencyGraphNode<?>, TimeUnit) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractNodeDecorator
Processes a message sent from the given source to the given target node.
processMessage(AbstractMessage, DependencyGraphNode<?>, DependencyGraphNode<?>, TimeUnit) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ResponseTimeColorNodeDecorator
 
processMessage(AbstractMessage, DependencyGraphNode<?>, DependencyGraphNode<?>, TimeUnit) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ResponseTimeNodeDecorator
 
PROJECT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Project' class.
PROJECT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The meta object id for the 'Project' class.
PROJECT__DEPENDENCIES - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Dependencies' containment reference list feature.
PROJECT__DEPENDENCIES - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Dependencies' containment reference list.
PROJECT__NAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Name' attribute feature.
PROJECT__NAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Name' attribute.
PROJECT__PLUGINS - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Plugins' containment reference list feature.
PROJECT__PLUGINS - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Plugins' containment reference list.
PROJECT__PROPERTIES - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Properties' containment reference list feature.
PROJECT__PROPERTIES - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Properties' containment reference list.
PROJECT__REPOSITORIES - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Repositories' containment reference list feature.
PROJECT__REPOSITORIES - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Repositories' containment reference list.
PROJECT__VIEWS - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Views' containment reference list feature.
PROJECT__VIEWS - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Views' containment reference list.
PROJECT_FEATURE_COUNT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The number of structural features of the 'Project' class.
projectContext - Variable in class kieker.analysis.analysisComponent.AbstractAnalysisComponent
The project context (usually the analysis controller) of this component.
properties - Variable in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisComponent
The cached value of the 'Properties' containment reference list.
properties - Variable in class kieker.analysis.model.analysisMetaModel.impl.MProject
The cached value of the 'Properties' containment reference list.
Properties - Enum in kieker.analysisteetime.statistics
 
PROPERTY - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Property' class.
PROPERTY - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The meta object id for the 'Property' class.
Property - Annotation Type in kieker.analysis.plugin.annotation
This annotation can be used to describe a single property for a plugin or a repository.
PROPERTY__NAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Name' attribute feature.
PROPERTY__NAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Name' attribute.
PROPERTY__VALUE - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Value' attribute feature.
PROPERTY__VALUE - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Value' attribute.
PROPERTY_FEATURE_COUNT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The number of structural features of the 'Property' class.
PropertyKeys - Class in kieker.analysisteetime.dependencygraphs
 
providedOperations - Variable in class kieker.analysisteetime.model.analysismodel.type.impl.ComponentTypeImpl
The cached value of the 'Provided Operations' map.
put(File, ReaderRegistry<String>) - Method in class kieker.analysisteetime.plugin.reader.filesystem.className.ClassNameRegistryRepository
Deprecated.
 
put(Object, 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.
put(K, V) - Method in class kieker.common.util.map.BoundedConcurrentHashMap
Works like the overriden method, except that null is returned, if the given element could not be added due to map limitations.
put(E) - Method in class kieker.monitoring.queue.BlockingQueueDecorator
 
putAll(Map<? extends Object, ? extends Object>) - Method in class kieker.common.configuration.ReadOnlyConfiguration
 
putBoolean(boolean) - Method in class kieker.common.record.io.BinaryValueSerializer
 
putBoolean(boolean) - Method in interface kieker.common.record.io.IValueSerializer
Stores a boolean value in the underlying data store.
putBoolean(boolean) - Method in class kieker.common.record.io.TextValueSerializer
 
putByte(byte) - Method in class kieker.common.record.io.BinaryValueSerializer
 
putByte(byte) - Method in interface kieker.common.record.io.IValueSerializer
Stores a byte value in the underlying data store.
putByte(byte) - Method in class kieker.common.record.io.TextValueSerializer
 
putBytes(byte[]) - Method in class kieker.common.record.io.BinaryValueSerializer
 
putBytes(byte[]) - Method in interface kieker.common.record.io.IValueSerializer
Stores raw data in the underlying data store.
putBytes(byte[]) - Method in class kieker.common.record.io.TextValueSerializer
 
putChar(char) - Method in class kieker.common.record.io.BinaryValueSerializer
 
putChar(char) - Method in interface kieker.common.record.io.IValueSerializer
Stores a char value in the underlying data store.
putChar(char) - Method in class kieker.common.record.io.TextValueSerializer
 
putDouble(double) - Method in class kieker.common.record.io.BinaryValueSerializer
 
putDouble(double) - Method in interface kieker.common.record.io.IValueSerializer
Stores a double value in the underlying data store.
putDouble(double) - Method in class kieker.common.record.io.TextValueSerializer
 
putEnumeration(T) - Method in class kieker.common.record.io.BinaryValueSerializer
 
putEnumeration(T) - Method in interface kieker.common.record.io.IValueSerializer
Stores a Enumeration value in the underlying data store.
putEnumeration(T) - Method in class kieker.common.record.io.TextValueSerializer
 
putFloat(float) - Method in class kieker.common.record.io.BinaryValueSerializer
 
putFloat(float) - Method in interface kieker.common.record.io.IValueSerializer
Stores a float value in the underlying data store.
putFloat(float) - Method in class kieker.common.record.io.TextValueSerializer
 
putIfAbsent(K, V) - Method in class kieker.common.util.map.BoundedConcurrentHashMap
Works like the overriden method, except that null is returned, if the given element could not be added due to map limitations.
putInt(int) - Method in class kieker.common.record.io.BinaryValueSerializer
 
putInt(int) - Method in interface kieker.common.record.io.IValueSerializer
Stores an int value in the underlying data store.
putInt(int) - Method in class kieker.common.record.io.TextValueSerializer
 
putLong(long) - Method in class kieker.common.record.io.BinaryValueSerializer
 
putLong(long) - Method in interface kieker.common.record.io.IValueSerializer
Stores a long value in the underlying data store.
putLong(long) - Method in class kieker.common.record.io.TextValueSerializer
 
putShort(short) - Method in class kieker.common.record.io.BinaryValueSerializer
 
putShort(short) - Method in interface kieker.common.record.io.IValueSerializer
Stores a short value in the underlying data store.
putShort(short) - Method in class kieker.common.record.io.TextValueSerializer
 
PutStrategy - Interface in kieker.monitoring.queue.putstrategy
 
putString(String) - Method in class kieker.common.record.io.BinaryValueSerializer
 
putString(String) - Method in interface kieker.common.record.io.IValueSerializer
Stores a String value in the underlying data store.
putString(String) - Method in class kieker.common.record.io.TextValueSerializer
 

Q

QUEUE - Static variable in class kieker.common.record.system.DiskUsageRecord
 

R

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() - Method in class kieker.analysisteetime.plugin.reader.amqp.AMQPReader
 
read() - Method in class kieker.analysisteetime.plugin.reader.jms.JMSReader
Starts the reader.
READ_BYTES_PER_SECOND - Static variable in class kieker.common.record.system.DiskUsageRecord
 
readConfiguration() - Method in class kieker.tools.common.AbstractLegacyTool
Read a configuration form a file.
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.
ReaderRegistry<E> - Class in kieker.common.registry.reader
Represents an unsynchronized registry for read-only purposes.
ReaderRegistry() - Constructor for class kieker.common.registry.reader.ReaderRegistry
Constructs an unsynchronized reader registry.
ReadingComposite - Class in kieker.analysisteetime.recordreading
Deprecated.
since 1.15 remove 1.16
ReadingComposite(File) - Constructor for class kieker.analysisteetime.recordreading.ReadingComposite
Deprecated.
 
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
Create a read only configuration.
readPropertiesFromCommandLine(CommandLine) - Method in class kieker.tools.AbstractCommandLineTool
Deprecated.
Read properties from command line.
readPropertiesFromCommandLine(CommandLine) - Method in class kieker.tools.KaxRun
 
readPropertiesFromCommandLine(CommandLine) - Method in class kieker.tools.KaxViz
 
READS_PER_SECOND - Static variable in class kieker.common.record.system.DiskUsageRecord
 
RealtimeRecordDelayConsumer - Class in kieker.analysisteetime.plugin.filter.record.delayfilter.components
Receives records at the input port and stores them in a queue for the RealtimeRecordDelayProducer.
RealtimeRecordDelayConsumer(LinkedBlockingQueue<Object>, Object) - Constructor for class kieker.analysisteetime.plugin.filter.record.delayfilter.components.RealtimeRecordDelayConsumer
Creates a new instance of this class using the given parameters.
RealtimeRecordDelayFilter - Class in kieker.analysis.plugin.filter.record
Forwards incoming IMonitoringRecords with delays computed from the IMonitoringRecord.getLoggingTimestamp() value (assumed to be in the configured resolution).
RealtimeRecordDelayFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.record.RealtimeRecordDelayFilter
Creates a new instance of this class using the given parameters.
RealtimeRecordDelayFilter - Class in kieker.analysisteetime.plugin.filter.record.delayfilter
Forwards incoming IMonitoringRecords with delays computed from the IMonitoringRecord.getLoggingTimestamp() value (assumed to be in the configured resolution).
RealtimeRecordDelayFilter(TimeUnit, double) - Constructor for class kieker.analysisteetime.plugin.filter.record.delayfilter.RealtimeRecordDelayFilter
Creates a new instance of this class using the given parameters.
RealtimeRecordDelayProducer - Class in kieker.analysisteetime.plugin.filter.record.delayfilter.components
Gets records from a queue, calculates the delay for each records and forwards the records after the delay.
RealtimeRecordDelayProducer(LinkedBlockingQueue<Object>, Object, TimeUnit, double) - Constructor for class kieker.analysisteetime.plugin.filter.record.delayfilter.components.RealtimeRecordDelayProducer
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.
reconstructTrace() - Method in class kieker.analysisteetime.trace.reconstruction.TraceReconstructionBuffer
 
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.
RecordCurrentTimeEventGenerationFilter - Class in kieker.toolsteetime.currentTimeEventGenerator
Generates time events with a given resolution based on the timestamps of incoming IMonitoringRecords.
RecordCurrentTimeEventGenerationFilter(long) - Constructor for class kieker.toolsteetime.currentTimeEventGenerator.RecordCurrentTimeEventGenerationFilter
Creates an event generator which generates time events with the given resolution in timeunits.
RecordDeserializer - Class in kieker.analysisteetime.plugin.reader
Represents a deserializer that deserializes records based on their id and a byte buffer.
RecordDeserializer(IRecordReceivedListener, ReaderRegistry<String>) - Constructor for class kieker.analysisteetime.plugin.reader.RecordDeserializer
 
RecordFactoryResolver - Class in kieker.common.record.factory
 
RecordFactoryResolver() - Constructor for class kieker.common.record.factory.RecordFactoryResolver
Create a record factory resolver.
RecordFromBinaryFileCreator - Class in kieker.analysisteetime.plugin.reader.filesystem.format.binary.file
Deprecated.
since 1.15 removed 1.16
RecordFromBinaryFileCreator(ClassNameRegistryRepository) - Constructor for class kieker.analysisteetime.plugin.reader.filesystem.format.binary.file.RecordFromBinaryFileCreator
Deprecated.
Create a new record from binary file creator.
RecordFromTextLineCreator - Class in kieker.analysisteetime.plugin.reader.filesystem.format.text.file
Deprecated.
since 1.15 removed 1.16
RecordFromTextLineCreator(ClassNameRegistryRepository) - Constructor for class kieker.analysisteetime.plugin.reader.filesystem.format.text.file.RecordFromTextLineCreator
Deprecated.
 
RecordInstantiationException - Exception in kieker.common.exception
Only thrown by the kieker.common.record.factory.old.RecordFactoryWrapper.
RecordInstantiationException(Throwable) - Constructor for exception kieker.common.exception.RecordInstantiationException
Creates a new instance of a exception.
RecordInstantiationException(String, Object...) - Constructor for exception kieker.common.exception.RecordInstantiationException
Creates a new instance of a exception utilizing a format string.
recordOutsideTimePeriodOutputPort - Variable in class kieker.analysisteetime.plugin.filter.select.timestampfilter.components.AbstractTimestampFilter
 
recordsTimeUnitFromProjectContext - Variable in class kieker.analysis.analysisComponent.AbstractAnalysisComponent
The record time unit as provided by the project context.
recordWithinTimePeriodOutputPort - Variable in class kieker.analysisteetime.plugin.filter.select.timestampfilter.components.AbstractTimestampFilter
 
RED - Static variable in class kieker.tools.trace.analysis.filter.visualization.graph.Color
The predefined color red.
reference - Variable in class kieker.analysisteetime.util.emf.EReferenceIndex
 
register(IMonitoringRecordReceiver) - Method in class kieker.analysis.plugin.reader.util.ByteBufferDeserializer
 
register(long, E) - Method in class kieker.common.registry.reader.ReaderRegistry
Add one entry to the registry.
register(E) - Method in interface kieker.common.registry.writer.IWriterRegistry
 
register(String) - Method in class kieker.common.registry.writer.WriterRegistry
 
registerExecution(Execution) - Method in class kieker.tools.trace.analysis.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, ReaderRegistry<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
If the given ServletRequest is an instance of HttpServletRequest, this methods extracts the session ID and registers it in the SessionAndTraceRegistrationFilter.SESSION_REGISTRY in order to be accessible for other probes in this thread.
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.
registerTrace() - Method in enum kieker.monitoring.core.registry.TraceRegistry
This creates a new unique Trace object and registers it.
registry - Variable in class kieker.analysis.source.file.AbstractEventDeserializer
 
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.
RegistryRecordHandler - Class in kieker.analysisteetime.plugin.reader.amqp
Runnable to handle incoming registry records.
RegistryRecordHandler(ReaderRegistry<String>) - Constructor for class kieker.analysisteetime.plugin.reader.amqp.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.
RegularRecordHandler - Class in kieker.analysisteetime.plugin.reader.amqp
Runnable to handle incoming regular records.
RegularRecordHandler(AMQPReader, ReaderRegistry<String>) - Constructor for class kieker.analysisteetime.plugin.reader.amqp.RegularRecordHandler
Creates a new regular record handler.
remainingCapacity() - Method in class kieker.monitoring.queue.BlockingQueueDecorator
 
remove() - Method in interface kieker.analysisteetime.util.graph.IGraphElement
 
remove(Object) - Method in class kieker.common.configuration.ReadOnlyConfiguration
 
removeBegin() - Method in class kieker.analysisteetime.util.timeseries.TimeSeries
Retrieves and removes the first/earliest point of this time series, or returns if this time series is empty.
removeChildGraph() - Method in interface kieker.analysisteetime.util.graph.IVertex
 
removeEdge(IEdge) - Method in interface kieker.analysisteetime.util.graph.IGraph
 
removeEdge(IEdge) - Method in class kieker.analysisteetime.util.graph.impl.GraphImpl
 
removeEnd() - Method in class kieker.analysisteetime.util.timeseries.TimeSeries
Retrieves and removes the last/latest point of this time series, or returns if this time series is empty.
RemoveParameterValueEvent - Class in kieker.common.record.remotecontrol
 
RemoveParameterValueEvent(String, String, String) - Constructor for class kieker.common.record.remotecontrol.RemoveParameterValueEvent
Creates a new instance of this class using the given parameters.
RemoveParameterValueEvent(IValueDeserializer) - Constructor for class kieker.common.record.remotecontrol.RemoveParameterValueEvent
 
RemoveParameterValueEventFactory - Class in kieker.common.record.remotecontrol
 
RemoveParameterValueEventFactory() - Constructor for class kieker.common.record.remotecontrol.RemoveParameterValueEventFactory
 
removePatternParameterValue(String, String, String) - Method in interface kieker.monitoring.core.controller.IProbeController
Remove one value to a list of parameter values for a pattern.
removePatternParameterValue(String, String, String) - Method in class kieker.monitoring.core.controller.MonitoringController
 
removePatternParameterValue(String, String, String) - Method in class kieker.monitoring.core.controller.ProbeController
 
removeProperty(String) - Method in interface kieker.analysisteetime.util.graph.IElement
 
removeScheduledSampler(ScheduledSamplerJob) - Method in interface kieker.monitoring.core.controller.ISamplingController
Stops future executions of the given periodic ScheduledSamplerJob .
removeScheduledSampler(ScheduledSamplerJob) - Method in class kieker.monitoring.core.controller.MonitoringController
 
removeScheduledSampler(ScheduledSamplerJob) - Method in class kieker.monitoring.core.controller.SamplingController
Stops future executions of the given periodic ScheduledSamplerJob .
removeVertex(IVertex) - Method in interface kieker.analysisteetime.util.graph.IGraph
 
removeVertex(IVertex) - Method in class kieker.analysisteetime.util.graph.impl.GraphImpl
 
renderOptions(StringBuffer, int, Options, int, int) - Method in class kieker.tools.util.CLIHelpFormatter
 
reportError(long) - Method in class kieker.tools.trace.analysis.filter.AbstractTraceProcessingFilter
This method can be used to report a trace which has not been processed successfully.
reportSuccess(long) - Method in class kieker.tools.trace.analysis.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
The cached value of the 'Repository' reference.
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
The meta object id for the 'Repository' class.
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
The meta object literal for the 'Repository Connector' class.
REPOSITORY_CONNECTOR - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The meta object id for the 'Repository Connector' class.
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.trace.analysis.filter.AbstractTraceAnalysisFilter
The name of the repository port for the system model repository.
RepositoryConnection(AbstractPlugin, AbstractRepository, String) - Constructor for class kieker.analysis.model.MetaModelHandler.RepositoryConnection
Creates a new connection between a repository and a filter.
RepositoryPort - Annotation Type in kieker.analysis.plugin.annotation
This annotation can be used to describe the repository ports of a plugin.
requestFile() - Method in interface kieker.monitoring.writer.filesystem.ILogFilePoolHandler
Create a new path for a log file.
requestFile() - Method in class kieker.monitoring.writer.filesystem.RotatingLogFilePoolHandler
 
requestOriginRetentionPolicy(IOriginRetentionPolicy) - Method in class kieker.tools.trace.analysis.filter.AbstractGraphProducingFilter
 
requestOriginRetentionPolicy(IOriginRetentionPolicy) - Method in interface kieker.tools.trace.analysis.filter.IGraphProducingFilter
Requests that the given retention policy is used by this graph producer.
RESOURCE_NAME - Static variable in class kieker.common.record.system.ResourceUtilizationRecord
 
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(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_DECORATOR_FLAG_MS - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
 
RESPONSE_TIME_DECORATOR_FLAG_NS - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
Node decorator flags.
RESPONSE_TIME_DECORATOR_FLAG_S - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
 
RESPONSE_TIME_DECORATOR_FLAG_US - Static variable in class kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
 
RESPONSE_TIME_VALUE - Static variable in enum kieker.analysisteetime.model.analysismodel.statistics.PredefinedUnits
The 'RESPONSE TIME' literal value.
ResponseTimeColorNodeDecorator - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Decorator to set the color of graph nodes depending on graph nodes execution time.
ResponseTimeColorNodeDecorator(int) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ResponseTimeColorNodeDecorator
Creates a new response time decorator.
ResponseTimeDecoration - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Response time decoration for graph vertices.
ResponseTimeDecoration(TimeUnit, TimeUnit) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ResponseTimeDecoration
Creates a new response time decoration.
responseTimeDecorator - Variable in class kieker.analysisteetime.dependencygraphs.AbstractDependencyGraphBuilder
 
ResponseTimeDecorator - Class in kieker.analysisteetime.dependencygraphs
This class adds corresponding statistics to vertices.
ResponseTimeDecorator(StatisticsModel, ChronoUnit) - Constructor for class kieker.analysisteetime.dependencygraphs.ResponseTimeDecorator
 
ResponseTimeNodeDecorator - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Decorator to attach response time data to graph nodes.
ResponseTimeNodeDecorator(TimeUnit) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ResponseTimeNodeDecorator
Creates a new response time decorator.
RestCommunicationAspect - Class in kieker.monitoring.probe.aspectj.spring
Aspect for transmitting the Kieker traceId and orderIndex from a caller application to a callee application with Spring.
RestCommunicationAspect() - Constructor for class kieker.monitoring.probe.aspectj.spring.RestCommunicationAspect
 
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
Create a REST output interceptor.
RestService - Class in kieker.analysis.source.rest
Rest service handler for Kieker based on NanoHTTPD.
RestService(RestServiceStage, String, int, IAccessHandler) - Constructor for class kieker.analysis.source.rest.RestService
Create a new rest service.
RestServiceCompositeStage - Class in kieker.tools.source
Multiple TCP input composite stage.
RestServiceCompositeStage(Configuration) - Constructor for class kieker.tools.source.RestServiceCompositeStage
Create a source composite stage for rest services.
RestServiceStage - Class in kieker.analysis.source.rest
REST / HTTP source stage.
RestServiceStage(String, int, IAccessHandler) - Constructor for class kieker.analysis.source.rest.RestServiceStage
Create a rest service stage.
RetryPutStrategy - Class in kieker.monitoring.queue.putstrategy
 
RetryPutStrategy(int) - Constructor for class kieker.monitoring.queue.putstrategy.RetryPutStrategy
 
RETURN_TYPE - Static variable in class kieker.analysisteetime.dependencygraphs.PropertyKeys
 
RETURN_TYPE - Static variable in class kieker.common.record.database.AfterDatabaseEvent
 
RETURN_TYPE_EDEFAULT - Static variable in class kieker.analysisteetime.model.analysismodel.type.impl.OperationTypeImpl
The default value of the 'Return Type' attribute.
RETURN_VALUE - Static variable in class kieker.common.record.database.AfterDatabaseEvent
 
returnType - Variable in class kieker.analysisteetime.model.analysismodel.type.impl.OperationTypeImpl
The cached value of the 'Return Type' attribute.
rewrite(Connection, IMonitoringRecord, long, OutputPort<IMonitoringRecord>) - Method in interface kieker.analysis.source.rewriter.ITraceMetadataRewriter
Rewrite a record if necessary.
rewrite(Connection, IMonitoringRecord, long, OutputPort<IMonitoringRecord>) - Method in class kieker.analysis.source.rewriter.NoneTraceMetadataRewriter
 
rewrite(Connection, IMonitoringRecord, long, OutputPort<IMonitoringRecord>) - Method in class kieker.analysis.source.rewriter.PlainTraceMetadataRewriter
Trace data records use unique ids for their respective host.
ROOT_ALLOCATION_COMPONENT - Static variable in class kieker.tools.trace.analysis.systemModel.repository.AllocationRepository
 
ROOT_ASSEMBLY_COMPONENT - Static variable in class kieker.tools.trace.analysis.systemModel.repository.AssemblyRepository
This constant represents the root assembly component.
ROOT_COMPONENT - Static variable in class kieker.tools.trace.analysis.systemModel.repository.TypeRepository
This constant represents the root component.
ROOT_ELEMENT_ID - Static variable in class kieker.tools.trace.analysis.systemModel.repository.AbstractSystemSubRepository
This constant represents the ID of the root element.
ROOT_EXECUTION - Static variable in class kieker.tools.trace.analysis.systemModel.repository.SystemModelRepository
 
ROOT_EXECUTION_CONTAINER - Static variable in class kieker.tools.trace.analysis.systemModel.repository.ExecutionEnvironmentRepository
The root execution container.
ROOT_NODE_ID - Static variable in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
 
ROOT_NODE_LABEL - Static variable in class kieker.tools.trace.analysis.systemModel.repository.SystemModelRepository
 
ROOT_OPERATION - Static variable in class kieker.tools.trace.analysis.systemModel.repository.OperationRepository
 
ROOT_OPERATION_ID - Static variable in class kieker.tools.trace.analysis.systemModel.Operation
The ID for the root operation.
ROOT_PAIR - Static variable in class kieker.tools.trace.analysis.systemModel.repository.AllocationComponentOperationPairFactory
 
ROOT_PAIR - Static variable in class kieker.tools.trace.analysis.systemModel.repository.AssemblyComponentOperationPairFactory
 
ROOT_SIGNATURE - Static variable in class kieker.tools.trace.analysis.systemModel.repository.OperationRepository
 
RootAssemblyComponent - Class in kieker.tools.trace.analysis.systemModel
This class represents a root assembly component.
RootAssemblyComponent() - Constructor for class kieker.tools.trace.analysis.systemModel.RootAssemblyComponent
Creates a new root assembly component.
RootExecutionContainer - Class in kieker.tools.trace.analysis.systemModel
Specific subtype for the root execution container.
RootExecutionContainer() - Constructor for class kieker.tools.trace.analysis.systemModel.RootExecutionContainer
Creates a new root execution container.
rootOperationCall - Variable in class kieker.analysisteetime.model.analysismodel.trace.impl.TraceImpl
The cached value of the 'Root Operation Call' containment reference.
RotatingLogFilePoolHandler - Class in kieker.monitoring.writer.filesystem
Rotating log file pool handler, there is a maximum limit on files.
RotatingLogFilePoolHandler(Path, String, Integer) - Constructor for class kieker.monitoring.writer.filesystem.RotatingLogFilePoolHandler
 
run() - Method in class kieker.analysis.AnalysisController
Starts an AnalysisController instance.
run() - Method in class kieker.analysis.AnalysisControllerThread
run() - Method in interface kieker.analysis.IAnalysisController
Starts an AnalysisController instance.
run() - Method in class kieker.analysis.plugin.reader.filesystem.FSZipReader
Starts reading and returns after each record has been passed to the registered FSZipReader.recordReceiver.
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.timer.TimeReader.TimestampEventTask
Executes the task.
run() - Method in class kieker.analysisteetime.experimental.hotspotdetection.HotspotDetection
 
run() - Method in class kieker.analysisteetime.plugin.reader.amqp.RegistryRecordHandler
 
run() - Method in class kieker.analysisteetime.plugin.reader.amqp.RegularRecordHandler
 
run() - Method in class kieker.analysisteetime.plugin.reader.filesystem.fsReader.FSDirectoryReader
Deprecated.
Starts reading and returns after each record has been passed to the registered FSDirectoryReader.recordReceiver.
run() - Method in class kieker.analysisteetime.plugin.reader.filesystem.fsReader.FSZipReader
Deprecated.
Starts reading and returns after each record has been passed to the registered FSZipReader.recordReceiver.
run() - Method in class kieker.monitoring.core.controller.tcp.AbstractTcpReader
 
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.common.AbstractEmbeddableService
 
run(String, String, String[], T) - Method in class kieker.tools.common.AbstractLegacyTool
Configure and execute the evaluation tool utilizing an external configuration.
RunningMedian<T extends java.lang.Comparable<T>> - Class in kieker.analysisteetime.util
This class represents a median that changes in the course of time.
RunningMedian() - Constructor for class kieker.analysisteetime.util.RunningMedian
 
RunningMedian(BiFunction<T, T, T>) - Constructor for class kieker.analysisteetime.util.RunningMedian
 
RUNTIME_ERROR - Static variable in class kieker.tools.common.AbstractLegacyTool
An runtime error happened.
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
 

S

sample(IMonitoringController) - Method in interface kieker.monitoring.core.sampler.ISampler
Triggers this ISampler to perform a measurement and to pass the data to the given IMonitoringController.
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.oshi.samplers.CPUsCombinedPercSampler
Triggers this ISampler to perform a measurement and to pass the data to the given IMonitoringController.
sample(IMonitoringController) - Method in class kieker.monitoring.sampler.oshi.samplers.CPUsDetailedPercSampler
Triggers this ISampler to perform a measurement and to pass the data to the given IMonitoringController.
sample(IMonitoringController) - Method in class kieker.monitoring.sampler.oshi.samplers.DiskUsageSampler
Triggers this ISampler to perform a measurement and to pass the data to the given IMonitoringController.
sample(IMonitoringController) - Method in class kieker.monitoring.sampler.oshi.samplers.LoadAverageSampler
Triggers this ISampler to perform a measurement and to pass the data to the given IMonitoringController.
sample(IMonitoringController) - Method in class kieker.monitoring.sampler.oshi.samplers.MemSwapUsageSampler
Triggers this ISampler to perform a measurement and to pass the data to the given IMonitoringController.
sample(IMonitoringController) - Method in class kieker.monitoring.sampler.oshi.samplers.NetworkUtilizationSampler
Triggers this ISampler to perform a measurement and to pass the data to the given IMonitoringController.
sample(IMonitoringController) - Method in class kieker.monitoring.sampler.sigar.samplers.CPUsCombinedPercSampler
Triggers this ISampler to perform a measurement and to pass the data to the given IMonitoringController.
sample(IMonitoringController) - Method in class kieker.monitoring.sampler.sigar.samplers.CPUsDetailedPercSampler
Triggers this ISampler to perform a measurement and to pass the data to the given IMonitoringController.
sample(IMonitoringController) - Method in class kieker.monitoring.sampler.sigar.samplers.DiskUsageSampler
Triggers this ISampler to perform a measurement and to pass the data to the given IMonitoringController.
sample(IMonitoringController) - Method in class kieker.monitoring.sampler.sigar.samplers.LoadAverageSampler
Triggers this ISampler to perform a measurement and to pass the data to the given IMonitoringController.
sample(IMonitoringController) - Method in class kieker.monitoring.sampler.sigar.samplers.MemSwapUsageSampler
Triggers this ISampler to perform a measurement and to pass the data to the given IMonitoringController.
sample(IMonitoringController) - Method in class kieker.monitoring.sampler.sigar.samplers.NetworkUtilizationSampler
Triggers this ISampler to perform a measurement and to pass the data to the given IMonitoringController.
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.
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.trace.analysis.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.trace.analysis.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.trace.analysis.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
Constructs a new ScheduledSamplerJob with the given parameters.
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.
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.trace.analysis.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.trace.analysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter
Creates a new instance of this class using the given parameters.
SequenceDiagramFilter.SDModes - Enum in kieker.tools.trace.analysis.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.database.AfterDatabaseEvent
This method serializes this record using the given serializer.
serialize(IValueSerializer) - Method in class kieker.common.record.database.BeforeDatabaseEvent
This method serializes this record using the given serializer.
serialize(IValueSerializer) - Method in class kieker.common.record.database.DatabaseFailedEvent
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.ApplicationTraceMetadata
This method serializes this record using the given serializer.
serialize(IValueSerializer) - Method in class kieker.common.record.flow.trace.BeforeReceivedRemoteEvent
This method serializes this record using the given serializer.
serialize(IValueSerializer) - Method in class kieker.common.record.flow.trace.BeforeSentRemoteEvent
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.remotecontrol.ActivationEvent
This method serializes this record using the given serializer.
serialize(IValueSerializer) - Method in class kieker.common.record.remotecontrol.ActivationParameterEvent
This method serializes this record using the given serializer.
serialize(IValueSerializer) - Method in class kieker.common.record.remotecontrol.AddParameterValueEvent
This method serializes this record using the given serializer.
serialize(IValueSerializer) - Method in class kieker.common.record.remotecontrol.DeactivationEvent
This method serializes this record using the given serializer.
serialize(IValueSerializer) - Method in class kieker.common.record.remotecontrol.RemoveParameterValueEvent
This method serializes this record using the given serializer.
serialize(IValueSerializer) - Method in class kieker.common.record.remotecontrol.UpdateParameterEvent
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(IMonitoringRecord, int) - Method in class kieker.monitoring.writer.filesystem.AbstractLogStreamHandler
Serialize a record.
serialize(IMonitoringRecord, int) - Method in class kieker.monitoring.writer.filesystem.BinaryLogStreamHandler
 
serialize(IMonitoringRecord, int) - Method in class kieker.monitoring.writer.filesystem.TextLogStreamHandler
 
serializedStream - Variable in class kieker.monitoring.writer.filesystem.AbstractLogStreamHandler
 
serializer - Variable in class kieker.monitoring.writer.filesystem.AbstractLogStreamHandler
 
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
 
serve(NanoHTTPD.IHTTPSession) - Method in class kieker.analysis.source.rest.RestService
 
SERVICE_TIME - Static variable in class kieker.common.record.system.DiskUsageRecord
 
servlet(ProceedingJoinPoint) - Method in class kieker.monitoring.probe.aspectj.operationExecution.AbstractOperationExecutionAspectServlet
 
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
For each incoming request via SessionAndTraceRegistrationFilter.doFilter(ServletRequest, ServletResponse, FilterChain), this class (i) registers session and trace information into the thread-local data structures SessionRegistry and TraceRegistry accessible to other probes in the control-flow of this request, (ii) executes the given FilterChain and subsequently (iii) unregisters the thread-local data.
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.trace.analysis.filter.sessionReconstruction
This filter reconstructs sessions from execution or message traces.
SessionReconstructionFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.sessionReconstruction.SessionReconstructionFilter
Creates a new session reconstruction filter using the given configuration.
SessionRegistry - Enum in kieker.monitoring.core.registry
 
setAssemblyComponent(AssemblyComponent) - Method in interface kieker.analysisteetime.model.analysismodel.deployment.DeployedComponent
Sets the value of the 'Assembly Component' reference.
setAssemblyComponent(AssemblyComponent) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeployedComponentImpl
 
setAssemblyOperation(AssemblyOperation) - Method in interface kieker.analysisteetime.model.analysismodel.deployment.DeployedOperation
Sets the value of the 'Assembly Operation' reference.
setAssemblyOperation(AssemblyOperation) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeployedOperationImpl
 
setAssumed() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
Sets the assumed flag of this node to true.
setAssumed() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.WeightedBidirectionalDependencyGraphEdge
Sets the assumed flag to true.
setAttrName(String) - Method in class org.graphdrawing.graphml.KeyType
Sets the value of the attrName property.
setAttrType(KeyTypeType) - Method in class org.graphdrawing.graphml.KeyType
Sets the value of the attrType property.
setClassname(String) - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisComponent
 
setClassname(String) - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisComponent
Sets the value of the 'Classname' attribute.
setClassNameRegistryRepository(ClassNameRegistryRepository) - Method in class kieker.analysisteetime.plugin.reader.filesystem.className.ClassNameRegistryCreationFilter
Deprecated.
 
setClassNameRegistryRepository(ClassNameRegistryRepository) - Method in class kieker.analysisteetime.plugin.reader.filesystem.Dir2RecordsFilter
Deprecated.
 
setClassNameRegistryRepository(ClassNameRegistryRepository) - Method in class kieker.analysisteetime.plugin.reader.filesystem.format.binary.DirWithBin2RecordFilter
Deprecated.
 
setClassNameRegistryRepository(ClassNameRegistryRepository) - Method in class kieker.analysisteetime.plugin.reader.filesystem.format.binary.file.BinaryFile2RecordFilter
Deprecated.
 
setColor(Color) - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraphElement
Sets this graph element's color.
setCompleted() - Method in class kieker.tools.trace.analysis.systemModel.AbstractSession
Marks this session as completed, i.e.
setComponentType(ComponentType) - Method in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyComponent
Sets the value of the 'Component Type' reference.
setComponentType(ComponentType) - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyComponentImpl
 
setContent(String) - Method in class org.graphdrawing.graphml.DataExtensionType
Sets the value of the content property.
setCount(int) - Method in class kieker.analysis.plugin.filter.flow.TraceEventRecords
 
setCurrentConfiguration(Configuration, boolean) - Method in class kieker.analysis.plugin.AbstractUpdateableFilterPlugin
Set current configuration.
setDefault(DefaultType) - Method in class org.graphdrawing.graphml.KeyType
Sets the value of the default property.
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
 
setDesc(String) - Method in class org.graphdrawing.graphml.EdgeType
Sets the value of the desc property.
setDesc(String) - Method in class org.graphdrawing.graphml.EndpointType
Sets the value of the desc property.
setDesc(String) - Method in class org.graphdrawing.graphml.GraphmlType
Sets the value of the desc property.
setDesc(String) - Method in class org.graphdrawing.graphml.GraphType
Sets the value of the desc property.
setDesc(String) - Method in class org.graphdrawing.graphml.HyperedgeType
Sets the value of the desc property.
setDesc(String) - Method in class org.graphdrawing.graphml.KeyType
Sets the value of the desc property.
setDesc(String) - Method in class org.graphdrawing.graphml.NodeType
Sets the value of the desc property.
setDesc(String) - Method in class org.graphdrawing.graphml.PortType
Sets the value of the desc property.
setDescription(String) - Method in class kieker.analysis.model.analysisMetaModel.impl.MView
 
setDescription(String) - Method in interface kieker.analysis.model.analysisMetaModel.MIView
Sets the value of the 'Description' attribute.
setDescription(String) - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraphElement
Sets this graph element's description.
setDirected(Boolean) - Method in class org.graphdrawing.graphml.EdgeType
Sets the value of the directed property.
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.
setDuration(Duration) - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
 
setDuration(Duration) - Method in interface kieker.analysisteetime.model.analysismodel.trace.OperationCall
Sets the value of the 'Duration' attribute.
setDurRatioToParent(float) - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
 
setDurRatioToParent(float) - Method in interface kieker.analysisteetime.model.analysismodel.trace.OperationCall
Sets the value of the 'Dur Ratio To Parent' attribute.
setDurRatioToRootParent(float) - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
 
setDurRatioToRootParent(float) - Method in interface kieker.analysisteetime.model.analysismodel.trace.OperationCall
Sets the value of the 'Dur Ratio To Root Parent' attribute.
setDynamic(Boolean) - Method in class org.graphdrawing.graphml.KeyType
Sets the value of the dynamic property.
setEdgedefault(GraphEdgedefaultType) - Method in class org.graphdrawing.graphml.GraphType
Sets the value of the edgedefault property.
setEdgeVisitors(List<IEdgeVisitor>) - Method in class kieker.analysisteetime.util.graph.traversal.AbstractGraphTraverser
 
setEndTime(long) - Method in class kieker.tools.trace.analysis.systemModel.AbstractSession
 
setEntry(String, Object, Number) - Method in class kieker.analysis.display.XYPlot
Sets a value for the given series.
setError(boolean) - Method in class kieker.analysis.source.tcp.Connection
 
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.
setFailed(boolean) - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
 
setFailed(boolean) - Method in interface kieker.analysisteetime.model.analysismodel.trace.OperationCall
Sets the value of the 'Failed' attribute.
setFailedCause(String) - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
 
setFailedCause(String) - Method in interface kieker.analysisteetime.model.analysismodel.trace.OperationCall
Sets the value of the 'Failed Cause' attribute.
setFilePath(String) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDependency
 
setFilePath(String) - Method in interface kieker.analysis.model.analysisMetaModel.MIDependency
Sets the value of the 'File Path' attribute.
setFor(KeyForType) - Method in class org.graphdrawing.graphml.KeyType
Sets the value of the for property.
setFunction(Function<I, O>) - Method in class kieker.analysisteetime.util.stage.FunctionStage
 
setFuture(ScheduledFuture<?>) - Method in class kieker.monitoring.core.sampler.ScheduledSamplerJob
 
setGraph(GraphType) - Method in class org.graphdrawing.graphml.EdgeType
Sets the value of the graph property.
setGraph(GraphType) - Method in class org.graphdrawing.graphml.HyperedgeType
Sets the value of the graph property.
setGraph(GraphType) - Method in class org.graphdrawing.graphml.NodeType
Sets the value of the graph property.
setHash(int) - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
 
setHash(int) - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
 
setHash(int) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
 
setHash(int) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
 
setHash(int) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
 
setHash(int) - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.DeployedOperationsPairToAggregatedInvocationMapEntryImpl
 
setHash(int) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
 
setHash(int) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
 
setHref(String) - Method in class org.graphdrawing.graphml.LocatorType
Sets the value of the href property.
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.
setId(String) - Method in class org.graphdrawing.graphml.DataType
Sets the value of the id property.
setId(String) - Method in class org.graphdrawing.graphml.EdgeType
Sets the value of the id property.
setId(String) - Method in class org.graphdrawing.graphml.EndpointType
Sets the value of the id property.
setId(String) - Method in class org.graphdrawing.graphml.GraphType
Sets the value of the id property.
setId(String) - Method in class org.graphdrawing.graphml.HyperedgeType
Sets the value of the id property.
setId(String) - Method in class org.graphdrawing.graphml.KeyType
Sets the value of the id property.
setId(String) - Method in class org.graphdrawing.graphml.NodeType
Sets the value of the id property.
setIgnoreUnknownRecordTypes(boolean) - Method in class kieker.analysisteetime.plugin.reader.filesystem.format.text.file.TextLine2RecordFilter
Deprecated.
 
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.
setKey(String) - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
 
setKey(String) - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
 
setKey(String) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
 
setKey(String) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
 
setKey(String) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
 
setKey(ComposedKey<DeployedOperation, DeployedOperation>) - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.DeployedOperationsPairToAggregatedInvocationMapEntryImpl
 
setKey(String) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
 
setKey(String) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
 
setKey(String) - Method in class org.graphdrawing.graphml.DataType
Sets the value of the key property.
setLocator(LocatorType) - Method in class org.graphdrawing.graphml.GraphType
Sets the value of the locator property.
setLocator(LocatorType) - Method in class org.graphdrawing.graphml.NodeType
Sets the value of the locator property.
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.
setMeasurement(double) - Method in interface kieker.analysisteetime.model.analysismodel.statistics.DoubleValue
Sets the value of the 'Measurement' attribute.
setMeasurement(float) - Method in interface kieker.analysisteetime.model.analysismodel.statistics.FloatValue
Sets the value of the 'Measurement' attribute.
setMeasurement(double) - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.DoubleValueImpl
 
setMeasurement(float) - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.FloatValueImpl
 
setMeasurement(int) - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.IntValueImpl
 
setMeasurement(long) - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.LongValueImpl
 
setMeasurement(int) - Method in interface kieker.analysisteetime.model.analysismodel.statistics.IntValue
Sets the value of the 'Measurement' attribute.
setMeasurement(long) - Method in interface kieker.analysisteetime.model.analysismodel.statistics.LongValue
Sets the value of the 'Measurement' attribute.
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.
setName(String) - Method in interface kieker.analysisteetime.model.analysismodel.deployment.DeploymentContext
Sets the value of the 'Name' attribute.
setName(String) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentContextImpl
 
setName(String) - Method in interface kieker.analysisteetime.model.analysismodel.type.ComponentType
Sets the value of the 'Name' attribute.
setName(String) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.ComponentTypeImpl
 
setName(String) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.OperationTypeImpl
 
setName(String) - Method in interface kieker.analysisteetime.model.analysismodel.type.OperationType
Sets the value of the 'Name' attribute.
setName(String) - Method in interface kieker.analysisteetime.util.graph.IGraph
 
setName(String) - Method in class kieker.analysisteetime.util.graph.impl.GraphImpl
 
setName(String) - Method in class org.graphdrawing.graphml.PortType
Sets the value of the name property.
setNegativeDelayWarningBound(long, TimeUnit) - Method in class kieker.analysisteetime.plugin.filter.record.delayfilter.components.RealtimeRecordDelayProducer
Sets the time bound for which a warning is displayed when the computed delay falls below -(time bound).
setNegativeDelayWarningBound(long, TimeUnit) - Method in class kieker.analysisteetime.plugin.filter.record.delayfilter.RealtimeRecordDelayFilter
Sets the time bound for which a warning is displayed when the computed delay falls below -(time bound).
setNode(String) - Method in class org.graphdrawing.graphml.EndpointType
Sets the value of the node property.
setOperation(DeployedOperation) - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
 
setOperation(DeployedOperation) - Method in interface kieker.analysisteetime.model.analysismodel.trace.OperationCall
Sets the value of the 'Operation' reference.
setOperationType(OperationType) - Method in interface kieker.analysisteetime.model.analysismodel.assembly.AssemblyOperation
Sets the value of the 'Operation Type' reference.
setOperationType(OperationType) - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.AssemblyOperationImpl
 
setOrderIndex(int) - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
 
setOrderIndex(int) - Method in interface kieker.analysisteetime.model.analysismodel.trace.OperationCall
Sets the value of the 'Order Index' attribute.
setPackage(String) - Method in interface kieker.analysisteetime.model.analysismodel.type.ComponentType
Sets the value of the 'Package' attribute.
setPackage(String) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.ComponentTypeImpl
 
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.
setParent(OperationCall) - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
 
setParent(OperationCall) - Method in interface kieker.analysisteetime.model.analysismodel.trace.OperationCall
Sets the value of the 'Parent' reference.
setParentTraceId(Thread, long, int) - Method in enum kieker.monitoring.core.registry.TraceRegistry
Sets the parent for the next created trace inside this thread.
setParseEdgeids(GraphEdgeidsType) - Method in class org.graphdrawing.graphml.GraphType
Sets the value of the parseEdgeids property.
setParseEdges(BigInteger) - Method in class org.graphdrawing.graphml.GraphType
Sets the value of the parseEdges property.
setParseIndegree(BigInteger) - Method in class org.graphdrawing.graphml.NodeType
Sets the value of the parseIndegree property.
setParseMaxindegree(BigInteger) - Method in class org.graphdrawing.graphml.GraphType
Sets the value of the parseMaxindegree property.
setParseMaxoutdegree(BigInteger) - Method in class org.graphdrawing.graphml.GraphType
Sets the value of the parseMaxoutdegree property.
setParseNodeids(GraphNodeidsType) - Method in class org.graphdrawing.graphml.GraphType
Sets the value of the parseNodeids property.
setParseNodes(BigInteger) - Method in class org.graphdrawing.graphml.GraphType
Sets the value of the parseNodes property.
setParseOrder(GraphOrderType) - Method in class org.graphdrawing.graphml.GraphType
Sets the value of the parseOrder property.
setParseOutdegree(BigInteger) - Method in class org.graphdrawing.graphml.NodeType
Sets the value of the parseOutdegree property.
setPipeReader(IPipeReader) - Method in class kieker.common.namedRecordPipe.Pipe
Sets the pipe reader to a new value.
setPort(String) - Method in class org.graphdrawing.graphml.EndpointType
Sets the value of the port property.
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(IProperty, Long) - Method in class kieker.analysisteetime.statistics.Statistic
 
setProperty(String, Object) - Method in interface kieker.analysisteetime.util.graph.IElement
 
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
 
setPropertyIfAbsent(String, Object) - Method in interface kieker.analysisteetime.util.graph.IElement
 
setRecordFromTextLineCreator(RecordFromTextLineCreator) - Method in class kieker.analysisteetime.plugin.reader.filesystem.format.text.file.TextLine2RecordFilter
Deprecated.
 
setRepository(MIRepository) - Method in class kieker.analysis.model.analysisMetaModel.impl.MRepositoryConnector
 
setRepository(MIRepository) - Method in interface kieker.analysis.model.analysisMetaModel.MIRepositoryConnector
Sets the value of the 'Repository' reference.
setReturnType(String) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.OperationTypeImpl
 
setReturnType(String) - Method in interface kieker.analysisteetime.model.analysismodel.type.OperationType
Sets the value of the 'Return Type' attribute.
setRoot(AbstractAggregatedCallTreeNode<T>) - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
Sets the root of the call tree.
setRootOperationCall(OperationCall) - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.TraceImpl
 
setRootOperationCall(OperationCall) - Method in interface kieker.analysisteetime.model.analysismodel.trace.Trace
Sets the value of the 'Root Operation Call' containment reference.
setSignature(String) - Method in interface kieker.analysisteetime.model.analysismodel.type.ComponentType
Sets the value of the 'Signature' attribute.
setSignature(String) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.ComponentTypeImpl
 
setSignature(String) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.OperationTypeImpl
 
setSignature(String) - Method in interface kieker.analysisteetime.model.analysismodel.type.OperationType
Sets the value of the 'Signature' attribute.
setSource(DeployedOperation) - Method in interface kieker.analysisteetime.model.analysismodel.execution.AggregatedInvocation
Sets the value of the 'Source' reference.
setSource(DeployedOperation) - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.AggregatedInvocationImpl
 
setSource(String) - Method in class org.graphdrawing.graphml.EdgeType
Sets the value of the source property.
setSourceport(String) - Method in class org.graphdrawing.graphml.EdgeType
Sets the value of the sourceport property.
setStackDepth(int) - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
 
setStackDepth(int) - Method in interface kieker.analysisteetime.model.analysismodel.trace.OperationCall
Sets the value of the 'Stack Depth' attribute.
setStart(Instant) - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
 
setStart(Instant) - Method in interface kieker.analysisteetime.model.analysismodel.trace.OperationCall
Sets the value of the 'Start' attribute.
setStartTime(long) - Method in class kieker.tools.trace.analysis.systemModel.AbstractSession
 
setState(AbstractSession.ISessionState<T>) - Method in class kieker.tools.trace.analysis.systemModel.AbstractSession
 
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
 
setTarget(DeployedOperation) - Method in interface kieker.analysisteetime.model.analysismodel.execution.AggregatedInvocation
Sets the value of the 'Target' reference.
setTarget(DeployedOperation) - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.AggregatedInvocationImpl
 
setTarget(String) - Method in class org.graphdrawing.graphml.EdgeType
Sets the value of the target property.
setTargetport(String) - Method in class org.graphdrawing.graphml.EdgeType
Sets the value of the targetport property.
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.
setTime(Long) - Method in class org.graphdrawing.graphml.DataType
Sets the value of the time property.
setTimestamp(Instant) - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.ValueImpl
 
setTimestamp(Instant) - Method in interface kieker.analysisteetime.model.analysismodel.statistics.Value
Sets the value of the 'Timestamp' attribute.
setTimestamp(long) - Method in class kieker.common.record.database.AfterDatabaseEvent
 
setTimestamp(long) - Method in class kieker.common.record.database.BeforeDatabaseEvent
 
setTimestamp(long) - Method in class kieker.common.record.database.DatabaseFailedEvent
 
setTimestamp(long) - Method in class kieker.common.record.flow.AbstractEvent
 
setTimestamp(long) - Method in interface kieker.common.record.flow.IEventRecord
 
setTraceID(long) - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.TraceImpl
 
setTraceID(long) - Method in interface kieker.analysisteetime.model.analysismodel.trace.Trace
Sets the value of the 'Trace ID' attribute.
setTraceId(long) - Method in class kieker.common.record.database.AfterDatabaseEvent
 
setTraceId(long) - Method in class kieker.common.record.database.BeforeDatabaseEvent
 
setTraceId(long) - Method in class kieker.common.record.database.DatabaseFailedEvent
 
setTraceId(long) - Method in interface kieker.common.record.flow.ITraceRecord
 
setTraceId(long) - Method in class kieker.common.record.flow.trace.AbstractTraceEvent
 
setTraceId(long) - Method in class kieker.common.record.flow.trace.TraceMetadata
 
setType(EndpointTypeType) - Method in class org.graphdrawing.graphml.EndpointType
Sets the value of the type property.
setType(String) - Method in class org.graphdrawing.graphml.LocatorType
Sets the value of the type property.
setTypedKey(String) - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
 
setTypedKey(String) - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
 
setTypedKey(String) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
 
setTypedKey(String) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
 
setTypedKey(String) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
 
setTypedKey(ComposedKey<DeployedOperation, DeployedOperation>) - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.DeployedOperationsPairToAggregatedInvocationMapEntryImpl
 
setTypedKey(String) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
 
setTypedKey(String) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
 
setTypedValue(AssemblyComponent) - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
 
setTypedValue(AssemblyOperation) - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
 
setTypedValue(DeployedComponent) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
 
setTypedValue(DeployedOperation) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
 
setTypedValue(DeploymentContext) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
 
setTypedValue(AggregatedInvocation) - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.DeployedOperationsPairToAggregatedInvocationMapEntryImpl
 
setTypedValue(ComponentType) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
 
setTypedValue(OperationType) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
 
setUnit(Object) - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.TimeSeriesImpl
 
setUnit(Object) - Method in interface kieker.analysisteetime.model.analysismodel.statistics.TimeSeries
Sets the value of the 'Unit' attribute.
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.
setValue(AssemblyComponent) - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
 
setValue(AssemblyOperation) - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
 
setValue(DeployedComponent) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
 
setValue(DeployedOperation) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
 
setValue(DeploymentContext) - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
 
setValue(AggregatedInvocation) - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.DeployedOperationsPairToAggregatedInvocationMapEntryImpl
 
setValue(ComponentType) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
 
setValue(OperationType) - Method in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
 
setVertexVisitors(List<IVertexVisitor>) - Method in class kieker.analysisteetime.util.graph.traversal.AbstractGraphTraverser
 
shutdown(boolean) - Method in class kieker.analysis.plugin.AbstractPlugin
Initializes a shutdown of this and all incoming plugins.
shutdownService() - Method in class kieker.tools.common.AbstractEmbeddableService
Trigger cleanup features of the service.
shutdownService() - Method in class kieker.tools.common.AbstractLegacyTool
Trigger cleanup features of the service.
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
Provides factory methods for AbstractSigarSamplers.
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 - Variable in class kieker.analysisteetime.model.analysismodel.type.impl.ComponentTypeImpl
The cached value of the 'Signature' attribute.
signature - Variable in class kieker.analysisteetime.model.analysismodel.type.impl.OperationTypeImpl
The cached value of the 'Signature' attribute.
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
Please use the constant Signature.NO_RETURN_TYPE to indicate that the Signature contains no return type.
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.
SIGNATURE_EDEFAULT - Static variable in class kieker.analysisteetime.model.analysismodel.type.impl.ComponentTypeImpl
The default value of the 'Signature' attribute.
SIGNATURE_EDEFAULT - Static variable in class kieker.analysisteetime.model.analysismodel.type.impl.OperationTypeImpl
The default value of the 'Signature' attribute.
SignatureExtractor - Class in kieker.analysisteetime.signature
This is a wrapper class around a IOperationSignatureExtractor and a IComponentSignatureExtractor.
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).
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.
SimpleDotExportConfiguration - Class in kieker.analysisteetime.util.graph.export.dot
A DotExportConfiguration that maps the property label of edges and vertices to the label attribute of the corresponding nodes and edges of the dot graph.
SimpleDotExportConfiguration() - Constructor for class kieker.analysisteetime.util.graph.export.dot.SimpleDotExportConfiguration
 
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.
SimpleFileNameMapper - Class in kieker.analysisteetime.util.graph.mapping
This function maps a graph to a file name with a specific pattern.
SimpleFileNameMapper(String, FileExtension) - Constructor for class kieker.analysisteetime.util.graph.mapping.SimpleFileNameMapper
Create a simple file mapper.
SingleSocketRecordReader - Class in kieker.monitoring.core.controller.tcp
Represents a TCP reader which reads and reconstructs Kieker records from a single TCP stream.
SingleSocketRecordReader(int, int, Logger, IRecordReceivedListener) - Constructor for class kieker.monitoring.core.controller.tcp.SingleSocketRecordReader
Create single socket reader.
SingleSocketRecordReader(int, int, Logger, boolean, IRecordReceivedListener) - Constructor for class kieker.monitoring.core.controller.tcp.SingleSocketRecordReader
Create single socket reader.
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
 
SingleSocketTcpReaderStage - Class in kieker.analysisteetime.plugin.reader.tcp.singlesocket
This is a reader which reads the records from a TCP port.
SingleSocketTcpReaderStage() - Constructor for class kieker.analysisteetime.plugin.reader.tcp.singlesocket.SingleSocketTcpReaderStage
Default constructor with port1=10133 and bufferCapacity=65535.
SingleSocketTcpReaderStage(int, int) - Constructor for class kieker.analysisteetime.plugin.reader.tcp.singlesocket.SingleSocketTcpReaderStage
 
SingleSocketTcpWriter - Class in kieker.monitoring.writer.tcp
Represents a monitoring writer which serializes records via TCP to a given host:port.
SingleSocketTcpWriter(Configuration) - Constructor for class kieker.monitoring.writer.tcp.SingleSocketTcpWriter
 
size() - Method in class kieker.analysis.plugin.filter.forward.ListCollectionFilter
 
size() - Method in class kieker.analysisteetime.plugin.reader.filesystem.className.ClassNameRegistryRepository
Deprecated.
 
size() - Method in class kieker.analysisteetime.util.timeseries.TimeSeries
Returns the number of time series points in this time series.
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.database.AfterDatabaseEvent
Descriptive definition of the serialization size of the record.
SIZE - Static variable in class kieker.common.record.database.BeforeDatabaseEvent
Descriptive definition of the serialization size of the record.
SIZE - Static variable in class kieker.common.record.database.DatabaseFailedEvent
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.ApplicationTraceMetadata
Descriptive definition of the serialization size of the record.
SIZE - Static variable in class kieker.common.record.flow.trace.BeforeReceivedRemoteEvent
Descriptive definition of the serialization size of the record.
SIZE - Static variable in class kieker.common.record.flow.trace.BeforeSentRemoteEvent
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.remotecontrol.ActivationEvent
Descriptive definition of the serialization size of the record.
SIZE - Static variable in class kieker.common.record.remotecontrol.ActivationParameterEvent
Descriptive definition of the serialization size of the record.
SIZE - Static variable in class kieker.common.record.remotecontrol.AddParameterValueEvent
Descriptive definition of the serialization size of the record.
SIZE - Static variable in class kieker.common.record.remotecontrol.DeactivationEvent
Descriptive definition of the serialization size of the record.
SIZE - Static variable in class kieker.common.record.remotecontrol.RemoveParameterValueEvent
Descriptive definition of the serialization size of the record.
SIZE - Static variable in class kieker.common.record.remotecontrol.UpdateParameterEvent
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() - Method in class kieker.tools.trace.analysis.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.
sortMapByValue(Map<K, V>) - Static method in class kieker.analysisteetime.experimental.hotspotdetection.HotspotDetectionStage
 
source - Variable in class kieker.analysisteetime.model.analysismodel.execution.impl.AggregatedInvocationImpl
The cached value of the 'Source' reference.
source - Variable in class org.graphdrawing.graphml.EdgeType
 
SOURCE_PORT - Static variable in class kieker.tools.source.MultipleConnectionTcpSourceCompositeStage
 
SOURCE_STAGE - Static variable in class kieker.tools.common.CommonConfigurationKeys
 
sourceport - Variable in class org.graphdrawing.graphml.EdgeType
 
SourceStageFactory - Class in kieker.tools.source
 
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.trace.analysis.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.trace.analysis.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(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
Extracts an ClassOperationSignaturePair from an operation signature string (e.g., public static Boolean a.b.c.D.op1(Integer, Long)).
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.
STACK_DEPTH_EDEFAULT - Static variable in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
The default value of the 'Stack Depth' attribute.
stackDepth - Variable in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
The cached value of the 'Stack Depth' attribute.
start() - Method in class kieker.analysis.AnalysisControllerThread
start() - Method in class kieker.analysis.plugin.AbstractPlugin
Starts this plugin.
start - Variable in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
The cached value of the 'Start' attribute.
start(String) - Method in class kieker.analysisteetime.util.graph.util.dot.DotGraphWriter
 
start(DotGraphType, String) - Method in class kieker.analysisteetime.util.graph.util.dot.DotGraphWriter
 
start(String[]) - Method in class kieker.tools.AbstractCommandLineTool
Deprecated.
Start analysis.
START_ATTRS_BRACKET - Static variable in class kieker.analysisteetime.util.graph.util.dot.DotGraph
 
START_EDEFAULT - Static variable in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
The default value of the 'Start' attribute.
START_GRAPH_BRACKET - Static variable in class kieker.analysisteetime.util.graph.util.dot.DotGraph
 
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
 
StaticModelsAssemblerStage - Class in kieker.analysisteetime.model
 
StaticModelsAssemblerStage(SignatureExtractor) - Constructor for class kieker.analysisteetime.model.StaticModelsAssemblerStage
 
StaticModelsAssemblerStage(TypeModel, AssemblyModel, DeploymentModel, SignatureExtractor) - Constructor for class kieker.analysisteetime.model.StaticModelsAssemblerStage
 
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.
Statistic - Class in kieker.analysisteetime.statistics
 
Statistic() - Constructor for class kieker.analysisteetime.statistics.Statistic
 
Statistics - Interface in kieker.analysisteetime.model.analysismodel.statistics
A representation of the model object 'Statistics'.
STATISTICS - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Statistics' class.
STATISTICS - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The meta object id for the 'Statistics' class.
Statistics - Class in kieker.analysisteetime.statistics
 
Statistics() - Constructor for class kieker.analysisteetime.statistics.Statistics
 
STATISTICS__TIME_SERIES - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Time Series' reference list feature.
STATISTICS__TIME_SERIES - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Time Series' reference list.
STATISTICS_FEATURE_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The number of structural features of the 'Statistics' class.
STATISTICS_OPERATION_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The number of operations of the 'Statistics' class.
StatisticsAdapterFactory - Class in kieker.analysisteetime.model.analysismodel.statistics.util
The Adapter Factory for the model.
StatisticsAdapterFactory() - Constructor for class kieker.analysisteetime.model.analysismodel.statistics.util.StatisticsAdapterFactory
Creates an instance of the adapter factory.
StatisticsDecorator<T> - Class in kieker.analysisteetime.statistics
 
StatisticsDecorator(StatisticsModel, IUnit, ICalculator<T>, Function<T, Object>) - Constructor for class kieker.analysisteetime.statistics.StatisticsDecorator
 
StatisticsDecoratorStage<T> - Class in kieker.analysisteetime.statistics
 
StatisticsDecoratorStage(StatisticsModel, IUnit, ICalculator<T>, Function<T, Object>) - Constructor for class kieker.analysisteetime.statistics.StatisticsDecoratorStage
 
StatisticsFactory - Interface in kieker.analysisteetime.model.analysismodel.statistics
The Factory for the model.
StatisticsFactoryImpl - Class in kieker.analysisteetime.model.analysismodel.statistics.impl
An implementation of the model Factory.
StatisticsFactoryImpl() - Constructor for class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsFactoryImpl
Creates an instance of the factory.
StatisticsImpl - Class in kieker.analysisteetime.model.analysismodel.statistics.impl
An implementation of the model object 'Statistics'.
StatisticsImpl() - Constructor for class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsImpl
 
statisticsModel - Variable in class kieker.analysisteetime.dependencygraphs.AbstractDependencyGraphBuilder
 
StatisticsModel - Class in kieker.analysisteetime.statistics
 
StatisticsModel() - Constructor for class kieker.analysisteetime.statistics.StatisticsModel
 
StatisticsPackage - Interface in kieker.analysisteetime.model.analysismodel.statistics
The Package for the model.
StatisticsPackage.Literals - Interface in kieker.analysisteetime.model.analysismodel.statistics
Defines literals for the meta objects that represent each class, each feature of each class, each operation of each class, each enum, and each data type
StatisticsPackageImpl - Class in kieker.analysisteetime.model.analysismodel.statistics.impl
An implementation of the model Package.
StatisticsSwitch<T> - Class in kieker.analysisteetime.model.analysismodel.statistics.util
The Switch for the model's inheritance hierarchy.
StatisticsSwitch() - Constructor for class kieker.analysisteetime.model.analysismodel.statistics.util.StatisticsSwitch
Creates an instance of the switch.
STEREOTYPE_ALLOCATION_COMPONENT - Static variable in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
The string used in the node labels for deployment components.
STEREOTYPE_ASSEMBLY_COMPONENT - Static variable in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
The string used in the node labels for assembly components.
STEREOTYPE_EXECUTION_CONTAINER - Static variable in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
The string used in the node labels for execution containers.
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() - Method in class kieker.analysisteetime.util.timeseries.TimeSeries
Returns a sequential Stream with this time series as its source.
STREAM - Static variable in class kieker.monitoring.writer.print.PrintStreamWriter
 
StringBufferFilter - Class in kieker.analysis.plugin.filter.forward
Deprecated.
since 1.15 should be removed in 1.16 after feature transfer to reader
StringBufferFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.forward.StringBufferFilter
Deprecated.
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.
SUB_START_TOKEN - Static variable in class kieker.analysisteetime.util.graph.util.dot.DotGraph
 
subscribers - Variable in class kieker.analysis.model.analysisMetaModel.impl.MOutputPort
The cached value of the 'Subscribers' reference list.
SUCCESS_EXIT_CODE - Static variable in class kieker.tools.common.AbstractLegacyTool
Exit code for successful operation.
SWAP_FREE - Static variable in class kieker.analysis.sink.display.MemSwapUtilizationDisplayFilter
 
SWAP_FREE - Static variable in class kieker.common.record.system.MemSwapUsageRecord
 
SWAP_TOTAL - Static variable in class kieker.analysis.sink.display.MemSwapUtilizationDisplayFilter
 
SWAP_TOTAL - Static variable in class kieker.common.record.system.MemSwapUsageRecord
 
SWAP_USED - Static variable in class kieker.analysis.sink.display.MemSwapUtilizationDisplayFilter
 
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.trace.analysis.systemModel
A specified class of messages which represent synchronous calls.
SynchronousCallMessage(long, Execution, Execution) - Constructor for class kieker.tools.trace.analysis.systemModel.SynchronousCallMessage
Creates a new instance of this class using the given parameters.
SynchronousReplyMessage - Class in kieker.tools.trace.analysis.systemModel
A specified class of messages which represent synchronous replies.
SynchronousReplyMessage(long, Execution, Execution) - Constructor for class kieker.tools.trace.analysis.systemModel.SynchronousReplyMessage
Creates a new instance of this class using the given parameters.
SYSTEM - Static variable in class kieker.analysis.sink.display.CPUUtilizationDisplayFilter
 
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.
SystemModelRepository - Class in kieker.tools.trace.analysis.systemModel.repository
This repository is a model manager for the Kieker's component model.
SystemModelRepository(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.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.

T

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
 
target - Variable in class kieker.analysisteetime.model.analysismodel.execution.impl.AggregatedInvocationImpl
The cached value of the 'Target' reference.
target - Variable in class org.graphdrawing.graphml.EdgeType
 
targetport - Variable in class org.graphdrawing.graphml.EdgeType
 
TCPController - Class in kieker.monitoring.core.controller
Enables remote control of probes (like (de-)activation) via TCP.
TCPController(Configuration, MonitoringController) - Constructor for class kieker.monitoring.core.controller.TCPController
Creates a new TCPController needs the MonitoringController to start and connect the TCP receiver.
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
 
TECHNOLOGY - Static variable in class kieker.common.record.database.BeforeDatabaseEvent
 
TECHNOLOGY - Static variable in class kieker.common.record.flow.trace.BeforeSentRemoteEvent
 
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.
TeeFilter - Class in kieker.analysisteetime.plugin.filter.forward
This filter has exactly one input port and one output port.
TeeFilter(TeeFilter.TeeFilterStreamType, String) - Constructor for class kieker.analysisteetime.plugin.filter.forward.TeeFilter
Creates a new instance of this class using the given parameters.
TeeFilter(String, String, boolean) - Constructor for class kieker.analysisteetime.plugin.filter.forward.TeeFilter
Creates a new instance of this class using the given parameters.
TeeFilter.TeeFilterStreamType - Enum in kieker.analysisteetime.plugin.filter.forward
Predefined types of streams for the TeeFilter.
STDLOG = standard log
STDOUT = standard output
STDERR = standard error output
NULL = filter doesn't print anything
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
Initiates a termination of the executed AnalysisController.
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(boolean) - Method in class kieker.analysis.plugin.reader.timer.TimeReader
Initiates a termination of the plugin.
terminate() - Method in class kieker.analysisteetime.plugin.reader.amqp.AMQPReader
Terminates the reader logic by returning from read method.
terminate() - Method in class kieker.analysisteetime.plugin.reader.jms.JMSReader
Terminates the reader logic and returns iff termination was successful.
terminate() - Method in class kieker.monitoring.core.controller.AbstractController
Permanently terminates this controller.
terminate() - Method in class kieker.monitoring.core.controller.tcp.AbstractTcpReader
Gracefully terminates this TCP reader.
terminate() - Method in class kieker.monitoring.writer.MonitoringWriterThread
Initiates the termination of this thread.
terminate() - Method in class kieker.tools.common.AbstractEmbeddableService
Terminate a running service.
terminate(boolean) - Method in class kieker.tools.trace.analysis.filter.AbstractGraphProducingFilter
 
terminate(boolean) - Method in class kieker.tools.trace.analysis.filter.sessionReconstruction.SessionReconstructionFilter
 
terminate(boolean) - Method in class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
Terminates the filter (internally, all pending traces are processed).
terminate(boolean) - Method in class kieker.tools.trace.analysis.filter.traceWriter.ExecutionTraceWriterFilter
Initiates a termination of the plugin.
terminate(boolean) - Method in class kieker.tools.trace.analysis.filter.traceWriter.InvalidExecutionTraceWriterFilter
Initiates a termination of the plugin.
terminate(boolean) - Method in class kieker.tools.trace.analysis.filter.traceWriter.MessageTraceWriterFilter
Initiates a termination of the plugin.
terminate(boolean) - Method in class kieker.tools.trace.analysis.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
 
terminateStage() - Method in class kieker.analysisteetime.plugin.reader.amqp.AMQPReaderStage
Terminates the reader logic by returning from read method and terminates the execution of the stage.
terminateStage() - Method in class kieker.analysisteetime.plugin.reader.filesystem.fsReader.AsciiLogReader
Deprecated.
 
terminateStage() - Method in class kieker.analysisteetime.plugin.reader.filesystem.fsReader.BinaryLogReader
Deprecated.
 
terminateStage() - Method in class kieker.analysisteetime.plugin.reader.filesystem.fsReader.FSReader
Deprecated.
 
terminateStage() - Method in class kieker.analysisteetime.plugin.reader.namedRecordPipe.PipeReader
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.
TextFileStreamProcessor - Class in kieker.analysis.plugin.reader.filesystem
 
TextFileStreamProcessor(boolean, ReaderRegistry<String>, IMonitoringRecordReceiver) - Constructor for class kieker.analysis.plugin.reader.filesystem.TextFileStreamProcessor
 
TextLine2MappingRegistryFilter - Class in kieker.analysisteetime.plugin.reader.filesystem.format.text.file
Deprecated.
since 1.15 removed 1.16
TextLine2MappingRegistryFilter(Map<Integer, String>) - Constructor for class kieker.analysisteetime.plugin.reader.filesystem.format.text.file.TextLine2MappingRegistryFilter
Deprecated.
 
TextLine2RecordFilter - Class in kieker.analysisteetime.plugin.reader.filesystem.format.text.file
Deprecated.
since 1.15 removed 1.16
TextLine2RecordFilter(ClassNameRegistryRepository) - Constructor for class kieker.analysisteetime.plugin.reader.filesystem.format.text.file.TextLine2RecordFilter
Deprecated.
 
TextLine2RecordFilter() - Constructor for class kieker.analysisteetime.plugin.reader.filesystem.format.text.file.TextLine2RecordFilter
Deprecated.
 
TextLogStreamHandler - Class in kieker.monitoring.writer.filesystem
Create log files following the Kieker DAT format of semicolon separated values.
TextLogStreamHandler(Boolean, Integer, Charset, ICompressionFilter, WriterRegistry) - Constructor for class kieker.monitoring.writer.filesystem.TextLogStreamHandler
Create a text log stream handler.
TextMapDeserializer - Class in kieker.analysis.source.file
Reader for text-based mapfiles.
TextMapDeserializer(Configuration) - Constructor for class kieker.analysis.source.file.TextMapDeserializer
Create a new map file deserializer.
TextMapFileHandler - Class in kieker.monitoring.writer.filesystem
Handler for the map file used in Kieker.
TextMapFileHandler(Configuration) - Constructor for class kieker.monitoring.writer.filesystem.TextMapFileHandler
 
TextValueDeserializer - Class in kieker.common.record.io
Text value deserializer implementation.
TextValueDeserializer(CharBuffer) - Constructor for class kieker.common.record.io.TextValueDeserializer
Create a text value deserializer.
TextValueSerializer - Class in kieker.common.record.io
Text value serializer implementation.
TextValueSerializer(CharBuffer) - Constructor for class kieker.common.record.io.TextValueSerializer
Create a text value serializer.
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(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
 
THREADS - Static variable in class kieker.analysis.sink.display.ThreadsStatusDisplayFilter
 
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.
ThreadsStatusDisplayFilter - Class in kieker.analysis.sink.display
 
ThreadsStatusDisplayFilter(int, TimeUnit) - Constructor for class kieker.analysis.sink.display.ThreadsStatusDisplayFilter
Creates a new instance of this filter.
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(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 - Variable in class org.graphdrawing.graphml.DataType
 
TIME_OFFSET - Static variable in class kieker.common.record.misc.KiekerMetadataRecord
 
TIME_SERIES - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Time Series' class.
TIME_SERIES - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The meta object id for the 'Time Series' class.
TIME_SERIES__NAME - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Name' attribute feature.
TIME_SERIES__NAME - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Name' attribute.
TIME_SERIES__UNIT - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Unit' attribute feature.
TIME_SERIES__UNIT - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Unit' attribute.
TIME_SERIES__VALUES - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Values' reference list feature.
TIME_SERIES__VALUES - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Values' reference list.
TIME_SERIES_FEATURE_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The number of structural features of the 'Time Series' class.
TIME_SERIES_OPERATION_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The number of operations of the 'Time Series' class.
TIME_UNIT - Static variable in class kieker.analysisteetime.dependencygraphs.PropertyKeys
 
TIME_UNIT - Static variable in class kieker.common.record.misc.KiekerMetadataRecord
 
TIMER_CLASSNAME - Static variable in class kieker.monitoring.core.configuration.ConfigurationKeys
 
TIMER_CLASSNAME - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
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.
timerResolution - Variable in class kieker.toolsteetime.currentTimeEventGenerator.AbstractCurrentTimeEventGenerationFilter
The timer resolution used.
timeSeries - Variable in class kieker.analysisteetime.model.analysismodel.statistics.impl.StatisticsImpl
The cached value of the 'Time Series' reference list.
TimeSeries<V extends Value,U extends Unit<V>> - Interface in kieker.analysisteetime.model.analysismodel.statistics
A representation of the model object 'Time Series'.
TimeSeries<T extends ITimeSeriesPoint> - Class in kieker.analysisteetime.util.timeseries
 
TimeSeries() - Constructor for class kieker.analysisteetime.util.timeseries.TimeSeries
Constructs an empty time series.
TimeSeries(TimeSeries<T>) - Constructor for class kieker.analysisteetime.util.timeseries.TimeSeries
Constructs a copy of the specified time series.
TimeSeriesImpl<V extends Value,U extends Unit<V>> - Class in kieker.analysisteetime.model.analysismodel.statistics.impl
An implementation of the model object 'Time Series'.
TimeSeriesImpl() - Constructor for class kieker.analysisteetime.model.analysismodel.statistics.impl.TimeSeriesImpl
 
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 - Variable in class kieker.analysisteetime.model.analysismodel.statistics.impl.ValueImpl
The cached value of the 'Timestamp' attribute.
TIMESTAMP - Static variable in class kieker.common.record.controlflow.BranchingRecord
default constants.
TIMESTAMP - Static variable in class kieker.common.record.database.AfterDatabaseEvent
default constants.
TIMESTAMP - Static variable in class kieker.common.record.database.BeforeDatabaseEvent
default constants.
TIMESTAMP - Static variable in class kieker.common.record.database.DatabaseFailedEvent
default constants.
TIMESTAMP - Static variable in class kieker.common.record.flow.AbstractEvent
default constants.
TIMESTAMP - Static variable in class kieker.common.record.flow.trace.BeforeReceivedRemoteEvent
default constants.
TIMESTAMP - Static variable in class kieker.common.record.flow.trace.BeforeSentRemoteEvent
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.
TIMESTAMP_EDEFAULT - Static variable in class kieker.analysisteetime.model.analysismodel.statistics.impl.ValueImpl
The default value of the 'Timestamp' attribute.
TimestampCurrentTimeEventGenerationFilter - Class in kieker.toolsteetime.currentTimeEventGenerator
Generates time events with a given resolution based on the timestamps of incoming IMonitoringRecords.
TimestampCurrentTimeEventGenerationFilter(long) - Constructor for class kieker.toolsteetime.currentTimeEventGenerator.TimestampCurrentTimeEventGenerationFilter
Creates an event generator which generates time events with the given resolution in timeunits.
TimestampEventTask(long) - Constructor for class kieker.analysis.plugin.reader.timer.TimeReader.TimestampEventTask
Creates a new task.
TimestampFilter - Class in kieker.analysis.plugin.filter.select
Allows to filter IMonitoringRecord objects based on their given timestamps.
TimestampFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.select.TimestampFilter
Creates a new instance of this class using the given parameters.
TimestampFilter - Class in kieker.analysisteetime.plugin.filter.select.timestampfilter
Allows to filter IMonitoringRecord objects based on their given timestamps.
TimestampFilter(long, long) - Constructor for class kieker.analysisteetime.plugin.filter.select.timestampfilter.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(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
 
TO_STRING - Static variable in interface kieker.analysisteetime.dependencygraphs.vertextypes.IVertexTypeMapper
 
toMessageTrace(Execution) - Method in class kieker.tools.trace.analysis.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.
TopLevelFlattener - Class in kieker.analysisteetime.util.graph.flattening
 
TopLevelFlattener() - Constructor for class kieker.analysisteetime.util.graph.flattening.TopLevelFlattener
 
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 enum kieker.analysisteetime.dependencygraphs.vertextypes.VertexType
 
toString() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
 
toString() - Method in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
 
toString() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeployedOperationImpl
 
toString() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.DeploymentContextImpl
 
toString() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
 
toString() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
 
toString() - Method in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
 
toString() - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.AggregatedInvocationImpl
 
toString() - Method in class kieker.analysisteetime.model.analysismodel.execution.impl.DeployedOperationsPairToAggregatedInvocationMapEntryImpl
 
toString() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.DoubleValueImpl
 
toString() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.FloatValueImpl
 
toString() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.IntValueImpl
 
toString() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.LongValueImpl
 
toString() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.TimeSeriesImpl
 
toString() - Method in class kieker.analysisteetime.model.analysismodel.statistics.impl.ValueImpl
 
toString() - Method in enum kieker.analysisteetime.model.analysismodel.statistics.PredefinedUnits
Returns the literal value of the enumerator, which is its string representation.
toString() - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.OperationCallImpl
 
toString() - Method in class kieker.analysisteetime.model.analysismodel.trace.impl.TraceImpl
 
toString() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.ComponentTypeImpl
 
toString() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
 
toString() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
 
toString() - Method in class kieker.analysisteetime.model.analysismodel.type.impl.OperationTypeImpl
 
toString() - Method in class kieker.analysisteetime.plugin.reader.filesystem.className.ClassNameRegistryRepository
Deprecated.
 
toString() - Method in enum kieker.analysisteetime.statistics.Units
 
toString() - Method in enum kieker.analysisteetime.util.graph.util.dot.attributes.DotClusterAttribute
 
toString() - Method in enum kieker.analysisteetime.util.graph.util.dot.attributes.DotEdgeAttribute
 
toString() - Method in enum kieker.analysisteetime.util.graph.util.dot.attributes.DotGraphAttribute
 
toString() - Method in enum kieker.analysisteetime.util.graph.util.dot.attributes.DotNodeAttribute
 
toString() - Method in enum kieker.analysisteetime.util.graph.util.dot.attributes.DotSubgraphAttribute
 
toString() - Method in enum kieker.analysisteetime.util.graph.util.FileExtension
 
toString() - Method in class kieker.analysisteetime.util.timeseries.AbstractTimeSeriesPoint
 
toString() - Method in class kieker.analysisteetime.util.timeseries.TimeSeries
 
toString() - Method in class kieker.common.record.controlflow.BranchingRecord
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.record.controlflow.OperationExecutionRecord
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.record.database.AfterDatabaseEvent
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.record.database.BeforeDatabaseEvent
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.record.database.DatabaseFailedEvent
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.record.flow.AbstractEvent
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.record.flow.thread.AbstractThreadBasedEvent
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.record.flow.thread.AfterFailedThreadBasedEvent
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.record.flow.thread.AfterThreadBasedEvent
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.record.flow.thread.BeforeThreadBasedEvent
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.record.flow.trace.AbstractTraceEvent
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.record.flow.trace.ApplicationTraceMetadata
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.record.flow.trace.BeforeReceivedRemoteEvent
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.record.flow.trace.BeforeSentRemoteEvent
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.record.flow.trace.concurrency.JoinEvent
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.record.flow.trace.concurrency.monitor.AbstractMonitorEvent
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.record.flow.trace.concurrency.monitor.MonitorEntryEvent
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.record.flow.trace.concurrency.monitor.MonitorExitEvent
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.record.flow.trace.concurrency.monitor.MonitorNotifyAllEvent
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.record.flow.trace.concurrency.monitor.MonitorNotifyEvent
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.record.flow.trace.concurrency.monitor.MonitorRequestEvent
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.record.flow.trace.concurrency.monitor.MonitorWaitEvent
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.record.flow.trace.concurrency.SplitEvent
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.record.flow.trace.ConstructionEvent
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.record.flow.trace.operation.AbstractOperationEvent
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.record.flow.trace.operation.AfterOperationEvent
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.record.flow.trace.operation.AfterOperationFailedEvent
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.record.flow.trace.operation.BeforeOperationEvent
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.record.flow.trace.operation.CallOperationEvent
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.record.flow.trace.operation.constructor.AfterConstructorEvent
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.record.flow.trace.operation.constructor.AfterConstructorFailedEvent
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.record.flow.trace.operation.constructor.BeforeConstructorEvent
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.record.flow.trace.operation.constructor.CallConstructorEvent
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.record.flow.trace.operation.constructor.object.AfterConstructorFailedObjectEvent
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.record.flow.trace.operation.constructor.object.AfterConstructorObjectEvent
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.record.flow.trace.operation.constructor.object.BeforeConstructorObjectEvent
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.record.flow.trace.operation.constructor.object.BeforeConstructorObjectInterfaceEvent
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.record.flow.trace.operation.constructor.object.CallConstructorObjectEvent
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.record.flow.trace.operation.object.AfterOperationFailedObjectEvent
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.record.flow.trace.operation.object.AfterOperationObjectEvent
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.record.flow.trace.operation.object.BeforeOperationObjectEvent
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.record.flow.trace.operation.object.BeforeOperationObjectInterfaceEvent
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.record.flow.trace.operation.object.CallOperationObjectEvent
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.record.flow.trace.TraceMetadata
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 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.record.jvm.AbstractJVMRecord
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.record.jvm.ClassLoadingRecord
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.record.jvm.CompilationRecord
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.record.jvm.GCRecord
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.record.jvm.MemoryRecord
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.record.jvm.ThreadsStatusRecord
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.record.jvm.UptimeRecord
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.record.misc.EmptyRecord
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.record.misc.HostApplicationMetaData
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.record.misc.KiekerMetadataRecord
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.record.misc.ThreadMetaData
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.record.misc.TimestampRecord
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.record.remotecontrol.ActivationEvent
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.record.remotecontrol.ActivationParameterEvent
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.record.remotecontrol.AddParameterValueEvent
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.record.remotecontrol.DeactivationEvent
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.record.remotecontrol.RemoveParameterValueEvent
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.record.remotecontrol.UpdateParameterEvent
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.record.system.CPUUtilizationRecord
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.record.system.DiskUsageRecord
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.record.system.LoadAverageRecord
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.record.system.MemSwapUsageRecord
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.record.system.NetworkUtilizationRecord
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.record.system.ResourceUtilizationRecord
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.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.TCPController
 
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.FileWriter
Returns a textual representation of the writer's configuration.
toString() - Method in class kieker.monitoring.writer.jms.JmsWriter
 
toString() - Method in class kieker.monitoring.writer.namedRecordPipe.PipeWriter
 
toString() - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeNode
 
toString() - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractEdge
 
toString() - Method in class kieker.tools.trace.analysis.systemModel.AbstractMessage
 
toString() - Method in class kieker.tools.trace.analysis.systemModel.AllocationComponent
 
toString() - Method in class kieker.tools.trace.analysis.systemModel.AssemblyComponent
 
toString() - Method in class kieker.tools.trace.analysis.systemModel.Execution
 
toString() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
 
toString() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTraceBasedSession
 
toString() - Method in class kieker.tools.trace.analysis.systemModel.InvalidExecutionTrace
 
toString() - Method in class kieker.tools.trace.analysis.systemModel.MessageTrace
 
toString() - Method in class kieker.tools.trace.analysis.systemModel.Operation
 
toString() - Method in class kieker.tools.trace.analysis.systemModel.SynchronousCallMessage
 
toString() - Method in class kieker.tools.trace.analysis.systemModel.SynchronousReplyMessage
 
toString() - Method in class kieker.tools.trace.analysis.systemModel.util.AllocationComponentOperationPair
 
toString() - Method in class kieker.tools.trace.analysis.systemModel.util.AssemblyComponentOperationPair
 
TOTAL_RESPONSE_TIME - Static variable in class kieker.analysisteetime.dependencygraphs.PropertyKeys
 
TOTAL_THREADS - Static variable in class kieker.analysis.sink.display.ThreadsStatusDisplayFilter
 
TOTAL_UTILIZATION - Static variable in class kieker.analysis.sink.display.CPUUtilizationDisplayFilter
 
TOTAL_UTILIZATION - Static variable in class kieker.common.record.system.CPUUtilizationRecord
 
TotalCalculator<T> - Class in kieker.analysisteetime.statistics.calculating
 
TotalCalculator(Function<T, Long>) - Constructor for class kieker.analysisteetime.statistics.calculating.TotalCalculator
 
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 - Interface in kieker.analysisteetime.model.analysismodel.trace
A representation of the model object 'Trace'.
TRACE - Static variable in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage.Literals
The meta object literal for the 'Trace' class.
TRACE - Static variable in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage
The meta object id for the 'Trace' class.
TRACE__ROOT_OPERATION_CALL - Static variable in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage.Literals
The meta object literal for the 'Root Operation Call' containment reference feature.
TRACE__ROOT_OPERATION_CALL - Static variable in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage
The feature id for the 'Root Operation Call' containment reference.
TRACE__TRACE_ID - Static variable in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage.Literals
The meta object literal for the 'Trace ID' attribute feature.
TRACE__TRACE_ID - Static variable in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage
The feature id for the 'Trace ID' attribute.
TRACE_FEATURE_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage
The number of structural features of the 'Trace' class.
TRACE_ID - Static variable in class kieker.common.record.controlflow.OperationExecutionRecord
 
TRACE_ID - Static variable in class kieker.common.record.database.AfterDatabaseEvent
 
TRACE_ID - Static variable in class kieker.common.record.database.BeforeDatabaseEvent
 
TRACE_ID - Static variable in class kieker.common.record.database.DatabaseFailedEvent
 
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.BeforeReceivedRemoteEvent
 
TRACE_ID - Static variable in class kieker.common.record.flow.trace.BeforeSentRemoteEvent
 
TRACE_ID - Static variable in class kieker.common.record.flow.trace.TraceMetadata
default constants.
TRACE_ID_EDEFAULT - Static variable in class kieker.analysisteetime.model.analysismodel.trace.impl.TraceImpl
The default value of the 'Trace ID' attribute.
TRACE_IDENTIFIER_QNAME - Static variable in interface kieker.monitoring.probe.cxf.SOAPHeaderConstants
The qualified name for the trace ID.
TRACE_OPERATION_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.trace.TracePackage
The number of operations of the 'Trace' class.
TRACE_QUALIFIED_NAME - Static variable in interface kieker.monitoring.probe.cxf.SOAPHeaderConstants
The local part for the qualified name of the trace ID.
TraceAdapterFactory - Class in kieker.analysisteetime.model.analysismodel.trace.util
The Adapter Factory for the model.
TraceAdapterFactory() - Constructor for class kieker.analysisteetime.model.analysismodel.trace.util.TraceAdapterFactory
Creates an instance of the adapter factory.
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.
TraceAggregator - Class in kieker.analysisteetime.trace.aggregation
This class creates aggregated traces from normal Traces.
TraceAggregator(boolean) - Constructor for class kieker.analysisteetime.trace.aggregation.TraceAggregator
 
TraceAggregatorStage - Class in kieker.analysisteetime.trace.aggregation
 
TraceAggregatorStage() - Constructor for class kieker.analysisteetime.trace.aggregation.TraceAggregatorStage
 
TraceCallTreeFilter - Class in kieker.tools.trace.analysis.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.trace.analysis.filter.visualization.callTree.TraceCallTreeFilter
Creates a new instance of this class using the given parameters.
TraceCallTreeNode - Class in kieker.tools.trace.analysis.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.trace.analysis.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.trace.analysis.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.trace.analysis.filter.visualization.traceColoring.TraceColoringFilter
Creates a new filter using the given configuration.
TraceColorRepository - Class in kieker.tools.trace.analysis.repository
Implementation of a trace color repository, which associates colors to traces.
TraceColorRepository(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.repository.TraceColorRepository
Creates a new description repository using the given configuration.
TraceColorRepository(Configuration, TraceColorRepository.TraceColorRepositoryData, IProjectContext) - Constructor for class kieker.tools.trace.analysis.repository.TraceColorRepository
Creates a new color repository with the given data.
TraceColorRepository.TraceColorRepositoryData - Class in kieker.tools.trace.analysis.repository
This class groups the data required for a TraceColorRepository.
TraceColorRepositoryData(ConcurrentMap<Long, Color>, Color, Color) - Constructor for class kieker.tools.trace.analysis.repository.TraceColorRepository.TraceColorRepositoryData
Creates a new data object using the given data.
TraceEndTimestampComparator - Class in kieker.tools.trace.analysis.systemModel.util
Comparator which compares abstract traces according to their end timestamps.
TraceEndTimestampComparator() - Constructor for class kieker.tools.trace.analysis.systemModel.util.TraceEndTimestampComparator
 
TraceEquivalence - Class in kieker.analysisteetime.trace.aggregation
This class defines an equivalence for Traces using the class Equivalence.
TraceEquivalence(boolean) - Constructor for class kieker.analysisteetime.trace.aggregation.TraceEquivalence
 
TraceEquivalence(Equivalence<OperationCall>) - Constructor for class kieker.analysisteetime.trace.aggregation.TraceEquivalence
 
TraceEquivalenceClassFilter - Class in kieker.tools.trace.analysis.filter.traceFilter
 
TraceEquivalenceClassFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.traceFilter.TraceEquivalenceClassFilter
Creates a new instance of this class using the given parameters.
TraceEquivalenceClassFilter.TraceEquivalenceClassModes - Enum in kieker.tools.trace.analysis.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.trace.analysis.filter.flow
 
TraceEventRecords2ExecutionAndMessageTraceFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
Creates a new instance of this class using the given parameters.
TraceEventTraceIdFilter - Class in kieker.analysisteetime.plugin.filter.select.traceidfilter.components
Concrete Implementation of AbstractTraceIdFilter.
TraceEventTraceIdFilter(boolean, Long[]) - Constructor for class kieker.analysisteetime.plugin.filter.select.traceidfilter.components.TraceEventTraceIdFilter
 
TraceFactory - Interface in kieker.analysisteetime.model.analysismodel.trace
The Factory for the model.
TraceFactoryImpl - Class in kieker.analysisteetime.model.analysismodel.trace.impl
An implementation of the model Factory.
TraceFactoryImpl() - Constructor for class kieker.analysisteetime.model.analysismodel.trace.impl.TraceFactoryImpl
Creates an instance of the factory.
traceID - Variable in class kieker.analysisteetime.model.analysismodel.trace.impl.TraceImpl
The cached value of the 'Trace ID' attribute.
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.
TraceIdFilter - Class in kieker.analysisteetime.plugin.filter.select.traceidfilter
Allows to filter Traces about their traceIds.
TraceIdFilter(boolean, Long[]) - Constructor for class kieker.analysisteetime.plugin.filter.select.traceidfilter.TraceIdFilter
Creates a new instance of this class using the given parameters.
TraceImpl - Class in kieker.analysisteetime.model.analysismodel.trace.impl
An implementation of the model object 'Trace'.
TraceImpl() - Constructor for class kieker.analysisteetime.model.analysismodel.trace.impl.TraceImpl
 
TraceInformation - Class in kieker.tools.trace.analysis.systemModel
This class stores trace meta-information, such as the trace ID.
TraceInformation(long, String) - Constructor for class kieker.tools.trace.analysis.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(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
 
TraceMetadataTimestampFilter - Class in kieker.analysisteetime.plugin.filter.select.timestampfilter.components
Concrete implementation of AbstractTimestampFilter.
TraceMetadataTimestampFilter(long, long) - Constructor for class kieker.analysisteetime.plugin.filter.select.timestampfilter.components.TraceMetadataTimestampFilter
 
TraceMetadataTraceIdFilter - Class in kieker.analysisteetime.plugin.filter.select.traceidfilter.components
Concrete Implementation of AbstractTraceIdFilter.
TraceMetadataTraceIdFilter(boolean, Long[]) - Constructor for class kieker.analysisteetime.plugin.filter.select.traceidfilter.components.TraceMetadataTraceIdFilter
 
TracePackage - Interface in kieker.analysisteetime.model.analysismodel.trace
The Package for the model.
TracePackage.Literals - Interface in kieker.analysisteetime.model.analysismodel.trace
Defines literals for the meta objects that represent each class, each feature of each class, each operation of each class, each enum, and each data type
TracePackageImpl - Class in kieker.analysisteetime.model.analysismodel.trace.impl
An implementation of the model Package.
TraceProcessingException - Exception in kieker.tools.trace.analysis.filter.traceReconstruction
This exceptions shows that something went wrong during the processing of a trace.
TraceProcessingException(String) - Constructor for exception kieker.tools.trace.analysis.filter.traceReconstruction.TraceProcessingException
Creates a new instance of this class using the given parameters.
TraceProcessingException(String, Throwable) - Constructor for exception kieker.tools.trace.analysis.filter.traceReconstruction.TraceProcessingException
Creates a new instance of this class using the given parameters.
TraceReconstructionBuffer - Class in kieker.analysisteetime.trace.reconstruction
 
TraceReconstructionBuffer(DeploymentModel, TraceMetadata, TemporalUnit) - Constructor for class kieker.analysisteetime.trace.reconstruction.TraceReconstructionBuffer
 
TraceReconstructionFilter - Class in kieker.tools.trace.analysis.filter.traceReconstruction
 
TraceReconstructionFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
Creates a new instance of this class using the given parameters.
TraceReconstructorStage - Class in kieker.analysisteetime.trace.reconstruction
Reconstruct traces based on the incoming instances of IFlowRecord.
TraceReconstructorStage(DeploymentModel, TemporalUnit) - Constructor for class kieker.analysisteetime.trace.reconstruction.TraceReconstructorStage
 
TraceRegistry - Enum in kieker.monitoring.core.registry
 
TraceStartTimestampComparator - Class in kieker.tools.trace.analysis.systemModel.util
Comparator which compares abstract traces according to their start timestamps.
TraceStartTimestampComparator() - Constructor for class kieker.tools.trace.analysis.systemModel.util.TraceStartTimestampComparator
 
TraceStatisticsDecoratorStage - Class in kieker.analysisteetime.trace.reconstruction
This class is a TeeTime stage adding statistics to instances of TraceRoot.
TraceStatisticsDecoratorStage() - Constructor for class kieker.analysisteetime.trace.reconstruction.TraceStatisticsDecoratorStage
 
TraceSwitch<T> - Class in kieker.analysisteetime.model.analysismodel.trace.util
The Switch for the model's inheritance hierarchy.
TraceSwitch() - Constructor for class kieker.analysisteetime.model.analysismodel.trace.util.TraceSwitch
Creates an instance of the switch.
TraceToGraphTransformer - Class in kieker.analysisteetime.trace.graph
 
TraceToGraphTransformer() - Constructor for class kieker.analysisteetime.trace.graph.TraceToGraphTransformer
 
TraceToGraphTransformerStage - Class in kieker.analysisteetime.trace.graph
 
TraceToGraphTransformerStage() - Constructor for class kieker.analysisteetime.trace.graph.TraceToGraphTransformerStage
 
TraceTraverser - Class in kieker.analysisteetime.trace.traversal
A class that traverses Traces along with one or multiple IOperationCallVisitors.
TraceTraverser() - Constructor for class kieker.analysisteetime.trace.traversal.TraceTraverser
 
transform(Trace) - Method in class kieker.analysisteetime.trace.graph.TraceToGraphTransformer
 
transform() - Method in class kieker.analysisteetime.util.graph.export.AbstractTransformer
 
transformEdge(IEdge) - Method in class kieker.analysisteetime.util.graph.export.AbstractTransformer
 
transformEdge(IEdge) - Method in class kieker.analysisteetime.util.graph.export.blueprints.BlueprintsTransformer
 
transformEdge(IEdge) - Method in class kieker.analysisteetime.util.graph.export.graphml.GraphMLTransformer
 
transformVertex(IVertex) - Method in class kieker.analysisteetime.util.graph.export.AbstractTransformer
 
transformVertex(IVertex) - Method in class kieker.analysisteetime.util.graph.export.blueprints.BlueprintsTransformer
 
transformVertex(IVertex) - Method in class kieker.analysisteetime.util.graph.export.graphml.GraphMLTransformer
 
traverse(Trace, IOperationCallVisitor) - Method in class kieker.analysisteetime.trace.traversal.TraceTraverser
 
traverse(Trace, Collection<IOperationCallVisitor>) - Method in class kieker.analysisteetime.trace.traversal.TraceTraverser
 
traverse(IGraph) - Method in class kieker.analysisteetime.util.graph.traversal.AbstractGraphTraverser
 
traverse(IGraph) - Method in class kieker.analysisteetime.util.graph.traversal.DeepGraphTraverser
 
traverse(IGraph) - Method in class kieker.analysisteetime.util.graph.traversal.FlatGraphTraverser
 
traverse(AbstractGraph.IGraphVisitor<V, E>) - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraph
Traverses this graph using the given visitor.
traverseWithVerticesFirst(AbstractGraph.IGraphVisitor<V, E>) - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraph
Traverses this graph using the given visitor.
Trigger - Class in kieker.analysisteetime.util.stage.trigger
 
Trigger() - Constructor for class kieker.analysisteetime.util.stage.trigger.Trigger
 
TriggerEveryXthStage - Class in kieker.analysisteetime.util.stage.trigger
This stage sends a Trigger after every x-th incoming object.
TriggerEveryXthStage(int) - Constructor for class kieker.analysisteetime.util.stage.trigger.TriggerEveryXthStage
 
TriggerOnTerminationStage - Class in kieker.analysisteetime.util.stage.trigger
This stage sends a Trigger after the terminating signal was received.
TriggerOnTerminationStage() - Constructor for class kieker.analysisteetime.util.stage.trigger.TriggerOnTerminationStage
 
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 - Static variable in class kieker.analysisteetime.dependencygraphs.PropertyKeys
 
type - Variable in class org.graphdrawing.graphml.EndpointType
 
type - Variable in class org.graphdrawing.graphml.LocatorType
 
TYPE_MODEL - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Model' class.
TYPE_MODEL - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
The meta object id for the 'Model' class.
TYPE_MODEL__COMPONENT_TYPES - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Component Types' map feature.
TYPE_MODEL__COMPONENT_TYPES - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
The feature id for the 'Component Types' map.
TYPE_MODEL_FEATURE_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
The number of structural features of the 'Model' class.
TYPE_MODEL_OPERATION_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.type.TypePackage
The number of operations of the 'Model' class.
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
 
TypeAdapterFactory - Class in kieker.analysisteetime.model.analysismodel.type.util
The Adapter Factory for the model.
TypeAdapterFactory() - Constructor for class kieker.analysisteetime.model.analysismodel.type.util.TypeAdapterFactory
Creates an instance of the adapter factory.
TypeFactory - Interface in kieker.analysisteetime.model.analysismodel.type
The Factory for the model.
TypeFactoryImpl - Class in kieker.analysisteetime.model.analysismodel.type.impl
An implementation of the model Factory.
TypeFactoryImpl() - Constructor for class kieker.analysisteetime.model.analysismodel.type.impl.TypeFactoryImpl
Creates an instance of the factory.
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.
TypeFilter - Class in kieker.analysisteetime.plugin.filter.select
This filter has exactly one input port and one output port.
TypeFilter(Class<?>[]) - Constructor for class kieker.analysisteetime.plugin.filter.select.TypeFilter
Creates a new instance of this class using the given parameters.
TypeLevelComponentDependencyGraphBuilder - Class in kieker.analysisteetime.dependencygraphs
Dependency graph builder for component dependency graphs at the type level.
TypeLevelComponentDependencyGraphBuilder(ExecutionModel, StatisticsModel) - Constructor for class kieker.analysisteetime.dependencygraphs.TypeLevelComponentDependencyGraphBuilder
 
TypeLevelComponentDependencyGraphBuilderFactory - Class in kieker.analysisteetime.dependencygraphs
 
TypeLevelComponentDependencyGraphBuilderFactory() - Constructor for class kieker.analysisteetime.dependencygraphs.TypeLevelComponentDependencyGraphBuilderFactory
 
TypeLevelOperationDependencyGraphBuilder - Class in kieker.analysisteetime.dependencygraphs
Dependency graph builder for operation dependency graphs at the type level.
TypeLevelOperationDependencyGraphBuilder(ExecutionModel, StatisticsModel) - Constructor for class kieker.analysisteetime.dependencygraphs.TypeLevelOperationDependencyGraphBuilder
 
TypeLevelOperationDependencyGraphBuilderFactory - Class in kieker.analysisteetime.dependencygraphs
 
TypeLevelOperationDependencyGraphBuilderFactory() - Constructor for class kieker.analysisteetime.dependencygraphs.TypeLevelOperationDependencyGraphBuilderFactory
 
TypeModel - Interface in kieker.analysisteetime.model.analysismodel.type
A representation of the model object 'Model'.
TypeModelAssembler - Class in kieker.analysisteetime.model
 
TypeModelAssembler(TypeModel, IComponentSignatureExtractor, IOperationSignatureExtractor) - Constructor for class kieker.analysisteetime.model.TypeModelAssembler
 
TypeModelAssemblerStage - Class in kieker.analysisteetime.model
 
TypeModelAssemblerStage(TypeModel, IComponentSignatureExtractor, IOperationSignatureExtractor) - Constructor for class kieker.analysisteetime.model.TypeModelAssemblerStage
 
TypeModelImpl - Class in kieker.analysisteetime.model.analysismodel.type.impl
An implementation of the model object 'Model'.
TypeModelImpl() - Constructor for class kieker.analysisteetime.model.analysismodel.type.impl.TypeModelImpl
 
TypePackage - Interface in kieker.analysisteetime.model.analysismodel.type
The Package for the model.
TypePackage.Literals - Interface in kieker.analysisteetime.model.analysismodel.type
Defines literals for the meta objects that represent each class, each feature of each class, each operation of each class, each enum, and each data type
TypePackageImpl - Class in kieker.analysisteetime.model.analysismodel.type.impl
An implementation of the model Package.
TypeRepository - Class in kieker.tools.trace.analysis.systemModel.repository
This is a repository in which the different component types (ComponentType) can be stored.
TypeRepository(SystemModelRepository) - Constructor for class kieker.tools.trace.analysis.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.database.AfterDatabaseEvent
 
TYPES - Static variable in class kieker.common.record.database.BeforeDatabaseEvent
 
TYPES - Static variable in class kieker.common.record.database.DatabaseFailedEvent
 
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.ApplicationTraceMetadata
 
TYPES - Static variable in class kieker.common.record.flow.trace.BeforeReceivedRemoteEvent
 
TYPES - Static variable in class kieker.common.record.flow.trace.BeforeSentRemoteEvent
 
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.remotecontrol.ActivationEvent
 
TYPES - Static variable in class kieker.common.record.remotecontrol.ActivationParameterEvent
 
TYPES - Static variable in class kieker.common.record.remotecontrol.AddParameterValueEvent
 
TYPES - Static variable in class kieker.common.record.remotecontrol.DeactivationEvent
 
TYPES - Static variable in class kieker.common.record.remotecontrol.RemoveParameterValueEvent
 
TYPES - Static variable in class kieker.common.record.remotecontrol.UpdateParameterEvent
 
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
 
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.
TypeSwitch<T> - Class in kieker.analysisteetime.model.analysismodel.type.util
The Switch for the model's inheritance hierarchy.
TypeSwitch() - Constructor for class kieker.analysisteetime.model.analysismodel.type.util.TypeSwitch
Creates an instance of the switch.

U

UNDIRECTED_EDGE_CONNECTOR - Static variable in class kieker.analysisteetime.util.graph.util.dot.DotGraph
 
UNDIRECTED_START_TOKEN - Static variable in class kieker.analysisteetime.util.graph.util.dot.DotGraph
 
unindent() - Method in class kieker.analysisteetime.util.graph.util.IndentWriter
 
uniqueVarname() - Static method in class kieker.tools.util.RBridgeControl
Returns a globally unique variable name, even during the access of multiple threads.
unit - Variable in class kieker.analysisteetime.model.analysismodel.statistics.impl.TimeSeriesImpl
The cached value of the 'Unit' attribute.
UNIT - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Unit' class.
UNIT - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The meta object id for the 'Unit' class.
Unit<V extends Value> - Interface in kieker.analysisteetime.model.analysismodel.statistics
A representation of the model object 'Unit'.
UNIT_EDEFAULT - Static variable in class kieker.analysisteetime.model.analysismodel.statistics.impl.TimeSeriesImpl
The default value of the 'Unit' attribute.
UNIT_FEATURE_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The number of structural features of the 'Unit' class.
UNIT_OPERATION_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The number of operations of the 'Unit' class.
uniteWith(IOriginRetentionPolicy) - Method in class kieker.tools.trace.analysis.filter.visualization.graph.CompleteOriginRetentionPolicy
 
uniteWith(IOriginRetentionPolicy) - Method in interface kieker.tools.trace.analysis.filter.visualization.graph.IOriginRetentionPolicy
Unites this retention policy with another one and returns the resulting policy.
uniteWith(IOriginRetentionPolicy) - Method in class kieker.tools.trace.analysis.filter.visualization.graph.NoOriginRetentionPolicy
Unites this retention policy with another one and returns the resulting policy.
uniteWith(IOriginRetentionPolicy) - Method in class kieker.tools.trace.analysis.filter.visualization.graph.SpecificOriginRetentionPolicy
 
Units - Enum in kieker.analysisteetime.statistics
 
UNKNOWN_RECORD_SIZE - Static variable in interface kieker.common.record.factory.IRecordFactory
Represents the size of a record whose size is unknown in advance.
UnknownRecordTypeException - Exception in kieker.common.exception
 
UnknownRecordTypeException(String, String, Throwable) - Constructor for exception kieker.common.exception.UnknownRecordTypeException
Create an unknown record type exception.
unregisterStateObserver(AnalysisController.IStateObserver) - Method in class kieker.analysis.AnalysisController
Unregisters the given instance from the state observers.
unregisterStateObserver(AnalysisController.IStateObserver) - Method in interface kieker.analysis.IAnalysisController
Unregisters the given instance from the state observers.
unregisterTrace() - Method in enum kieker.monitoring.core.registry.TraceRegistry
Unregisters the current Trace object.
unsetThreadLocalEOI() - Method in enum kieker.monitoring.core.registry.ControlFlowRegistry
This method unsets a previously registered traceid.
unsetThreadLocalESS() - Method in enum kieker.monitoring.core.registry.ControlFlowRegistry
This method unsets a previously registered curEss.
unsetThreadLocalInRequestEOI() - Method in class kieker.monitoring.probe.cxf.SOAPTraceRegistry
This method unsets a previously registered eoi.
unsetThreadLocalInRequestESS() - Method in class kieker.monitoring.probe.cxf.SOAPTraceRegistry
This method unsets a previously registered ess.
unsetThreadLocalInRequestIsEntryCall() - Method in class kieker.monitoring.probe.cxf.SOAPTraceRegistry
This method unsets a previously registered variable isInRequestEntryCall.
unsetThreadLocalInRequestTin() - Method in class kieker.monitoring.probe.cxf.SOAPTraceRegistry
This method unsets a previously registered entry time tin.
unsetThreadLocalOutRequestIsEntryCall() - Method in class kieker.monitoring.probe.cxf.SOAPTraceRegistry
This method unsets a previously registered variable isOutRequestEntryCall.
unsetThreadLocalOutRequestTin() - Method in class kieker.monitoring.probe.cxf.SOAPTraceRegistry
This method unsets a previously registered entry time tin.
unsetThreadLocalSessionId() - Method in enum kieker.monitoring.core.registry.SessionRegistry
This method unsets a previously registered sessionid.
unsetThreadLocalTraceId() - Method in enum kieker.monitoring.core.registry.ControlFlowRegistry
This method unsets a previously registered traceid.
update(AnalysisController, AnalysisController.STATE) - Method in interface kieker.analysis.AnalysisController.IStateObserver
This method will be called for every update of the state.
UpdateParameterEvent - Class in kieker.common.record.remotecontrol
 
UpdateParameterEvent(String, String, String[]) - Constructor for class kieker.common.record.remotecontrol.UpdateParameterEvent
Creates a new instance of this class using the given parameters.
UpdateParameterEvent(IValueDeserializer) - Constructor for class kieker.common.record.remotecontrol.UpdateParameterEvent
 
UpdateParameterEventFactory - Class in kieker.common.record.remotecontrol
 
UpdateParameterEventFactory() - Constructor for class kieker.common.record.remotecontrol.UpdateParameterEventFactory
 
UptimeRecord - Class in kieker.common.record.jvm
 
UptimeRecord(long, String, String, long) - Constructor for class kieker.common.record.jvm.UptimeRecord
Creates a new instance of this class using the given parameters.
UptimeRecord(IValueDeserializer) - Constructor for class kieker.common.record.jvm.UptimeRecord
 
UptimeRecordFactory - Class in kieker.common.record.jvm
 
UptimeRecordFactory() - Constructor for class kieker.common.record.jvm.UptimeRecordFactory
 
UptimeSampler - Class in kieker.monitoring.sampler.mxbean
A sampler using the MXBean interface to access information about the JVM uptime.
UptimeSampler() - Constructor for class kieker.monitoring.sampler.mxbean.UptimeSampler
Create new UptimeSampler.
USAGE_EXIT_CODE - Static variable in class kieker.tools.common.AbstractLegacyTool
Displayed the usage message.
USE_SHUTDOWN_HOOK - Static variable in class kieker.monitoring.core.configuration.ConfigurationKeys
 
USE_SHUTDOWN_HOOK - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
USER - Static variable in class kieker.analysis.sink.display.CPUUtilizationDisplayFilter
 
USER - Static variable in class kieker.common.record.system.CPUUtilizationRecord
 
useShortLabels - Variable in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatterVisitor
The flag determining whether to use short labels or not.
UTILIZATION - Static variable in class kieker.common.record.system.ResourceUtilizationRecord
 

V

value - Variable in class kieker.analysis.model.analysisMetaModel.impl.MProperty
The cached value of the 'Value' attribute.
value - Variable in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
The cached value of the 'Value' containment reference.
value - Variable in class kieker.analysisteetime.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
The cached value of the 'Value' containment reference.
value - Variable in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
The cached value of the 'Value' containment reference.
value - Variable in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
The cached value of the 'Value' containment reference.
value - Variable in class kieker.analysisteetime.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
The cached value of the 'Value' containment reference.
value - Variable in class kieker.analysisteetime.model.analysismodel.execution.impl.DeployedOperationsPairToAggregatedInvocationMapEntryImpl
The cached value of the 'Value' containment reference.
VALUE - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Value' class.
VALUE - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The meta object id for the 'Value' class.
Value - Interface in kieker.analysisteetime.model.analysismodel.statistics
A representation of the model object 'Value'.
value - Variable in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
The cached value of the 'Value' containment reference.
value - Variable in class kieker.analysisteetime.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
The cached value of the 'Value' containment reference.
VALUE - Static variable in class kieker.common.record.remotecontrol.AddParameterValueEvent
 
VALUE - Static variable in class kieker.common.record.remotecontrol.RemoveParameterValueEvent
 
value() - Method in enum org.graphdrawing.graphml.EndpointTypeType
 
value() - Method in enum org.graphdrawing.graphml.GraphEdgedefaultType
 
value() - Method in enum org.graphdrawing.graphml.GraphEdgeidsType
 
value() - Method in enum org.graphdrawing.graphml.GraphNodeidsType
 
value() - Method in enum org.graphdrawing.graphml.GraphOrderType
 
value() - Method in enum org.graphdrawing.graphml.KeyForType
 
value() - Method in enum org.graphdrawing.graphml.KeyTypeType
 
VALUE__TIMESTAMP - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Timestamp' attribute feature.
VALUE__TIMESTAMP - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Timestamp' attribute.
VALUE_EDEFAULT - Static variable in class kieker.analysis.model.analysisMetaModel.impl.MProperty
The default value of the 'Value' attribute.
VALUE_FEATURE_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The number of structural features of the 'Value' class.
VALUE_NAMES - Static variable in class kieker.common.record.controlflow.BranchingRecord
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.controlflow.OperationExecutionRecord
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.database.AfterDatabaseEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.database.BeforeDatabaseEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.database.DatabaseFailedEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.flow.thread.AfterFailedThreadBasedEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.flow.thread.AfterThreadBasedEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.flow.thread.BeforeThreadBasedEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.flow.trace.ApplicationTraceMetadata
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.flow.trace.BeforeReceivedRemoteEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.flow.trace.BeforeSentRemoteEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.flow.trace.concurrency.JoinEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.flow.trace.concurrency.monitor.MonitorEntryEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.flow.trace.concurrency.monitor.MonitorExitEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.flow.trace.concurrency.monitor.MonitorNotifyAllEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.flow.trace.concurrency.monitor.MonitorNotifyEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.flow.trace.concurrency.monitor.MonitorRequestEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.flow.trace.concurrency.monitor.MonitorWaitEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.flow.trace.concurrency.SplitEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.flow.trace.ConstructionEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.flow.trace.operation.AfterOperationEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.flow.trace.operation.AfterOperationFailedEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.flow.trace.operation.BeforeOperationEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.flow.trace.operation.CallOperationEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.flow.trace.operation.constructor.AfterConstructorEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.flow.trace.operation.constructor.AfterConstructorFailedEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.flow.trace.operation.constructor.BeforeConstructorEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.flow.trace.operation.constructor.CallConstructorEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorFailedObjectEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorObjectEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectInterfaceEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.flow.trace.operation.constructor.object.CallConstructorObjectEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.flow.trace.operation.object.AfterOperationFailedObjectEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.flow.trace.operation.object.AfterOperationObjectEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectInterfaceEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.flow.trace.operation.object.CallOperationObjectEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.flow.trace.TraceMetadata
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.jvm.ClassLoadingRecord
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.jvm.CompilationRecord
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.jvm.GCRecord
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.jvm.MemoryRecord
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.jvm.ThreadsStatusRecord
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.jvm.UptimeRecord
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.misc.EmptyRecord
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.misc.HostApplicationMetaData
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.misc.KiekerMetadataRecord
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.misc.ThreadMetaData
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.misc.TimestampRecord
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.remotecontrol.ActivationEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.remotecontrol.ActivationParameterEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.remotecontrol.AddParameterValueEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.remotecontrol.DeactivationEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.remotecontrol.RemoveParameterValueEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.remotecontrol.UpdateParameterEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.system.CPUUtilizationRecord
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.system.DiskUsageRecord
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.system.LoadAverageRecord
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.system.MemSwapUsageRecord
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.system.NetworkUtilizationRecord
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.system.ResourceUtilizationRecord
property name array.
VALUE_OPERATION_COUNT - Static variable in interface kieker.analysisteetime.model.analysismodel.statistics.StatisticsPackage
The number of operations of the 'Value' class.
ValueImpl - Class in kieker.analysisteetime.model.analysismodel.statistics.impl
An implementation of the model object 'Value'.
ValueImpl() - Constructor for class kieker.analysisteetime.model.analysismodel.statistics.impl.ValueImpl
 
valueOf(String) - Static method in enum kieker.analysis.AnalysisController.STATE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.analysis.plugin.filter.forward.ListCollectionFilter.ListFullBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.analysis.plugin.IPlugin.STATE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.analysis.plugin.reader.newio.Outcome
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.analysisteetime.dependencygraphs.vertextypes.VertexType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.analysisteetime.model.analysismodel.statistics.PredefinedUnits
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.analysisteetime.plugin.filter.forward.TeeFilter.TeeFilterStreamType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.analysisteetime.statistics.Properties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.analysisteetime.statistics.Units
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.analysisteetime.util.graph.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.analysisteetime.util.graph.util.dot.attributes.DotClusterAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.analysisteetime.util.graph.util.dot.attributes.DotEdgeAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.analysisteetime.util.graph.util.dot.attributes.DotGraphAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.analysisteetime.util.graph.util.dot.attributes.DotNodeAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.analysisteetime.util.graph.util.dot.attributes.DotSubgraphAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.analysisteetime.util.graph.util.dot.DotGraphType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.analysisteetime.util.graph.util.FileExtension
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.analysisteetime.util.stage.trigger.ForwardOnTriggerStage.SendStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.common.namedRecordPipe.Broker
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.common.util.dataformat.FormatIdentifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.common.util.filesystem.BinaryCompressionMethod
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.common.util.map.BoundedConcurrentHashMap.BoundedCacheBehaviour
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.monitoring.core.registry.ControlFlowRegistry
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.monitoring.core.registry.SessionRegistry
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.monitoring.core.registry.TraceRegistry
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.monitoring.sampler.oshi.OshiSamplerFactory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.monitoring.sampler.sigar.SigarSamplerFactory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.tools.trace.analysis.filter.traceFilter.TraceEquivalenceClassFilter.TraceEquivalenceClassModes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.tools.trace.analysis.filter.visualization.graph.OriginRetentionPolicyKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.tools.trace.analysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter.SDModes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.graphdrawing.graphml.EndpointTypeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.graphdrawing.graphml.GraphEdgedefaultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.graphdrawing.graphml.GraphEdgeidsType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.graphdrawing.graphml.GraphNodeidsType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.graphdrawing.graphml.GraphOrderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.graphdrawing.graphml.KeyForType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.graphdrawing.graphml.KeyTypeType
Returns the enum constant of this type with the specified name.
values() - Static method in enum kieker.analysis.AnalysisController.STATE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.analysis.plugin.filter.forward.ListCollectionFilter.ListFullBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.analysis.plugin.IPlugin.STATE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.analysis.plugin.reader.newio.Outcome
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.analysisteetime.dependencygraphs.vertextypes.VertexType
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class kieker.analysisteetime.model.analysismodel.statistics.impl.TimeSeriesImpl
The cached value of the 'Values' reference list.
VALUES - Static variable in enum kieker.analysisteetime.model.analysismodel.statistics.PredefinedUnits
A public read-only list of all the 'Predefined Units' enumerators.
values() - Static method in enum kieker.analysisteetime.model.analysismodel.statistics.PredefinedUnits
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.analysisteetime.plugin.filter.forward.TeeFilter.TeeFilterStreamType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.analysisteetime.statistics.Properties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.analysisteetime.statistics.Units
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.analysisteetime.util.graph.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.analysisteetime.util.graph.util.dot.attributes.DotClusterAttribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.analysisteetime.util.graph.util.dot.attributes.DotEdgeAttribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.analysisteetime.util.graph.util.dot.attributes.DotGraphAttribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.analysisteetime.util.graph.util.dot.attributes.DotNodeAttribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.analysisteetime.util.graph.util.dot.attributes.DotSubgraphAttribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.analysisteetime.util.graph.util.dot.DotGraphType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.analysisteetime.util.graph.util.FileExtension
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.analysisteetime.util.stage.trigger.ForwardOnTriggerStage.SendStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.common.namedRecordPipe.Broker
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.common.util.dataformat.FormatIdentifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.common.util.filesystem.BinaryCompressionMethod
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.common.util.map.BoundedConcurrentHashMap.BoundedCacheBehaviour
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.monitoring.core.registry.ControlFlowRegistry
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.monitoring.core.registry.SessionRegistry
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.monitoring.core.registry.TraceRegistry
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.monitoring.sampler.oshi.OshiSamplerFactory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.monitoring.sampler.sigar.SigarSamplerFactory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.tools.trace.analysis.filter.traceFilter.TraceEquivalenceClassFilter.TraceEquivalenceClassModes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.tools.trace.analysis.filter.visualization.graph.OriginRetentionPolicyKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.tools.trace.analysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter.SDModes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.graphdrawing.graphml.EndpointTypeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.graphdrawing.graphml.GraphEdgedefaultType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.graphdrawing.graphml.GraphEdgeidsType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.graphdrawing.graphml.GraphNodeidsType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.graphdrawing.graphml.GraphOrderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.graphdrawing.graphml.KeyForType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.graphdrawing.graphml.KeyTypeType
Returns an array containing the constants of this enum type, in the order they are declared.
valueToString() - Method in class kieker.analysisteetime.util.timeseries.AbstractTimeSeriesPoint
 
valueToString() - Method in class kieker.analysisteetime.util.timeseries.DoubleTimeSeriesPoint
 
valueToString() - Method in class kieker.analysisteetime.util.timeseries.LongTimeSeriesPoint
 
valueToString() - Method in class kieker.analysisteetime.util.timeseries.ObjectTimeSeriesPoint
 
VariableLengthEncoding - Class in kieker.common.util.dataformat
Utility functions for variable-length encoding of integers.
VERSION - Static variable in class kieker.common.record.misc.KiekerMetadataRecord
default constants.
Version - Class in kieker.common.util
This class provides the method getVersion() which returns the version number set during build (String replacement task within build.xml).
VertexType - Enum in kieker.analysisteetime.dependencygraphs.vertextypes
 
vertexVisitors - Variable in class kieker.analysisteetime.util.graph.traversal.AbstractGraphTraverser
 
vertices - Variable in class kieker.analysisteetime.util.graph.impl.GraphImpl
 
VIEW - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'View' class.
VIEW - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The meta object id for the 'View' class.
VIEW__DESCRIPTION - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Description' attribute feature.
VIEW__DESCRIPTION - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Description' attribute.
VIEW__DISPLAY_CONNECTORS - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Display Connectors' containment reference list feature.
VIEW__DISPLAY_CONNECTORS - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Display Connectors' containment reference list.
VIEW__ID - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Id' attribute feature.
VIEW__ID - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Id' attribute.
VIEW__NAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Name' attribute feature.
VIEW__NAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Name' attribute.
VIEW_FEATURE_COUNT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The number of structural features of the 'View' class.
views - Variable in class kieker.analysis.model.analysisMetaModel.impl.MProject
The cached value of the 'Views' containment reference list.
visit(OperationCall) - Method in class kieker.analysisteetime.trace.graph.GraphTransformerVisitor
 
visit(OperationCall) - Method in class kieker.analysisteetime.trace.reconstruction.DurRatioToParentCalculator
 
visit(OperationCall) - Method in class kieker.analysisteetime.trace.reconstruction.DurRatioToRootParentCalculator
 
visit(OperationCall) - Method in interface kieker.analysisteetime.trace.traversal.IOperationCallVisitor
 
visitEdge(IEdge) - Method in class kieker.analysisteetime.util.graph.export.AbstractTransformer
 
visitEdge(IEdge) - Method in class kieker.analysisteetime.util.graph.flattening.TopLevelFlattener
 
visitEdge(IEdge) - Method in interface kieker.analysisteetime.util.graph.traversal.IEdgeVisitor
 
visitEdge(WeightedBidirectionalDependencyGraphEdge<T>) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatterVisitor
 
visitEdge(E) - Method in class kieker.tools.trace.analysis.filter.visualization.descriptions.DescriptionDecoratorFilter
Call-back operation that is invoked when an edge is encountered during graph traversal.
visitEdge(E) - Method in interface kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraph.IGraphVisitor
Call-back operation that is invoked when an edge is encountered during graph traversal.
visitEdge(E) - Method in class kieker.tools.trace.analysis.filter.visualization.traceColoring.TraceColoringFilter
Call-back operation that is invoked when an edge is encountered during graph traversal.
visitVertex(IVertex) - Method in class kieker.analysisteetime.util.graph.export.AbstractTransformer
 
visitVertex(IVertex) - Method in class kieker.analysisteetime.util.graph.flattening.TopLevelFlattener
 
visitVertex(IVertex) - Method in interface kieker.analysisteetime.util.graph.traversal.IVertexVisitor
 
visitVertex(V) - Method in class kieker.tools.trace.analysis.filter.visualization.descriptions.DescriptionDecoratorFilter
Call-back operation that is invoked when a vertex is encountered during graph traversal.
visitVertex(V) - Method in interface kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraph.IGraphVisitor
Call-back operation that is invoked when a vertex is encountered during graph traversal.
visitVertex(V) - Method in class kieker.tools.trace.analysis.filter.visualization.traceColoring.TraceColoringFilter
Call-back operation that is invoked when a vertex is encountered during graph traversal.
VisualizationConstants - Class in kieker.tools.trace.analysis.filter.visualization
 
VM_NAME - Static variable in class kieker.common.record.jvm.AbstractJVMRecord
 
VM_NAME - Static variable in class kieker.monitoring.probe.servlet.SessionAndTraceRegistrationFilter
 
vmName - Variable in class kieker.monitoring.probe.cxf.OperationExecutionSOAPResponseInInterceptor
The name of the VM.
vmName - Variable in class kieker.monitoring.probe.cxf.OperationExecutionSOAPResponseOutInterceptor
The name of the VM.

W

WAIT - Static variable in class kieker.common.record.system.CPUUtilizationRecord
 
waitForTermination(long) - Method in interface kieker.monitoring.core.controller.IWriterController
Waits for the termination of the monitoring controller.
waitForTermination(long) - Method in class kieker.monitoring.core.controller.MonitoringController
 
waitForTermination(long) - Method in class kieker.monitoring.core.controller.WriterController
 
waitPoll(Queue<E>) - Method in class kieker.monitoring.queue.takestrategy.SCBlockingTakeStrategy
 
waitPoll(Queue<E>) - Method in interface kieker.monitoring.queue.takestrategy.TakeStrategy
 
waitPoll(Queue<E>) - Method in class kieker.monitoring.queue.takestrategy.YieldTakeStrategy
 
WeightedBidirectionalDependencyGraphEdge<T extends ISystemModelElement> - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
This class represents a weighted but bidirected edge within a dependency graph.
WeightedBidirectionalDependencyGraphEdge(DependencyGraphNode<T>, DependencyGraphNode<T>, TraceInformation, IOriginRetentionPolicy) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.WeightedBidirectionalDependencyGraphEdge
Creates a new instance of this class using the given parameters.
WeightedDirectedCallTreeEdge<T> - Class in kieker.tools.trace.analysis.filter.visualization.callTree
This class represents a weighted and directed edge within a call tree.
WeightedDirectedCallTreeEdge(AbstractCallTreeNode<T>, AbstractCallTreeNode<T>, MessageTrace, IOriginRetentionPolicy) - Constructor for class kieker.tools.trace.analysis.filter.visualization.callTree.WeightedDirectedCallTreeEdge
Creates a new instance of this class using the given parameters.
WHITE - Static variable in class kieker.tools.trace.analysis.filter.visualization.graph.Color
The predefined color white.
workCompleted() - Method in class kieker.analysisteetime.plugin.reader.jms.JMSReaderStage
Terminates the reader logic in addition to the following.
write(char[], int, int) - Method in class kieker.analysisteetime.util.graph.util.IndentWriter
 
write(int) - Method in class kieker.tools.util.OutputStream2StandardLog
 
WRITE_BYTES_PER_SECOND - Static variable in class kieker.common.record.system.DiskUsageRecord
 
writeData(ByteBuffer, int, int) - Method in class kieker.monitoring.writer.amqp.ChunkingAmqpWriter
 
writeData(ByteBuffer, int, int) - Method in class kieker.monitoring.writer.kafka.KafkaWriter
 
writeData(ByteBuffer, int, int) - Method in interface kieker.monitoring.writer.raw.IRawDataWriter
Writes raw data contained in the given byte buffer.
writeDotForMessageTrace(AbstractCallTreeNode<T>, AbstractCallTreeFilter.IPairFactory<T>, MessageTrace, String, boolean, boolean) - Static method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeFilter
Write dot info for message trace.
writeGraph(AbstractGraph<?, ?, ?>) - Method in class kieker.tools.trace.analysis.filter.visualization.GraphWriterPlugin
Formats a given graph and saves the generated specification to disk.
writeln(String) - Method in class kieker.analysisteetime.util.graph.util.IndentWriter
 
writeMonitoringRecord(IMonitoringRecord) - Method in class kieker.common.namedRecordPipe.Pipe
Passes the monitoring record to the registered pipe reader.
writeMonitoringRecord(IMonitoringRecord) - Method in class kieker.monitoring.writer.AbstractMonitoringWriter
This event fires when Kieker has received a new record.
writeMonitoringRecord(IMonitoringRecord) - Method in class kieker.monitoring.writer.amqp.AmqpWriter
 
writeMonitoringRecord(IMonitoringRecord) - Method in class kieker.monitoring.writer.collector.ChunkingCollector
 
writeMonitoringRecord(IMonitoringRecord) - Method in class kieker.monitoring.writer.dump.DumpWriter
 
writeMonitoringRecord(IMonitoringRecord) - Method in class kieker.monitoring.writer.explorviz.ExplorVizTcpWriter
 
writeMonitoringRecord(IMonitoringRecord) - Method in class kieker.monitoring.writer.filesystem.FileWriter
 
writeMonitoringRecord(IMonitoringRecord) - Method in class kieker.monitoring.writer.jms.JmsWriter
 
writeMonitoringRecord(IMonitoringRecord) - Method in class kieker.monitoring.writer.jmx.JmxWriter
 
writeMonitoringRecord(IMonitoringRecord) - Method in class kieker.monitoring.writer.namedRecordPipe.PipeWriter
 
writeMonitoringRecord(IMonitoringRecord) - Method in class kieker.monitoring.writer.print.PrintStreamWriter
 
writeMonitoringRecord(IMonitoringRecord) - Method in class kieker.monitoring.writer.tcp.DualSocketTcpWriter
 
writeMonitoringRecord(IMonitoringRecord) - Method in class kieker.monitoring.writer.tcp.SingleSocketTcpWriter
 
writePicForMessageTrace(MessageTrace, SequenceDiagramFilter.SDModes, String, boolean) - Static method in class kieker.tools.trace.analysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter
This method writes the pic code for the given message trace into the given file.
WRITER_CLASSNAME - Static variable in class kieker.monitoring.core.configuration.ConfigurationKeys
 
WRITER_CLASSNAME - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
WriterController - Class in kieker.monitoring.core.controller
 
WriterController(Configuration) - Constructor for class kieker.monitoring.core.controller.WriterController
Creates a new instance of this class using the given parameters.
writeRecords(Collection<IMonitoringRecord>, ByteBuffer) - Method in class kieker.monitoring.writer.serializer.AbstractContainerFormatSerializer
Write the given records to the given byte buffer.
writeRecords(Collection<IMonitoringRecord>, ByteBuffer) - Method in class kieker.monitoring.writer.serializer.BinarySerializer
 
writerMapper - Variable in class kieker.analysisteetime.util.graph.export.dot.DotWriterStage
 
WriterRegistry - Class in kieker.common.registry.writer
Manages a writer registry.
WriterRegistry(IRegistryListener<String>) - Constructor for class kieker.common.registry.writer.WriterRegistry
Create a new writer registry.
writerRegistry - Variable in class kieker.monitoring.writer.filesystem.AbstractLogStreamHandler
 
WriterUtil - Class in kieker.monitoring.writer
 
WRITES_PER_SECOND - Static variable in class kieker.common.record.system.DiskUsageRecord
 

X

XYPlot - Class in kieker.analysis.display
This class is currently under development, mostly for test purposes, and not designed for productive deployment.
XYPlot(int) - Constructor for class kieker.analysis.display.XYPlot
Creates a new instance of this class using the given parameters.
xyPlotDisplay() - Method in class kieker.analysis.plugin.filter.forward.CountingFilter
 
xyPlotDisplay() - Method in class kieker.analysisteetime.plugin.filter.forward.CountingFilter
 
XZ - Static variable in class kieker.common.util.filesystem.FileExtensionFilter
 
XZ_FILE_EXTENSION - Static variable in class kieker.common.util.filesystem.FSUtil
The extension of Kieker's xz record files.
XZCompressionFilter - Class in kieker.monitoring.writer.compression
XZ compression filter for the writer pool.
XZCompressionFilter(Configuration) - Constructor for class kieker.monitoring.writer.compression.XZCompressionFilter
Initialize XZCompression with parameter to adhere Kieker configuration system.
XZDecompressionFilter - Class in kieker.analysis.plugin.reader.depcompression
Decompression filter for stream reading stages providing XZ-decompression.
XZDecompressionFilter(Configuration) - Constructor for class kieker.analysis.plugin.reader.depcompression.XZDecompressionFilter
Create a new XZ decompression filter.

Y

YieldPutStrategy - Class in kieker.monitoring.queue.putstrategy
 
YieldPutStrategy() - Constructor for class kieker.monitoring.queue.putstrategy.YieldPutStrategy
 
YieldTakeStrategy - Class in kieker.monitoring.queue.takestrategy
 
YieldTakeStrategy() - Constructor for class kieker.monitoring.queue.takestrategy.YieldTakeStrategy
 

Z

ZIP - Static variable in class kieker.common.util.filesystem.FileExtensionFilter
 
ZIP_FILE_EXTENSION - Static variable in class kieker.common.util.filesystem.FSUtil
The extension of Kieker's zipped record files.
ZipCompressionFilter - Class in kieker.monitoring.writer.compression
Zip compression filter for the writer pool.
ZipCompressionFilter(Configuration) - Constructor for class kieker.monitoring.writer.compression.ZipCompressionFilter
Initialize ZipCompression with parameter to adhere Kieker configuration system.
ZipDecompressionFilter - Class in kieker.analysis.plugin.reader.depcompression
Decompression filter for stream reading stages providing Zip-decompression.
ZipDecompressionFilter(Configuration) - Constructor for class kieker.analysis.plugin.reader.depcompression.ZipDecompressionFilter
Create zip decompression filter.

_

_default - Variable in class org.graphdrawing.graphml.KeyType
 
_for - Variable in class org.graphdrawing.graphml.KeyType
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links
Kieker 1.14

Copyright 2020 Kieker Project, http://kieker-monitoring.net