Index

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 _ 
All Classes All Packages

A

AbstractAggregatedCallTreeFilter<T> - Class in kieker.tools.trace.analysis.filter.visualization.callTree
Deprecated.
1.15 ported to teetime
AbstractAggregatedCallTreeFilter<T> - Class in kieker.visualization.trace.call.tree
This class has exactly one input port named "in".
AbstractAggregatedCallTreeFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
Deprecated.
Creates a new instance of this class using the given parameters.
AbstractAggregatedCallTreeFilter(SystemModelRepository, boolean, boolean, String) - Constructor for class kieker.visualization.trace.call.tree.AbstractAggregatedCallTreeFilter
Creates a new instance of this class using the given parameters.
AbstractAggregatedCallTreeNode<T> - Class in kieker.tools.trace.analysis.filter.visualization.callTree
Deprecated.
1.15 moved to teetime
AbstractAggregatedCallTreeNode<T> - Class in kieker.visualization.trace.call.tree
This is an abstract base for a single node within an aggregated call tree.
AbstractAggregatedCallTreeNode(int, T, boolean, MessageTrace, IOriginRetentionPolicy) - Constructor for class kieker.visualization.trace.call.tree.AbstractAggregatedCallTreeNode
This constructor uses the given parameters to initialize the fields of this class.
AbstractAggregatedCallTreeNode(int, T, boolean, MessageTrace, IOriginRetentionPolicy) - Constructor for class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractAggregatedCallTreeNode
Deprecated.
This constructor uses the given parameters to initialize the fields of this class.
AbstractAnalysisComponent - Class in kieker.analysis.analysisComponent
Deprecated.
1.15 can be removed when all tools have been migrated to TeeTime
AbstractAnalysisComponent(Configuration, IProjectContext) - Constructor for class kieker.analysis.analysisComponent.AbstractAnalysisComponent
Deprecated.
Each AnalysisComponent requires a constructor with a Configuration object and a IProjectContext.
AbstractBiCombinerStage<I,​J> - Class in kieker.analysis.util.stage
Abstract stage that combines the elements from its two input ports.
AbstractBiCombinerStage() - Constructor for class kieker.analysis.util.stage.AbstractBiCombinerStage
 
AbstractCalculator<I> - Class in kieker.analysis.statistics.calculating
 
AbstractCalculator(String) - Constructor for class kieker.analysis.statistics.calculating.AbstractCalculator
 
AbstractCallTreeFilter<T> - Class in kieker.tools.trace.analysis.filter.visualization.callTree
Deprecated.
1.15 ported to teetime
AbstractCallTreeFilter<T> - Class in kieker.visualization.trace.call.tree
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
Deprecated.
Creates a new instance of this class using the given parameters.
AbstractCallTreeFilter(SystemModelRepository) - Constructor for class kieker.visualization.trace.call.tree.AbstractCallTreeFilter
Creates a new instance of this class using the given parameters.
AbstractCallTreeFilter.IPairFactory<T> - Interface in kieker.tools.trace.analysis.filter.visualization.callTree
Deprecated.
 
AbstractCallTreeFilter.IPairFactory<T> - Interface in kieker.visualization.trace.call.tree
 
AbstractCallTreeNode<T> - Class in kieker.tools.trace.analysis.filter.visualization.callTree
Deprecated.
1.15 moved to new location
AbstractCallTreeNode<T> - Class in kieker.visualization.trace.call.tree
This is an abstract base for a single node within a call tree.
AbstractCallTreeNode(int, T, boolean, MessageTrace, IOriginRetentionPolicy) - Constructor for class kieker.visualization.trace.call.tree.AbstractCallTreeNode
This constructor uses the given parameters to initialize the fields of this class.
AbstractCallTreeNode(int, T, boolean, MessageTrace, IOriginRetentionPolicy) - Constructor for class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeNode
Deprecated.
This constructor uses the given parameters to initialize the fields of this class.
AbstractClassConverter<T> - Class in kieker.analysis.util
Process a string parameter as a class name and return the class.
AbstractClassConverter(Class<T>) - Constructor for class kieker.analysis.util.AbstractClassConverter
 
AbstractComponentDependencyGraphFormatter<G extends AbstractDependencyGraph<?>> - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
AbstractComponentDependencyGraphFormatter<G extends AbstractDependencyGraph<?>> - Class in kieker.visualization.trace.dependency.graph
Abstract superclass for formatters for component-based dependency graphs.
AbstractComponentDependencyGraphFormatter() - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractComponentDependencyGraphFormatter
Deprecated.
 
AbstractComponentDependencyGraphFormatter() - Constructor for class kieker.visualization.trace.dependency.graph.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.analysis.generic.time
Generates time events with a given resolution based on the timestamps of incoming IMonitoringRecords.
AbstractCurrentTimeEventGenerationFilter(long) - Constructor for class kieker.analysis.generic.time.AbstractCurrentTimeEventGenerationFilter
Creates an event generator which generates time events with the given resolution in timeunits.
AbstractDataflowAssemblerStage<I,​O> - Class in kieker.analysis.architecture.recovery.storage
Assembler stage based on dataflow events.
AbstractDataflowAssemblerStage(SourceModel, String) - Constructor for class kieker.analysis.architecture.recovery.storage.AbstractDataflowAssemblerStage
 
AbstractDecompressionFilter - Class in kieker.analysis.generic.depcompression
 
AbstractDecompressionFilter() - Constructor for class kieker.analysis.generic.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
Deprecated.
1.15 ported to teetime
AbstractDependencyGraph<T extends ISystemModelElement> - Class in kieker.visualization.trace.dependency.graph
Abstract superclass for dependency graphs.
AbstractDependencyGraph(T) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraph
Deprecated.
Creates a new dependency graph with the given root entity.
AbstractDependencyGraph(T) - Constructor for class kieker.visualization.trace.dependency.graph.AbstractDependencyGraph
Creates a new dependency graph with the given root entity.
AbstractDependencyGraphBuilder - Class in kieker.analysis.architecture.dependency
Abstract template class for dependency graph builders.
AbstractDependencyGraphBuilder() - Constructor for class kieker.analysis.architecture.dependency.AbstractDependencyGraphBuilder
 
AbstractDependencyGraphFilter<T extends ISystemModelElement> - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
AbstractDependencyGraphFilter<T extends ISystemModelElement> - Class in kieker.visualization.trace.dependency.graph
Refactored copy from LogAnalysis-legacy tool.
AbstractDependencyGraphFilter(Configuration, IProjectContext, AbstractDependencyGraph<T>) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFilter
Deprecated.
Creates a new abstract dependency graph filter using the given data.
AbstractDependencyGraphFilter(SystemModelRepository, TimeUnit, AbstractDependencyGraph<T>) - Constructor for class kieker.visualization.trace.dependency.graph.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
Deprecated.
1.15 ported to teetime
AbstractDependencyGraphFormatter<G extends AbstractDependencyGraph<?>> - Class in kieker.visualization.trace.dependency.graph
Abstract superclass for all dependency-graph formatters.
AbstractDependencyGraphFormatter() - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
Deprecated.
 
AbstractDependencyGraphFormatter() - Constructor for class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFormatter
 
AbstractDependencyGraphFormatterVisitor<T extends ISystemModelElement> - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
AbstractDependencyGraphFormatterVisitor<T extends ISystemModelElement> - Class in kieker.visualization.trace.dependency.graph
Abstract base class for dependency-graph-formatting visitors.
AbstractDependencyGraphFormatterVisitor(StringBuilder, boolean, boolean, boolean) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatterVisitor
Deprecated.
Creates a new formatter visitor using the given arguments.
AbstractDependencyGraphFormatterVisitor(StringBuilder, boolean, boolean, boolean) - Constructor for class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFormatterVisitor
Creates a new formatter visitor using the given arguments.
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.analysis.util.emf
 
AbstractEReferenceChangedListener(EReference) - Constructor for class kieker.analysis.util.emf.AbstractEReferenceChangedListener
 
AbstractEStructuralFeatureChangedListener<T> - Class in kieker.analysis.util.emf
 
AbstractEStructuralFeatureChangedListener(Collection<EStructuralFeature>) - Constructor for class kieker.analysis.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.generic.source.file
Abstract interface for the event deserialization.
AbstractEventDeserializer(ReaderRegistry<String>) - Constructor for class kieker.analysis.generic.source.file.AbstractEventDeserializer
Create an abstract event deserializer.
AbstractEventRecordTraceReconstructionStage - Class in kieker.analysis.architecture.trace.flow
Trace Reconstruction Filter (Event) to reconstruct event based (flow) traces.
AbstractEventRecordTraceReconstructionStage(TimeUnit, boolean, long, long) - Constructor for class kieker.analysis.architecture.trace.flow.AbstractEventRecordTraceReconstructionStage
Creates a new instance of this class using the given parameters.
AbstractExecutionTraceProcessingFilter - Class in kieker.analysis.plugin.trace
Deprecated.
since 1.15 class is obsolete
AbstractExecutionTraceProcessingFilter - Class in kieker.tools.trace.analysis.filter
Deprecated.
1.15 has been ported to teetime
AbstractExecutionTraceProcessingFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.AbstractExecutionTraceProcessingFilter
Deprecated.
Creates a new instance of this class using the given parameters.
AbstractExecutionTraceProcessingFilter(SystemModelRepository) - Constructor for class kieker.analysis.plugin.trace.AbstractExecutionTraceProcessingFilter
Deprecated.
Creates a new instance of this class using the given parameters.
AbstractFilterPlugin - Class in kieker.analysis.plugin.filter
Deprecated.
since 1.15.1 old plugin api
AbstractFilterPlugin(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.AbstractFilterPlugin
Deprecated.
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
Deprecated.
1.15 moved to teetime
AbstractGraphFilter<G extends AbstractGraph<V,​E,​O>,​V extends AbstractVertex<V,​E,​O>,​E extends AbstractEdge<V,​E,​O>,​O> - Class in kieker.visualization.trace
Abstract superclass for all graph filters.
AbstractGraphFilter() - Constructor for class kieker.visualization.trace.AbstractGraphFilter
Creates a new filter with the given configuration.
AbstractGraphFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFilter
Deprecated.
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
Deprecated.
1.15 ported to teetime
AbstractGraphProducingFilter<G extends AbstractGraph<?,​?,​?>> - Class in kieker.visualization.trace
Abstract superclass for graph-producing filters.
AbstractGraphProducingFilter(Configuration, IProjectContext, G) - Constructor for class kieker.tools.trace.analysis.filter.AbstractGraphProducingFilter
Deprecated.
Creates a new graph-producing filter using the given configuration and the given graph.
AbstractGraphProducingFilter(SystemModelRepository, G) - Constructor for class kieker.visualization.trace.AbstractGraphProducingFilter
Creates a new graph-producing filter using the given configuration and the given graph.
AbstractGraphTraverser<N extends INode,​E extends IEdge> - Class in kieker.analysis.generic.graph.traversal
 
AbstractGraphTraverser() - Constructor for class kieker.analysis.generic.graph.traversal.AbstractGraphTraverser
 
AbstractGraphTraverser(List<INodeVisitor<N>>, List<IEdgeVisitor<E>>) - Constructor for class kieker.analysis.generic.graph.traversal.AbstractGraphTraverser
 
AbstractGraphTraverser(INodeVisitor<N>, IEdgeVisitor<E>) - Constructor for class kieker.analysis.generic.graph.traversal.AbstractGraphTraverser
 
AbstractInvalidExecutionTraceProcessingFilter - Class in kieker.tools.trace.analysis.filter
Deprecated.
1.15 has no relevant functionality in the teetime port
AbstractInvalidExecutionTraceProcessingFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.AbstractInvalidExecutionTraceProcessingFilter
Deprecated.
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.generic.source.file
Read a mapping file.
AbstractMapDeserializer() - Constructor for class kieker.analysis.generic.source.file.AbstractMapDeserializer
Create an abstract map deserializer.
AbstractMessage - Class in kieker.model.system.model
An abstract base for messages which can later be used and combined in a MessageTrace.
AbstractMessage - Class in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 moved to kieker-model
AbstractMessage(long, Execution, Execution) - Constructor for class kieker.model.system.model.AbstractMessage
Creates a new instance of this class using the given parameters.
AbstractMessage(long, Execution, Execution) - Constructor for class kieker.tools.trace.analysis.systemModel.AbstractMessage
Deprecated.
Creates a new instance of this class using the given parameters.
AbstractMessageTraceProcessingFilter - Class in kieker.analysis.plugin.trace
Deprecated.
since 1.15 the class is obsolete
AbstractMessageTraceProcessingFilter - Class in kieker.tools.trace.analysis.filter
Deprecated.
1.15 has been ported to teetime
AbstractMessageTraceProcessingFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.AbstractMessageTraceProcessingFilter
Deprecated.
Creates a new instance of this class using the given parameters.
AbstractMessageTraceProcessingFilter(SystemModelRepository) - Constructor for class kieker.analysis.plugin.trace.AbstractMessageTraceProcessingFilter
Deprecated.
Creates a new instance of this class using the given parameters.
AbstractModelAssembler<T> - Class in kieker.analysis.architecture.recovery.assembler
The AbstractModelAssembler provides standard functionality for all assemblers regarding tagging elements of a model.
AbstractModelAssembler(SourceModel, String) - Constructor for class kieker.analysis.architecture.recovery.assembler.AbstractModelAssembler
 
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.
AbstractNode<T> - Class in kieker.analysis.generic.clustering.mtree.nodes
 
AbstractNode(MTree<T>, T) - Constructor for class kieker.analysis.generic.clustering.mtree.nodes.AbstractNode
 
AbstractNodeDecorator - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
AbstractNodeDecorator - Class in kieker.visualization.trace.dependency.graph
Abstract superclass for all node decorators.
AbstractNodeDecorator() - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractNodeDecorator
Deprecated.
 
AbstractNodeDecorator() - Constructor for class kieker.visualization.trace.dependency.graph.AbstractNodeDecorator
 
AbstractNodeTrait<T> - Class in kieker.analysis.generic.clustering.mtree.nodes
 
AbstractNodeTrait(AbstractNode<T>) - Constructor for class kieker.analysis.generic.clustering.mtree.nodes.AbstractNodeTrait
 
AbstractOperationDependencyGraphFormatter<T extends AbstractDependencyGraph<?>> - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
AbstractOperationDependencyGraphFormatter<T extends AbstractDependencyGraph<?>> - Class in kieker.visualization.trace.dependency.graph
Abstract for formatters for operation-level dependency graph.
AbstractOperationDependencyGraphFormatter() - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractOperationDependencyGraphFormatter
Deprecated.
 
AbstractOperationDependencyGraphFormatter() - Constructor for class kieker.visualization.trace.dependency.graph.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
 
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
Deprecated.
since 1.15.1 old plugin api
AbstractPlugin(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.AbstractPlugin
Deprecated.
Each Plugin requires a constructor with a Configuration object and an IProjectContext.
AbstractRawDataReader - Class in kieker.analysis.plugin.reader.newio
Deprecated.
since 1.15.1 old plugin api
AbstractRawDataReader(Configuration, IProjectContext, String) - Constructor for class kieker.analysis.plugin.reader.newio.AbstractRawDataReader
Deprecated.
Creates a new reader using the given data.
AbstractReaderPlugin - Class in kieker.analysis.plugin.reader
Deprecated.
since 1.15.1 old plugin api
AbstractReaderPlugin(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.reader.AbstractReaderPlugin
Deprecated.
Each Plugin requires a constructor with a Configuration object and a IProjectContext.
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
Deprecated.
1.15 can be removed when all tools and filters have been ported to TeeTime
AbstractRepository - Class in kieker.model.repository
 
AbstractRepository(Configuration, IProjectContext) - Constructor for class kieker.analysis.repository.AbstractRepository
Deprecated.
The second "default constructor".
AbstractRepository(SystemModelRepository) - Constructor for class kieker.model.repository.AbstractRepository
Creates a new instance of this class using the given parameters.
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.model.system.model
Sessions group traces which belong to the same high-level user interaction.
AbstractSession<T extends AbstractTrace> - Class in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 moved to kieker-model
AbstractSession(String) - Constructor for class kieker.model.system.model.AbstractSession
Creates a new abstract session with the given session ID.
AbstractSession(String) - Constructor for class kieker.tools.trace.analysis.systemModel.AbstractSession
Deprecated.
Creates a new abstract session with the given session ID.
AbstractSignatureProcessor - Class in kieker.analysis.architecture.recovery.signature
Signature processing facility designed to cleanup and restructure operation and component signatures of monitoring data.
AbstractSignatureProcessor(boolean) - Constructor for class kieker.analysis.architecture.recovery.signature.AbstractSignatureProcessor
 
AbstractStringRegistryReaderPlugin - Class in kieker.analysis.plugin.reader
Deprecated.
since 1.15.1 old plugin api
AbstractStringRegistryReaderPlugin(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.reader.AbstractStringRegistryReaderPlugin
Deprecated.
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
Deprecated.
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.
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.analysis.util.timeseries
 
AbstractTimeSeriesPoint(Instant) - Constructor for class kieker.analysis.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.analysis.generic.time
Allows to filter monitoring records objects based on their given timestamps.
AbstractTimestampFilter(long, long) - Constructor for class kieker.analysis.generic.time.AbstractTimestampFilter
Creates a new instance of this class using the given parameters.
AbstractTrace - Class in kieker.model.system.model
This is the abstract base for a trace (like a message trace e.g.).
AbstractTrace - Class in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 moved to kieker-model
AbstractTrace() - Constructor for class kieker.model.system.model.AbstractTrace
Default constructor.
AbstractTrace() - Constructor for class kieker.tools.trace.analysis.systemModel.AbstractTrace
Deprecated.
Default constructor.
AbstractTrace(long) - Constructor for class kieker.model.system.model.AbstractTrace
Creates a new abstract trace with the given trace ID and a default session ID.
AbstractTrace(long) - Constructor for class kieker.tools.trace.analysis.systemModel.AbstractTrace
Deprecated.
Creates a new abstract trace with the given trace ID and a default session ID.
AbstractTrace(long, String) - Constructor for class kieker.model.system.model.AbstractTrace
Creates a new abstract trace with the given parameters.
AbstractTrace(long, String) - Constructor for class kieker.tools.trace.analysis.systemModel.AbstractTrace
Deprecated.
Creates a new abstract trace with the given parameters.
AbstractTraceAnalysisFilter - Class in kieker.tools.trace.analysis.filter
Deprecated.
1.15 has been ported to teetime
AbstractTraceAnalysisFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.AbstractTraceAnalysisFilter
Deprecated.
Creates a new instance of this class using the given parameters.
AbstractTraceAnalysisStage<T> - Class in kieker.analysis.architecture.trace
 
AbstractTraceAnalysisStage(SystemModelRepository) - Constructor for class kieker.analysis.architecture.trace.AbstractTraceAnalysisStage
 
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
 
AbstractTraceProcessingFilter - Class in kieker.tools.trace.analysis.filter
Deprecated.
1.15 has been ported to teetime
AbstractTraceProcessingFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.AbstractTraceProcessingFilter
Deprecated.
Creates a new instance of this class using the given parameters.
AbstractTraceProcessingStage<T> - Class in kieker.analysis.architecture.trace
This is an abstract base for filters processing traces.
AbstractTraceProcessingStage(SystemModelRepository) - Constructor for class kieker.analysis.architecture.trace.AbstractTraceProcessingStage
Creates a new instance of this class using the given parameters.
AbstractTransformer<O,​N extends INode,​E extends IEdge> - Class in kieker.analysis.generic.sink.graph
 
AbstractTransformer(MutableNetwork<N, E>, String) - Constructor for class kieker.analysis.generic.sink.graph.AbstractTransformer
 
AbstractTransformer(IGraph<N, E>) - Constructor for class kieker.analysis.generic.sink.graph.AbstractTransformer
 
AbstractUpdateableFilterPlugin - Class in kieker.analysis.plugin
Deprecated.
since 1.15.1 old plugin api
AbstractUpdateableFilterPlugin(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.AbstractUpdateableFilterPlugin
Deprecated.
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
 
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.analysis.generic.RealtimeRecordDelayProducer
 
accept(File, String) - Method in class kieker.analysis.generic.source.file.MapFileFilter
 
accept(File, String) - Method in class kieker.common.util.filesystem.FileExtensionFilter
 
AcceptanceModeConverter - Class in kieker.analysis.behavior.acceptance.matcher
Command line and parameter file converter for @{link EAcceptanceMode enumeration.
AcceptanceModeConverter() - Constructor for class kieker.analysis.behavior.acceptance.matcher.AcceptanceModeConverter
 
acceptRemoteIpAddress(String) - Method in class kieker.analysis.generic.source.AllAccessHandler
 
acceptRemoteIpAddress(String) - Method in interface kieker.analysis.generic.source.IAccessHandler
Check whether the given IP address is valid to write to the RESt interface.
acceptRemoteIpAddress(String) - Method in class kieker.analysis.generic.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.ConfigurationConstants
 
ACTIVATE_JMX - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
ACTIVATE_JMX_CONTROLLER - Static variable in class kieker.monitoring.core.configuration.ConfigurationConstants
 
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.ConfigurationConstants
 
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.ConfigurationConstants
 
ACTIVATE_JMX_DOMAIN - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
ACTIVATE_JMX_REMOTE - Static variable in class kieker.monitoring.core.configuration.ConfigurationConstants
 
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.ConfigurationConstants
 
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.ConfigurationConstants
 
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.ConfigurationConstants
 
ACTIVATE_JMX_REMOTE_PORT - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
ACTIVATE_TCP - Static variable in class kieker.monitoring.core.configuration.ConfigurationConstants
 
ACTIVATE_TCP - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
ACTIVATE_TCP_DOMAIN - Static variable in class kieker.monitoring.core.configuration.ConfigurationConstants
 
ACTIVATE_TCP_DOMAIN - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
ACTIVATE_TCP_REMOTE - Static variable in class kieker.monitoring.core.configuration.ConfigurationConstants
 
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.ConfigurationConstants
 
ACTIVATE_TCP_REMOTE_PORT - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
activateMonitoredPattern(String, int, String, String) - Method in class kieker.analysis.architecture.adaptation.DummyProbeController
Activates monitoring of a method (pattern) on one monitored application via TCP.
activateOperationMonitoring(String, int, String, String) - Method in class kieker.analysis.architecture.adaptation.TcpProbeController
Activates monitoring of a method on one monitored application via TCP.
activateOperationMonitoringWithParameters(String, int, String, String, Map<String, List<String>>) - Method in class kieker.analysis.architecture.adaptation.TcpProbeController
Activates monitoring of a method on one monitored application via TCP and transfers parameter.
activateParameterMonitoredPattern(String, int, String, String, Map<String, List<String>>) - Method in class kieker.analysis.architecture.adaptation.DummyProbeController
Activates monitoring of a method (pattern) on one monitored application via TCP and transfers parameter.
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.ConfigurationConstants
 
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.ConfigurationConstants
 
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.ConfigurationConstants
 
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.ConfigurationConstants
 
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.ConfigurationConstants
 
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.ConfigurationConstants
 
ADAPTIVE_MONITORING_MAX_CACHE_SIZE - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
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(EntryCallEvent) - Method in class kieker.analysis.behavior.model.UserSession
Add the given event to this user session.
add(EntryCallEvent, boolean) - Method in class kieker.analysis.behavior.model.UserSession
Add the given event to this user session and sort the internal list by the entry time if true is set for sortByEntrytime.
add(IMonitoringRecord) - Method in class kieker.monitoring.writer.dump.DumpQueue
 
add(Execution) - Method in class kieker.model.system.model.ExecutionTrace
Adds an execution to the trace.
add(Execution) - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Deprecated.
Adds an execution to the trace.
add(T) - Method in class kieker.analysis.generic.clustering.mtree.MTree
Adds and indexes a data object.
add(T) - Method in class kieker.analysis.util.RunningMedian
 
ADD_NODES_FOR_EDGES - kieker.analysis.generic.graph.EGraphGenerationMode
 
addAll(Collection<? extends IMonitoringRecord>) - Method in class kieker.monitoring.writer.dump.DumpQueue
 
addAllObjects(List<T>) - Method in class kieker.analysis.plugin.reader.list.ListReader
Deprecated.
This method adds all given records to our list.
addChild(IndexItem<DATA>, double) - Method in interface kieker.analysis.generic.clustering.mtree.ILeafness
 
addChild(IndexItem<T>, double) - Method in class kieker.analysis.generic.clustering.mtree.nodes.AbstractNode
 
addChild(IndexItem<T>, double) - Method in class kieker.analysis.generic.clustering.mtree.nodes.LeafNodeTrait
 
addChild(IndexItem<T>, double) - Method in class kieker.analysis.generic.clustering.mtree.nodes.NonLeafNodeTrait
 
addChildContainer(ExecutionContainer) - Method in class kieker.model.system.model.ExecutionContainer
This method adds a given container to the list of child containers.
addChildContainer(ExecutionContainer) - Method in class kieker.tools.trace.analysis.systemModel.ExecutionContainer
Deprecated.
This method adds a given container to the list of child containers.
addChildGraphIfAbsent(INode) - Method in class kieker.analysis.architecture.dependency.AbstractDependencyGraphBuilder
 
addCluster(Set<T>) - Method in class kieker.analysis.generic.clustering.Clustering
 
addClusterAttribute(DotClusterAttribute, Function<N, String>) - Method in class kieker.analysis.generic.sink.graph.dot.DotExportBuilder
 
addClusterStart(String) - Method in class kieker.analysis.generic.sink.graph.dot.DotGraphWriter
 
addClusterStop() - Method in class kieker.analysis.generic.sink.graph.dot.DotGraphWriter
 
addData(T, double) - Method in class kieker.analysis.generic.clustering.mtree.nodes.AbstractNode
 
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
Deprecated.
Adds a node decorator to this graph.
addDecorator(AbstractNodeDecorator) - Method in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFilter
Adds a node decorator to this graph.
addDefaultEdgeAttribute(DotEdgeAttribute, Function<MutableNetwork<N, E>, String>) - Method in class kieker.analysis.generic.sink.graph.dot.DotExportBuilder
 
addDefaultEdgeAttributes(Map<String, String>) - Method in class kieker.analysis.generic.sink.graph.dot.DotGraphWriter
 
addDefaultNodeAttribute(DotNodeAttribute, Function<MutableNetwork<N, E>, String>) - Method in class kieker.analysis.generic.sink.graph.dot.DotExportBuilder
 
addDefaultNodeAttributes(Map<String, String>) - Method in class kieker.analysis.generic.sink.graph.dot.DotGraphWriter
 
addEdge(String, String) - Method in class kieker.analysis.generic.sink.graph.dot.DotGraphWriter
 
addEdge(String, String, Map<String, String>) - Method in class kieker.analysis.generic.sink.graph.dot.DotGraphWriter
 
addEdge(EntryCallEvent, MutableNetwork<INode, UserBehaviorEdge>, INode, INode) - Method in class kieker.analysis.behavior.UserSessionToBehaviorModelTransformation
Adds an edge to a model, if the edge does not exist already.
addEdge(INode, INode, long) - Method in class kieker.analysis.architecture.dependency.AbstractDependencyGraphBuilder
 
addEdgeAttribute(DotEdgeAttribute, Function<E, String>) - Method in class kieker.analysis.generic.sink.graph.dot.DotExportBuilder
 
addEdgeVisitor(IEdgeVisitor<E>) - Method in class kieker.analysis.generic.graph.traversal.AbstractGraphTraverser
 
addEntry(long, String) - Method in class kieker.analysis.util.HostnameRepository
 
addEvent(EntryCallEvent) - Method in class kieker.analysis.behavior.model.UserBehaviorEdge
Add a new event to the edge.
addExecution(DeployedOperation, DeployedOperation) - Method in class kieker.analysis.architecture.recovery.assembler.TraceBasedExecutionModelAssembler
 
addGraphAttribute(String, String) - Method in class kieker.analysis.generic.sink.graph.dot.DotGraphWriter
 
addGraphAttribute(DotGraphAttribute, Function<MutableNetwork<N, E>, String>) - Method in class kieker.analysis.generic.sink.graph.dot.DotExportBuilder
 
addIncomingDependency(DependencyGraphNode<T>, boolean, TraceInformation, IOriginRetentionPolicy) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
Deprecated.
Adds an incoming dependency to this node.
addIncomingDependency(DependencyGraphNode<T>, TraceInformation, IOriginRetentionPolicy) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
Deprecated.
Adds an incoming dependency to this node.
addIncomingDependency(DependencyGraphNode<T>, boolean, TraceInformation, IOriginRetentionPolicy) - Method in class kieker.visualization.trace.dependency.graph.DependencyGraphNode
Adds an incoming dependency to this node.
addIncomingDependency(DependencyGraphNode<T>, TraceInformation, IOriginRetentionPolicy) - Method in class kieker.visualization.trace.dependency.graph.DependencyGraphNode
Adds an incoming dependency to this node.
addMessage(String) - Method in class kieker.analysis.architecture.adaptation.data.Alarms
 
addMessage(String) - Method in interface kieker.analysis.architecture.adaptation.data.IErrorMessages
Adds one message to the list.
addNode(int, DependencyGraphNode<T>) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraph
Deprecated.
Adds a node to this graph.
addNode(int, DependencyGraphNode<T>) - Method in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraph
Adds a node to this graph.
addNode(String) - Method in class kieker.analysis.generic.sink.graph.dot.DotGraphWriter
 
addNode(String, Map<String, String>) - Method in class kieker.analysis.generic.sink.graph.dot.DotGraphWriter
 
addNodeAttribute(DotNodeAttribute, Function<N, String>) - Method in class kieker.analysis.generic.sink.graph.dot.DotExportBuilder
 
addNodeVisitor(INodeVisitor<N>) - Method in class kieker.analysis.generic.graph.traversal.AbstractGraphTraverser
 
addObject(T) - Method in class kieker.analysis.plugin.reader.list.ListReader
Deprecated.
This method adds the given object to our list.
addObjectToSource(EObject) - Method in class kieker.analysis.architecture.recovery.storage.AbstractDataflowAssemblerStage
 
addOperation(String, String) - Method in class kieker.analysis.architecture.recovery.assembler.OperationAssemblyModelAssembler
 
addOperation(Operation) - Method in class kieker.model.system.model.ComponentType
This method adds a given operation to the list of available operations.
addOperation(Operation) - Method in class kieker.tools.trace.analysis.systemModel.ComponentType
Deprecated.
This method adds a given operation to the list of available operations.
addOrigin(O) - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraphElement
Adds a new origin object to this element.
addOutgoingDependency(DependencyGraphNode<T>, boolean, TraceInformation, IOriginRetentionPolicy) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
Deprecated.
Adds an outgoing dependency to this node.
addOutgoingDependency(DependencyGraphNode<T>, TraceInformation, IOriginRetentionPolicy) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
Deprecated.
Adds an outgoing dependency to this node.
addOutgoingDependency(DependencyGraphNode<T>, boolean, TraceInformation, IOriginRetentionPolicy) - Method in class kieker.visualization.trace.dependency.graph.DependencyGraphNode
Adds an outgoing dependency to this node.
addOutgoingDependency(DependencyGraphNode<T>, TraceInformation, IOriginRetentionPolicy) - Method in class kieker.visualization.trace.dependency.graph.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
 
addSubgraphStart(String) - Method in class kieker.analysis.generic.sink.graph.dot.DotGraphWriter
 
addSubgraphStop() - Method in class kieker.analysis.generic.sink.graph.dot.DotGraphWriter
 
addTrace(T) - Method in class kieker.model.system.model.AbstractSession
Adds a trace to this session.
addTrace(T) - Method in class kieker.tools.trace.analysis.systemModel.AbstractSession
Deprecated.
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
Deprecated.
Adds the given trace to the given tree.
addTraceToTree(AbstractCallTreeNode<T>, MessageTrace, AbstractCallTreeFilter.IPairFactory<T>, boolean) - Static method in class kieker.visualization.trace.call.tree.AbstractCallTreeFilter
Adds the given trace to the given tree.
addVertex(DeployedOperation) - Method in class kieker.analysis.architecture.dependency.AbstractDependencyGraphBuilder
 
addVertex(DeployedOperation) - Method in class kieker.analysis.architecture.dependency.AssemblyLevelComponentDependencyGraphBuilder
 
addVertex(DeployedOperation) - Method in class kieker.analysis.architecture.dependency.AssemblyLevelOperationDependencyGraphBuilder
 
addVertex(DeployedOperation) - Method in class kieker.analysis.architecture.dependency.DeploymentLevelComponentDependencyGraphBuilder
 
addVertex(DeployedOperation) - Method in class kieker.analysis.architecture.dependency.DeploymentLevelContextDependencyGraphBuilder
 
addVertex(DeployedOperation) - Method in class kieker.analysis.architecture.dependency.DeploymentLevelOperationDependencyGraphBuilder
 
addVertex(DeployedOperation) - Method in class kieker.analysis.architecture.dependency.TypeLevelComponentDependencyGraphBuilder
 
addVertex(DeployedOperation) - Method in class kieker.analysis.architecture.dependency.TypeLevelOperationDependencyGraphBuilder
 
addVertexForEntry() - Method in class kieker.analysis.architecture.dependency.AbstractDependencyGraphBuilder
 
addVertexIfAbsent(IGraph<INode, IEdge>, String) - Method in class kieker.analysis.architecture.dependency.AbstractDependencyGraphBuilder
 
ADJACENCYLIST - org.graphdrawing.graphml.GraphOrderType
 
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
 
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
 
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
 
afterTransformation() - Method in class kieker.analysis.generic.sink.graph.AbstractTransformer
 
afterTransformation() - Method in class kieker.analysis.generic.sink.graph.blueprints.BlueprintsTransformer
 
afterTransformation() - Method in class kieker.analysis.generic.sink.graph.dot.DotTransformer
 
afterTransformation() - Method in class kieker.analysis.generic.sink.graph.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
 
AggregatedAllocationComponentOperationCallTreeFilter - Class in kieker.tools.trace.analysis.filter.visualization.callTree
Deprecated.
1.15 ported to teetime
AggregatedAllocationComponentOperationCallTreeFilter - Class in kieker.visualization.trace.call.tree
 
AggregatedAllocationComponentOperationCallTreeFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.visualization.callTree.AggregatedAllocationComponentOperationCallTreeFilter
Deprecated.
Creates a new instance of this class using the given parameters.
AggregatedAllocationComponentOperationCallTreeFilter(SystemModelRepository, boolean, boolean, String) - Constructor for class kieker.visualization.trace.call.tree.AggregatedAllocationComponentOperationCallTreeFilter
Creates a new instance of this class using the given parameters.
AggregatedAssemblyComponentOperationCallTreeFilter - Class in kieker.tools.trace.analysis.filter.visualization.callTree
Deprecated.
1.15 ported to teetime
AggregatedAssemblyComponentOperationCallTreeFilter - Class in kieker.visualization.trace.call.tree
 
AggregatedAssemblyComponentOperationCallTreeFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.visualization.callTree.AggregatedAssemblyComponentOperationCallTreeFilter
Deprecated.
Creates a new instance of this class using the given parameters.
AggregatedAssemblyComponentOperationCallTreeFilter(SystemModelRepository, boolean, boolean, String) - Constructor for class kieker.visualization.trace.call.tree.AggregatedAssemblyComponentOperationCallTreeFilter
Creates a new instance of this class using the given parameters.
AggregatedTraceCreatorStage - Class in kieker.analysis.architecture.trace.aggregation
This class is a TeeTime stage that transforms a Trace to an AggregatedTraceWrapper.
AggregatedTraceCreatorStage(boolean) - Constructor for class kieker.analysis.architecture.trace.aggregation.AggregatedTraceCreatorStage
 
AggregatedTraceUnwrapperStage - Class in kieker.analysis.architecture.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.analysis.architecture.trace.aggregation.AggregatedTraceUnwrapperStage
 
AggregatedTraceWrapper - Class in kieker.analysis.architecture.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.analysis.architecture.trace.aggregation.AggregatedTraceWrapper
 
Alarms - Class in kieker.analysis.architecture.adaptation.data
Collection of alarms.
Alarms() - Constructor for class kieker.analysis.architecture.adaptation.data.Alarms
Create an alarm result.
ALL - kieker.tools.trace.analysis.filter.visualization.graph.OriginRetentionPolicyKind
Value to denote that all origins should be retained.
ALL - org.graphdrawing.graphml.KeyForType
 
AllAccessHandler - Class in kieker.analysis.generic.source
Allow access regardless of the specified ip address.
AllAccessHandler() - Constructor for class kieker.analysis.generic.source.AllAccessHandler
default constructor.
AllenDeployedArchitectureGraphStage - Class in kieker.analysis.metrics.graph.entropy
 
AllenDeployedArchitectureGraphStage(IGraphElementSelector, EGraphGenerationMode) - Constructor for class kieker.analysis.metrics.graph.entropy.AllenDeployedArchitectureGraphStage
 
AllenDeployedMaximalInterconnectedGraphStage - Class in kieker.analysis.metrics.graph.entropy
Compute a graph where every node is connected with every edge.
AllenDeployedMaximalInterconnectedGraphStage(IGraphElementSelector) - Constructor for class kieker.analysis.metrics.graph.entropy.AllenDeployedMaximalInterconnectedGraphStage
 
ALLOCATION - kieker.analysis.architecture.trace.execution.TraceEquivalenceClassFilter.TraceEquivalenceClassModes
Allocation-level equivalence
ALLOCATION - kieker.tools.trace.analysis.filter.traceFilter.TraceEquivalenceClassFilter.TraceEquivalenceClassModes
Deprecated.
Allocation-level equivalence
ALLOCATION - kieker.tools.trace.analysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter.SDModes
Deprecated.
The allocation mode for the sequence diagrams.
ALLOCATION - kieker.visualization.trace.SequenceDiagramFilter.SDModes
The allocation mode for the sequence diagrams.
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.model.system.model
 
AllocationComponent - Class in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 moved to kieker-model
AllocationComponent(int, AssemblyComponent, ExecutionContainer) - Constructor for class kieker.model.system.model.AllocationComponent
 
AllocationComponent(int, AssemblyComponent, ExecutionContainer) - Constructor for class kieker.tools.trace.analysis.systemModel.AllocationComponent
Deprecated.
 
AllocationComponentOperationPair - Class in kieker.model.system.model.util
This class represents a pair consisting of an Operation and an 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.model.system.model.util.AllocationComponentOperationPair
Creates a new instance of this class using the given parameters.
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.model.repository
 
AllocationComponentOperationPairFactory - Class in kieker.tools.trace.analysis.systemModel.repository
 
AllocationComponentOperationPairFactory(SystemModelRepository) - Constructor for class kieker.model.repository.AllocationComponentOperationPairFactory
Creates a new instance of this class using the given parameters.
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.model.repository
 
AllocationRepository - Class in kieker.tools.trace.analysis.systemModel.repository
 
AllocationRepository(SystemModelRepository) - Constructor for class kieker.model.repository.AllocationRepository
Creates a new instance of this class using the given parameters.
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.analysis.util.stage
 
AllowedRecordsFilter() - Constructor for class kieker.analysis.util.stage.AllowedRecordsFilter
 
AllSelector - Class in kieker.analysis.generic.graph.selector
 
AllSelector() - Constructor for class kieker.analysis.generic.graph.selector.AllSelector
 
AllSelectorColor - Class in kieker.analysis.generic.graph.selector
 
AllSelectorColor(String[], String[]) - Constructor for class kieker.analysis.generic.graph.selector.AllSelectorColor
 
AMPERE - kieker.model.analysismodel.statistics.ESIUnitType
The 'Ampere' literal object.
AMPERE_VALUE - Static variable in enum kieker.model.analysismodel.statistics.ESIUnitType
The 'Ampere' literal value.
AmqpReader - Class in kieker.analysis.plugin.reader.amqp
Deprecated.
since 1.15.1 old plugin api
AmqpReader(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.reader.amqp.AmqpReader
Deprecated.
Creates a new AMQP reader with the given configuration in the given context.
AMQPReader - Class in kieker.analysis.generic.source.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.analysis.generic.source.amqp.AMQPReader
Creates a new logic module for an AMQP reader.
AMQPReaderStage - Class in kieker.analysis.generic.source.amqp
Reader stage that reads monitoring records from an AMQP queue.
AMQPReaderStage(String, String, int) - Constructor for class kieker.analysis.generic.source.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) - Constructor for exception kieker.analysis.exception.AnalysisConfigurationException
Creates a new instance of this class using the given parameters.
AnalysisConfigurationException(String, Throwable) - Constructor for exception kieker.analysis.exception.AnalysisConfigurationException
Creates a new instance of this class using the given parameters.
AnalysisController - Class in kieker.analysis
Deprecated.
1.15 can be removed when all filter and tools have been ported to TeeTime
AnalysisController - Annotation Type in kieker.analysis.annotation
Deprecated.
since 1.15.1
AnalysisController() - Constructor for class kieker.analysis.AnalysisController
Deprecated.
Constructs an AnalysisController instance.
AnalysisController(File) - Constructor for class kieker.analysis.AnalysisController
Deprecated.
This constructors creates an AnalysisController instance, using the given file to load an analysis model.
AnalysisController(File, ClassLoader) - Constructor for class kieker.analysis.AnalysisController
Deprecated.
This constructors creates an AnalysisController instance, using the given file to load an analysis model and the given classloader to initialize the objects.
AnalysisController(String) - Constructor for class kieker.analysis.AnalysisController
Deprecated.
Constructs an AnalysisController instance using the given parameter.
AnalysisController(MIProject) - Constructor for class kieker.analysis.AnalysisController
Deprecated.
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
Deprecated.
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
Deprecated.
Constructs an AnalysisController instance using the given parameter.
AnalysisController.AnalysisControllerWithMapping - Class in kieker.analysis
Deprecated.
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
Deprecated.
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
Deprecated.
An enumeration used to describe the state of an AnalysisController.
AnalysisControllerThread - Class in kieker.analysis
Deprecated.
since 1.15.1
AnalysisControllerThread(IAnalysisController) - Constructor for class kieker.analysis.AnalysisControllerThread
Deprecated.
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
Deprecated.
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.model.analysismodel
The Factory for the model.
AnalysismodelFactoryImpl - Class in kieker.model.analysismodel.impl
An implementation of the model Factory.
AnalysismodelFactoryImpl() - Constructor for class kieker.model.analysismodel.impl.AnalysismodelFactoryImpl
Creates an instance of the factory.
AnalysismodelPackage - Interface in kieker.model.analysismodel
The Package for the model.
AnalysismodelPackage.Literals - Interface in kieker.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.model.analysismodel.impl
An implementation of the model Package.
AnalysisThroughputFilter - Class in kieker.analysis.plugin.filter.forward
Deprecated.
since 1.15.1 old plugin api
AnalysisThroughputFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.forward.AnalysisThroughputFilter
Deprecated.
 
AnalysisThroughputStage - Class in kieker.analysis.generic
An instance of this class computes the throughput in terms of the number of objects received per time unit.
AnalysisThroughputStage() - Constructor for class kieker.analysis.generic.AnalysisThroughputStage
Default constructor.
appendBegin(T) - Method in class kieker.analysis.util.timeseries.BoundedTimeSeries
 
appendBegin(T) - Method in class kieker.analysis.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
Deprecated.
Append edge to *sorted* list of children.
appendChildEdge(WeightedDirectedCallTreeEdge<T>) - Method in class kieker.visualization.trace.call.tree.AbstractCallTreeNode
Append edge to *sorted* list of children.
appendEnd(T) - Method in class kieker.analysis.util.timeseries.BoundedTimeSeries
 
appendEnd(T) - Method in class kieker.analysis.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
Deprecated.
Outputs the default graph footer to the given builder.
appendGraphFooter(StringBuilder) - Method in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFormatter
Outputs the default graph footer to the given builder.
appendGraphHeader(StringBuilder) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
Deprecated.
Outputs the default graph header to the given builder.
appendGraphHeader(StringBuilder) - Method in class kieker.visualization.trace.dependency.graph.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.ConfigurationConstants
 
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(ChronoUnit) - Method in class kieker.analysis.util.time.ChronoUnitToSymbolMapper
 
apply(IGraph<N, E>) - Method in class kieker.analysis.generic.graph.mapping.SimpleFileNameMapper
 
apply(INode) - Method in class kieker.analysis.architecture.trace.graph.dot.NodeLabelMapper
 
apply(T) - Method in class kieker.analysis.generic.graph.mapping.DirectPropertyMapper
 
ArchitectureModelManagementUtils - Class in kieker.analysis.architecture.repository
Reading and storing model repositories.
ArchitectureModelRepositoryFactory - Class in kieker.analysis.architecture.repository
Create, load and store architecture and utility models.
ArchitectureModelUtils - Class in kieker.analysis.architecture.repository
The standard model descriptors.
areAllRepositoryPortsConnected() - Method in class kieker.analysis.plugin.AbstractPlugin
Deprecated.
This method checks whether all repository ports of the current plugin are connected.
ArrayElementStage<T> - Class in kieker.analysis.generic
Stage that accepts an array of object of type and sends them to its output port individually.
ArrayElementStage() - Constructor for class kieker.analysis.generic.ArrayElementStage
 
ARROWHEAD - kieker.analysis.generic.sink.graph.dot.attributes.DotEdgeAttribute
 
ARROWSIZE - kieker.analysis.generic.sink.graph.dot.attributes.DotEdgeAttribute
 
ARROWTAIL - kieker.analysis.generic.sink.graph.dot.attributes.DotEdgeAttribute
 
AsciiLogReader - Class in kieker.analysis.plugin.reader.filesystem
Deprecated.
1.15 replaced by teetime file reading facilities
AsciiLogReader(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.reader.filesystem.AsciiLogReader
Deprecated.
Creates a new instance of this class using the given parameters.
assemble(DeployedOperationCallEvent) - Method in class kieker.analysis.architecture.recovery.assembler.InvocationExecutionModelAssembler
 
assemble(OperationEvent) - Method in class kieker.analysis.architecture.recovery.assembler.OperationAssemblyModelAssembler
 
assemble(OperationEvent) - Method in class kieker.analysis.architecture.recovery.assembler.OperationDeploymentModelAssembler
 
assemble(OperationEvent) - Method in class kieker.analysis.architecture.recovery.assembler.OperationTypeModelAssembler
 
assemble(StorageEvent) - Method in class kieker.analysis.architecture.recovery.assembler.StorageAssemblyModelAssembler
 
assemble(StorageEvent) - Method in class kieker.analysis.architecture.recovery.assembler.StorageDeploymentModelAssembler
 
assemble(StorageEvent) - Method in class kieker.analysis.architecture.recovery.assembler.StorageTypeModelAssembler
 
assemble(OperationCall) - Method in class kieker.analysis.architecture.recovery.assembler.TraceBasedExecutionModelAssembler
 
assemble(T) - Method in class kieker.analysis.architecture.recovery.assembler.AbstractModelAssembler
Process an event of type T and add corresponding model elements to the model.
ASSEMBLY - kieker.analysis.architecture.trace.execution.TraceEquivalenceClassFilter.TraceEquivalenceClassModes
Assembly-level equivalence
ASSEMBLY - kieker.tools.trace.analysis.filter.traceFilter.TraceEquivalenceClassFilter.TraceEquivalenceClassModes
Deprecated.
Assembly-level equivalence
ASSEMBLY - kieker.tools.trace.analysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter.SDModes
Deprecated.
The assembly mode for the sequence diagrams.
ASSEMBLY - kieker.visualization.trace.SequenceDiagramFilter.SDModes
The assembly mode for the sequence diagrams.
ASSEMBLY_COMPONENT - kieker.analysis.architecture.dependency.VertexType
 
ASSEMBLY_COMPONENT - Static variable in class kieker.analysis.architecture.recovery.ModelObjectFromOperationCallAccessorUtils
 
ASSEMBLY_COMPONENT - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The meta object id for the 'Component' class.
ASSEMBLY_COMPONENT - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage.Literals
The meta object literal for the 'Component' class.
ASSEMBLY_COMPONENT__COMPONENT_TYPE - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The feature id for the 'Component Type' reference.
ASSEMBLY_COMPONENT__COMPONENT_TYPE - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage.Literals
The meta object literal for the 'Component Type' reference feature.
ASSEMBLY_COMPONENT__CONTAINED_COMPONENTS - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The feature id for the 'Contained Components' reference list.
ASSEMBLY_COMPONENT__CONTAINED_COMPONENTS - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage.Literals
The meta object literal for the 'Contained Components' reference list feature.
ASSEMBLY_COMPONENT__OPERATIONS - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The feature id for the 'Operations' map.
ASSEMBLY_COMPONENT__OPERATIONS - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage.Literals
The meta object literal for the 'Operations' map feature.
ASSEMBLY_COMPONENT__PROVIDED_INTERFACES - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The feature id for the 'Provided Interfaces' map.
ASSEMBLY_COMPONENT__PROVIDED_INTERFACES - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage.Literals
The meta object literal for the 'Provided Interfaces' map feature.
ASSEMBLY_COMPONENT__REQUIRED_INTERFACES - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The feature id for the 'Required Interfaces' containment reference list.
ASSEMBLY_COMPONENT__REQUIRED_INTERFACES - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage.Literals
The meta object literal for the 'Required Interfaces' containment reference list feature.
ASSEMBLY_COMPONENT__SIGNATURE - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The feature id for the 'Signature' attribute.
ASSEMBLY_COMPONENT__SIGNATURE - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage.Literals
The meta object literal for the 'Signature' attribute feature.
ASSEMBLY_COMPONENT__STORAGES - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The feature id for the 'Storages' map.
ASSEMBLY_COMPONENT__STORAGES - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage.Literals
The meta object literal for the 'Storages' map 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.model.analysismodel.assembly.AssemblyPackage
The number of structural features of the 'Component' class.
ASSEMBLY_COMPONENT_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The number of operations of the 'Component' class.
ASSEMBLY_MODEL - Static variable in class kieker.analysis.architecture.repository.ArchitectureModelUtils
 
ASSEMBLY_MODEL - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The meta object id for the 'Model' class.
ASSEMBLY_MODEL - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage.Literals
The meta object literal for the 'Model' class.
ASSEMBLY_MODEL__COMPONENTS - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The feature id for the 'Components' map.
ASSEMBLY_MODEL__COMPONENTS - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage.Literals
The meta object literal for the 'Components' map feature.
ASSEMBLY_MODEL_DESCRIPTOR - Static variable in class kieker.analysis.architecture.repository.ArchitectureModelRepositoryFactory
Model descriptor for the assembly model.
ASSEMBLY_MODEL_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The number of structural features of the 'Model' class.
ASSEMBLY_MODEL_NAME - Static variable in class kieker.analysis.architecture.repository.ArchitectureModelRepositoryFactory
Standard assembly model file name.
ASSEMBLY_MODEL_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The number of operations of the 'Model' class.
ASSEMBLY_OPERATION - kieker.analysis.architecture.dependency.VertexType
 
ASSEMBLY_OPERATION - Static variable in class kieker.analysis.architecture.recovery.ModelObjectFromOperationCallAccessorUtils
 
ASSEMBLY_OPERATION - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The meta object id for the 'Operation' class.
ASSEMBLY_OPERATION - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage.Literals
The meta object literal for the 'Operation' class.
ASSEMBLY_OPERATION___GET_COMPONENT - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The operation id for the 'Get Component' operation.
ASSEMBLY_OPERATION___GET_COMPONENT - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage.Literals
The meta object literal for the 'Get Component' operation.
ASSEMBLY_OPERATION__OPERATION_TYPE - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The feature id for the 'Operation Type' reference.
ASSEMBLY_OPERATION__OPERATION_TYPE - Static variable in interface kieker.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.model.analysismodel.assembly.AssemblyPackage
The number of structural features of the 'Operation' class.
ASSEMBLY_OPERATION_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The number of operations of the 'Operation' class.
ASSEMBLY_PROVIDED_INTERFACE - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The meta object id for the 'Provided Interface' class.
ASSEMBLY_PROVIDED_INTERFACE - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage.Literals
The meta object literal for the 'Provided Interface' class.
ASSEMBLY_PROVIDED_INTERFACE__PROVIDED_INTERFACE_TYPE - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The feature id for the 'Provided Interface Type' reference.
ASSEMBLY_PROVIDED_INTERFACE__PROVIDED_INTERFACE_TYPE - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage.Literals
The meta object literal for the 'Provided Interface Type' reference feature.
ASSEMBLY_PROVIDED_INTERFACE_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The number of structural features of the 'Provided Interface' class.
ASSEMBLY_PROVIDED_INTERFACE_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The number of operations of the 'Provided Interface' class.
ASSEMBLY_REQUIRED_INTERFACE - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The meta object id for the 'Required Interface' class.
ASSEMBLY_REQUIRED_INTERFACE - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage.Literals
The meta object literal for the 'Required Interface' class.
ASSEMBLY_REQUIRED_INTERFACE__REQUIRED_INTERFACE_TYPE - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The feature id for the 'Required Interface Type' reference.
ASSEMBLY_REQUIRED_INTERFACE__REQUIRED_INTERFACE_TYPE - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage.Literals
The meta object literal for the 'Required Interface Type' reference feature.
ASSEMBLY_REQUIRED_INTERFACE__REQUIRES - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The feature id for the 'Requires' reference.
ASSEMBLY_REQUIRED_INTERFACE__REQUIRES - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage.Literals
The meta object literal for the 'Requires' reference feature.
ASSEMBLY_REQUIRED_INTERFACE_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The number of structural features of the 'Required Interface' class.
ASSEMBLY_REQUIRED_INTERFACE_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The number of operations of the 'Required Interface' 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.
ASSEMBLY_STORAGE - kieker.analysis.architecture.dependency.VertexType
 
ASSEMBLY_STORAGE - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The meta object id for the 'Storage' class.
ASSEMBLY_STORAGE - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage.Literals
The meta object literal for the 'Storage' class.
ASSEMBLY_STORAGE___GET_COMPONENT - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The operation id for the 'Get Component' operation.
ASSEMBLY_STORAGE___GET_COMPONENT - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage.Literals
The meta object literal for the 'Get Component' operation.
ASSEMBLY_STORAGE__STORAGE_TYPE - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The feature id for the 'Storage Type' reference.
ASSEMBLY_STORAGE__STORAGE_TYPE - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage.Literals
The meta object literal for the 'Storage Type' reference feature.
ASSEMBLY_STORAGE_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The number of structural features of the 'Storage' class.
ASSEMBLY_STORAGE_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The number of operations of the 'Storage' class.
AssemblyAdapterFactory - Class in kieker.model.analysismodel.assembly.util
The Adapter Factory for the model.
AssemblyAdapterFactory() - Constructor for class kieker.model.analysismodel.assembly.util.AssemblyAdapterFactory
Creates an instance of the adapter factory.
assemblyComponent - Variable in class kieker.model.analysismodel.deployment.impl.DeployedComponentImpl
The cached value of the 'Assembly Component' reference.
AssemblyComponent - Class in kieker.model.system.model
 
AssemblyComponent - Class in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 moved to kieker-model
AssemblyComponent - Interface in kieker.model.analysismodel.assembly
A representation of the model object 'Component'.
AssemblyComponent(int, String, ComponentType) - Constructor for class kieker.model.system.model.AssemblyComponent
Creates a new instance of this class using the given parameters.
AssemblyComponent(int, String, ComponentType) - Constructor for class kieker.tools.trace.analysis.systemModel.AssemblyComponent
Deprecated.
Creates a new instance of this class using the given parameters.
AssemblyComponentImpl - Class in kieker.model.analysismodel.assembly.impl
An implementation of the model object 'Component'.
AssemblyComponentImpl() - Constructor for class kieker.model.analysismodel.assembly.impl.AssemblyComponentImpl
AssemblyComponentOperationPair - Class in kieker.model.system.model.util
This class represents a pair consisting of an Operation and an AssemblyComponent.
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.model.system.model.util.AssemblyComponentOperationPair
Creates a new instance of this class using the given parameters.
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.model.repository
 
AssemblyComponentOperationPairFactory - Class in kieker.tools.trace.analysis.systemModel.repository
 
AssemblyComponentOperationPairFactory(SystemModelRepository) - Constructor for class kieker.model.repository.AssemblyComponentOperationPairFactory
Creates a new instance of this class using the given parameters.
AssemblyComponentOperationPairFactory(SystemModelRepository) - Constructor for class kieker.tools.trace.analysis.systemModel.repository.AssemblyComponentOperationPairFactory
Creates a new instance of this class using the given parameters.
AssemblyFactory - Interface in kieker.model.analysismodel.assembly
The Factory for the model.
AssemblyFactoryImpl - Class in kieker.model.analysismodel.assembly.impl
An implementation of the model Factory.
AssemblyFactoryImpl() - Constructor for class kieker.model.analysismodel.assembly.impl.AssemblyFactoryImpl
Creates an instance of the factory.
AssemblyLevelComponentDependencyGraphBuilder - Class in kieker.analysis.architecture.dependency
Dependency graph builder for component dependency graphs at the assembly level.
AssemblyLevelComponentDependencyGraphBuilder() - Constructor for class kieker.analysis.architecture.dependency.AssemblyLevelComponentDependencyGraphBuilder
 
AssemblyLevelComponentDependencyGraphBuilderFactory - Class in kieker.analysis.architecture.dependency
 
AssemblyLevelComponentDependencyGraphBuilderFactory() - Constructor for class kieker.analysis.architecture.dependency.AssemblyLevelComponentDependencyGraphBuilderFactory
 
AssemblyLevelOperationDependencyGraphBuilder - Class in kieker.analysis.architecture.dependency
Dependency graph builder for operation dependency graphs at the assembly level.
AssemblyLevelOperationDependencyGraphBuilder() - Constructor for class kieker.analysis.architecture.dependency.AssemblyLevelOperationDependencyGraphBuilder
 
AssemblyLevelOperationDependencyGraphBuilderFactory - Class in kieker.analysis.architecture.dependency
 
AssemblyLevelOperationDependencyGraphBuilderFactory() - Constructor for class kieker.analysis.architecture.dependency.AssemblyLevelOperationDependencyGraphBuilderFactory
 
AssemblyModel - Interface in kieker.model.analysismodel.assembly
A representation of the model object 'Model'.
AssemblyModelImpl - Class in kieker.model.analysismodel.assembly.impl
An implementation of the model object 'Model'.
AssemblyModelImpl() - Constructor for class kieker.model.analysismodel.assembly.impl.AssemblyModelImpl
assemblyOperation - Variable in class kieker.model.analysismodel.deployment.impl.DeployedOperationImpl
The cached value of the 'Assembly Operation' reference.
AssemblyOperation - Interface in kieker.model.analysismodel.assembly
A representation of the model object 'Operation'.
AssemblyOperationImpl - Class in kieker.model.analysismodel.assembly.impl
An implementation of the model object 'Operation'.
AssemblyOperationImpl() - Constructor for class kieker.model.analysismodel.assembly.impl.AssemblyOperationImpl
AssemblyPackage - Interface in kieker.model.analysismodel.assembly
The Package for the model.
AssemblyPackage.Literals - Interface in kieker.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.model.analysismodel.assembly.impl
An implementation of the model Package.
AssemblyProvidedInterface - Interface in kieker.model.analysismodel.assembly
A representation of the model object 'Provided Interface'.
AssemblyProvidedInterfaceImpl - Class in kieker.model.analysismodel.assembly.impl
An implementation of the model object 'Provided Interface'.
AssemblyProvidedInterfaceImpl() - Constructor for class kieker.model.analysismodel.assembly.impl.AssemblyProvidedInterfaceImpl
AssemblyRepository - Class in kieker.model.repository
 
AssemblyRepository - Class in kieker.tools.trace.analysis.systemModel.repository
 
AssemblyRepository(SystemModelRepository) - Constructor for class kieker.model.repository.AssemblyRepository
Creates a new instance of this class using the given parameters.
AssemblyRepository(SystemModelRepository) - Constructor for class kieker.tools.trace.analysis.systemModel.repository.AssemblyRepository
Creates a new instance of this class using the given parameters.
AssemblyRequiredInterface - Interface in kieker.model.analysismodel.assembly
A representation of the model object 'Required Interface'.
AssemblyRequiredInterfaceImpl - Class in kieker.model.analysismodel.assembly.impl
An implementation of the model object 'Required Interface'.
AssemblyRequiredInterfaceImpl() - Constructor for class kieker.model.analysismodel.assembly.impl.AssemblyRequiredInterfaceImpl
assemblyStorage - Variable in class kieker.model.analysismodel.deployment.impl.DeployedStorageImpl
The cached value of the 'Assembly Storage' reference.
AssemblyStorage - Interface in kieker.model.analysismodel.assembly
A representation of the model object 'Storage'.
AssemblyStorageImpl - Class in kieker.model.analysismodel.assembly.impl
An implementation of the model object 'Storage'.
AssemblyStorageImpl() - Constructor for class kieker.model.analysismodel.assembly.impl.AssemblyStorageImpl
AssemblySwitch<T> - Class in kieker.model.analysismodel.assembly.util
The Switch for the model's inheritance hierarchy.
AssemblySwitch() - Constructor for class kieker.model.analysismodel.assembly.util.AssemblySwitch
Creates an instance of the switch.
ATTO - kieker.model.analysismodel.statistics.EPrefix
The 'Atto' literal object.
ATTO_VALUE - Static variable in enum kieker.model.analysismodel.statistics.EPrefix
The 'Atto' literal value.
ATTR_CONNECTOR - Static variable in class kieker.analysis.generic.sink.graph.dot.DotGraphConstants
 
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.ConfigurationConstants
 
AUTO_SET_LOGGINGTSTAMP - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
awaitInitialization() - Method in class kieker.analysis.AnalysisController
Deprecated.
Causes the calling thread to wait until the analysis controller has been initialized.
awaitTermination() - Method in class kieker.analysis.AnalysisControllerThread
Deprecated.
Awaits the termination of the contained AnalysisController.
awaitTermination(long, TimeUnit) - Method in class kieker.analysis.AnalysisControllerThread
Deprecated.
Awaits (with timeout) 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.analysis.util.IBackwardsIterable
Returns an Iterable that iterates the elements backwards using the Iterator returned by backwardsIterator().
backwardsIterator() - Method in interface kieker.analysis.util.IBackwardsIterable
Returns an Iterator that iterates the elements backwards.
backwardsIterator() - Method in class kieker.analysis.util.timeseries.TimeSeries
Returns an iterator over the time series points in this time series.
BalancedPartitionFunction<T> - Class in kieker.analysis.generic.clustering.mtree
A partition function that tries to distribute the data objects equally between the promoted data objects, associating to each promoted data objects the nearest data objects.
BalancedPartitionFunction() - Constructor for class kieker.analysis.generic.clustering.mtree.BalancedPartitionFunction
 
BasicCostFunction<N extends INode,​E extends IEdge> - Class in kieker.analysis.generic.graph.clustering
Generic cost function implementation for graphs.
BasicCostFunction(double, double) - Constructor for class kieker.analysis.generic.graph.clustering.BasicCostFunction
 
basicGetAssemblyComponent() - Method in class kieker.model.analysismodel.deployment.impl.DeployedComponentImpl
basicGetAssemblyOperation() - Method in class kieker.model.analysismodel.deployment.impl.DeployedOperationImpl
basicGetAssemblyStorage() - Method in class kieker.model.analysismodel.deployment.impl.DeployedStorageImpl
basicGetCallee() - Method in class kieker.model.analysismodel.execution.impl.InvocationImpl
basicGetCallee() - Method in class kieker.model.analysismodel.execution.impl.OperationDataflowImpl
basicGetCaller() - Method in class kieker.model.analysismodel.execution.impl.InvocationImpl
basicGetCaller() - Method in class kieker.model.analysismodel.execution.impl.OperationDataflowImpl
basicGetCode() - Method in class kieker.model.analysismodel.execution.impl.StorageDataflowImpl
basicGetComponentType() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyComponentImpl
basicGetDisplay() - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplayConnector
basicGetFirst() - Method in class kieker.model.analysismodel.execution.impl.TupleImpl
basicGetOperation() - Method in class kieker.model.analysismodel.trace.impl.OperationCallImpl
basicGetOperationType() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyOperationImpl
basicGetParent() - Method in class kieker.model.analysismodel.trace.impl.OperationCallImpl
basicGetProvided() - Method in class kieker.model.collection.impl.CouplingImpl
basicGetProvided() - Method in class kieker.model.collection.impl.OperationCollectionImpl
basicGetProvidedInterface() - Method in class kieker.model.analysismodel.deployment.impl.DeployedProvidedInterfaceImpl
basicGetProvidedInterfaceType() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyProvidedInterfaceImpl
basicGetRepository() - Method in class kieker.analysis.model.analysisMetaModel.impl.MRepositoryConnector
basicGetRequired() - Method in class kieker.model.collection.impl.CouplingImpl
basicGetRequired() - Method in class kieker.model.collection.impl.OperationCollectionImpl
basicGetRequiredInterface() - Method in class kieker.model.analysismodel.deployment.impl.DeployedRequiredInterfaceImpl
basicGetRequiredInterfaceType() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyRequiredInterfaceImpl
basicGetRequires() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyRequiredInterfaceImpl
basicGetRequires() - Method in class kieker.model.analysismodel.deployment.impl.DeployedRequiredInterfaceImpl
basicGetRequires() - Method in class kieker.model.analysismodel.type.impl.RequiredInterfaceTypeImpl
basicGetSecond() - Method in class kieker.model.analysismodel.execution.impl.TupleImpl
basicGetStorage() - Method in class kieker.model.analysismodel.execution.impl.StorageDataflowImpl
basicGetStorageType() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyStorageImpl
basicGetTypedKey() - Method in class kieker.model.analysismodel.source.impl.EObjectToSourceEntryImpl
basicGetTypedKey() - Method in class kieker.model.analysismodel.statistics.impl.EObjectToStatisticsMapEntryImpl
basicGetTypedValue() - Method in class kieker.model.analysismodel.type.impl.InterfaceEStringToOperationTypeMapEntryImpl
basicGetTypedValue() - Method in class kieker.model.collection.impl.NameToOperationMapImpl
basicGetUnit() - Method in class kieker.model.analysismodel.statistics.impl.ScalarMeasurementImpl
basicSetParent(MIFilter, NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MInputPort
basicSetParent(MIPlugin, NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplay
basicSetParent(MIPlugin, NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MOutputPort
basicSetParent(OperationCall, NotificationChain) - Method in class kieker.model.analysismodel.trace.impl.OperationCallImpl
basicSetRootOperationCall(OperationCall, NotificationChain) - Method in class kieker.model.analysismodel.trace.impl.TraceImpl
BasicSettings - Class in kieker.tools.common
Some default settings which may be used by legacy applications and maybe new applications.
BasicSettings() - Constructor for class kieker.tools.common.BasicSettings
 
basicSetTypedKey(Tuple<DeployedOperation, DeployedOperation>, NotificationChain) - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedOperationsMapEntryImpl
basicSetTypedKey(Tuple<DeployedOperation, DeployedOperation>, NotificationChain) - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToInvocationMapEntryImpl
basicSetTypedKey(Tuple<DeployedOperation, DeployedStorage>, NotificationChain) - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedStorageMapEntryImpl
basicSetTypedKey(Coupling, NotificationChain) - Method in class kieker.model.collection.impl.CouplingToOperationMapImpl
basicSetTypedValue(AssemblyComponent, NotificationChain) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
basicSetTypedValue(AssemblyOperation, NotificationChain) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
basicSetTypedValue(AssemblyProvidedInterface, NotificationChain) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyProvidedInterfaceMapEntryImpl
basicSetTypedValue(AssemblyStorage, NotificationChain) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyStorageMapEntryImpl
basicSetTypedValue(DeployedComponent, NotificationChain) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
basicSetTypedValue(DeployedOperation, NotificationChain) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
basicSetTypedValue(DeployedProvidedInterface, NotificationChain) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedProvidedInterfaceMapEntryImpl
basicSetTypedValue(DeployedStorage, NotificationChain) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedStorageMapEntryImpl
basicSetTypedValue(DeploymentContext, NotificationChain) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
basicSetTypedValue(Invocation, NotificationChain) - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToInvocationMapEntryImpl
basicSetTypedValue(OperationDataflow, NotificationChain) - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedOperationsMapEntryImpl
basicSetTypedValue(StorageDataflow, NotificationChain) - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedStorageMapEntryImpl
basicSetTypedValue(StatisticRecord, NotificationChain) - Method in class kieker.model.analysismodel.statistics.impl.EObjectToStatisticsMapEntryImpl
basicSetTypedValue(ComponentType, NotificationChain) - Method in class kieker.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
basicSetTypedValue(OperationType, NotificationChain) - Method in class kieker.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
basicSetTypedValue(ProvidedInterfaceType, NotificationChain) - Method in class kieker.model.analysismodel.type.impl.EStringToProvidedInterfaceTypeMapEntryImpl
basicSetTypedValue(StorageType, NotificationChain) - Method in class kieker.model.analysismodel.type.impl.EStringToStorageTypeMapEntryImpl
basicSetTypedValue(OperationCollection, NotificationChain) - Method in class kieker.model.collection.impl.CouplingToOperationMapImpl
BasicTcpControlEvent - Class in kieker.analysis.architecture.adaptation.events
Contains the information needed to control a certain probe via TCP.
BasicTcpControlEvent(String, int, String, String, long) - Constructor for class kieker.analysis.architecture.adaptation.events.BasicTcpControlEvent
Creates a complete control event.
BasicTcpControlEvent(String, long) - Constructor for class kieker.analysis.architecture.adaptation.events.BasicTcpControlEvent
Creates a new control event without content except the pattern.
BasicTraceSignatureProcessor - Class in kieker.analysis.behavior.signature.processor
 
BasicTraceSignatureProcessor() - Constructor for class kieker.analysis.behavior.signature.processor.BasicTraceSignatureProcessor
 
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
 
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.analysis.generic.sink.graph.AbstractTransformer
 
beforeTransformation() - Method in class kieker.analysis.generic.sink.graph.blueprints.BlueprintsTransformer
 
beforeTransformation() - Method in class kieker.analysis.generic.sink.graph.dot.DotTransformer
 
beforeTransformation() - Method in class kieker.analysis.generic.sink.graph.graphml.GraphMLTransformer
 
BeginEndOfMonitoringDetector - Class in kieker.analysis.util.stage
 
BeginEndOfMonitoringDetector() - Constructor for class kieker.analysis.util.stage.BeginEndOfMonitoringDetector
 
BehaviorModelToOpticsDataTransformation<N extends INode,​E extends IEdge> - Class in kieker.analysis.behavior.clustering
Converts Behavior Models to Optics Data objects.
BehaviorModelToOpticsDataTransformation(OPTICSDataGED<MutableNetwork<N, E>>) - Constructor for class kieker.analysis.behavior.clustering.BehaviorModelToOpticsDataTransformation
 
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.generic.source.file
This deserializer reads a binary input stream and deserializes them into IMonitoringRecords.
BinaryEventDeserializer(Integer, ReaderRegistry<String>) - Constructor for class kieker.analysis.generic.source.file.BinaryEventDeserializer
 
BinaryFileStreamProcessor - Class in kieker.analysis.plugin.reader.filesystem
Deprecated.
1.15 replaced by teetime log reading facilities
BinaryFileStreamProcessor(ReaderRegistry<String>, IMonitoringRecordReceiver) - Constructor for class kieker.analysis.plugin.reader.filesystem.BinaryFileStreamProcessor
Deprecated.
Create a binary file stream processor.
BinaryLogReader - Class in kieker.analysis.plugin.reader.filesystem
Deprecated.
1.15 replaced by teetime log reading facilities
BinaryLogReader(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.reader.filesystem.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<N extends INode,​E extends IEdge> - Class in kieker.analysis.generic.sink.graph.blueprints
 
BlueprintsTransformer(IGraph<N, E>) - Constructor for class kieker.analysis.generic.sink.graph.blueprints.BlueprintsTransformer
 
BlueprintsTransformerStage<N extends INode,​E extends IEdge> - Class in kieker.analysis.generic.sink.graph.blueprints
 
BlueprintsTransformerStage() - Constructor for class kieker.analysis.generic.sink.graph.blueprints.BlueprintsTransformerStage
 
BOOLEAN - org.graphdrawing.graphml.KeyTypeType
 
BOTH - kieker.model.analysismodel.execution.EDirection
The 'BOTH' literal object.
BOTH_VALUE - Static variable in enum kieker.model.analysismodel.execution.EDirection
The 'BOTH' literal value.
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.analysis.util.timeseries
A TimeSeries with a maximum time span.
BoundedTimeSeries(Duration) - Constructor for class kieker.analysis.util.timeseries.BoundedTimeSeries
 
BoundedTimeSeries(Duration, TimeSeries<T>) - Constructor for class kieker.analysis.util.timeseries.BoundedTimeSeries
 
BoundedTimeSeries(BoundedTimeSeries<T>) - Constructor for class kieker.analysis.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.generic.depcompression.Bzip2DecompressionFilter
 
BUFFER_SIZE - Static variable in class kieker.analysis.generic.depcompression.GZipDecompressionFilter
 
BUFFER_SIZE - Static variable in class kieker.analysis.generic.depcompression.XZDecompressionFilter
 
BUFFER_SIZE - Static variable in class kieker.analysis.generic.depcompression.ZipDecompressionFilter
 
BUFFER_SIZE - Static variable in class kieker.analysis.generic.source.file.BinaryEventDeserializer
 
BUFFER_SIZE - Static variable in class kieker.analysis.generic.source.file.DatEventDeserializer
 
build() - Method in class kieker.analysis.generic.sink.graph.dot.DotExportBuilder
 
build(String, String) - Method in interface kieker.analysis.architecture.recovery.signature.IComponentNameBuilder
 
build(String, String) - Method in class kieker.analysis.architecture.recovery.signature.JavaFullComponentNameBuilder
 
build(String, String) - Method in class kieker.analysis.architecture.recovery.signature.JavaShortComponentNameBuilder
 
build(Collection<String>, String, String, Collection<String>) - Method in interface kieker.analysis.architecture.recovery.signature.IOperationNameBuilder
 
build(Collection<String>, String, String, Collection<String>) - Method in class kieker.analysis.architecture.recovery.signature.JavaFullOperationNameBuilder
 
build(Collection<String>, String, String, Collection<String>) - Method in class kieker.analysis.architecture.recovery.signature.JavaShortOperationNameBuilder
 
build(ModelRepository) - Method in class kieker.analysis.architecture.dependency.AbstractDependencyGraphBuilder
 
build(ModelRepository) - Method in interface kieker.analysis.architecture.dependency.IDependencyGraphBuilder
 
build(ComponentType) - Method in interface kieker.analysis.architecture.recovery.signature.IComponentNameBuilder
 
build(OperationType) - Method in interface kieker.analysis.architecture.recovery.signature.IOperationNameBuilder
 
builder - Variable in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatterVisitor
Deprecated.
 
builder - Variable in class kieker.visualization.trace.dependency.graph.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
Deprecated.
since 1.15.1 old plugin api
ByteBufferDeserializer(ReaderRegistry<String>, Logger, int) - Constructor for class kieker.analysis.plugin.reader.util.ByteBufferDeserializer
Deprecated.
 
BZIP2_FILE_EXTENSION - Static variable in class kieker.common.util.filesystem.FSUtil
The extension of Kieker's bzip2ed record files.
BZip2CompressionFilter - Class in kieker.monitoring.writer.compression
Bzip2 compression filter for the writer pool.
BZip2CompressionFilter(Configuration) - Constructor for class kieker.monitoring.writer.compression.BZip2CompressionFilter
Initialize GZipCompression with parameter to adhere Kieker configuration system.
Bzip2DecompressionFilter - Class in kieker.analysis.generic.depcompression
Decompression filter for stream reading stages providing bzip2-decompression.
Bzip2DecompressionFilter() - Constructor for class kieker.analysis.generic.depcompression.Bzip2DecompressionFilter
Create zip decompression filter.

C

cached(IDistanceFunction<D>) - Static method in class kieker.analysis.generic.clustering.mtree.DistanceFunctionFactory
Creates a cached version of a distance function.
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() - Method in class kieker.analysis.generic.clustering.mtree.TrimmedAlgorithm
 
calculate() - Method in class kieker.analysis.generic.clustering.optics.OPTICS
This calculates the OPTICS result.
calculate(MutableNetwork<N, E>, MutableNetwork<N, E>) - Method in class kieker.analysis.generic.graph.clustering.GraphEditDistance
Calculates the Graph Edit Distance between two objects.
calculate(OpticsData<T>, OpticsData<T>) - Method in class kieker.analysis.generic.graph.clustering.OPTICSDataGED
 
calculate(StatisticRecord, I, EObject) - Method in class kieker.analysis.statistics.calculating.AbstractCalculator
 
calculate(StatisticRecord, T, EObject) - Method in class kieker.analysis.statistics.calculating.CountCalculator
 
calculate(StatisticRecord, T, EObject) - Method in class kieker.analysis.statistics.calculating.MaxCalculator
 
calculate(StatisticRecord, T, EObject) - Method in class kieker.analysis.statistics.calculating.MeanCalculator
 
calculate(StatisticRecord, T, EObject) - Method in class kieker.analysis.statistics.calculating.MedianCalculator
 
calculate(StatisticRecord, T, EObject) - Method in class kieker.analysis.statistics.calculating.MinCalculator
 
calculate(StatisticRecord, T, EObject) - Method in class kieker.analysis.statistics.calculating.TotalCalculator
 
calculate(T, T) - Method in interface kieker.analysis.generic.clustering.mtree.IDistanceFunction
 
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 - Variable in class kieker.model.analysismodel.execution.impl.InvocationImpl
The cached value of the 'Callee' reference.
callee - Variable in class kieker.model.analysismodel.execution.impl.OperationDataflowImpl
The cached value of the 'Callee' reference.
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.
callees - Variable in class kieker.model.collection.impl.OperationCollectionImpl
The cached value of the 'Callees' map.
caller - Variable in class kieker.model.analysismodel.execution.impl.InvocationImpl
The cached value of the 'Caller' reference.
caller - Variable in class kieker.model.analysismodel.execution.impl.OperationDataflowImpl
The cached value of the 'Caller' reference.
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
 
CallerCalleeEntry - Class in kieker.analysis.code.data
 
CallerCalleeEntry() - Constructor for class kieker.analysis.code.data.CallerCalleeEntry
 
CallerCalleeEntry(String, String, String, String, String, String) - Constructor for class kieker.analysis.code.data.CallerCalleeEntry
 
CallerCalleeFixPathStage - Class in kieker.analysis.code
This stage receives an CallerCalleeEntry object and checks whether the file path for caller and callee operation are specified.
CallerCalleeFixPathStage(List<Path>, String) - Constructor for class kieker.analysis.code.CallerCalleeFixPathStage
 
CallerCalleeMakeLowerCaseStage - Class in kieker.analysis.code
Make names all lower case when case insensitive is requested.
CallerCalleeMakeLowerCaseStage(boolean) - Constructor for class kieker.analysis.code.CallerCalleeMakeLowerCaseStage
 
callers - Variable in class kieker.model.collection.impl.OperationCollectionImpl
The cached value of the 'Callers' map.
CallEvent - Class in kieker.analysis.architecture.recovery.events
 
CallEvent(OperationEvent, OperationEvent, Duration) - Constructor for class kieker.analysis.architecture.recovery.events.CallEvent
 
CallEvent2OperationCallStage - Class in kieker.analysis.architecture.recovery
Transforms call events into model based OperationCalls.
CallEvent2OperationCallStage(DeploymentModel) - Constructor for class kieker.analysis.architecture.recovery.CallEvent2OperationCallStage
 
CallEventMatcher - Class in kieker.analysis.generic
Check whether a CallEvent can be released based on an OperationEvent.
CallEventMatcher() - Constructor for class kieker.analysis.generic.CallEventMatcher
 
CallExtractorStage - Class in kieker.analysis.architecture.recovery
This stage accepts Traces at its input port and sends all OperationCalls in this Traces to its output port.
CallExtractorStage() - Constructor for class kieker.analysis.architecture.recovery.CallExtractorStage
 
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.analysis.architecture.dependency.PropertyConstants
 
CallStatisticsStage - Class in kieker.analysis.statistics
Aggregates calls into execution model.
CallStatisticsStage(StatisticsModel, ExecutionModel) - Constructor for class kieker.analysis.statistics.CallStatisticsStage
 
CANDELA - kieker.model.analysismodel.statistics.ESIUnitType
The 'Candela' literal object.
CANDELA_VALUE - Static variable in enum kieker.model.analysismodel.statistics.ESIUnitType
The 'Candela' literal value.
CANONICAL - org.graphdrawing.graphml.GraphEdgeidsType
 
CANONICAL - org.graphdrawing.graphml.GraphNodeidsType
 
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.model.analysismodel.assembly.util.AssemblySwitch
Returns the result of interpreting the object as an instance of 'Component'.
caseAssemblyModel(AssemblyModel) - Method in class kieker.model.analysismodel.assembly.util.AssemblySwitch
Returns the result of interpreting the object as an instance of 'Model'.
caseAssemblyOperation(AssemblyOperation) - Method in class kieker.model.analysismodel.assembly.util.AssemblySwitch
Returns the result of interpreting the object as an instance of 'Operation'.
caseAssemblyProvidedInterface(AssemblyProvidedInterface) - Method in class kieker.model.analysismodel.assembly.util.AssemblySwitch
Returns the result of interpreting the object as an instance of 'Provided Interface'.
caseAssemblyRequiredInterface(AssemblyRequiredInterface) - Method in class kieker.model.analysismodel.assembly.util.AssemblySwitch
Returns the result of interpreting the object as an instance of 'Required Interface'.
caseAssemblyStorage(AssemblyStorage) - Method in class kieker.model.analysismodel.assembly.util.AssemblySwitch
Returns the result of interpreting the object as an instance of 'Storage'.
caseComponentType(ComponentType) - Method in class kieker.model.analysismodel.type.util.TypeSwitch
Returns the result of interpreting the object as an instance of 'Component Type'.
caseComposedUnit(ComposedUnit) - Method in class kieker.model.analysismodel.statistics.util.StatisticsSwitch
Returns the result of interpreting the object as an instance of 'Composed Unit'.
caseConnections(Connections) - Method in class kieker.model.collection.util.CollectionSwitch
Returns the result of interpreting the object as an instance of 'Connections'.
caseCoupling(Coupling) - Method in class kieker.model.collection.util.CollectionSwitch
Returns the result of interpreting the object as an instance of 'Coupling'.
caseCouplingToOperationMap(Map.Entry<Coupling, OperationCollection>) - Method in class kieker.model.collection.util.CollectionSwitch
Returns the result of interpreting the object as an instance of 'Coupling To Operation Map'.
caseCustomUnit(CustomUnit) - Method in class kieker.model.analysismodel.statistics.util.StatisticsSwitch
Returns the result of interpreting the object as an instance of 'Custom Unit'.
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.model.analysismodel.deployment.util.DeploymentSwitch
Returns the result of interpreting the object as an instance of 'Deployed Component'.
caseDeployedOperation(DeployedOperation) - Method in class kieker.model.analysismodel.deployment.util.DeploymentSwitch
Returns the result of interpreting the object as an instance of 'Deployed Operation'.
caseDeployedOperationsPairToDeployedOperationsMapEntry(Map.Entry<Tuple<DeployedOperation, DeployedOperation>, OperationDataflow>) - Method in class kieker.model.analysismodel.execution.util.ExecutionSwitch
Returns the result of interpreting the object as an instance of 'Deployed Operations Pair To Deployed Operations Map Entry'.
caseDeployedOperationsPairToDeployedStorageMapEntry(Map.Entry<Tuple<DeployedOperation, DeployedStorage>, StorageDataflow>) - Method in class kieker.model.analysismodel.execution.util.ExecutionSwitch
Returns the result of interpreting the object as an instance of 'Deployed Operations Pair To Deployed Storage Map Entry'.
caseDeployedOperationsPairToInvocationMapEntry(Map.Entry<Tuple<DeployedOperation, DeployedOperation>, Invocation>) - Method in class kieker.model.analysismodel.execution.util.ExecutionSwitch
Returns the result of interpreting the object as an instance of 'Deployed Operations Pair To Invocation Map Entry'.
caseDeployedProvidedInterface(DeployedProvidedInterface) - Method in class kieker.model.analysismodel.deployment.util.DeploymentSwitch
Returns the result of interpreting the object as an instance of 'Deployed Provided Interface'.
caseDeployedRequiredInterface(DeployedRequiredInterface) - Method in class kieker.model.analysismodel.deployment.util.DeploymentSwitch
Returns the result of interpreting the object as an instance of 'Deployed Required Interface'.
caseDeployedStorage(DeployedStorage) - Method in class kieker.model.analysismodel.deployment.util.DeploymentSwitch
Returns the result of interpreting the object as an instance of 'Deployed Storage'.
caseDeploymentContext(DeploymentContext) - Method in class kieker.model.analysismodel.deployment.util.DeploymentSwitch
Returns the result of interpreting the object as an instance of 'Context'.
caseDeploymentModel(DeploymentModel) - Method in class kieker.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'.
caseDoubleMeasurement(DoubleMeasurement) - Method in class kieker.model.analysismodel.statistics.util.StatisticsSwitch
Returns the result of interpreting the object as an instance of 'Double Measurement'.
caseEObjectToSourceEntry(Map.Entry<EObject, EList<String>>) - Method in class kieker.model.analysismodel.source.util.SourceSwitch
Returns the result of interpreting the object as an instance of 'EObject To Source Entry'.
caseEObjectToStatisticsMapEntry(Map.Entry<EObject, StatisticRecord>) - Method in class kieker.model.analysismodel.statistics.util.StatisticsSwitch
Returns the result of interpreting the object as an instance of 'EObject To Statistics Map Entry'.
caseEPropertyTypeToValue(Map.Entry<String, Object>) - Method in class kieker.model.analysismodel.statistics.util.StatisticsSwitch
Returns the result of interpreting the object as an instance of 'EProperty Type To Value'.
caseEStringToAssemblyComponentMapEntry(Map.Entry<String, AssemblyComponent>) - Method in class kieker.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.model.analysismodel.assembly.util.AssemblySwitch
Returns the result of interpreting the object as an instance of 'EString To Assembly Operation Map Entry'.
caseEStringToAssemblyProvidedInterfaceMapEntry(Map.Entry<String, AssemblyProvidedInterface>) - Method in class kieker.model.analysismodel.assembly.util.AssemblySwitch
Returns the result of interpreting the object as an instance of 'EString To Assembly Provided Interface Map Entry'.
caseEStringToAssemblyStorageMapEntry(Map.Entry<String, AssemblyStorage>) - Method in class kieker.model.analysismodel.assembly.util.AssemblySwitch
Returns the result of interpreting the object as an instance of 'EString To Assembly Storage Map Entry'.
caseEStringToComponentTypeMapEntry(Map.Entry<String, ComponentType>) - Method in class kieker.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.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.model.analysismodel.deployment.util.DeploymentSwitch
Returns the result of interpreting the object as an instance of 'EString To Deployed Operation Map Entry'.
caseEStringToDeployedProvidedInterfaceMapEntry(Map.Entry<String, DeployedProvidedInterface>) - Method in class kieker.model.analysismodel.deployment.util.DeploymentSwitch
Returns the result of interpreting the object as an instance of 'EString To Deployed Provided Interface Map Entry'.
caseEStringToDeployedStorageMapEntry(Map.Entry<String, DeployedStorage>) - Method in class kieker.model.analysismodel.deployment.util.DeploymentSwitch
Returns the result of interpreting the object as an instance of 'EString To Deployed Storage Map Entry'.
caseEStringToDeploymentContextMapEntry(Map.Entry<String, DeploymentContext>) - Method in class kieker.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.model.analysismodel.type.util.TypeSwitch
Returns the result of interpreting the object as an instance of 'EString To Operation Type Map Entry'.
caseEStringToProvidedInterfaceTypeMapEntry(Map.Entry<String, ProvidedInterfaceType>) - Method in class kieker.model.analysismodel.type.util.TypeSwitch
Returns the result of interpreting the object as an instance of 'EString To Provided Interface Type Map Entry'.
caseEStringToStorageTypeMapEntry(Map.Entry<String, StorageType>) - Method in class kieker.model.analysismodel.type.util.TypeSwitch
Returns the result of interpreting the object as an instance of 'EString To Storage Type Map Entry'.
caseExecutionModel(ExecutionModel) - Method in class kieker.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'.
caseFloatMeasurement(FloatMeasurement) - Method in class kieker.model.analysismodel.statistics.util.StatisticsSwitch
Returns the result of interpreting the object as an instance of 'Float Measurement'.
caseInputPort(MIInputPort) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
Returns the result of interpreting the object as an instance of 'Input Port'.
caseInsensitive - Variable in class kieker.analysis.architecture.recovery.signature.AbstractSignatureProcessor
 
caseInterfaceEStringToOperationTypeMapEntry(Map.Entry<String, OperationType>) - Method in class kieker.model.analysismodel.type.util.TypeSwitch
Returns the result of interpreting the object as an instance of 'Interface EString To Operation Type Map Entry'.
caseIntMeasurement(IntMeasurement) - Method in class kieker.model.analysismodel.statistics.util.StatisticsSwitch
Returns the result of interpreting the object as an instance of 'Int Measurement'.
caseInvocation(Invocation) - Method in class kieker.model.analysismodel.execution.util.ExecutionSwitch
Returns the result of interpreting the object as an instance of 'Invocation'.
caseLongMeasurement(LongMeasurement) - Method in class kieker.model.analysismodel.statistics.util.StatisticsSwitch
Returns the result of interpreting the object as an instance of 'Long Measurement'.
caseMeasurement(Measurement) - Method in class kieker.model.analysismodel.statistics.util.StatisticsSwitch
Returns the result of interpreting the object as an instance of 'Measurement'.
caseNameToOperationMap(Map.Entry<String, OperationType>) - Method in class kieker.model.collection.util.CollectionSwitch
Returns the result of interpreting the object as an instance of 'Name To Operation Map'.
caseOperationCall(OperationCall) - Method in class kieker.model.analysismodel.trace.util.TraceSwitch
Returns the result of interpreting the object as an instance of 'Operation Call'.
caseOperationCollection(OperationCollection) - Method in class kieker.model.collection.util.CollectionSwitch
Returns the result of interpreting the object as an instance of 'Operation Collection'.
caseOperationDataflow(OperationDataflow) - Method in class kieker.model.analysismodel.execution.util.ExecutionSwitch
Returns the result of interpreting the object as an instance of 'Operation Dataflow'.
caseOperationType(OperationType) - Method in class kieker.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'.
caseProvidedInterfaceType(ProvidedInterfaceType) - Method in class kieker.model.analysismodel.type.util.TypeSwitch
Returns the result of interpreting the object as an instance of 'Provided Interface Type'.
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'.
caseRequiredInterfaceType(RequiredInterfaceType) - Method in class kieker.model.analysismodel.type.util.TypeSwitch
Returns the result of interpreting the object as an instance of 'Required Interface Type'.
caseScalarMeasurement(ScalarMeasurement) - Method in class kieker.model.analysismodel.statistics.util.StatisticsSwitch
Returns the result of interpreting the object as an instance of 'Scalar Measurement'.
caseSimpleUnit(SimpleUnit) - Method in class kieker.model.analysismodel.statistics.util.StatisticsSwitch
Returns the result of interpreting the object as an instance of 'Simple Unit'.
caseSIUnit(SIUnit) - Method in class kieker.model.analysismodel.statistics.util.StatisticsSwitch
Returns the result of interpreting the object as an instance of 'SI Unit'.
caseSourceModel(SourceModel) - Method in class kieker.model.analysismodel.source.util.SourceSwitch
Returns the result of interpreting the object as an instance of 'Model'.
caseStatisticRecord(StatisticRecord) - Method in class kieker.model.analysismodel.statistics.util.StatisticsSwitch
Returns the result of interpreting the object as an instance of 'Statistic Record'.
caseStatisticsModel(StatisticsModel) - Method in class kieker.model.analysismodel.statistics.util.StatisticsSwitch
Returns the result of interpreting the object as an instance of 'Model'.
caseStorageDataflow(StorageDataflow) - Method in class kieker.model.analysismodel.execution.util.ExecutionSwitch
Returns the result of interpreting the object as an instance of 'Storage Dataflow'.
caseStorageType(StorageType) - Method in class kieker.model.analysismodel.type.util.TypeSwitch
Returns the result of interpreting the object as an instance of 'Storage Type'.
caseTrace(Trace) - Method in class kieker.model.analysismodel.trace.util.TraceSwitch
Returns the result of interpreting the object as an instance of 'Trace'.
caseTuple(Tuple<F, S>) - Method in class kieker.model.analysismodel.execution.util.ExecutionSwitch
Returns the result of interpreting the object as an instance of 'Tuple'.
caseTypeModel(TypeModel) - Method in class kieker.model.analysismodel.type.util.TypeSwitch
Returns the result of interpreting the object as an instance of 'Model'.
caseUnit(Unit) - Method in class kieker.model.analysismodel.statistics.util.StatisticsSwitch
Returns the result of interpreting the object as an instance of 'Unit'.
caseVectorMeasurement(VectorMeasurement) - Method in class kieker.model.analysismodel.statistics.util.StatisticsSwitch
Returns the result of interpreting the object as an instance of 'Vector Measurement'.
caseView(MIView) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
Returns the result of interpreting the object as an instance of 'View'.
CassandraDb - Class in kieker.extension.cassandra.reader
 
CassandraDb - Class in kieker.extension.cassandra.writer
 
CassandraDb(String, List<InetSocketAddress>) - Constructor for class kieker.extension.cassandra.reader.CassandraDb
Creates a new instance of this class using the given parameter.
CassandraDb(String, List<InetSocketAddress>, String, boolean) - Constructor for class kieker.extension.cassandra.writer.CassandraDb
Creates a new instance of this class using the given parameter.
CassandraDbWriter - Class in kieker.extension.cassandra.writer
 
CassandraDbWriter(Configuration) - Constructor for class kieker.extension.cassandra.writer.CassandraDbWriter
Creates a new instance of this class using the given parameter.
CassandraSourceStage - Class in kieker.extension.cassandra.reader
Reader from Cassandra DB.
CassandraSourceStage(String, String[], String) - Constructor for class kieker.extension.cassandra.reader.CassandraSourceStage
 
CassandraUtils - Class in kieker.extension.cassandra
 
CassandraValueDeserializer - Class in kieker.extension.cassandra
 
CassandraValueDeserializer(Row) - Constructor for class kieker.extension.cassandra.CassandraValueDeserializer
 
CassandraValueSerializer - Class in kieker.extension.cassandra
 
CassandraValueSerializer(BoundStatement) - Constructor for class kieker.extension.cassandra.CassandraValueSerializer
 
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.
CENTI - kieker.model.analysismodel.statistics.EPrefix
The 'Centi' literal object.
CENTI_VALUE - Static variable in enum kieker.model.analysismodel.statistics.EPrefix
The 'Centi' literal value.
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.generic.depcompression.AbstractDecompressionFilter
Create an input stream with decompression support and use the normal input stream as source.
chainInputStream(InputStream) - Method in class kieker.analysis.generic.depcompression.Bzip2DecompressionFilter
 
chainInputStream(InputStream) - Method in class kieker.analysis.generic.depcompression.DeflateDecompressionFilter
 
chainInputStream(InputStream) - Method in class kieker.analysis.generic.depcompression.GZipDecompressionFilter
 
chainInputStream(InputStream) - Method in class kieker.analysis.generic.depcompression.NoneDecompressionFilter
 
chainInputStream(InputStream) - Method in class kieker.analysis.generic.depcompression.XZDecompressionFilter
 
chainInputStream(InputStream) - Method in class kieker.analysis.generic.depcompression.ZipDecompressionFilter
 
chainOutputStream(OutputStream, Path) - Method in class kieker.monitoring.writer.compression.BZip2CompressionFilter
 
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
 
CharConverter - Class in kieker.tools.settings.converters
Convert string to short value.
CharConverter(String) - Constructor for class kieker.tools.settings.converters.CharConverter
 
charset - Variable in class kieker.monitoring.writer.filesystem.AbstractLogStreamHandler
 
check() - Method in class kieker.analysis.generic.clustering.mtree.MTree
 
check() - Method in class kieker.analysis.generic.clustering.mtree.nodes.AbstractNode
 
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.
checkChildClass(IndexItem<DATA>) - Method in interface kieker.analysis.generic.clustering.mtree.ILeafness
 
checkChildClass(IndexItem<T>) - Method in class kieker.analysis.generic.clustering.mtree.nodes.LeafNodeTrait
 
checkChildClass(IndexItem<T>) - Method in class kieker.analysis.generic.clustering.mtree.nodes.NonLeafNodeTrait
 
checkConfiguration(Configuration, JCommander) - Method in class kieker.tools.common.AbstractLegacyTool
Check a given configuration for validity.
checkControlEvent(C, B) - Method in interface kieker.analysis.generic.IControlEventMatcher
Check whether a base event matches a control event.
checkControlEvent(OperationEvent, CallEvent) - Method in class kieker.analysis.generic.CallEventMatcher
 
checkControlEvent(OperationEvent, IFlowRecord) - Method in class kieker.analysis.architecture.trace.flow.FlowTraceEventMatcher
 
checkDirectory(File, String, JCommander) - Static method in class kieker.tools.common.ParameterEvaluationUtils
Check whether the given handle refers to an existing directory.
checkDistanceToParent() - Method in interface kieker.analysis.generic.clustering.mtree.IRootness
 
checkDistanceToParent() - Method in class kieker.analysis.generic.clustering.mtree.nodes.AbstractNode
 
checkDistanceToParent() - Method in class kieker.analysis.generic.clustering.mtree.nodes.IndexItem
 
checkDistanceToParent() - Method in class kieker.analysis.generic.clustering.mtree.nodes.NonRootNodeTrait
 
checkDistanceToParent() - Method in class kieker.analysis.generic.clustering.mtree.nodes.RootNodeTrait
 
checkMinCapacity() - Method in interface kieker.analysis.generic.clustering.mtree.IRootness
 
checkMinCapacity() - Method in class kieker.analysis.generic.clustering.mtree.nodes.AbstractNode
 
checkMinCapacity() - Method in class kieker.analysis.generic.clustering.mtree.nodes.NonRootNodeTrait
 
checkMinCapacity() - Method in class kieker.analysis.generic.clustering.mtree.nodes.RootLeafNode
 
checkMinCapacity() - Method in class kieker.analysis.generic.clustering.mtree.nodes.RootNode
 
checkMinCapacity() - Method in class kieker.analysis.generic.clustering.mtree.nodes.RootNodeTrait
 
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.stage.model.MetaModelHandler
Deprecated.
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
Deprecated.
For faster lookup of existing children.
childMap - Variable in class kieker.visualization.trace.call.tree.AbstractAggregatedCallTreeNode
For faster lookup of existing children.
children - Variable in class kieker.model.analysismodel.trace.impl.OperationCallImpl
The cached value of the 'Children' reference list.
ChronoUnits - Class in kieker.analysis.util.time
Helper class for ChronoUnits.
ChronoUnitToSymbolMapper - Class in kieker.analysis.util.time
This class is a Function that maps ChronoUnits to their common symbols and abbreviations.
ChunkingAmqpReader - Class in kieker.analysis.plugin.reader.amqp
Deprecated.
since 1.15.1 old plugin api
ChunkingAmqpReader(Configuration, IRawDataProcessor) - Constructor for class kieker.analysis.plugin.reader.amqp.ChunkingAmqpReader
Deprecated.
 
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.
classIsContained(List<KiekerPattern>, String) - Static method in class kieker.monitoring.util.KiekerPatternUtil
 
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.
classMapping() - Method in annotation type kieker.tools.settings.Setting
 
classname - Variable in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisComponent
The cached value of the 'Classname' attribute.
CLASSNAME_EDEFAULT - Static variable in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisComponent
The default value of the 'Classname' attribute.
ClassOperationSignaturePair - Class in kieker.common.util.signature
This class represents a pair containing the classname and the signature of an operation.
ClassOperationSignaturePair(String, Signature) - Constructor for class kieker.common.util.signature.ClassOperationSignaturePair
Creates a new instance of this class using the given parameters.
cleanup() - Method in class kieker.monitoring.core.controller.AbstractController
This method should clean up.
cleanup() - Method in class kieker.monitoring.core.controller.JMXController
 
cleanup() - Method in class kieker.monitoring.core.controller.MonitoringController
 
cleanup() - Method in class kieker.monitoring.core.controller.ProbeController
 
cleanup() - Method in class kieker.monitoring.core.controller.SamplingController
 
cleanup() - Method in class kieker.monitoring.core.controller.StateController
 
cleanup() - Method in class kieker.monitoring.core.controller.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
Deprecated.
Clears the list.
clear() - Method in class kieker.analysis.util.debug.ListCollectionFilter
Clears the list.
clear() - Method in class kieker.common.configuration.ReadOnlyConfiguration
 
clear() - Method in class kieker.monitoring.writer.dump.DumpQueue
 
CLEAR_CACHE - kieker.common.util.map.BoundedConcurrentHashMap.BoundedCacheBehaviour
 
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.
close() - Method in class kieker.analysis.generic.sink.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.analysis.generic.sink.graph.dot.DotGraphConstants
 
clusterAttributes - Variable in class kieker.analysis.generic.sink.graph.dot.DotExportMapper
 
Clustering<T> - Class in kieker.analysis.generic.clustering
A type for the result of a clustering algorithm.
Clustering() - Constructor for class kieker.analysis.generic.clustering.Clustering
 
ClusteringCompositeStage<T> - Class in kieker.analysis.generic.clustering
A composite stage, to perform the entire clustering.
ClusteringCompositeStage(double, int, Integer, OPTICSDataGED<T>) - Constructor for class kieker.analysis.generic.clustering.ClusteringCompositeStage
 
ClusteringFileSink<T> - Class in kieker.analysis.generic.clustering
A sink stage, which returns all clusters and all noise objects.
ClusteringFileSink(Path, StdSerializer<?>...) - Constructor for class kieker.analysis.generic.clustering.ClusteringFileSink
Create behavior model writer.
ClusterMedoidFilesSink<T> - Class in kieker.analysis.generic.clustering
This is a sink stage, that returns a JSON object, for each cluster medoid.
ClusterMedoidFilesSink(Path, StdSerializer<?>...) - Constructor for class kieker.analysis.generic.clustering.ClusterMedoidFilesSink
Create behavior model writer.
code - Variable in class kieker.model.analysismodel.execution.impl.StorageDataflowImpl
The cached value of the 'Code' reference.
CodeUtils - Class in kieker.analysis.code
 
CollectionAdapterFactory - Class in kieker.model.collection.util
The Adapter Factory for the model.
CollectionAdapterFactory() - Constructor for class kieker.model.collection.util.CollectionAdapterFactory
Creates an instance of the adapter factory.
CollectionElementStage<T> - Class in kieker.analysis.generic
Stage that accepts a collection of object of type and sends them to its output port individually.
CollectionElementStage() - Constructor for class kieker.analysis.generic.CollectionElementStage
 
CollectionFactory - Interface in kieker.model.collection
The Factory for the model.
CollectionFactoryImpl - Class in kieker.model.collection.impl
An implementation of the model Factory.
CollectionFactoryImpl() - Constructor for class kieker.model.collection.impl.CollectionFactoryImpl
Creates an instance of the factory.
CollectionPackage - Interface in kieker.model.collection
The Package for the model.
CollectionPackage.Literals - Interface in kieker.model.collection
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
CollectionPackageImpl - Class in kieker.model.collection.impl
An implementation of the model Package.
CollectionSwitch<T> - Class in kieker.model.collection.util
The Switch for the model's inheritance hierarchy.
CollectionSwitch() - Constructor for class kieker.model.collection.util.CollectionSwitch
Creates an instance of the switch.
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 - kieker.analysis.generic.sink.graph.dot.attributes.DotEdgeAttribute
 
COLOR - kieker.analysis.generic.sink.graph.dot.attributes.DotNodeAttribute
 
COLOR_REPOSITORY_PORT_NAME - Static variable in class kieker.tools.trace.analysis.filter.visualization.traceColoring.TraceColoringFilter
Deprecated.
Port name at which the color repository must be connected.
combine(I, J) - Method in class kieker.analysis.util.stage.AbstractBiCombinerStage
 
combine(JAXBElement<T>, OutputStream) - Method in class kieker.analysis.util.stage.JAXBMarshalStage
 
CommonConfigurationKeys - Class in kieker.tools.common
Common configuration keys used by multiple tools.
compare(AbstractTrace, AbstractTrace) - Method in class kieker.model.system.model.util.TraceEndTimestampComparator
 
compare(AbstractTrace, AbstractTrace) - Method in class kieker.model.system.model.util.TraceStartTimestampComparator
 
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 - kieker.analysis.architecture.dependency.VertexType
 
COMPONENT_TYPE - Static variable in class kieker.analysis.architecture.recovery.ModelObjectFromOperationCallAccessorUtils
 
COMPONENT_TYPE - Static variable in interface kieker.model.analysismodel.type.TypePackage
The meta object id for the 'Component Type' class.
COMPONENT_TYPE - Static variable in interface kieker.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Component Type' class.
COMPONENT_TYPE__CONTAINED_COMPONENTS - Static variable in interface kieker.model.analysismodel.type.TypePackage
The feature id for the 'Contained Components' reference list.
COMPONENT_TYPE__CONTAINED_COMPONENTS - Static variable in interface kieker.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Contained Components' reference list feature.
COMPONENT_TYPE__NAME - Static variable in interface kieker.model.analysismodel.type.TypePackage
The feature id for the 'Name' attribute.
COMPONENT_TYPE__NAME - Static variable in interface kieker.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Name' attribute feature.
COMPONENT_TYPE__PACKAGE - Static variable in interface kieker.model.analysismodel.type.TypePackage
The feature id for the 'Package' attribute.
COMPONENT_TYPE__PACKAGE - Static variable in interface kieker.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Package' attribute feature.
COMPONENT_TYPE__PROVIDED_INTERFACE_TYPES - Static variable in interface kieker.model.analysismodel.type.TypePackage
The feature id for the 'Provided Interface Types' containment reference list.
COMPONENT_TYPE__PROVIDED_INTERFACE_TYPES - Static variable in interface kieker.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Provided Interface Types' containment reference list feature.
COMPONENT_TYPE__PROVIDED_OPERATIONS - Static variable in interface kieker.model.analysismodel.type.TypePackage
The feature id for the 'Provided Operations' map.
COMPONENT_TYPE__PROVIDED_OPERATIONS - Static variable in interface kieker.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Provided Operations' map feature.
COMPONENT_TYPE__PROVIDED_STORAGES - Static variable in interface kieker.model.analysismodel.type.TypePackage
The feature id for the 'Provided Storages' map.
COMPONENT_TYPE__PROVIDED_STORAGES - Static variable in interface kieker.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Provided Storages' map feature.
COMPONENT_TYPE__REQUIRED_INTERFACE_TYPES - Static variable in interface kieker.model.analysismodel.type.TypePackage
The feature id for the 'Required Interface Types' containment reference list.
COMPONENT_TYPE__REQUIRED_INTERFACE_TYPES - Static variable in interface kieker.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Required Interface Types' containment reference list feature.
COMPONENT_TYPE__SIGNATURE - Static variable in interface kieker.model.analysismodel.type.TypePackage
The feature id for the 'Signature' attribute.
COMPONENT_TYPE__SIGNATURE - Static variable in interface kieker.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Signature' attribute feature.
COMPONENT_TYPE_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.type.TypePackage
The number of structural features of the 'Component Type' class.
COMPONENT_TYPE_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.type.TypePackage
The number of operations of the 'Component Type' class.
ComponentAllocationDependencyGraph - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
ComponentAllocationDependencyGraph - Class in kieker.visualization.trace.dependency.graph
This class represents component dependency graphs on the allocation level.
ComponentAllocationDependencyGraph(AllocationComponent) - Constructor for class kieker.visualization.trace.dependency.graph.ComponentAllocationDependencyGraph
Creates a new graph with the given root entity.
ComponentAllocationDependencyGraph(AllocationComponent) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ComponentAllocationDependencyGraph
Deprecated.
Creates a new graph with the given root entity.
ComponentAllocationDependencyGraphFormatter - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
ComponentAllocationDependencyGraphFormatter - Class in kieker.visualization.trace.dependency.graph
Formatter class for component dependency graphs on the allocation level (see ComponentAllocationDependencyGraph) .
ComponentAllocationDependencyGraphFormatter() - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ComponentAllocationDependencyGraphFormatter
Deprecated.
Creates a new formatter.
ComponentAllocationDependencyGraphFormatter() - Constructor for class kieker.visualization.trace.dependency.graph.ComponentAllocationDependencyGraphFormatter
Creates a new formatter.
ComponentAssemblyDependencyGraph - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
ComponentAssemblyDependencyGraph - Class in kieker.visualization.trace.dependency.graph
This class represents component dependency graphs on the assembly level.
ComponentAssemblyDependencyGraph(AssemblyComponent) - Constructor for class kieker.visualization.trace.dependency.graph.ComponentAssemblyDependencyGraph
Creates a new graph with the given root entity.
ComponentAssemblyDependencyGraph(AssemblyComponent) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ComponentAssemblyDependencyGraph
Deprecated.
Creates a new graph with the given root entity.
ComponentAssemblyDependencyGraphFormatter - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
ComponentAssemblyDependencyGraphFormatter - Class in kieker.visualization.trace.dependency.graph
Formatter class for component dependency graphs on the assembly level (see ComponentAssemblyDependencyGraph).
ComponentAssemblyDependencyGraphFormatter() - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ComponentAssemblyDependencyGraphFormatter
Deprecated.
Creates a new formatter.
ComponentAssemblyDependencyGraphFormatter() - Constructor for class kieker.visualization.trace.dependency.graph.ComponentAssemblyDependencyGraphFormatter
Creates a new formatter.
ComponentDependencyGraphAllocationFilter - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
ComponentDependencyGraphAllocationFilter - Class in kieker.visualization.trace.dependency.graph
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
Deprecated.
Creates a new filter using the given configuration.
ComponentDependencyGraphAllocationFilter(SystemModelRepository, TimeUnit) - Constructor for class kieker.visualization.trace.dependency.graph.ComponentDependencyGraphAllocationFilter
Creates a new filter using the given configuration.
ComponentDependencyGraphAssemblyFilter - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
ComponentDependencyGraphAssemblyFilter - Class in kieker.visualization.trace.dependency.graph
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
Deprecated.
Creates a new filter using the given parameters.
ComponentDependencyGraphAssemblyFilter(SystemModelRepository, TimeUnit) - Constructor for class kieker.visualization.trace.dependency.graph.ComponentDependencyGraphAssemblyFilter
Creates a new filter using the given parameters.
components - Variable in class kieker.model.analysismodel.assembly.impl.AssemblyModelImpl
The cached value of the 'Components' map.
components - Variable in class kieker.model.analysismodel.deployment.impl.DeploymentContextImpl
The cached value of the 'Components' map.
componentSignature - Variable in class kieker.analysis.architecture.recovery.signature.AbstractSignatureProcessor
 
componentType - Variable in class kieker.model.analysismodel.assembly.impl.AssemblyComponentImpl
The cached value of the 'Component Type' reference.
ComponentType - Class in kieker.model.system.model
This class represents the type of a component within the trace analysis tool.
ComponentType - Class in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 moved to kieker-model
ComponentType - Interface in kieker.model.analysismodel.type
A representation of the model object 'Component Type'.
ComponentType(int, String) - Constructor for class kieker.model.system.model.ComponentType
Creates a new instance of this class using the given parameters.
ComponentType(int, String) - Constructor for class kieker.tools.trace.analysis.systemModel.ComponentType
Deprecated.
Creates a new instance of this class using the given parameters.
ComponentType(int, String, String) - Constructor for class kieker.model.system.model.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, String) - Constructor for class kieker.tools.trace.analysis.systemModel.ComponentType
Deprecated.
// 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.
ComponentTypeImpl - Class in kieker.model.analysismodel.type.impl
An implementation of the model object 'Component Type'.
ComponentTypeImpl() - Constructor for class kieker.model.analysismodel.type.impl.ComponentTypeImpl
componentTypes - Variable in class kieker.model.analysismodel.type.impl.TypeModelImpl
The cached value of the 'Component Types' map.
COMPOSED_UNIT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The meta object id for the 'Composed Unit' class.
COMPOSED_UNIT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Composed Unit' class.
COMPOSED_UNIT__EXPONENT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Exponent' attribute.
COMPOSED_UNIT__EXPONENT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Exponent' attribute feature.
COMPOSED_UNIT__UNITS - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Units' containment reference list.
COMPOSED_UNIT__UNITS - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Units' containment reference list feature.
COMPOSED_UNIT_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The number of structural features of the 'Composed Unit' class.
COMPOSED_UNIT_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The number of operations of the 'Composed Unit' class.
ComposedKey<F,​S> - Class in kieker.model.analysismodel.util
Class representing a key (e.g., for a Map) that consists of three elements.
ComposedSplitFunction<T> - Class in kieker.analysis.generic.clustering.mtree
A split function that is defined by composing a promotion function and a partition function.
ComposedSplitFunction(IPromotionFunction<T>, IPartitionFunction<T>) - Constructor for class kieker.analysis.generic.clustering.mtree.ComposedSplitFunction
The constructor of a ISplitFunction composed by a IPromotionFunction and a IPartitionFunction.
ComposedUnit - Interface in kieker.model.analysismodel.statistics
A representation of the model object 'Composed Unit'.
ComposedUnitImpl - Class in kieker.model.analysismodel.statistics.impl
An implementation of the model object 'Composed Unit'.
ComposedUnitImpl() - Constructor for class kieker.model.analysismodel.statistics.impl.ComposedUnitImpl
compressionFilter - Variable in class kieker.monitoring.writer.filesystem.AbstractLogStreamHandler
 
ComputeAllenComplexityMetrics<T> - Class in kieker.analysis.metrics.graph.entropy
Compute the Allen metrics for a given modular graph.
ComputeAllenComplexityMetrics(SystemGraphUtils<T>, Class<? extends CodeMetric>...) - Constructor for class kieker.analysis.metrics.graph.entropy.ComputeAllenComplexityMetrics
 
computeDatabaseConnections(String[]) - Static method in class kieker.extension.cassandra.CassandraUtils
Compute the database connections.
computeEdgeInsertionCost(E) - Method in class kieker.analysis.generic.graph.clustering.BasicCostFunction
 
computeEdgeInsertionCost(UserBehaviorEdge) - Method in class kieker.analysis.behavior.clustering.UserBehaviorCostFunction
 
computeNodeInsertionCost(N) - Method in class kieker.analysis.generic.graph.clustering.BasicCostFunction
 
concreteCreatePair(SynchronousCallMessage) - Method in class kieker.visualization.trace.call.tree.AbstractAggregatedCallTreeFilter
HACK.
concreteCreatePair(SynchronousCallMessage) - Method in class kieker.visualization.trace.call.tree.AggregatedAllocationComponentOperationCallTreeFilter
 
concreteCreatePair(SynchronousCallMessage) - Method in class kieker.visualization.trace.call.tree.AggregatedAssemblyComponentOperationCallTreeFilter
HACK.
concreteCreatePair(SynchronousCallMessage) - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
Deprecated.
HACK.
concreteCreatePair(SynchronousCallMessage) - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AggregatedAllocationComponentOperationCallTreeFilter
Deprecated.
 
concreteCreatePair(SynchronousCallMessage) - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AggregatedAssemblyComponentOperationCallTreeFilter
Deprecated.
HACK.
CONFIG_BENCHMARK_ID - Static variable in class kieker.extension.cassandra.writer.CassandraDbWriter
 
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
configuration key for SingleSocketTcpWriter.connectionTimeoutInMs.
CONFIG_CONTACTPOINTS - Static variable in class kieker.extension.cassandra.writer.CassandraDbWriter
 
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
Deprecated.
 
CONFIG_ENHANCE_JAVA_CONSTRUCTORS - Static variable in class kieker.tools.trace.analysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
Deprecated.
 
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.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.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
Deprecated.
 
CONFIG_KEYSPACE - Static variable in class kieker.extension.cassandra.writer.CassandraDbWriter
 
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
Deprecated.
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_OVERWRITE - Static variable in class kieker.extension.cassandra.writer.CassandraDbWriter
 
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.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
Deprecated.
 
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
Deprecated.
The name of the configuration property for the cache duration (in seconds) for string registries.
CONFIG_PROPERTY_DB_NAME - Static variable in class kieker.monitoring.writer.influxdb.InfluxDBWriter
Deprecated.
 
CONFIG_PROPERTY_DB_PASSWORD - Static variable in class kieker.monitoring.writer.influxdb.InfluxDBWriter
Deprecated.
 
CONFIG_PROPERTY_DB_PORT - Static variable in class kieker.monitoring.writer.influxdb.InfluxDBWriter
Deprecated.
 
CONFIG_PROPERTY_DB_URL - Static variable in class kieker.monitoring.writer.influxdb.InfluxDBWriter
Deprecated.
 
CONFIG_PROPERTY_DB_USERNAME - Static variable in class kieker.monitoring.writer.influxdb.InfluxDBWriter
Deprecated.
 
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
Deprecated.
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
Deprecated.
The name of the configuration property for the heartbeat timeout.
CONFIG_PROPERTY_HEARTBEAT - Static variable in class kieker.analysis.plugin.reader.amqp.ChunkingAmqpReader
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
The name of the configuration determining the JMS destination (e.g.
CONFIG_PROPERTY_NAME_DOMAIN - Static variable in class kieker.analysis.plugin.reader.jmx.JmxReader
Deprecated.
The name of the configuration determining the JMX domain.
CONFIG_PROPERTY_NAME_DRIVERCLASSNAME - Static variable in class kieker.analysis.plugin.reader.database.DbReader
Deprecated.
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
Deprecated.
The name of the property determining the used encoding.
CONFIG_PROPERTY_NAME_EQUIVALENCE_MODE - Static variable in class kieker.analysis.architecture.trace.execution.TraceEquivalenceClassFilter
This is the name of the property determining the equivalence mode.
CONFIG_PROPERTY_NAME_EQUIVALENCE_MODE - Static variable in class kieker.tools.trace.analysis.filter.traceFilter.TraceEquivalenceClassFilter
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
The name of the property determining the number of impulses to emit.
CONFIG_PROPERTY_NAME_OUTPUT_FILE_NAME - Static variable in class kieker.tools.trace.analysis.filter.visualization.GraphWriterPlugin
Deprecated.
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
Deprecated.
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
Deprecated.
This is the name of the property determining the output file name.
CONFIG_PROPERTY_NAME_OUTPUT_FILENAME - Static variable in class kieker.visualization.trace.call.tree.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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
The name of the configuration determining the JMX port.
CONFIG_PROPERTY_NAME_PROJECT_NAME - Static variable in interface kieker.analysis.IProjectContext
Deprecated.
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
Deprecated.
The name of the configuration determining the JMS provider URL.
CONFIG_PROPERTY_NAME_RECORDS_TIME_UNIT - Static variable in interface kieker.analysis.IProjectContext
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
The name of the configuration determining the JMX server.
CONFIG_PROPERTY_NAME_SERVICEURL - Static variable in class kieker.analysis.plugin.reader.jmx.JmxReader
Deprecated.
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
Deprecated.
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
Deprecated.
This is the name of the property determining whether to use short labels or not.
CONFIG_PROPERTY_NAME_SHORT_LABELS - Static variable in class kieker.visualization.trace.call.tree.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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
The precision of the used timer (MILLISECONDS or NANOSECONDS).
CONFIG_PROPERTY_NAME_TIMEUNIT - Static variable in class kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
Deprecated.
The name of the property determining the time unit.
CONFIG_PROPERTY_NAME_TIMEUNIT - Static variable in class kieker.analysis.plugin.filter.flow.TraceAggregationFilter
Deprecated.
The name of the property determining the time unit.
CONFIG_PROPERTY_NAME_TIMEUNIT - Static variable in class kieker.analysis.plugin.filter.record.MonitoringThroughputFilter
Deprecated.
The name of the property determining the time unit.
CONFIG_PROPERTY_NAME_TIMEUNIT - Static variable in class kieker.analysis.plugin.filter.select.TimestampFilter
Deprecated.
This is the name of the property for the used time unit.
CONFIG_PROPERTY_NAME_TIMEUNIT - Static variable in class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
Deprecated.
Property name for the configuration of the timeunit.
CONFIG_PROPERTY_NAME_TIMEUNIT - Static variable in class kieker.tools.trace.analysis.filter.sessionReconstruction.SessionReconstructionFilter
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
The name of the configuration property for the AMQP queue name.
CONFIG_PROPERTY_QUEUENAME - Static variable in class kieker.analysis.plugin.reader.amqp.ChunkingAmqpReader
Deprecated.
The name of the configuration property for the AMQP queue name.
CONFIG_PROPERTY_READER - Static variable in class kieker.analysis.plugin.reader.newio.RawDataReaderPlugin
Deprecated.
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
Deprecated.
The name of the configuration property for the server URI.
CONFIG_PROPERTY_URI - Static variable in class kieker.analysis.plugin.reader.amqp.ChunkingAmqpReader
Deprecated.
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
Deprecated.
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
Deprecated.
The default value for the initial delay (0 seconds).
CONFIG_PROPERTY_VALUE_INCLUDE_WEIGHTS_DEFAULT - Static variable in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
The default value of the properties for the maximal trace duration and timeout.
CONFIG_PROPERTY_VALUE_MAX_TIMESTAMP - Static variable in class kieker.analysis.generic.time.TimestampFilter
 
CONFIG_PROPERTY_VALUE_MAX_TIMESTAMP - Static variable in class kieker.analysis.plugin.filter.select.TimestampFilter
Deprecated.
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
Deprecated.
This is the default value for the maximal duration of a trace.
CONFIG_PROPERTY_VALUE_MIN_TIMESTAMP - Static variable in class kieker.analysis.generic.time.TimestampFilter
The default used lower limit for the records.
CONFIG_PROPERTY_VALUE_MIN_TIMESTAMP - Static variable in class kieker.analysis.plugin.filter.select.TimestampFilter
Deprecated.
The default used lower limit for the records.
CONFIG_PROPERTY_VALUE_NUMBER_IMPULSES - Static variable in class kieker.analysis.plugin.reader.timer.TimeReader
Deprecated.
The default value for number of impulses (infinite).
CONFIG_PROPERTY_VALUE_NUMBER_OF_ENTRIES - Static variable in class kieker.analysis.plugin.filter.forward.ListCollectionFilter
Deprecated.
The default value for the maximal number of allowed entries (unlimited.
CONFIG_PROPERTY_VALUE_OUTPUT_FILENAME_DEFAULT - Static variable in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
Deprecated.
The default used output file name.
CONFIG_PROPERTY_VALUE_OUTPUT_FILENAME_DEFAULT - Static variable in class kieker.tools.trace.analysis.filter.visualization.callTree.TraceCallTreeFilter
Deprecated.
This is the default used output file name.
CONFIG_PROPERTY_VALUE_OUTPUT_FILENAME_DEFAULT - Static variable in class kieker.visualization.trace.call.tree.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
Deprecated.
This constant determines the default used output filename base.
CONFIG_PROPERTY_VALUE_PIPENAME_DEFAULT - Static variable in class kieker.analysis.plugin.reader.namedRecordPipe.PipeReader
Deprecated.
The default used pipe name.
CONFIG_PROPERTY_VALUE_SHORT_LABELS_DEFAULT - Static variable in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
Deprecated.
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
Deprecated.
This is the default value whether to use short labels or not.
CONFIG_PROPERTY_VALUE_SHORT_LABELS_DEFAULT - Static variable in class kieker.visualization.trace.call.tree.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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
The default value of the time unit property (nanoseconds).
CONFIG_PROPERTY_VALUE_TIMEUNIT - Static variable in class kieker.analysis.plugin.filter.flow.TraceAggregationFilter
Deprecated.
The default value of the time unit property (nanoseconds).
CONFIG_PROPERTY_VALUE_TIMEUNIT - Static variable in class kieker.analysis.plugin.filter.record.MonitoringThroughputFilter
Deprecated.
The default value of the time unit property (nanoseconds).
CONFIG_PROPERTY_VALUE_TIMEUNIT - Static variable in class kieker.analysis.plugin.filter.select.TimestampFilter
Deprecated.
The default used time unit.
CONFIG_PROPERTY_VALUE_TIMEUNIT - Static variable in class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
Deprecated.
 
CONFIG_PROPERTY_VALUE_TIMEUNIT - Static variable in class kieker.tools.trace.analysis.filter.sessionReconstruction.SessionReconstructionFilter
Deprecated.
This is the default used time unit.
CONFIG_PROPERTY_VALUE_TIMEUNIT - Static variable in class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
Deprecated.
This is the default used time unit.
CONFIG_PROPERTY_VALUE_UPDATE_INTERVAL_NS - Static variable in class kieker.analysis.plugin.reader.timer.TimeReader
Deprecated.
The default value for the update interval (1 second).
CONFIG_PROPERTY_VALUE_VERBOSE - Static variable in class kieker.tools.trace.analysis.filter.AbstractTraceAnalysisFilter
Deprecated.
 
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
Deprecated.
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
Deprecated.
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_TABLE_PREFIX - Static variable in class kieker.extension.cassandra.writer.CassandraDbWriter
 
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
Deprecated.
The current configuration of this component.
configuration - Variable in class kieker.monitoring.writer.AbstractMonitoringWriter
The writer's configuration.
configuration() - Method in annotation type kieker.analysis.annotation.AnalysisController
Deprecated.
The list of possible properties for the analysis controller.
configuration() - Method in annotation type kieker.analysis.plugin.annotation.Plugin
Deprecated.
The list of possible properties for this plugin.
configuration() - Method in annotation type kieker.analysis.repository.annotation.Repository
Deprecated.
The list of possible properties for this repository.
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_ERROR - Static variable in class kieker.tools.common.AbstractLegacyTool
There was an configuration error.
ConfigurationConstants - 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)
ConfigurationException - Exception in kieker.common.exception
Configuration exception for command line and configuration file parameters.
ConfigurationException(Exception) - Constructor for exception kieker.common.exception.ConfigurationException
Configuration exception.
ConfigurationException(String) - Constructor for exception kieker.common.exception.ConfigurationException
Configuration exception.
ConfigurationFactory - Class in kieker.monitoring.core.configuration
A ConfigurationFactory for kieker.monitoring.
ConfigurationParser - Class in kieker.tools.settings
Parse configuration settings and fill them into a settings object.
ConfigurationParser(String, Object) - Constructor for class kieker.tools.settings.ConfigurationParser
Setup configuration parser for the given settings object and with a configuration parameter name prefix.
connect() - Method in class kieker.extension.cassandra.reader.CassandraDb
Establishes a connection to the database.
connect() - Method in class kieker.extension.cassandra.writer.CassandraDb
Establishes a connection to the database.
connect(String, AbstractRepository) - Method in class kieker.analysis.plugin.AbstractPlugin
Deprecated.
Connects the given repository to this plugin via the given name.
connect(String, AbstractRepository) - Method in interface kieker.analysis.plugin.IPlugin
Deprecated.
Connects the given repository to this plugin via the given name.
connect(AbstractPlugin, String, AbstractPlugin, String) - Method in class kieker.analysis.AnalysisController
Deprecated.
This method should be used to connect two plugins.
connect(AbstractPlugin, String, AbstractPlugin, String) - Method in interface kieker.analysis.IAnalysisController
Deprecated.
This method should be used to connect two plugins.
connect(AbstractPlugin, String, AbstractPlugin, String) - Static method in class kieker.analysis.plugin.AbstractPlugin
Deprecated.
This method connects two plugins.
connect(AbstractPlugin, String, AbstractRepository) - Method in class kieker.analysis.AnalysisController
Deprecated.
Connects the given repository to this plugin via the given name.
connect(AbstractPlugin, String, AbstractRepository) - Method in interface kieker.analysis.IAnalysisController
Deprecated.
Connects the given repository to this plugin via the given name.
Connection - Class in kieker.analysis.generic.source.tcp
Represents one connection to read records from.
Connection(SocketChannel, int) - Constructor for class kieker.analysis.generic.source.tcp.Connection
Create a connection for the given channel and utilizing the specified buffer size.
connections - Variable in class kieker.model.collection.impl.ConnectionsImpl
The cached value of the 'Connections' map.
Connections - Interface in kieker.model.collection
A representation of the model object 'Connections'.
CONNECTIONS - Static variable in interface kieker.model.collection.CollectionPackage
The meta object id for the 'Connections' class.
CONNECTIONS - Static variable in interface kieker.model.collection.CollectionPackage.Literals
The meta object literal for the 'Connections' class.
CONNECTIONS__CONNECTIONS - Static variable in interface kieker.model.collection.CollectionPackage
The feature id for the 'Connections' map.
CONNECTIONS__CONNECTIONS - Static variable in interface kieker.model.collection.CollectionPackage.Literals
The meta object literal for the 'Connections' map feature.
CONNECTIONS_FEATURE_COUNT - Static variable in interface kieker.model.collection.CollectionPackage
The number of structural features of the 'Connections' class.
CONNECTIONS_OPERATION_COUNT - Static variable in interface kieker.model.collection.CollectionPackage
The number of operations of the 'Connections' class.
ConnectionsImpl - Class in kieker.model.collection.impl
An implementation of the model object 'Connections'.
ConnectionsImpl() - Constructor for class kieker.model.collection.impl.ConnectionsImpl
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
 
connectToInfluxDB() - Method in class kieker.monitoring.writer.influxdb.InfluxDBWriter
Deprecated.
Connect to InfluxDB.
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_METHOD_NAME - Static variable in class kieker.common.util.signature.Signature
 
containedComponents - Variable in class kieker.model.analysismodel.assembly.impl.AssemblyComponentImpl
The cached value of the 'Contained Components' reference list.
containedComponents - Variable in class kieker.model.analysismodel.deployment.impl.DeployedComponentImpl
The cached value of the 'Contained Components' reference list.
containedComponents - Variable in class kieker.model.analysismodel.type.impl.ComponentTypeImpl
The cached value of the 'Contained Components' reference list.
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_FORMAT - kieker.common.util.dataformat.FormatIdentifier
Identifier for the container format.
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
Deprecated.
1.15 ported to teetime
ContainerDependencyGraph - Class in kieker.visualization.trace.dependency.graph
This class represents container dependency graphs.
ContainerDependencyGraph(ExecutionContainer) - Constructor for class kieker.visualization.trace.dependency.graph.ContainerDependencyGraph
Creates a new graph with the given root entity.
ContainerDependencyGraph(ExecutionContainer) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ContainerDependencyGraph
Deprecated.
Creates a new graph with the given root entity.
ContainerDependencyGraphFilter - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
ContainerDependencyGraphFilter - Class in kieker.visualization.trace.dependency.graph
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
Deprecated.
Creates a new filter using the given parameters.
ContainerDependencyGraphFilter(SystemModelRepository, TimeUnit) - Constructor for class kieker.visualization.trace.dependency.graph.ContainerDependencyGraphFilter
Creates a new filter using the given parameters.
ContainerDependencyGraphFormatter - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
ContainerDependencyGraphFormatter - Class in kieker.visualization.trace.dependency.graph
Formatter for container dependency graphs.
ContainerDependencyGraphFormatter() - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ContainerDependencyGraphFormatter
Deprecated.
Creates a new formatter.
ContainerDependencyGraphFormatter() - Constructor for class kieker.visualization.trace.dependency.graph.ContainerDependencyGraphFormatter
Creates a new formatter.
contains(Object) - Method in class kieker.monitoring.writer.dump.DumpQueue
 
contains(K) - Method in class kieker.analysis.util.emf.EReferenceIndex
 
containsAll(Collection<?>) - Method in class kieker.monitoring.writer.dump.DumpQueue
 
containsTrace(Long) - Method in class kieker.analysis.behavior.CreateEntryLevelEventStage
 
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
contexts - Variable in class kieker.model.analysismodel.deployment.impl.DeploymentModelImpl
The cached value of the 'Contexts' map.
ControlFlowRegistry - Enum in kieker.monitoring.core.registry
 
ControlledEventReleaseStage<C,​B> - Class in kieker.analysis.generic
Send an incoming event of type Base to the output, if and only if a suitable Control event was received.
ControlledEventReleaseStage(IControlEventMatcher<C, B>) - Constructor for class kieker.analysis.generic.ControlledEventReleaseStage
 
CONTROLLER_NAME - Static variable in class kieker.common.record.misc.KiekerMetadataRecord
 
CONTROLLER_NAME - Static variable in class kieker.monitoring.core.configuration.ConfigurationConstants
 
CONTROLLER_NAME - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
controlProbe(BasicTcpControlEvent) - Method in class kieker.analysis.architecture.adaptation.DummyProbeController
Convenience method for control events.
controlProbe(BasicTcpControlEvent) - Method in interface kieker.analysis.architecture.adaptation.IProbeController
Control probe with given event.
controlProbe(BasicTcpControlEvent) - Method in class kieker.analysis.architecture.adaptation.TcpProbeController
Convenience method for BasicTcpControlEvent control events.
convert(String) - Method in class kieker.analysis.behavior.acceptance.matcher.AcceptanceModeConverter
 
convert(String) - Method in class kieker.analysis.generic.EModuleModeConverter
 
convert(String) - Method in class kieker.analysis.util.AbstractClassConverter
 
convert(String) - Method in class kieker.tools.settings.converters.CharConverter
 
convert(String) - Method in class kieker.tools.settings.converters.DateConverter
 
convert(String) - Method in class kieker.tools.settings.converters.DoubleConverter
 
convert(String) - Method in class kieker.tools.settings.converters.LongConverter
 
convert(String) - Method in class kieker.tools.settings.converters.ShortConverter
 
convertDatetimeStringToUTCDate(String) - Static method in class kieker.common.util.dataformat.LoggingTimestampConversionUtils
Converts a datetime string of format yyyyMMdd-HHmmss (UTC timezone) into a Date object.
convertDatetimeStringToUTCLoggingTimestamp(String) - Static method in class kieker.common.util.dataformat.LoggingTimestampConversionUtils
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.model.analysismodel.impl.AnalysismodelFactoryImpl
convertEDirectionToString(EDataType, Object) - Method in class kieker.model.analysismodel.execution.impl.ExecutionFactoryImpl
convertEPrefixToString(EDataType, Object) - Method in class kieker.model.analysismodel.statistics.impl.StatisticsFactoryImpl
converter() - Method in annotation type kieker.tools.settings.Setting
 
convertESIUnitTypeToString(EDataType, Object) - Method in class kieker.model.analysismodel.statistics.impl.StatisticsFactoryImpl
convertInstantToString(EDataType, Object) - Method in class kieker.model.analysismodel.impl.AnalysismodelFactoryImpl
ConvertLegacyValuesUtils - 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.common.util.dataformat.LoggingTimestampConversionUtils
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.common.util.dataformat.LoggingTimestampConversionUtils
Converts a timestamp representing the number of nanoseconds since Jan 1, 1970 UTC into a human-readable datetime string given in the UTC timezone.
convertProperties(Configuration, MAnalysisMetaModelFactory) - Static method in class kieker.analysis.stage.model.MetaModelHandler
Deprecated.
Converts the given configuration into a list of MIPropertys using the given factory.
convertToLowerCase(String) - Method in class kieker.analysis.architecture.recovery.signature.AbstractSignatureProcessor
 
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.model.analysismodel.execution.impl.ExecutionFactoryImpl
convertToString(EDataType, Object) - Method in class kieker.model.analysismodel.impl.AnalysismodelFactoryImpl
convertToString(EDataType, Object) - Method in class kieker.model.analysismodel.statistics.impl.StatisticsFactoryImpl
convertToSystemGraph(Graph<Node<DeployedComponent>>) - Method in class kieker.analysis.metrics.graph.entropy.KiekerArchitectureModelSystemGraphUtils
 
CountCalculator<T> - Class in kieker.analysis.statistics.calculating
Computes an incrementable value.
CountCalculator(String) - Constructor for class kieker.analysis.statistics.calculating.CountCalculator
 
CountEventsStage<T> - Class in kieker.analysis.generic
Counts all events and hands them to the next filter unchanged.
CountEventsStage(long) - Constructor for class kieker.analysis.generic.CountEventsStage
 
CountingFilter - Class in kieker.analysis.plugin.filter.forward
Deprecated.
since 1.15.1 old plugin api
CountingFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.forward.CountingFilter
Deprecated.
Creates a new instance of this class using the given parameters.
CountingStage<T> - Class in kieker.analysis.generic
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.
CountingStage(boolean, int) - Constructor for class kieker.analysis.generic.CountingStage
Creates a new instance of this class and sets the time stamp of initialization.
CountingStage(boolean, int, String) - Constructor for class kieker.analysis.generic.CountingStage
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
 
CountUniqueCallsStage - Class in kieker.analysis.architecture.recovery
Counts the number of unique operation calls and stores that information in the statistics model.
CountUniqueCallsStage(StatisticsModel, ExecutionModel) - Constructor for class kieker.analysis.architecture.recovery.CountUniqueCallsStage
Count unique calls.
Coupling - Interface in kieker.model.collection
A representation of the model object 'Coupling'.
COUPLING - Static variable in interface kieker.model.collection.CollectionPackage
The meta object id for the 'Coupling' class.
COUPLING - Static variable in interface kieker.model.collection.CollectionPackage.Literals
The meta object literal for the 'Coupling' class.
COUPLING___EQUALS__OBJECT - Static variable in interface kieker.model.collection.CollectionPackage
The operation id for the 'Equals' operation.
COUPLING___EQUALS__OBJECT - Static variable in interface kieker.model.collection.CollectionPackage.Literals
The meta object literal for the 'Equals' operation.
COUPLING___HASH_CODE - Static variable in interface kieker.model.collection.CollectionPackage
The operation id for the 'Hash Code' operation.
COUPLING___HASH_CODE - Static variable in interface kieker.model.collection.CollectionPackage.Literals
The meta object literal for the 'Hash Code' operation.
COUPLING__PROVIDED - Static variable in interface kieker.model.collection.CollectionPackage
The feature id for the 'Provided' reference.
COUPLING__PROVIDED - Static variable in interface kieker.model.collection.CollectionPackage.Literals
The meta object literal for the 'Provided' reference feature.
COUPLING__REQUIRED - Static variable in interface kieker.model.collection.CollectionPackage
The feature id for the 'Required' reference.
COUPLING__REQUIRED - Static variable in interface kieker.model.collection.CollectionPackage.Literals
The meta object literal for the 'Required' reference feature.
COUPLING_FEATURE_COUNT - Static variable in interface kieker.model.collection.CollectionPackage
The number of structural features of the 'Coupling' class.
COUPLING_OPERATION_COUNT - Static variable in interface kieker.model.collection.CollectionPackage
The number of operations of the 'Coupling' class.
COUPLING_TO_OPERATION_MAP - Static variable in interface kieker.model.collection.CollectionPackage
The meta object id for the 'Coupling To Operation Map' class.
COUPLING_TO_OPERATION_MAP - Static variable in interface kieker.model.collection.CollectionPackage.Literals
The meta object literal for the 'Coupling To Operation Map' class.
COUPLING_TO_OPERATION_MAP__KEY - Static variable in interface kieker.model.collection.CollectionPackage
The feature id for the 'Key' containment reference.
COUPLING_TO_OPERATION_MAP__KEY - Static variable in interface kieker.model.collection.CollectionPackage.Literals
The meta object literal for the 'Key' containment reference feature.
COUPLING_TO_OPERATION_MAP__VALUE - Static variable in interface kieker.model.collection.CollectionPackage
The feature id for the 'Value' containment reference.
COUPLING_TO_OPERATION_MAP__VALUE - Static variable in interface kieker.model.collection.CollectionPackage.Literals
The meta object literal for the 'Value' containment reference feature.
COUPLING_TO_OPERATION_MAP_FEATURE_COUNT - Static variable in interface kieker.model.collection.CollectionPackage
The number of structural features of the 'Coupling To Operation Map' class.
COUPLING_TO_OPERATION_MAP_OPERATION_COUNT - Static variable in interface kieker.model.collection.CollectionPackage
The number of operations of the 'Coupling To Operation Map' class.
CouplingImpl - Class in kieker.model.collection.impl
An implementation of the model object 'Coupling'.
CouplingImpl() - Constructor for class kieker.model.collection.impl.CouplingImpl
CouplingToOperationMapImpl - Class in kieker.model.collection.impl
An implementation of the model object 'Coupling To Operation Map'.
CouplingToOperationMapImpl() - Constructor for class kieker.model.collection.impl.CouplingToOperationMapImpl
CPU_ID - Static variable in class kieker.common.record.system.CPUUtilizationRecord
 
CPUMemUsageServletContextListener - Class in kieker.monitoring.probe.servlet
Starts and stops the periodic logging of CPU utilization and Memory usage employing the OshiSamplerFactory 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.
CPUsCombinedServletContextListener - Class in kieker.monitoring.probe.servlet
Starts and stops the periodic logging of CPU utilization employing the OshiSamplerFactory 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.
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
 
CR - Static variable in class kieker.analysis.generic.sink.SingleFileTableCsvSink
 
CR - Static variable in class kieker.analysis.generic.sink.TableCsvSink
 
create() - Static method in class kieker.analysis.util.time.ChronoUnitToSymbolMapper
 
create(ArrayNode) - Static method in class kieker.common.record.io.JsonArrayValueDeserializer
Factory method to create a json value deserializer.
create(Class<C>, String, Class<?>[], Object...) - Method in class kieker.common.util.classpath.InstantiationFactory
This is a helper method .
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(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(Path) - Static method in class kieker.analysis.architecture.trace.graph.dot.DotTraceGraphFileWriterStage
 
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
 
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.EntryLevelBeforeOperationEventFactory
 
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.operation.object.EntryLevelBeforeOperationObjectEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.flow.trace.TraceMetadataFactory
 
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.OperationCallEventFactory
 
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.session.SessionEndEventFactory
 
create(IValueDeserializer) - Method in class kieker.common.record.session.SessionStartEventFactory
 
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(EClass) - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelFactory
create(EClass) - Method in class kieker.model.analysismodel.assembly.impl.AssemblyFactoryImpl
create(EClass) - Method in class kieker.model.analysismodel.deployment.impl.DeploymentFactoryImpl
create(EClass) - Method in class kieker.model.analysismodel.execution.impl.ExecutionFactoryImpl
create(EClass) - Method in class kieker.model.analysismodel.impl.AnalysismodelFactoryImpl
create(EClass) - Method in class kieker.model.analysismodel.source.impl.SourceFactoryImpl
create(EClass) - Method in class kieker.model.analysismodel.statistics.impl.StatisticsFactoryImpl
create(EClass) - Method in class kieker.model.analysismodel.trace.impl.TraceFactoryImpl
create(EClass) - Method in class kieker.model.analysismodel.type.impl.TypeFactoryImpl
create(EClass) - Method in class kieker.model.collection.impl.CollectionFactoryImpl
create(EObject, EReference, Collection<EStructuralFeature>, Function<V, K>) - Static method in class kieker.analysis.util.emf.EReferenceIndex
 
create(EObject, EReference, Collection<EStructuralFeature>, Function<V, K>, Collection<V>) - Static method in class kieker.analysis.util.emf.EReferenceIndex
 
createAdapter(Notifier) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
Creates an adapter for the target.
createAdapter(Notifier) - Method in class kieker.model.analysismodel.assembly.util.AssemblyAdapterFactory
Creates an adapter for the target.
createAdapter(Notifier) - Method in class kieker.model.analysismodel.deployment.util.DeploymentAdapterFactory
Creates an adapter for the target.
createAdapter(Notifier) - Method in class kieker.model.analysismodel.execution.util.ExecutionAdapterFactory
Creates an adapter for the target.
createAdapter(Notifier) - Method in class kieker.model.analysismodel.source.util.SourceAdapterFactory
Creates an adapter for the target.
createAdapter(Notifier) - Method in class kieker.model.analysismodel.statistics.util.StatisticsAdapterFactory
Creates an adapter for the target.
createAdapter(Notifier) - Method in class kieker.model.analysismodel.trace.util.TraceAdapterFactory
Creates an adapter for the target.
createAdapter(Notifier) - Method in class kieker.model.analysismodel.type.util.TypeAdapterFactory
Creates an adapter for the target.
createAdapter(Notifier) - Method in class kieker.model.collection.util.CollectionAdapterFactory
Creates an adapter for the target.
createAllocationComponentId(AllocationComponent) - Static method in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFormatter
Utility function to create a textual container ID for an allocation component.
createAllocationComponentId(AllocationComponent) - Static method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
Deprecated.
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
Deprecated.
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.model.repository.AllocationRepository
 
createAndRegisterAllocationComponentInstance(String, AssemblyComponent, ExecutionContainer) - Method in class kieker.tools.trace.analysis.systemModel.repository.AllocationRepository
 
createAndRegisterAssemblyComponentInstance(String, ComponentType) - Method in class kieker.model.repository.AssemblyRepository
Creates a new assembly component instance and registers it as well.
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.model.repository.TypeRepository
Creates and registers a component type that has not been registered yet.
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.model.repository.ExecutionEnvironmentRepository
This method creates a new execution container and registers it as well.
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.model.repository.OperationRepository
 
createAndRegisterOperation(String, ComponentType, Signature) - Method in class kieker.tools.trace.analysis.systemModel.repository.OperationRepository
 
createAssemblyComponent() - Method in interface kieker.model.analysismodel.assembly.AssemblyFactory
Returns a new object of class 'Component'.
createAssemblyComponent() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyFactoryImpl
createAssemblyComponentAdapter() - Method in class kieker.model.analysismodel.assembly.util.AssemblyAdapterFactory
Creates a new adapter for an object of class 'Component'.
createAssemblyComponentId(AssemblyComponent) - Static method in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFormatter
Utility function to create a textual container ID for an assembly component.
createAssemblyComponentId(AssemblyComponent) - Static method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
Deprecated.
Utility function to create a textual container ID for an assembly component.
createAssemblyModel() - Method in interface kieker.model.analysismodel.assembly.AssemblyFactory
Returns a new object of class 'Model'.
createAssemblyModel() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyFactoryImpl
createAssemblyModelAdapter() - Method in class kieker.model.analysismodel.assembly.util.AssemblyAdapterFactory
Creates a new adapter for an object of class 'Model'.
createAssemblyOperation() - Method in interface kieker.model.analysismodel.assembly.AssemblyFactory
Returns a new object of class 'Operation'.
createAssemblyOperation() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyFactoryImpl
createAssemblyOperationAdapter() - Method in class kieker.model.analysismodel.assembly.util.AssemblyAdapterFactory
Creates a new adapter for an object of class 'Operation'.
createAssemblyProvidedInterface() - Method in interface kieker.model.analysismodel.assembly.AssemblyFactory
Returns a new object of class 'Provided Interface'.
createAssemblyProvidedInterface() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyFactoryImpl
createAssemblyProvidedInterfaceAdapter() - Method in class kieker.model.analysismodel.assembly.util.AssemblyAdapterFactory
Creates a new adapter for an object of class 'Provided Interface'.
createAssemblyRequiredInterface() - Method in interface kieker.model.analysismodel.assembly.AssemblyFactory
Returns a new object of class 'Required Interface'.
createAssemblyRequiredInterface() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyFactoryImpl
createAssemblyRequiredInterfaceAdapter() - Method in class kieker.model.analysismodel.assembly.util.AssemblyAdapterFactory
Creates a new adapter for an object of class 'Required Interface'.
createAssemblyStorage() - Method in interface kieker.model.analysismodel.assembly.AssemblyFactory
Returns a new object of class 'Storage'.
createAssemblyStorage() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyFactoryImpl
createAssemblyStorageAdapter() - Method in class kieker.model.analysismodel.assembly.util.AssemblyAdapterFactory
Creates a new adapter for an object of class 'Storage'.
createCache(long, TimeUnit) - Method in class kieker.analysis.plugin.reader.AbstractStringRegistryReaderPlugin
Deprecated.
Creates the cache to be used for storing string registries.
createCache(long, TimeUnit) - Method in class kieker.analysis.plugin.reader.StringRegistryCache
Deprecated.
Creates the underlying cache.
createChildGraph() - Method in class kieker.analysis.generic.graph.impl.NodeImpl
 
createChildGraph() - Method in interface kieker.analysis.generic.graph.INode
 
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
Deprecated.
Utility function to create a label for component nodes.
createComponentNodeLabel(DependencyGraphNode<AllocationComponent>, boolean, String) - Static method in class kieker.visualization.trace.dependency.graph.AbstractComponentDependencyGraphFormatter
Utility function to create a label for component nodes.
createComponentType() - Method in class kieker.model.analysismodel.type.impl.TypeFactoryImpl
createComponentType() - Method in interface kieker.model.analysismodel.type.TypeFactory
Returns a new object of class 'Component Type'.
createComponentTypeAdapter() - Method in class kieker.model.analysismodel.type.util.TypeAdapterFactory
Creates a new adapter for an object of class 'Component Type'.
createComposedUnit() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsFactoryImpl
createComposedUnit() - Method in interface kieker.model.analysismodel.statistics.StatisticsFactory
Returns a new object of class 'Composed Unit'.
createComposedUnitAdapter() - Method in class kieker.model.analysismodel.statistics.util.StatisticsAdapterFactory
Creates a new adapter for an object of class 'Composed Unit'.
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.
createConfigurationFromFile(Path) - 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, double, double) - Static method in class kieker.tools.trace.analysis.filter.visualization.util.dot.DotFactory
This method creates dot code for a connection.
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.
createConnections() - Method in interface kieker.model.collection.CollectionFactory
Returns a new object of class 'Connections'.
createConnections() - Method in class kieker.model.collection.impl.CollectionFactoryImpl
createConnectionsAdapter() - Method in class kieker.model.collection.util.CollectionAdapterFactory
Creates a new adapter for an object of class 'Connections'.
createContainerId(ExecutionContainer) - Static method in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFormatter
Utility function to create a textual container ID for an execution container.
createContainerId(ExecutionContainer) - Static method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
Deprecated.
Utility function to create a textual container ID for an execution container.
createCoupling() - Method in interface kieker.model.collection.CollectionFactory
Returns a new object of class 'Coupling'.
createCoupling() - Method in class kieker.model.collection.impl.CollectionFactoryImpl
createCouplingAdapter() - Method in class kieker.model.collection.util.CollectionAdapterFactory
Creates a new adapter for an object of class 'Coupling'.
createCouplingToOperationMap() - Method in class kieker.model.collection.impl.CollectionFactoryImpl
createCouplingToOperationMapAdapter() - Method in class kieker.model.collection.util.CollectionAdapterFactory
Creates a new adapter for an object of class 'Coupling To Operation Map'.
createCPUSignature() - Static method in class kieker.monitoring.core.signaturePattern.SignatureFactory
Creates a CPU signature.
createCPUSignature(int) - Static method in class kieker.monitoring.core.signaturePattern.SignatureFactory
Creates a cpu signature with a given cpu id.
createCustomUnit() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsFactoryImpl
createCustomUnit() - Method in interface kieker.model.analysismodel.statistics.StatisticsFactory
Returns a new object of class 'Custom Unit'.
createCustomUnitAdapter() - Method in class kieker.model.analysismodel.statistics.util.StatisticsAdapterFactory
Creates a new adapter for an object of class 'Custom Unit'.
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(IDependencyGraphBuilderConfiguration) - Method in class kieker.analysis.architecture.dependency.AssemblyLevelComponentDependencyGraphBuilderFactory
 
createDependencyGraphBuilder(IDependencyGraphBuilderConfiguration) - Method in class kieker.analysis.architecture.dependency.AssemblyLevelOperationDependencyGraphBuilderFactory
 
createDependencyGraphBuilder(IDependencyGraphBuilderConfiguration) - Method in class kieker.analysis.architecture.dependency.DeploymentLevelComponentDependencyGraphBuilderFactory
 
createDependencyGraphBuilder(IDependencyGraphBuilderConfiguration) - Method in class kieker.analysis.architecture.dependency.DeploymentLevelContextDependencyGraphBuilderFactory
 
createDependencyGraphBuilder(IDependencyGraphBuilderConfiguration) - Method in class kieker.analysis.architecture.dependency.DeploymentLevelOperationDependencyGraphBuilderFactory
 
createDependencyGraphBuilder(IDependencyGraphBuilderConfiguration) - Method in class kieker.analysis.architecture.dependency.TypeLevelComponentDependencyGraphBuilderFactory
 
createDependencyGraphBuilder(IDependencyGraphBuilderConfiguration) - Method in class kieker.analysis.architecture.dependency.TypeLevelOperationDependencyGraphBuilderFactory
 
createDependencyGraphBuilder(T) - Method in interface kieker.analysis.architecture.dependency.IDependencyGraphBuilderFactory
 
createDeployedComponent() - Method in interface kieker.model.analysismodel.deployment.DeploymentFactory
Returns a new object of class 'Deployed Component'.
createDeployedComponent() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentFactoryImpl
createDeployedComponentAdapter() - Method in class kieker.model.analysismodel.deployment.util.DeploymentAdapterFactory
Creates a new adapter for an object of class 'Deployed Component'.
createDeployedOperation() - Method in interface kieker.model.analysismodel.deployment.DeploymentFactory
Returns a new object of class 'Deployed Operation'.
createDeployedOperation() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentFactoryImpl
createDeployedOperationAdapter() - Method in class kieker.model.analysismodel.deployment.util.DeploymentAdapterFactory
Creates a new adapter for an object of class 'Deployed Operation'.
createDeployedOperationsPairToDeployedOperationsMapEntry() - Method in class kieker.model.analysismodel.execution.impl.ExecutionFactoryImpl
createDeployedOperationsPairToDeployedOperationsMapEntryAdapter() - Method in class kieker.model.analysismodel.execution.util.ExecutionAdapterFactory
Creates a new adapter for an object of class 'Deployed Operations Pair To Deployed Operations Map Entry'.
createDeployedOperationsPairToDeployedStorageMapEntry() - Method in class kieker.model.analysismodel.execution.impl.ExecutionFactoryImpl
createDeployedOperationsPairToDeployedStorageMapEntryAdapter() - Method in class kieker.model.analysismodel.execution.util.ExecutionAdapterFactory
Creates a new adapter for an object of class 'Deployed Operations Pair To Deployed Storage Map Entry'.
createDeployedOperationsPairToInvocationMapEntry() - Method in class kieker.model.analysismodel.execution.impl.ExecutionFactoryImpl
createDeployedOperationsPairToInvocationMapEntryAdapter() - Method in class kieker.model.analysismodel.execution.util.ExecutionAdapterFactory
Creates a new adapter for an object of class 'Deployed Operations Pair To Invocation Map Entry'.
createDeployedProvidedInterface() - Method in interface kieker.model.analysismodel.deployment.DeploymentFactory
Returns a new object of class 'Deployed Provided Interface'.
createDeployedProvidedInterface() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentFactoryImpl
createDeployedProvidedInterfaceAdapter() - Method in class kieker.model.analysismodel.deployment.util.DeploymentAdapterFactory
Creates a new adapter for an object of class 'Deployed Provided Interface'.
createDeployedRequiredInterface() - Method in interface kieker.model.analysismodel.deployment.DeploymentFactory
Returns a new object of class 'Deployed Required Interface'.
createDeployedRequiredInterface() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentFactoryImpl
createDeployedRequiredInterfaceAdapter() - Method in class kieker.model.analysismodel.deployment.util.DeploymentAdapterFactory
Creates a new adapter for an object of class 'Deployed Required Interface'.
createDeployedStorage() - Method in interface kieker.model.analysismodel.deployment.DeploymentFactory
Returns a new object of class 'Deployed Storage'.
createDeployedStorage() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentFactoryImpl
createDeployedStorageAdapter() - Method in class kieker.model.analysismodel.deployment.util.DeploymentAdapterFactory
Creates a new adapter for an object of class 'Deployed Storage'.
createDeploymentContext() - Method in interface kieker.model.analysismodel.deployment.DeploymentFactory
Returns a new object of class 'Context'.
createDeploymentContext() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentFactoryImpl
createDeploymentContextAdapter() - Method in class kieker.model.analysismodel.deployment.util.DeploymentAdapterFactory
Creates a new adapter for an object of class 'Context'.
createDeploymentModel() - Method in interface kieker.model.analysismodel.deployment.DeploymentFactory
Returns a new object of class 'Model'.
createDeploymentModel() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentFactoryImpl
createDeploymentModelAdapter() - Method in class kieker.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'.
createDoubleMeasurement() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsFactoryImpl
createDoubleMeasurement() - Method in interface kieker.model.analysismodel.statistics.StatisticsFactory
Returns a new object of class 'Double Measurement'.
createDoubleMeasurementAdapter() - Method in class kieker.model.analysismodel.statistics.util.StatisticsAdapterFactory
Creates a new adapter for an object of class 'Double Measurement'.
createDurationFromString(EDataType, String) - Method in class kieker.model.analysismodel.impl.AnalysismodelFactoryImpl
createEdge(String) - Static method in class kieker.analysis.generic.graph.GraphFactory
 
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
createEDirectionFromString(EDataType, String) - Method in class kieker.model.analysismodel.execution.impl.ExecutionFactoryImpl
createEmpty(EObject, EReference, Collection<EStructuralFeature>, Function<V, K>) - Static method in class kieker.analysis.util.emf.EReferenceIndex
 
createEmptyModelRepository(String) - Static method in class kieker.analysis.architecture.repository.ArchitectureModelRepositoryFactory
Create an empty repository for architecture models.
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
CreateEntryLevelEventStage - Class in kieker.analysis.behavior
Creates entry level events from trace information.
CreateEntryLevelEventStage(boolean) - Constructor for class kieker.analysis.behavior.CreateEntryLevelEventStage
 
createEObjectAdapter() - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
Creates a new adapter for the default case.
createEObjectAdapter() - Method in class kieker.model.analysismodel.assembly.util.AssemblyAdapterFactory
Creates a new adapter for the default case.
createEObjectAdapter() - Method in class kieker.model.analysismodel.deployment.util.DeploymentAdapterFactory
Creates a new adapter for the default case.
createEObjectAdapter() - Method in class kieker.model.analysismodel.execution.util.ExecutionAdapterFactory
Creates a new adapter for the default case.
createEObjectAdapter() - Method in class kieker.model.analysismodel.source.util.SourceAdapterFactory
Creates a new adapter for the default case.
createEObjectAdapter() - Method in class kieker.model.analysismodel.statistics.util.StatisticsAdapterFactory
Creates a new adapter for the default case.
createEObjectAdapter() - Method in class kieker.model.analysismodel.trace.util.TraceAdapterFactory
Creates a new adapter for the default case.
createEObjectAdapter() - Method in class kieker.model.analysismodel.type.util.TypeAdapterFactory
Creates a new adapter for the default case.
createEObjectAdapter() - Method in class kieker.model.collection.util.CollectionAdapterFactory
Creates a new adapter for the default case.
createEObjectToSourceEntry() - Method in class kieker.model.analysismodel.source.impl.SourceFactoryImpl
createEObjectToSourceEntryAdapter() - Method in class kieker.model.analysismodel.source.util.SourceAdapterFactory
Creates a new adapter for an object of class 'EObject To Source Entry'.
createEObjectToStatisticsMapEntry() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsFactoryImpl
createEObjectToStatisticsMapEntryAdapter() - Method in class kieker.model.analysismodel.statistics.util.StatisticsAdapterFactory
Creates a new adapter for an object of class 'EObject To Statistics Map Entry'.
createEPrefixFromString(EDataType, String) - Method in class kieker.model.analysismodel.statistics.impl.StatisticsFactoryImpl
createEPropertyTypeToValue() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsFactoryImpl
createEPropertyTypeToValueAdapter() - Method in class kieker.model.analysismodel.statistics.util.StatisticsAdapterFactory
Creates a new adapter for an object of class 'EProperty Type To Value'.
createESIUnitTypeFromString(EDataType, String) - Method in class kieker.model.analysismodel.statistics.impl.StatisticsFactoryImpl
createEStringToAssemblyComponentMapEntry() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyFactoryImpl
createEStringToAssemblyComponentMapEntryAdapter() - Method in class kieker.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.model.analysismodel.assembly.impl.AssemblyFactoryImpl
createEStringToAssemblyOperationMapEntryAdapter() - Method in class kieker.model.analysismodel.assembly.util.AssemblyAdapterFactory
Creates a new adapter for an object of class 'EString To Assembly Operation Map Entry'.
createEStringToAssemblyProvidedInterfaceMapEntry() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyFactoryImpl
createEStringToAssemblyProvidedInterfaceMapEntryAdapter() - Method in class kieker.model.analysismodel.assembly.util.AssemblyAdapterFactory
Creates a new adapter for an object of class 'EString To Assembly Provided Interface Map Entry'.
createEStringToAssemblyStorageMapEntry() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyFactoryImpl
createEStringToAssemblyStorageMapEntryAdapter() - Method in class kieker.model.analysismodel.assembly.util.AssemblyAdapterFactory
Creates a new adapter for an object of class 'EString To Assembly Storage Map Entry'.
createEStringToComponentTypeMapEntry() - Method in class kieker.model.analysismodel.type.impl.TypeFactoryImpl
createEStringToComponentTypeMapEntryAdapter() - Method in class kieker.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.model.analysismodel.deployment.impl.DeploymentFactoryImpl
createEStringToDeployedComponentMapEntryAdapter() - Method in class kieker.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.model.analysismodel.deployment.impl.DeploymentFactoryImpl
createEStringToDeployedOperationMapEntryAdapter() - Method in class kieker.model.analysismodel.deployment.util.DeploymentAdapterFactory
Creates a new adapter for an object of class 'EString To Deployed Operation Map Entry'.
createEStringToDeployedProvidedInterfaceMapEntry() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentFactoryImpl
createEStringToDeployedProvidedInterfaceMapEntryAdapter() - Method in class kieker.model.analysismodel.deployment.util.DeploymentAdapterFactory
Creates a new adapter for an object of class 'EString To Deployed Provided Interface Map Entry'.
createEStringToDeployedStorageMapEntry() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentFactoryImpl
createEStringToDeployedStorageMapEntryAdapter() - Method in class kieker.model.analysismodel.deployment.util.DeploymentAdapterFactory
Creates a new adapter for an object of class 'EString To Deployed Storage Map Entry'.
createEStringToDeploymentContextMapEntry() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentFactoryImpl
createEStringToDeploymentContextMapEntryAdapter() - Method in class kieker.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.model.analysismodel.type.impl.TypeFactoryImpl
createEStringToOperationTypeMapEntryAdapter() - Method in class kieker.model.analysismodel.type.util.TypeAdapterFactory
Creates a new adapter for an object of class 'EString To Operation Type Map Entry'.
createEStringToProvidedInterfaceTypeMapEntry() - Method in class kieker.model.analysismodel.type.impl.TypeFactoryImpl
createEStringToProvidedInterfaceTypeMapEntryAdapter() - Method in class kieker.model.analysismodel.type.util.TypeAdapterFactory
Creates a new adapter for an object of class 'EString To Provided Interface Type Map Entry'.
createEStringToStorageTypeMapEntry() - Method in class kieker.model.analysismodel.type.impl.TypeFactoryImpl
createEStringToStorageTypeMapEntryAdapter() - Method in class kieker.model.analysismodel.type.util.TypeAdapterFactory
Creates a new adapter for an object of class 'EString To Storage Type Map Entry'.
createExecutionByEntityNames(String, String, String, Signature, long, String, int, int, long, long, boolean) - Method in class kieker.analysis.architecture.trace.AbstractTraceAnalysisStage
 
createExecutionByEntityNames(String, String, Signature, long, String, int, int, long, long, boolean) - Method in class kieker.analysis.architecture.trace.AbstractTraceAnalysisStage
 
createExecutionByEntityNames(String, String, Signature, long, String, int, int, long, long, boolean) - Method in class kieker.tools.trace.analysis.filter.AbstractTraceAnalysisFilter
Deprecated.
 
createExecutionByEntityNames(SystemModelRepository, String, String, String, Signature, long, String, int, int, long, long, boolean) - Static method in class kieker.analysis.architecture.trace.AbstractTraceAnalysisStage
 
createExecutionByEntityNames(SystemModelRepository, String, String, Signature, long, String, int, int, long, long, boolean) - Static method in class kieker.analysis.architecture.trace.AbstractTraceAnalysisStage
 
createExecutionByEntityNames(SystemModelRepository, String, String, String, Signature, long, String, int, int, long, long, boolean) - Static method in class kieker.tools.trace.analysis.filter.AbstractTraceAnalysisFilter
Deprecated.
 
createExecutionByEntityNames(SystemModelRepository, String, String, Signature, long, String, int, int, long, long, boolean) - Static method in class kieker.tools.trace.analysis.filter.AbstractTraceAnalysisFilter
Deprecated.
 
createExecutionModel() - Method in interface kieker.model.analysismodel.execution.ExecutionFactory
Returns a new object of class 'Model'.
createExecutionModel() - Method in class kieker.model.analysismodel.execution.impl.ExecutionFactoryImpl
createExecutionModelAdapter() - Method in class kieker.model.analysismodel.execution.util.ExecutionAdapterFactory
Creates a new adapter for an object of class 'Model'.
createExecutionTraceComparator() - Static method in class kieker.model.system.model.ExecutionTrace
Returns an instance of the Comparator used by the internal TreeSet to compare Executions.
createExecutionTraceComparator() - Static method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Deprecated.
Returns an instance of the Comparator used by the internal TreeSet to compare Executions.
createFactoryFor(Class<?>) - Method in interface kieker.common.record.factory.IRecordFactoryProvider
Creates a factory for the given record class.
createFactoryFor(Class<?>) - Method in class kieker.common.record.factory.StandardRecordFactoryProvider
 
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'.
createFloatMeasurement() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsFactoryImpl
createFloatMeasurement() - Method in interface kieker.model.analysismodel.statistics.StatisticsFactory
Returns a new object of class 'Float Measurement'.
createFloatMeasurementAdapter() - Method in class kieker.model.analysismodel.statistics.util.StatisticsAdapterFactory
Creates a new adapter for an object of class 'Float Measurement'.
createForAssemblyLevelComponentDependencyGraph() - Method in class kieker.analysis.architecture.dependency.export.dot.DotExportDependencyGraphFactory
 
createForAssemblyLevelOperationDependencyGraph() - Method in class kieker.analysis.architecture.dependency.export.dot.DotExportDependencyGraphFactory
 
createForDeploymentLevelComponentDependencyGraph() - Method in class kieker.analysis.architecture.dependency.export.dot.DotExportDependencyGraphFactory
 
createForDeploymentLevelContextDependencyGraph() - Method in class kieker.analysis.architecture.dependency.export.dot.DotExportDependencyGraphFactory
 
createForDeploymentLevelOperationDependencyGraph() - Method in class kieker.analysis.architecture.dependency.export.dot.DotExportDependencyGraphFactory
 
createFormattedOutput() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ResponseTimeDecoration
Deprecated.
 
createFormattedOutput() - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractVertexDecoration
Creates formatted output for this decoration.
createFormattedOutput() - Method in class kieker.visualization.trace.dependency.graph.ResponseTimeDecoration
 
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.analysis.architecture.dependency.export.dot.DotExportDependencyGraphFactory
 
createForTypeLevelOperationDependencyGraph() - Method in class kieker.analysis.architecture.dependency.export.dot.DotExportDependencyGraphFactory
 
createFromConfiguration(Class<T>, Configuration, String, String) - Static method in class kieker.tools.common.ParameterEvaluationUtils
Instantiate on object from a property.
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.analysis.util.time.Instants
 
createFromFile(String, IProjectContext) - Static method in class kieker.tools.trace.analysis.repository.DescriptionRepository
Deprecated.
Initializes a new description repository from the given file.
createFromFile(String, IProjectContext) - Static method in class kieker.tools.trace.analysis.repository.TraceColorRepository
Deprecated.
Initializes a trace color repository from a given file.
createFromName(String) - Static method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractNodeDecorator
Deprecated.
Creates a node decorator from its option name.
createFromName(String) - Static method in class kieker.visualization.trace.dependency.graph.AbstractNodeDecorator
Creates a node decorator from its option name.
createFromString(EDataType, String) - Method in class kieker.model.analysismodel.execution.impl.ExecutionFactoryImpl
createFromString(EDataType, String) - Method in class kieker.model.analysismodel.impl.AnalysismodelFactoryImpl
createFromString(EDataType, String) - Method in class kieker.model.analysismodel.statistics.impl.StatisticsFactoryImpl
createFromTimeUnit(TimeUnit) - Static method in class kieker.analysis.util.time.ChronoUnits
Will be obsolete in Java 9 and can be replaced by TimeUnit.toChronoUnit().
createFullyQualifiedName(AssemblyComponent) - Static method in class kieker.analysis.util.FullyQualifiedNamesFactory
 
createFullyQualifiedName(AssemblyOperation) - Static method in class kieker.analysis.util.FullyQualifiedNamesFactory
 
createFullyQualifiedName(AssemblyStorage) - Static method in class kieker.analysis.util.FullyQualifiedNamesFactory
 
createFullyQualifiedName(DeployedComponent) - Static method in class kieker.analysis.util.FullyQualifiedNamesFactory
 
createFullyQualifiedName(DeployedOperation) - Static method in class kieker.analysis.util.FullyQualifiedNamesFactory
 
createFullyQualifiedName(DeploymentContext) - Static method in class kieker.analysis.util.FullyQualifiedNamesFactory
 
createFullyQualifiedName(OperationCall) - Static method in class kieker.analysis.util.FullyQualifiedNamesFactory
 
createFullyQualifiedName(ComponentType) - Static method in class kieker.analysis.util.FullyQualifiedNamesFactory
 
createFullyQualifiedName(OperationType) - Static method in class kieker.analysis.util.FullyQualifiedNamesFactory
 
createGraph(String) - Static method in class kieker.analysis.generic.graph.GraphFactory
 
createGraph(String, MutableNetwork<N, E>) - Static method in class kieker.analysis.generic.graph.GraphFactory
 
createGraph(GraphType) - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of JAXBElement<GraphType>}
CreateGraph4AllenMetricStage - Class in kieker.analysis.metrics.graph.entropy
Derive a graph compatible for the Allen metric from the architecture model.
CreateGraph4AllenMetricStage() - Constructor for class kieker.analysis.metrics.graph.entropy.CreateGraph4AllenMetricStage
 
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() - 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.
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.
createInstantFromString(EDataType, String) - Method in class kieker.model.analysismodel.impl.AnalysismodelFactoryImpl
createInterfaceEStringToOperationTypeMapEntry() - Method in class kieker.model.analysismodel.type.impl.TypeFactoryImpl
createInterfaceEStringToOperationTypeMapEntryAdapter() - Method in class kieker.model.analysismodel.type.util.TypeAdapterFactory
Creates a new adapter for an object of class 'Interface EString To Operation Type Map Entry'.
createInternalNode(MTree<R>, R) - Static method in class kieker.analysis.generic.clustering.mtree.nodes.NodeFactory
 
createIntMeasurement() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsFactoryImpl
createIntMeasurement() - Method in interface kieker.model.analysismodel.statistics.StatisticsFactory
Returns a new object of class 'Int Measurement'.
createIntMeasurementAdapter() - Method in class kieker.model.analysismodel.statistics.util.StatisticsAdapterFactory
Creates a new adapter for an object of class 'Int Measurement'.
createInvocation() - Method in interface kieker.model.analysismodel.execution.ExecutionFactory
Returns a new object of class 'Invocation'.
createInvocation() - Method in class kieker.model.analysismodel.execution.impl.ExecutionFactoryImpl
createInvocationAdapter() - Method in class kieker.model.analysismodel.execution.util.ExecutionAdapterFactory
Creates a new adapter for an object of class 'Invocation'.
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
createLeafNode(MTree<R>, R) - Static method in class kieker.analysis.generic.clustering.mtree.nodes.NodeFactory
 
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
createLongMeasurement() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsFactoryImpl
createLongMeasurement() - Method in interface kieker.model.analysismodel.statistics.StatisticsFactory
Returns a new object of class 'Long Measurement'.
createLongMeasurementAdapter() - Method in class kieker.model.analysismodel.statistics.util.StatisticsAdapterFactory
Creates a new adapter for an object of class 'Long Measurement'.
createMeasurementAdapter() - Method in class kieker.model.analysismodel.statistics.util.StatisticsAdapterFactory
Creates a new adapter for an object of class 'Measurement'.
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.
createModelRepository(String, boolean) - Static method in class kieker.analysis.architecture.repository.ArchitectureModelManagementUtils
 
createModelRepository(String, ModelDescriptor...) - Static method in class kieker.analysis.architecture.repository.ArchitectureModelRepositoryFactory
Create a model repository with a set of empty models.
createNameToOperationMap() - Method in class kieker.model.collection.impl.CollectionFactoryImpl
createNameToOperationMapAdapter() - Method in class kieker.model.collection.util.CollectionAdapterFactory
Creates a new adapter for an object of class 'Name To Operation Map'.
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) - Static method in class kieker.analysis.generic.graph.GraphFactory
 
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
Deprecated.
Utility function to create a textual node ID from a given numeric node ID.
createNodeId(int) - Static method in class kieker.visualization.trace.dependency.graph.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
Deprecated.
Utility function to create a textual node ID for a given node.
createNodeId(DependencyGraphNode<?>) - Static method in class kieker.visualization.trace.dependency.graph.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.model.analysismodel.trace.impl.TraceFactoryImpl
createOperationCall() - Method in interface kieker.model.analysismodel.trace.TraceFactory
Returns a new object of class 'Operation Call'.
createOperationCallAdapter() - Method in class kieker.model.analysismodel.trace.util.TraceAdapterFactory
Creates a new adapter for an object of class 'Operation Call'.
createOperationCollection() - Method in interface kieker.model.collection.CollectionFactory
Returns a new object of class 'Operation Collection'.
createOperationCollection() - Method in class kieker.model.collection.impl.CollectionFactoryImpl
createOperationCollectionAdapter() - Method in class kieker.model.collection.util.CollectionAdapterFactory
Creates a new adapter for an object of class 'Operation Collection'.
createOperationDataflow() - Method in interface kieker.model.analysismodel.execution.ExecutionFactory
Returns a new object of class 'Operation Dataflow'.
createOperationDataflow() - Method in class kieker.model.analysismodel.execution.impl.ExecutionFactoryImpl
createOperationDataflowAdapter() - Method in class kieker.model.analysismodel.execution.util.ExecutionAdapterFactory
Creates a new adapter for an object of class 'Operation Dataflow'.
createOperationNodeId(Operation) - Static method in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFormatter
Utility function to create a textual node ID for an operation.
createOperationNodeId(Operation) - Static method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
Deprecated.
Utility function to create a textual node ID for an operation.
createOperationNodeLabel(Operation, DependencyGraphNode<?>) - Method in class kieker.visualization.trace.dependency.graph.AbstractOperationDependencyGraphFormatter
 
createOperationNodeLabel(Operation, DependencyGraphNode<?>) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractOperationDependencyGraphFormatter
Deprecated.
 
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.model.analysismodel.type.impl.TypeFactoryImpl
createOperationType() - Method in interface kieker.model.analysismodel.type.TypeFactory
Returns a new object of class 'Operation Type'.
createOperationTypeAdapter() - Method in class kieker.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.model.analysismodel.assembly.impl.AssemblyPackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class kieker.model.analysismodel.execution.impl.ExecutionPackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class kieker.model.analysismodel.impl.AnalysismodelPackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class kieker.model.analysismodel.source.impl.SourcePackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsPackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class kieker.model.analysismodel.trace.impl.TracePackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class kieker.model.collection.impl.CollectionPackageImpl
Creates the meta-model objects for the package.
createPair(SynchronousCallMessage) - Method in interface kieker.visualization.trace.call.tree.AbstractCallTreeFilter.IPairFactory
This method creates an actual pair using the given call message.
createPair(SynchronousCallMessage) - Method in interface kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeFilter.IPairFactory
Deprecated.
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
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'.
createProvidedInterfaceType() - Method in class kieker.model.analysismodel.type.impl.TypeFactoryImpl
createProvidedInterfaceType() - Method in interface kieker.model.analysismodel.type.TypeFactory
Returns a new object of class 'Provided Interface Type'.
createProvidedInterfaceTypeAdapter() - Method in class kieker.model.analysismodel.type.util.TypeAdapterFactory
Creates a new adapter for an object of class 'Provided Interface Type'.
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'.
createRecordsFromBinaryFile(DataInputStream) - Method in class kieker.analysis.plugin.reader.filesystem.BinaryFileStreamProcessor
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'.
createRequiredInterfaceType() - Method in class kieker.model.analysismodel.type.impl.TypeFactoryImpl
createRequiredInterfaceType() - Method in interface kieker.model.analysismodel.type.TypeFactory
Returns a new object of class 'Required Interface Type'.
createRequiredInterfaceTypeAdapter() - Method in class kieker.model.analysismodel.type.util.TypeAdapterFactory
Creates a new adapter for an object of class 'Required Interface Type'.
createRootLeafNode(MTree<R>, R) - Static method in class kieker.analysis.generic.clustering.mtree.nodes.NodeFactory
 
createRootNode(MTree<R>, R) - Static method in class kieker.analysis.generic.clustering.mtree.nodes.NodeFactory
 
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
 
createScalarMeasurement() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsFactoryImpl
createScalarMeasurement() - Method in interface kieker.model.analysismodel.statistics.StatisticsFactory
Returns a new object of class 'Scalar Measurement'.
createScalarMeasurementAdapter() - Method in class kieker.model.analysismodel.statistics.util.StatisticsAdapterFactory
Creates a new adapter for an object of class 'Scalar Measurement'.
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.
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.
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.
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.
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.
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.
createSimpleUnit() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsFactoryImpl
createSimpleUnit() - Method in interface kieker.model.analysismodel.statistics.StatisticsFactory
Returns a new object of class 'Simple Unit'.
createSimpleUnitAdapter() - Method in class kieker.model.analysismodel.statistics.util.StatisticsAdapterFactory
Creates a new adapter for an object of class 'Simple Unit'.
createSingletonConfiguration() - Static method in class kieker.monitoring.core.configuration.ConfigurationFactory
Creates the configuration for the singleton controller instance.
createSIUnit() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsFactoryImpl
createSIUnit() - Method in interface kieker.model.analysismodel.statistics.StatisticsFactory
Returns a new object of class 'SI Unit'.
createSIUnitAdapter() - Method in class kieker.model.analysismodel.statistics.util.StatisticsAdapterFactory
Creates a new adapter for an object of class 'SI Unit'.
createSourceCompositeStage(Configuration) - Static method in class kieker.tools.source.SourceStageFactory
Create a source stage based on the given configuration.
createSourceModel() - Method in class kieker.model.analysismodel.source.impl.SourceFactoryImpl
createSourceModel() - Method in interface kieker.model.analysismodel.source.SourceFactory
Returns a new object of class 'Model'.
createSourceModelAdapter() - Method in class kieker.model.analysismodel.source.util.SourceAdapterFactory
Creates a new adapter for an object of class 'Model'.
createStatisticRecord() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsFactoryImpl
createStatisticRecord() - Method in interface kieker.model.analysismodel.statistics.StatisticsFactory
Returns a new object of class 'Statistic Record'.
createStatisticRecordAdapter() - Method in class kieker.model.analysismodel.statistics.util.StatisticsAdapterFactory
Creates a new adapter for an object of class 'Statistic Record'.
createStatisticsModel() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsFactoryImpl
createStatisticsModel() - Method in interface kieker.model.analysismodel.statistics.StatisticsFactory
Returns a new object of class 'Model'.
createStatisticsModelAdapter() - Method in class kieker.model.analysismodel.statistics.util.StatisticsAdapterFactory
Creates a new adapter for an object of class 'Model'.
createStorageDataflow() - Method in interface kieker.model.analysismodel.execution.ExecutionFactory
Returns a new object of class 'Storage Dataflow'.
createStorageDataflow() - Method in class kieker.model.analysismodel.execution.impl.ExecutionFactoryImpl
createStorageDataflowAdapter() - Method in class kieker.model.analysismodel.execution.util.ExecutionAdapterFactory
Creates a new adapter for an object of class 'Storage Dataflow'.
createStorageType() - Method in class kieker.model.analysismodel.type.impl.TypeFactoryImpl
createStorageType() - Method in interface kieker.model.analysismodel.type.TypeFactory
Returns a new object of class 'Storage Type'.
createStorageTypeAdapter() - Method in class kieker.model.analysismodel.type.util.TypeAdapterFactory
Creates a new adapter for an object of class 'Storage Type'.
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.
createTrace() - Method in class kieker.model.analysismodel.trace.impl.TraceFactoryImpl
createTrace() - Method in interface kieker.model.analysismodel.trace.TraceFactory
Returns a new object of class 'Trace'.
createTraceAdapter() - Method in class kieker.model.analysismodel.trace.util.TraceAdapterFactory
Creates a new adapter for an object of class 'Trace'.
createTuple() - Method in interface kieker.model.analysismodel.execution.ExecutionFactory
Returns a new object of class 'Tuple'.
createTuple() - Method in class kieker.model.analysismodel.execution.impl.ExecutionFactoryImpl
createTupleAdapter() - Method in class kieker.model.analysismodel.execution.util.ExecutionAdapterFactory
Creates a new adapter for an object of class 'Tuple'.
createTypeModel() - Method in class kieker.model.analysismodel.type.impl.TypeFactoryImpl
createTypeModel() - Method in interface kieker.model.analysismodel.type.TypeFactory
Returns a new object of class 'Model'.
createTypeModelAdapter() - Method in class kieker.model.analysismodel.type.util.TypeAdapterFactory
Creates a new adapter for an object of class 'Model'.
createUnit() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsFactoryImpl
createUnit() - Method in interface kieker.model.analysismodel.statistics.StatisticsFactory
Returns a new object of class 'Unit'.
createUnitAdapter() - Method in class kieker.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.
createUserSessionId(EntryCallEvent) - Static method in class kieker.analysis.behavior.model.UserSession
Parse the id which would be constructed by the UserSession class if it contained that event.
createUserSessionId(ISessionEvent) - Static method in class kieker.analysis.behavior.model.UserSession
Parse the id which would be constructed by the UserSession class if it contained that event.
createVectorMeasurement() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsFactoryImpl
createVectorMeasurement() - Method in interface kieker.model.analysismodel.statistics.StatisticsFactory
Returns a new object of class 'Vector Measurement'.
createVectorMeasurementAdapter() - Method in class kieker.model.analysismodel.statistics.util.StatisticsAdapterFactory
Creates a new adapter for an object of class 'Vector Measurement'.
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.
CRLF - Static variable in class kieker.analysis.generic.sink.SingleFileTableCsvSink
 
CRLF - Static variable in class kieker.analysis.generic.sink.TableCsvSink
 
CsvRowReaderProducerStage<T> - Class in kieker.analysis.generic.source
Reader for a single CSV file.
CsvRowReaderProducerStage(Path, char, char, char, boolean, Class<T>) - Constructor for class kieker.analysis.generic.source.CsvRowReaderProducerStage
Read a single CSV file.
CsvRowReaderStage<T> - Class in kieker.analysis.generic
Reader for multiple CSV files, producing single records for each row.
CsvRowReaderStage(char, char, char, boolean, Class<T>) - Constructor for class kieker.analysis.generic.CsvRowReaderStage
Read a single CSV file.
CsvTableReaderProducerStage<R,​T> - Class in kieker.analysis.generic.source
Reader for a CSV file.
CsvTableReaderProducerStage(Path, char, char, char, boolean, Class<T>, IPathLabelMapper<R>) - Constructor for class kieker.analysis.generic.source.CsvTableReaderProducerStage
Read a single CSV file.
CsvTableReaderProducerStage(Path, char, char, char, boolean, Class<T>, R) - Constructor for class kieker.analysis.generic.source.CsvTableReaderProducerStage
Read a single CSV file.
CsvTableReaderStage<R,​T> - Class in kieker.analysis.generic
Reader for multiple CSV files.
CsvTableReaderStage(char, char, char, boolean, Class<T>, IPathLabelMapper<R>) - Constructor for class kieker.analysis.generic.CsvTableReaderStage
Read a single CSV file.
CurrentTimeEventGenerationFilter - Class in kieker.tools.currentTimeEventGenerator
Deprecated.
1.15 ported to teetime
CurrentTimeEventGenerationFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
Deprecated.
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.analysis.generic.time.AbstractCurrentTimeEventGenerationFilter
The output port for TimestampRecords.
currentTimeValueOutputPort - Variable in class kieker.analysis.generic.time.AbstractCurrentTimeEventGenerationFilter
The output port for Long timestamps.
CUSTOM_PROPERTIES_LOCATION_CLASSPATH - Static variable in class kieker.monitoring.core.configuration.ConfigurationConstants
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.ConfigurationConstants
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.
CUSTOM_UNIT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The meta object id for the 'Custom Unit' class.
CUSTOM_UNIT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Custom Unit' class.
CUSTOM_UNIT__NAME - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Name' attribute.
CUSTOM_UNIT__NAME - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Name' attribute feature.
CUSTOM_UNIT__PREFIX - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Prefix' attribute.
CUSTOM_UNIT_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The number of structural features of the 'Custom Unit' class.
CUSTOM_UNIT_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The number of operations of the 'Custom Unit' class.
CustomUnit - Interface in kieker.model.analysismodel.statistics
A representation of the model object 'Custom Unit'.
CustomUnitImpl - Class in kieker.model.analysismodel.statistics.impl
An implementation of the model object 'Custom Unit'.
CustomUnitImpl() - Constructor for class kieker.model.analysismodel.statistics.impl.CustomUnitImpl

D

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
 
DATA_BUFFER_SIZE - Static variable in class kieker.tools.source.LogsReaderCompositeStage
 
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
 
DataCollectorStage<T> - Class in kieker.analysis.generic.clustering
Collect objects until a time trigger has been received or the maximal amount of events have been collected.
DataCollectorStage() - Constructor for class kieker.analysis.generic.clustering.DataCollectorStage
Collect behavior models and send them based on an external time trigger to the mtree generation and a clustering stage.
DataCollectorStage(int) - Constructor for class kieker.analysis.generic.clustering.DataCollectorStage
 
DataExtensionType - Class in org.graphdrawing.graphml
Extension mechanism for the content of and .
DataExtensionType() - Constructor for class org.graphdrawing.graphml.DataExtensionType
 
DataflowEntry - Class in kieker.analysis.code.data
 
DataflowEntry() - Constructor for class kieker.analysis.code.data.DataflowEntry
 
DataflowEntry(String, String, String, String, String, String, EDirection) - Constructor for class kieker.analysis.code.data.DataflowEntry
 
DataflowEvent - Class in kieker.analysis.architecture.recovery.events
 
DataflowEvent(GenericElementEvent, GenericElementEvent, EDirection, Duration) - Constructor for class kieker.analysis.architecture.recovery.events.DataflowEvent
Create a new dataflow event between two operations or between one operation and one storage.
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
 
DataSink - Class in kieker.analysis.generic.sink
Sync all incoming records with a Kieker writer.
DataSink(Configuration) - Constructor for class kieker.analysis.generic.sink.DataSink
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.settings.converters.DateConverter
The format pattern which is used to print the date.
DateConverter - Class in kieker.tools.settings.converters
Converts parameter string representing a date value to timestamp.
DateConverter(String) - Constructor for class kieker.tools.settings.converters.DateConverter
Create a date converter.
DatEventDeserializer - Class in kieker.analysis.generic.source.file
 
DatEventDeserializer(Integer, ReaderRegistry<String>) - Constructor for class kieker.analysis.generic.source.file.DatEventDeserializer
 
DbReader - Class in kieker.analysis.plugin.reader.database
Deprecated.
since 1.15.1 old plugin api
DbReader(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.reader.database.DbReader
Deprecated.
Creates a new instance of this class using the given parameters.
deactivateMonitoredPattern(String, int, String, String) - Method in class kieker.analysis.architecture.adaptation.DummyProbeController
Deactivates monitoring of a method (pattern) on one monitored application via TCP.
deactivateOperationMonitoring(String, int, String, String) - Method in class kieker.analysis.architecture.adaptation.TcpProbeController
Deactivates monitoring of a method on one monitored application via TCP.
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.ConfigurationConstants
 
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.analysis.util.debug
A simple stage that can be used to place breakpoints to debugging.
DebugStage() - Constructor for class kieker.analysis.util.debug.DebugStage
 
dec(long) - Method in class kieker.analysis.util.HostnameRepository
 
DECA - kieker.model.analysismodel.statistics.EPrefix
The 'Deca' literal object.
DECA_VALUE - Static variable in enum kieker.model.analysismodel.statistics.EPrefix
The 'Deca' literal value.
DECI - kieker.model.analysismodel.statistics.EPrefix
The 'Deci' literal object.
DECI_VALUE - Static variable in enum kieker.model.analysismodel.statistics.EPrefix
The 'Deci' literal value.
decodeAndDeliverRecords(byte[]) - Method in interface kieker.analysis.plugin.reader.newio.IRawDataProcessor
Deprecated.
Decodes the given raw data and delivers the decoded records.
decodeAndDeliverRecords(byte[]) - Method in class kieker.analysis.plugin.reader.newio.RawDataReaderPlugin
Deprecated.
 
decodeAndDeliverRecords(byte[], String) - Method in class kieker.analysis.plugin.reader.newio.AbstractRawDataReader
Deprecated.
Decodes the given raw data using the configured deserializer and delivers them to the given output port.
decodeAndDeliverRecords(ByteBuffer, int) - Method in interface kieker.analysis.plugin.reader.newio.IRawDataProcessor
Deprecated.
Decodes the given raw data and delivers the decoded records.
decodeAndDeliverRecords(ByteBuffer, int) - Method in class kieker.analysis.plugin.reader.newio.RawDataReaderPlugin
Deprecated.
 
decodeAndDeliverRecords(ByteBuffer, int, String) - Method in class kieker.analysis.plugin.reader.newio.AbstractRawDataReader
Deprecated.
Decodes the given raw data using the configured deserializer and delivers them to the given output port.
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(INode, Object) - Method in class kieker.analysis.architecture.dependency.ResponseTimeDecorator
 
decorate(T) - Method in class kieker.analysis.statistics.StatisticsDecorator
 
DeepGraphTraverser<N extends INode,​E extends IEdge> - Class in kieker.analysis.generic.graph.traversal
 
DeepGraphTraverser() - Constructor for class kieker.analysis.generic.graph.traversal.DeepGraphTraverser
 
DeepGraphTraverser(List<INodeVisitor<N>>, List<IEdgeVisitor<E>>) - Constructor for class kieker.analysis.generic.graph.traversal.DeepGraphTraverser
 
DeepGraphTraverser(INodeVisitor<N>, IEdgeVisitor<E>) - Constructor for class kieker.analysis.generic.graph.traversal.DeepGraphTraverser
 
DEFAULT_BINARY_FORMAT - kieker.common.util.dataformat.FormatIdentifier
Identifier for the default binary encoding.
DEFAULT_BUFFER_SIZE - Static variable in class kieker.analysis.generic.source.file.BinaryEventDeserializer
 
DEFAULT_BUFFER_SIZE - Static variable in class kieker.analysis.generic.source.file.DatEventDeserializer
 
DEFAULT_ENCODING - Static variable in class kieker.analysis.generic.TeeFilter
The default value of the encoding property which determines that the filter uses utf-8.
DEFAULT_EQUIVALENCE_MODE - Static variable in class kieker.analysis.architecture.trace.execution.TraceEquivalenceClassFilter
This constant determines the default equivalence mode (the default value is disabled).
DEFAULT_EQUIVALENCE_MODE - Static variable in class kieker.tools.trace.analysis.filter.traceFilter.TraceEquivalenceClassFilter
Deprecated.
This constant determines the default equivalence mode (the default value is disabled).
DEFAULT_HOST - Static variable in class kieker.extension.cassandra.CassandraUtils
 
DEFAULT_INDENT_CHAR - Static variable in class kieker.analysis.generic.sink.IndentWriter
 
DEFAULT_INDENT_LENGTH - Static variable in class kieker.analysis.generic.sink.IndentWriter
 
DEFAULT_MIN_NODE_CAPACITY - Static variable in class kieker.analysis.generic.clustering.mtree.MTree
The default minimum capacity of nodes in an M-Tree, when not specified in the constructor call.
DEFAULT_PORT - Static variable in class kieker.extension.cassandra.CassandraUtils
 
DEFAULT_PROPERTIES_LOCATION_CLASSPATH - Static variable in class kieker.monitoring.core.configuration.ConfigurationConstants
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_REPORT_INTERVAL - Static variable in class kieker.analysis.generic.sink.NullSink
 
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.model.system.model.AbstractTrace
Default value for the session ID.
DEFAULT_SESSION_ID - Static variable in class kieker.tools.trace.analysis.systemModel.AbstractTrace
Deprecated.
Default value for the session ID.
DEFAULT_STREAM_APPEND - Static variable in class kieker.analysis.generic.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.model.analysismodel.assembly.util.AssemblySwitch
Returns the result of interpreting the object as an instance of 'EObject'.
defaultCase(EObject) - Method in class kieker.model.analysismodel.deployment.util.DeploymentSwitch
Returns the result of interpreting the object as an instance of 'EObject'.
defaultCase(EObject) - Method in class kieker.model.analysismodel.execution.util.ExecutionSwitch
Returns the result of interpreting the object as an instance of 'EObject'.
defaultCase(EObject) - Method in class kieker.model.analysismodel.source.util.SourceSwitch
Returns the result of interpreting the object as an instance of 'EObject'.
defaultCase(EObject) - Method in class kieker.model.analysismodel.statistics.util.StatisticsSwitch
Returns the result of interpreting the object as an instance of 'EObject'.
defaultCase(EObject) - Method in class kieker.model.analysismodel.trace.util.TraceSwitch
Returns the result of interpreting the object as an instance of 'EObject'.
defaultCase(EObject) - Method in class kieker.model.analysismodel.type.util.TypeSwitch
Returns the result of interpreting the object as an instance of 'EObject'.
defaultCase(EObject) - Method in class kieker.model.collection.util.CollectionSwitch
Returns the result of interpreting the object as an instance of 'EObject'.
defaultEdgeAttributes - Variable in class kieker.analysis.generic.sink.graph.dot.DotExportMapper
 
defaultNodeAttributes - Variable in class kieker.analysis.generic.sink.graph.dot.DotExportMapper
 
DefaultType - Class in org.graphdrawing.graphml
Complex type for the element.
DefaultType() - Constructor for class org.graphdrawing.graphml.DefaultType
 
defaultValue() - Method in annotation type kieker.analysis.plugin.annotation.Property
Deprecated.
The default value for the property.
DEFLATE - kieker.common.util.filesystem.BinaryCompressionMethod
Deprecated.
A binary compression method using the compression format "deflate".
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.generic.depcompression
Decompression filter for data stream providing Deflate decompression.
DeflateDecompressionFilter() - Constructor for class kieker.analysis.generic.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
Deprecated.
Delivers the given data to all registered input ports of the given output port.
deliverRecord(IMonitoringRecord) - Method in class kieker.analysis.generic.source.amqp.AMQPReader
 
deliverRecord(IMonitoringRecord) - Method in class kieker.analysis.plugin.reader.AbstractStringRegistryReaderPlugin
Deprecated.
Delivers the given record to the appropriate output port(s).
deliverRecord(IMonitoringRecord) - Method in class kieker.analysis.plugin.reader.amqp.AmqpReader
Deprecated.
 
dependencies - Variable in class kieker.analysis.model.analysisMetaModel.impl.MProject
The cached value of the 'Dependencies' containment reference list.
dependencies() - Method in annotation type kieker.analysis.plugin.annotation.Plugin
Deprecated.
This field can contain an additional text to give an impression of the needed dependencies.
dependencies() - Method in annotation type kieker.analysis.repository.annotation.Repository
Deprecated.
This field can contain an additional text to give an impression of the needed dependencies.
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.
DependencyGraphCreatorStage<T extends IDependencyGraphBuilderConfiguration> - Class in kieker.analysis.architecture.dependency
 
DependencyGraphCreatorStage(T, IDependencyGraphBuilderFactory<T>) - Constructor for class kieker.analysis.architecture.dependency.DependencyGraphCreatorStage
 
DependencyGraphNode<T extends ISystemModelElement> - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
DependencyGraphNode<T extends ISystemModelElement> - Class in kieker.visualization.trace.dependency.graph
This class represents a single node within a dependency graph.
DependencyGraphNode(int, T, TraceInformation, IOriginRetentionPolicy) - Constructor for class kieker.visualization.trace.dependency.graph.DependencyGraphNode
Creates a new instance of this class using the given parameters.
DependencyGraphNode(int, T, TraceInformation, IOriginRetentionPolicy) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
Deprecated.
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 - kieker.analysis.architecture.dependency.VertexType
 
DEPLOYED_COMPONENT - Static variable in class kieker.analysis.architecture.recovery.ModelObjectFromOperationCallAccessorUtils
 
DEPLOYED_COMPONENT - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The meta object id for the 'Deployed Component' class.
DEPLOYED_COMPONENT - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Deployed Component' class.
DEPLOYED_COMPONENT___GET_CONTEXT - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The operation id for the 'Get Context' operation.
DEPLOYED_COMPONENT___GET_CONTEXT - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Get Context' operation.
DEPLOYED_COMPONENT__ASSEMBLY_COMPONENT - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The feature id for the 'Assembly Component' reference.
DEPLOYED_COMPONENT__ASSEMBLY_COMPONENT - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Assembly Component' reference feature.
DEPLOYED_COMPONENT__CONTAINED_COMPONENTS - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The feature id for the 'Contained Components' reference list.
DEPLOYED_COMPONENT__CONTAINED_COMPONENTS - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Contained Components' reference list feature.
DEPLOYED_COMPONENT__OPERATIONS - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The feature id for the 'Operations' map.
DEPLOYED_COMPONENT__OPERATIONS - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Operations' map feature.
DEPLOYED_COMPONENT__PROVIDED_INTERFACES - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The feature id for the 'Provided Interfaces' map.
DEPLOYED_COMPONENT__PROVIDED_INTERFACES - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Provided Interfaces' map feature.
DEPLOYED_COMPONENT__REQUIRED_INTERFACES - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The feature id for the 'Required Interfaces' containment reference list.
DEPLOYED_COMPONENT__REQUIRED_INTERFACES - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Required Interfaces' containment reference list feature.
DEPLOYED_COMPONENT__SIGNATURE - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The feature id for the 'Signature' attribute.
DEPLOYED_COMPONENT__SIGNATURE - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Signature' attribute feature.
DEPLOYED_COMPONENT__STORAGES - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The feature id for the 'Storages' map.
DEPLOYED_COMPONENT__STORAGES - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Storages' map feature.
DEPLOYED_COMPONENT_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The number of structural features of the 'Deployed Component' class.
DEPLOYED_COMPONENT_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The number of operations of the 'Deployed Component' class.
DEPLOYED_OPERATION - kieker.analysis.architecture.dependency.VertexType
 
DEPLOYED_OPERATION - Static variable in class kieker.analysis.architecture.recovery.ModelObjectFromOperationCallAccessorUtils
 
DEPLOYED_OPERATION - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The meta object id for the 'Deployed Operation' class.
DEPLOYED_OPERATION - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Deployed Operation' class.
DEPLOYED_OPERATION___GET_COMPONENT - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The operation id for the 'Get Component' operation.
DEPLOYED_OPERATION___GET_COMPONENT - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Get Component' operation.
DEPLOYED_OPERATION__ASSEMBLY_OPERATION - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The feature id for the 'Assembly Operation' reference.
DEPLOYED_OPERATION__ASSEMBLY_OPERATION - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Assembly Operation' reference feature.
DEPLOYED_OPERATION_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The number of structural features of the 'Deployed Operation' class.
DEPLOYED_OPERATION_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The number of operations of the 'Deployed Operation' class.
DEPLOYED_OPERATIONS_PAIR_TO_DEPLOYED_OPERATIONS_MAP_ENTRY - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
DEPLOYED_OPERATIONS_PAIR_TO_DEPLOYED_OPERATIONS_MAP_ENTRY - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage.Literals
The meta object literal for the 'Deployed Operations Pair To Deployed Operations Map Entry' class.
DEPLOYED_OPERATIONS_PAIR_TO_DEPLOYED_OPERATIONS_MAP_ENTRY__KEY - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The feature id for the 'Key' containment reference.
DEPLOYED_OPERATIONS_PAIR_TO_DEPLOYED_OPERATIONS_MAP_ENTRY__KEY - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage.Literals
The meta object literal for the 'Key' containment reference feature.
DEPLOYED_OPERATIONS_PAIR_TO_DEPLOYED_OPERATIONS_MAP_ENTRY__VALUE - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The feature id for the 'Value' containment reference.
DEPLOYED_OPERATIONS_PAIR_TO_DEPLOYED_OPERATIONS_MAP_ENTRY__VALUE - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage.Literals
The meta object literal for the 'Value' containment reference feature.
DEPLOYED_OPERATIONS_PAIR_TO_DEPLOYED_OPERATIONS_MAP_ENTRY_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The number of structural features of the 'Deployed Operations Pair To Deployed Operations Map Entry' class.
DEPLOYED_OPERATIONS_PAIR_TO_DEPLOYED_OPERATIONS_MAP_ENTRY_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The number of operations of the 'Deployed Operations Pair To Deployed Operations Map Entry' class.
DEPLOYED_OPERATIONS_PAIR_TO_DEPLOYED_STORAGE_MAP_ENTRY - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The meta object id for the 'Deployed Operations Pair To Deployed Storage Map Entry' class.
DEPLOYED_OPERATIONS_PAIR_TO_DEPLOYED_STORAGE_MAP_ENTRY - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage.Literals
The meta object literal for the 'Deployed Operations Pair To Deployed Storage Map Entry' class.
DEPLOYED_OPERATIONS_PAIR_TO_DEPLOYED_STORAGE_MAP_ENTRY__KEY - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The feature id for the 'Key' containment reference.
DEPLOYED_OPERATIONS_PAIR_TO_DEPLOYED_STORAGE_MAP_ENTRY__KEY - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage.Literals
The meta object literal for the 'Key' containment reference feature.
DEPLOYED_OPERATIONS_PAIR_TO_DEPLOYED_STORAGE_MAP_ENTRY__VALUE - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The feature id for the 'Value' containment reference.
DEPLOYED_OPERATIONS_PAIR_TO_DEPLOYED_STORAGE_MAP_ENTRY__VALUE - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage.Literals
The meta object literal for the 'Value' containment reference feature.
DEPLOYED_OPERATIONS_PAIR_TO_DEPLOYED_STORAGE_MAP_ENTRY_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The number of structural features of the 'Deployed Operations Pair To Deployed Storage Map Entry' class.
DEPLOYED_OPERATIONS_PAIR_TO_DEPLOYED_STORAGE_MAP_ENTRY_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The number of operations of the 'Deployed Operations Pair To Deployed Storage Map Entry' class.
DEPLOYED_OPERATIONS_PAIR_TO_INVOCATION_MAP_ENTRY - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The meta object id for the 'Deployed Operations Pair To Invocation Map Entry' class.
DEPLOYED_OPERATIONS_PAIR_TO_INVOCATION_MAP_ENTRY - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage.Literals
The meta object literal for the 'Deployed Operations Pair To Invocation Map Entry' class.
DEPLOYED_OPERATIONS_PAIR_TO_INVOCATION_MAP_ENTRY__KEY - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The feature id for the 'Key' containment reference.
DEPLOYED_OPERATIONS_PAIR_TO_INVOCATION_MAP_ENTRY__KEY - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage.Literals
The meta object literal for the 'Key' containment reference feature.
DEPLOYED_OPERATIONS_PAIR_TO_INVOCATION_MAP_ENTRY__VALUE - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The feature id for the 'Value' containment reference.
DEPLOYED_OPERATIONS_PAIR_TO_INVOCATION_MAP_ENTRY__VALUE - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage.Literals
The meta object literal for the 'Value' containment reference feature.
DEPLOYED_OPERATIONS_PAIR_TO_INVOCATION_MAP_ENTRY_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The number of structural features of the 'Deployed Operations Pair To Invocation Map Entry' class.
DEPLOYED_OPERATIONS_PAIR_TO_INVOCATION_MAP_ENTRY_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The number of operations of the 'Deployed Operations Pair To Invocation Map Entry' class.
DEPLOYED_PROVIDED_INTERFACE - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The meta object id for the 'Deployed Provided Interface' class.
DEPLOYED_PROVIDED_INTERFACE - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Deployed Provided Interface' class.
DEPLOYED_PROVIDED_INTERFACE__PROVIDED_INTERFACE - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The feature id for the 'Provided Interface' reference.
DEPLOYED_PROVIDED_INTERFACE__PROVIDED_INTERFACE - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Provided Interface' reference feature.
DEPLOYED_PROVIDED_INTERFACE_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The number of structural features of the 'Deployed Provided Interface' class.
DEPLOYED_PROVIDED_INTERFACE_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The number of operations of the 'Deployed Provided Interface' class.
DEPLOYED_REQUIRED_INTERFACE - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The meta object id for the 'Deployed Required Interface' class.
DEPLOYED_REQUIRED_INTERFACE - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Deployed Required Interface' class.
DEPLOYED_REQUIRED_INTERFACE__REQUIRED_INTERFACE - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The feature id for the 'Required Interface' reference.
DEPLOYED_REQUIRED_INTERFACE__REQUIRED_INTERFACE - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Required Interface' reference feature.
DEPLOYED_REQUIRED_INTERFACE__REQUIRES - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The feature id for the 'Requires' reference.
DEPLOYED_REQUIRED_INTERFACE__REQUIRES - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Requires' reference feature.
DEPLOYED_REQUIRED_INTERFACE_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The number of structural features of the 'Deployed Required Interface' class.
DEPLOYED_REQUIRED_INTERFACE_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The number of operations of the 'Deployed Required Interface' class.
DEPLOYED_STORAGE - kieker.analysis.architecture.dependency.VertexType
 
DEPLOYED_STORAGE - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The meta object id for the 'Deployed Storage' class.
DEPLOYED_STORAGE - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Deployed Storage' class.
DEPLOYED_STORAGE___GET_COMPONENT - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The operation id for the 'Get Component' operation.
DEPLOYED_STORAGE___GET_COMPONENT - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Get Component' operation.
DEPLOYED_STORAGE__ASSEMBLY_STORAGE - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The feature id for the 'Assembly Storage' reference.
DEPLOYED_STORAGE__ASSEMBLY_STORAGE - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Assembly Storage' reference feature.
DEPLOYED_STORAGE_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The number of structural features of the 'Deployed Storage' class.
DEPLOYED_STORAGE_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The number of operations of the 'Deployed Storage' class.
DeployedComponent - Interface in kieker.model.analysismodel.deployment
A representation of the model object 'Deployed Component'.
DeployedComponentImpl - Class in kieker.model.analysismodel.deployment.impl
An implementation of the model object 'Deployed Component'.
DeployedComponentImpl() - Constructor for class kieker.model.analysismodel.deployment.impl.DeployedComponentImpl
DeployedOperation - Interface in kieker.model.analysismodel.deployment
A representation of the model object 'Deployed Operation'.
DeployedOperationCallEvent - Class in kieker.analysis.architecture.recovery.events
Contains a tuple of DeployedOperation for the execution model and a duration value.
DeployedOperationCallEvent(Tuple<DeployedOperation, DeployedOperation>, Duration) - Constructor for class kieker.analysis.architecture.recovery.events.DeployedOperationCallEvent
 
DeployedOperationImpl - Class in kieker.model.analysismodel.deployment.impl
An implementation of the model object 'Deployed Operation'.
DeployedOperationImpl() - Constructor for class kieker.model.analysismodel.deployment.impl.DeployedOperationImpl
DeployedOperationsPairToDeployedOperationsMapEntryImpl - Class in kieker.model.analysismodel.execution.impl
An implementation of the model object 'Deployed Operations Pair To Deployed Operations Map Entry'.
DeployedOperationsPairToDeployedOperationsMapEntryImpl() - Constructor for class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedOperationsMapEntryImpl
DeployedOperationsPairToDeployedStorageMapEntryImpl - Class in kieker.model.analysismodel.execution.impl
An implementation of the model object 'Deployed Operations Pair To Deployed Storage Map Entry'.
DeployedOperationsPairToDeployedStorageMapEntryImpl() - Constructor for class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedStorageMapEntryImpl
DeployedOperationsPairToInvocationMapEntryImpl - Class in kieker.model.analysismodel.execution.impl
An implementation of the model object 'Deployed Operations Pair To Invocation Map Entry'.
DeployedOperationsPairToInvocationMapEntryImpl() - Constructor for class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToInvocationMapEntryImpl
DeployedProvidedInterface - Interface in kieker.model.analysismodel.deployment
A representation of the model object 'Deployed Provided Interface'.
DeployedProvidedInterfaceImpl - Class in kieker.model.analysismodel.deployment.impl
An implementation of the model object 'Deployed Provided Interface'.
DeployedProvidedInterfaceImpl() - Constructor for class kieker.model.analysismodel.deployment.impl.DeployedProvidedInterfaceImpl
DeployedRequiredInterface - Interface in kieker.model.analysismodel.deployment
A representation of the model object 'Deployed Required Interface'.
DeployedRequiredInterfaceImpl - Class in kieker.model.analysismodel.deployment.impl
An implementation of the model object 'Deployed Required Interface'.
DeployedRequiredInterfaceImpl() - Constructor for class kieker.model.analysismodel.deployment.impl.DeployedRequiredInterfaceImpl
DeployedStorage - Interface in kieker.model.analysismodel.deployment
A representation of the model object 'Deployed Storage'.
DeployedStorageImpl - Class in kieker.model.analysismodel.deployment.impl
An implementation of the model object 'Deployed Storage'.
DeployedStorageImpl() - Constructor for class kieker.model.analysismodel.deployment.impl.DeployedStorageImpl
DEPLOYMENT_CONTEXT - kieker.analysis.architecture.dependency.VertexType
 
DEPLOYMENT_CONTEXT - Static variable in class kieker.analysis.architecture.recovery.ModelObjectFromOperationCallAccessorUtils
 
DEPLOYMENT_CONTEXT - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The meta object id for the 'Context' class.
DEPLOYMENT_CONTEXT - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Context' class.
DEPLOYMENT_CONTEXT__COMPONENTS - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The feature id for the 'Components' map.
DEPLOYMENT_CONTEXT__COMPONENTS - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Components' map feature.
DEPLOYMENT_CONTEXT__NAME - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The feature id for the 'Name' attribute.
DEPLOYMENT_CONTEXT__NAME - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Name' attribute feature.
DEPLOYMENT_CONTEXT_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The number of structural features of the 'Context' class.
DEPLOYMENT_CONTEXT_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The number of operations of the 'Context' class.
DEPLOYMENT_MODEL - Static variable in class kieker.analysis.architecture.repository.ArchitectureModelUtils
 
DEPLOYMENT_MODEL - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The meta object id for the 'Model' class.
DEPLOYMENT_MODEL - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Model' class.
DEPLOYMENT_MODEL__CONTEXTS - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The feature id for the 'Contexts' map.
DEPLOYMENT_MODEL__CONTEXTS - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Contexts' map feature.
DEPLOYMENT_MODEL_DESCRIPTOR - Static variable in class kieker.analysis.architecture.repository.ArchitectureModelRepositoryFactory
Model descriptor for the deployment model.
DEPLOYMENT_MODEL_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The number of structural features of the 'Model' class.
DEPLOYMENT_MODEL_NAME - Static variable in class kieker.analysis.architecture.repository.ArchitectureModelRepositoryFactory
Standard deployment model file name.
DEPLOYMENT_MODEL_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The number of operations of the 'Model' class.
DeploymentAdapterFactory - Class in kieker.model.analysismodel.deployment.util
The Adapter Factory for the model.
DeploymentAdapterFactory() - Constructor for class kieker.model.analysismodel.deployment.util.DeploymentAdapterFactory
Creates an instance of the adapter factory.
DeploymentContext - Interface in kieker.model.analysismodel.deployment
A representation of the model object 'Context'.
DeploymentContextImpl - Class in kieker.model.analysismodel.deployment.impl
An implementation of the model object 'Context'.
DeploymentContextImpl() - Constructor for class kieker.model.analysismodel.deployment.impl.DeploymentContextImpl
DeploymentFactory - Interface in kieker.model.analysismodel.deployment
The Factory for the model.
DeploymentFactoryImpl - Class in kieker.model.analysismodel.deployment.impl
An implementation of the model Factory.
DeploymentFactoryImpl() - Constructor for class kieker.model.analysismodel.deployment.impl.DeploymentFactoryImpl
Creates an instance of the factory.
DeploymentLevelComponentDependencyGraphBuilder - Class in kieker.analysis.architecture.dependency
Dependency graph builder for component dependency graphs at the deployment level.
DeploymentLevelComponentDependencyGraphBuilder() - Constructor for class kieker.analysis.architecture.dependency.DeploymentLevelComponentDependencyGraphBuilder
Create a new graph builder.
DeploymentLevelComponentDependencyGraphBuilderFactory - Class in kieker.analysis.architecture.dependency
 
DeploymentLevelComponentDependencyGraphBuilderFactory() - Constructor for class kieker.analysis.architecture.dependency.DeploymentLevelComponentDependencyGraphBuilderFactory
 
DeploymentLevelContextDependencyGraphBuilder - Class in kieker.analysis.architecture.dependency
Dependency graph builder for deployment context dependency graphs at the deployment level.
DeploymentLevelContextDependencyGraphBuilder() - Constructor for class kieker.analysis.architecture.dependency.DeploymentLevelContextDependencyGraphBuilder
Create new graph builder.
DeploymentLevelContextDependencyGraphBuilderFactory - Class in kieker.analysis.architecture.dependency
 
DeploymentLevelContextDependencyGraphBuilderFactory() - Constructor for class kieker.analysis.architecture.dependency.DeploymentLevelContextDependencyGraphBuilderFactory
 
DeploymentLevelOperationDependencyGraphBuilder - Class in kieker.analysis.architecture.dependency
Dependency graph builder for operation dependency graphs at the deployment level.
DeploymentLevelOperationDependencyGraphBuilder() - Constructor for class kieker.analysis.architecture.dependency.DeploymentLevelOperationDependencyGraphBuilder
 
DeploymentLevelOperationDependencyGraphBuilderFactory - Class in kieker.analysis.architecture.dependency
 
DeploymentLevelOperationDependencyGraphBuilderFactory() - Constructor for class kieker.analysis.architecture.dependency.DeploymentLevelOperationDependencyGraphBuilderFactory
 
DeploymentModel - Interface in kieker.model.analysismodel.deployment
A representation of the model object 'Model'.
DeploymentModelImpl - Class in kieker.model.analysismodel.deployment.impl
An implementation of the model object 'Model'.
DeploymentModelImpl() - Constructor for class kieker.model.analysismodel.deployment.impl.DeploymentModelImpl
DeploymentModelPrinter - Class in kieker.analysis.architecture.recovery
 
DeploymentModelPrinter(PrintStream) - Constructor for class kieker.analysis.architecture.recovery.DeploymentModelPrinter
 
DeploymentPackage - Interface in kieker.model.analysismodel.deployment
The Package for the model.
DeploymentPackage.Literals - Interface in kieker.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.model.analysismodel.deployment.impl
An implementation of the model Package.
DeploymentSwitch<T> - Class in kieker.model.analysismodel.deployment.util
The Switch for the model's inheritance hierarchy.
DeploymentSwitch() - Constructor for class kieker.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() - Method in annotation type kieker.analysis.plugin.annotation.InputPort
Deprecated.
The human-readable description of this port.
description() - Method in annotation type kieker.analysis.plugin.annotation.OutputPort
Deprecated.
The human-readable description of this port.
description() - Method in annotation type kieker.analysis.plugin.annotation.Plugin
Deprecated.
The human-readable description of this plugin.
description() - Method in annotation type kieker.analysis.plugin.annotation.Property
Deprecated.
This field can be used for a (short) description of the property's purpose.
description() - Method in annotation type kieker.analysis.plugin.annotation.RepositoryPort
Deprecated.
The human-readable description of this port.
description() - Method in annotation type kieker.analysis.plugin.Display
The human-readable description of this display.
description() - Method in annotation type kieker.analysis.repository.annotation.Repository
Deprecated.
The human-readable description of this repository type.
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
Deprecated.
Port name at which the description repository must be connected.
DESCRIPTION_REPOSITORY_PORT_NAME - Static variable in class kieker.visualization.trace.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
Deprecated.
1.15 ported to teetime
DescriptionDecoratorFilter<V extends AbstractPayloadedVertex<V,​E,​O,​ISystemModelElement>,​E extends AbstractEdge<V,​E,​O>,​O> - Class in kieker.visualization.trace.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
Deprecated.
Creates a new description decorator filter using the given configuration.
DescriptionDecoratorFilter(DescriptionRepository) - Constructor for class kieker.visualization.trace.descriptions.DescriptionDecoratorFilter
Creates a new description decorator filter using the given configuration.
DescriptionRepository - Class in kieker.tools.trace.analysis.repository
Deprecated.
since 2.0.0
DescriptionRepository(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.repository.DescriptionRepository
Deprecated.
Creates a new description repository using the given configuration.
DescriptionRepository(Configuration, DescriptionRepository.DescriptionRepositoryData, IProjectContext) - Constructor for class kieker.tools.trace.analysis.repository.DescriptionRepository
Deprecated.
Creates a new description repository using the given data.
DescriptionRepository.DescriptionRepositoryData - Class in kieker.tools.trace.analysis.repository
Deprecated.
This class groups the data required for a DescriptionRepository.
DescriptionRepositoryData(ConcurrentMap<String, String>) - Constructor for class kieker.tools.trace.analysis.repository.DescriptionRepository.DescriptionRepositoryData
Deprecated.
Creates a new data object using the given description map.
deserialize(ReadableByteChannel) - Method in class kieker.analysis.plugin.reader.util.ByteBufferDeserializer
Deprecated.
 
deserializeRecord(int, ByteBuffer) - Method in class kieker.analysis.generic.source.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
 
DiffSelector - Class in kieker.analysis.generic.graph.selector
 
DiffSelector(String[], String[]) - Constructor for class kieker.analysis.generic.graph.selector.DiffSelector
 
dimensions() - Method in interface kieker.analysis.generic.clustering.mtree.DistanceFunctionFactory.IEuclideanCoordinate
The number of dimensions.
directed - Variable in class org.graphdrawing.graphml.EdgeType
 
DIRECTED - kieker.analysis.generic.sink.graph.dot.DotGraphType
 
DIRECTED - org.graphdrawing.graphml.GraphEdgedefaultType
 
DIRECTED_EDGE_CONNECTOR - Static variable in class kieker.analysis.generic.sink.graph.dot.DotGraphConstants
 
DIRECTED_START_TOKEN - Static variable in class kieker.analysis.generic.sink.graph.dot.DotGraphConstants
 
direction - Variable in class kieker.model.analysismodel.execution.impl.OperationDataflowImpl
The cached value of the 'Direction' attribute.
direction - Variable in class kieker.model.analysismodel.execution.impl.StorageDataflowImpl
The cached value of the 'Direction' attribute.
DIRECTION_EDEFAULT - Static variable in class kieker.model.analysismodel.execution.impl.OperationDataflowImpl
The default value of the 'Direction' attribute.
DIRECTION_EDEFAULT - Static variable in class kieker.model.analysismodel.execution.impl.StorageDataflowImpl
The default value of the 'Direction' attribute.
DirectoryProducer - Class in kieker.analysis.generic.source
Send out all directories specified as paths or files.
DirectoryProducer(Path...) - Constructor for class kieker.analysis.generic.source.DirectoryProducer
Create a directory producer using paths as input.
DirectoryProducer(List<Path>) - Constructor for class kieker.analysis.generic.source.DirectoryProducer
 
DirectoryReaderStage - Class in kieker.analysis.generic.source.file
Read a kieker log directory.
DirectoryReaderStage(boolean, int) - Constructor for class kieker.analysis.generic.source.file.DirectoryReaderStage
 
DirectoryReadValidator - Class in kieker.tools.settings.validators
Validate whether the given directory file handle exists and is a directory.
DirectoryReadValidator() - Constructor for class kieker.tools.settings.validators.DirectoryReadValidator
 
DirectoryScannerStage - Class in kieker.analysis.generic.source.file
Scan a directory for contained files.
DirectoryScannerStage(boolean, Predicate<Path>, Predicate<Path>) - Constructor for class kieker.analysis.generic.source.file.DirectoryScannerStage
 
DirectPropertyMapper<T extends IElement> - Class in kieker.analysis.generic.graph.mapping
This function maps a graph element by a passed property key to the corresponding property value and returns it as string.
DISABLED - kieker.analysis.architecture.trace.execution.TraceEquivalenceClassFilter.TraceEquivalenceClassModes
Disabled equivalence mode
DISABLED - kieker.tools.trace.analysis.filter.traceFilter.TraceEquivalenceClassFilter.TraceEquivalenceClassModes
Deprecated.
Disabled equivalence mode
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.
disconnect() - Method in class kieker.extension.cassandra.reader.CassandraDb
Closes all open sessions and connections to the database.
disconnect() - Method in class kieker.extension.cassandra.writer.CassandraDb
Closes all open connections to the database.
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.
display - Variable in class kieker.analysis.model.analysisMetaModel.impl.MDisplayConnector
The cached value of the 'Display' reference.
Display - Annotation Type in kieker.analysis.plugin
This annotation can be used for methods which are able to deliver display objects.
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.
DistanceFunctionFactory - Class in kieker.analysis.generic.clustering.mtree
Some pre-defined implementations of distance functions.
DistanceFunctionFactory.IEuclideanCoordinate - Interface in kieker.analysis.generic.clustering.mtree
An interface to represent coordinates in Euclidean spaces.
distanceTo(OpticsData<T>) - Method in class kieker.analysis.generic.clustering.optics.OpticsData
 
doAddData(DATA, double) - Method in interface kieker.analysis.generic.clustering.mtree.ILeafness
 
doAddData(T, double) - Method in class kieker.analysis.generic.clustering.mtree.nodes.AbstractNode
 
doAddData(T, double) - Method in class kieker.analysis.generic.clustering.mtree.nodes.LeafNodeTrait
 
doAddData(T, double) - Method in class kieker.analysis.generic.clustering.mtree.nodes.NonLeafNodeTrait
 
doEquivalent(OperationCall, OperationCall) - Method in class kieker.analysis.architecture.trace.aggregation.OperationCallEquivalence
 
doEquivalent(Trace, Trace) - Method in class kieker.analysis.architecture.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.
doHash(OperationCall) - Method in class kieker.analysis.architecture.trace.aggregation.OperationCallEquivalence
 
doHash(Trace) - Method in class kieker.analysis.architecture.trace.aggregation.TraceEquivalence
 
DoNotInsertBehavior<E> - Class in kieker.monitoring.queue.behavior
 
DoNotInsertBehavior() - Constructor for class kieker.monitoring.queue.behavior.DoNotInsertBehavior
 
doRemoveData(DATA, double) - Method in interface kieker.analysis.generic.clustering.mtree.ILeafness
 
doRemoveData(T, double) - Method in class kieker.analysis.generic.clustering.mtree.nodes.AbstractNode
 
doRemoveData(T, double) - Method in class kieker.analysis.generic.clustering.mtree.nodes.LeafNodeTrait
 
doRemoveData(T, double) - Method in class kieker.analysis.generic.clustering.mtree.nodes.NonLeafNodeTrait
 
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.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.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.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.model.analysismodel.source.util.SourceSwitch
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.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.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.model.analysismodel.type.util.TypeSwitch
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.model.collection.util.CollectionSwitch
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.analysis.generic.sink.graph.dot.attributes
A enumeration of possible attributes for clusters in dot graphs.
DotEdgeAttribute - Enum in kieker.analysis.generic.sink.graph.dot.attributes
A enumeration of possible attributes for edges in dot graphs.
DotExportBuilder<N extends INode,​E extends IEdge> - Class in kieker.analysis.generic.sink.graph.dot
 
DotExportBuilder() - Constructor for class kieker.analysis.generic.sink.graph.dot.DotExportBuilder
 
DotExportDependencyGraphFactory - Class in kieker.analysis.architecture.dependency.export.dot
 
DotExportDependencyGraphFactory(NameBuilder) - Constructor for class kieker.analysis.architecture.dependency.export.dot.DotExportDependencyGraphFactory
Uses TO_STRING of IVertexTypeMapper as second default argument.
DotExportDependencyGraphFactory(NameBuilder, IVertexTypeMapper) - Constructor for class kieker.analysis.architecture.dependency.export.dot.DotExportDependencyGraphFactory
 
DotExportMapper<N extends INode,​E extends IEdge> - Class in kieker.analysis.generic.sink.graph.dot
This class specifies how attributes (for graphs, vertices and edges) are mapped to a dot graph.
DotExportMapper() - Constructor for class kieker.analysis.generic.sink.graph.dot.DotExportMapper
 
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<N extends INode,​E extends IEdge> - Class in kieker.analysis.generic.sink.graph.dot
 
DotFileWriterStage(Path) - Constructor for class kieker.analysis.generic.sink.graph.dot.DotFileWriterStage
 
DotFileWriterStage(Path, DotExportMapper<N, E>) - Constructor for class kieker.analysis.generic.sink.graph.dot.DotFileWriterStage
 
DotFileWriterStage(Function<IGraph<N, E>, Path>) - Constructor for class kieker.analysis.generic.sink.graph.dot.DotFileWriterStage
 
DotFileWriterStage(Function<IGraph<N, E>, Path>, DotExportMapper<N, E>) - Constructor for class kieker.analysis.generic.sink.graph.dot.DotFileWriterStage
 
DotGraphAttribute - Enum in kieker.analysis.generic.sink.graph.dot.attributes
A enumeration of possible attributes for graphs in dot graphs.
DotGraphConstants - Class in kieker.analysis.generic.sink.graph.dot
This class defines some constants which are used in dot graphs.
DotGraphType - Enum in kieker.analysis.generic.sink.graph.dot
 
DotGraphWriter - Class in kieker.analysis.generic.sink.graph.dot
Class to build and write a DOT Graph to a writer.
DotGraphWriter(Writer) - Constructor for class kieker.analysis.generic.sink.graph.dot.DotGraphWriter
 
DotNodeAttribute - Enum in kieker.analysis.generic.sink.graph.dot.attributes
A enumeration of possible attributes for nodes in dot graphs.
DotSubgraphAttribute - Enum in kieker.analysis.generic.sink.graph.dot.attributes
A enumeration of possible attributes for subgraphs in dot graphs.
DotTraceGraphFileWriterStage - Class in kieker.analysis.architecture.trace.graph.dot
 
DotTraceGraphFileWriterStage(Path, DotExportMapper<INode, IEdge>) - Constructor for class kieker.analysis.architecture.trace.graph.dot.DotTraceGraphFileWriterStage
 
DotTransformer<N extends INode,​E extends IEdge> - Class in kieker.analysis.generic.sink.graph.dot
 
DotTransformer(IGraph<N, E>, Writer) - Constructor for class kieker.analysis.generic.sink.graph.dot.DotTransformer
 
DotTransformer(IGraph<N, E>, Writer, DotExportMapper<N, E>) - Constructor for class kieker.analysis.generic.sink.graph.dot.DotTransformer
 
DotWriterStage<N extends INode,​E extends IEdge> - Class in kieker.analysis.generic.sink.graph.dot
This stage writes a IGraph to given Writer in the dot file format.
DotWriterStage(Function<IGraph<N, E>, Writer>) - Constructor for class kieker.analysis.generic.sink.graph.dot.DotWriterStage
 
DotWriterStage(Function<IGraph<N, E>, Writer>, DotExportMapper<N, E>) - Constructor for class kieker.analysis.generic.sink.graph.dot.DotWriterStage
 
DOUBLE - org.graphdrawing.graphml.KeyTypeType
 
DOUBLE_MEASUREMENT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The meta object id for the 'Double Measurement' class.
DOUBLE_MEASUREMENT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Double Measurement' class.
DOUBLE_MEASUREMENT__TIMESTAMP - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Timestamp' attribute.
DOUBLE_MEASUREMENT__UNIT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Unit' reference.
DOUBLE_MEASUREMENT__VALUE - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Value' attribute.
DOUBLE_MEASUREMENT__VALUE - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Value' attribute feature.
DOUBLE_MEASUREMENT_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The number of structural features of the 'Double Measurement' class.
DOUBLE_MEASUREMENT_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The number of operations of the 'Double Measurement' class.
DoubleConverter - Class in kieker.tools.settings.converters
Convert string to long value.
DoubleConverter(String) - Constructor for class kieker.tools.settings.converters.DoubleConverter
 
DoubleMeasurement - Interface in kieker.model.analysismodel.statistics
A representation of the model object 'Double Measurement'.
DoubleMeasurementImpl - Class in kieker.model.analysismodel.statistics.impl
An implementation of the model object 'Double Measurement'.
DoubleMeasurementImpl() - Constructor for class kieker.model.analysismodel.statistics.impl.DoubleMeasurementImpl
DoubleTimeSeriesPoint - Class in kieker.analysis.util.timeseries
 
DoubleTimeSeriesPoint(Instant, double) - Constructor for class kieker.analysis.util.timeseries.DoubleTimeSeriesPoint
 
DoubleValue - Interface in kieker.model.analysismodel.statistics
A representation of the model object 'Double Value'.
drainTo(Collection<? super E>) - Method in class kieker.monitoring.queue.BlockingQueueDecorator
 
drainTo(Collection<? super E>, int) - Method in class kieker.monitoring.queue.BlockingQueueDecorator
 
drainTo(Collection<? super IMonitoringRecord>) - Method in class kieker.monitoring.writer.dump.DumpQueue
 
drainTo(Collection<? super IMonitoringRecord>, int) - Method in class kieker.monitoring.writer.dump.DumpQueue
 
DROP_OLDEST - kieker.analysis.plugin.filter.forward.ListCollectionFilter.ListFullBehavior
Deprecated.
Drops the oldest entry.
DROP_OLDEST - kieker.analysis.util.debug.ListCollectionFilter.ListFullBehavior
Drops the oldest entry.
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.
DummyProbeController - Class in kieker.analysis.architecture.adaptation
Controller to send remote control events for probes to given addresses.
DummyProbeController() - Constructor for class kieker.analysis.architecture.adaptation.DummyProbeController
Create the probe controller.
DumpQueue - Class in kieker.monitoring.writer.dump
 
DumpQueue() - Constructor for class kieker.monitoring.writer.dump.DumpQueue
 
DumpQueue(int) - Constructor for class kieker.monitoring.writer.dump.DumpQueue
 
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.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.model.analysismodel.trace.impl.OperationCallImpl
The default value of the 'Dur Ratio To Root Parent' attribute.
duration - Variable in class kieker.model.analysismodel.trace.impl.OperationCallImpl
The cached value of the 'Duration' attribute.
DURATION - Static variable in interface kieker.model.analysismodel.AnalysismodelPackage
The meta object id for the 'Duration' data type.
DURATION - Static variable in interface kieker.model.analysismodel.AnalysismodelPackage.Literals
The meta object literal for the 'Duration' data type.
DURATION_EDEFAULT - Static variable in class kieker.model.analysismodel.trace.impl.OperationCallImpl
The default value of the 'Duration' attribute.
durRatioToParent - Variable in class kieker.model.analysismodel.trace.impl.OperationCallImpl
The cached value of the 'Dur Ratio To Parent' attribute.
DurRatioToParentCalculator - Class in kieker.analysis.architecture.trace.reconstruction
 
DurRatioToParentCalculator() - Constructor for class kieker.analysis.architecture.trace.reconstruction.DurRatioToParentCalculator
 
durRatioToRootParent - Variable in class kieker.model.analysismodel.trace.impl.OperationCallImpl
The cached value of the 'Dur Ratio To Root Parent' attribute.
DurRatioToRootParentCalculator - Class in kieker.analysis.architecture.trace.reconstruction
 
DurRatioToRootParentCalculator(OperationCall) - Constructor for class kieker.analysis.architecture.trace.reconstruction.DurRatioToRootParentCalculator
 
dynamic - Variable in class org.graphdrawing.graphml.KeyType
 
DynamicEventDispatcher - Class in kieker.analysis.generic
The DynamicEventDispatcher allows to select specific events from the event stream and send them to a specific event stream.
DynamicEventDispatcher(IEventMatcher<? extends Object>, boolean, boolean, boolean) - Constructor for class kieker.analysis.generic.DynamicEventDispatcher
Create a new dynamic dispatcher.

E

EAcceptanceMode - Enum in kieker.analysis.behavior.acceptance.matcher
Mode how to use acceptance pattern.
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
EDGE - org.graphdrawing.graphml.KeyForType
 
EDGE - Static variable in class kieker.analysis.generic.sink.graph.dot.DotGraphConstants
 
edgeAnnotationDistance(E, E) - Method in class kieker.analysis.generic.graph.clustering.BasicCostFunction
 
edgeAnnotationDistance(UserBehaviorEdge, UserBehaviorEdge) - Method in class kieker.analysis.behavior.clustering.UserBehaviorCostFunction
Calculates the distance between two edges.
edgeAttributes - Variable in class kieker.analysis.generic.sink.graph.dot.DotExportMapper
 
edgedefault - Variable in class org.graphdrawing.graphml.GraphType
 
EdgeImpl - Class in kieker.analysis.generic.graph.impl
Basic edge class to contain attributes.
EdgeImpl(String) - Constructor for class kieker.analysis.generic.graph.impl.EdgeImpl
 
edgeIsSelected(Invocation) - Method in interface kieker.analysis.generic.graph.IGraphElementSelector
 
edgeIsSelected(Invocation) - Method in class kieker.analysis.generic.graph.selector.AllSelector
 
edgeIsSelected(Invocation) - Method in class kieker.analysis.generic.graph.selector.AllSelectorColor
 
edgeIsSelected(Invocation) - Method in class kieker.analysis.generic.graph.selector.DiffSelector
 
edgeIsSelected(Invocation) - Method in class kieker.analysis.generic.graph.selector.IntersectSelector
 
edgeIsSelected(Invocation) - Method in class kieker.analysis.generic.graph.selector.SubtractSelector
 
edgeIsSelected(OperationDataflow) - Method in interface kieker.analysis.generic.graph.IGraphElementSelector
 
edgeIsSelected(OperationDataflow) - Method in class kieker.analysis.generic.graph.selector.AllSelector
 
edgeIsSelected(OperationDataflow) - Method in class kieker.analysis.generic.graph.selector.AllSelectorColor
 
edgeIsSelected(OperationDataflow) - Method in class kieker.analysis.generic.graph.selector.DiffSelector
 
edgeIsSelected(OperationDataflow) - Method in class kieker.analysis.generic.graph.selector.IntersectSelector
 
edgeIsSelected(OperationDataflow) - Method in class kieker.analysis.generic.graph.selector.SubtractSelector
 
edgeIsSelected(StorageDataflow) - Method in interface kieker.analysis.generic.graph.IGraphElementSelector
 
edgeIsSelected(StorageDataflow) - Method in class kieker.analysis.generic.graph.selector.AllSelector
 
edgeIsSelected(StorageDataflow) - Method in class kieker.analysis.generic.graph.selector.AllSelectorColor
 
edgeIsSelected(StorageDataflow) - Method in class kieker.analysis.generic.graph.selector.DiffSelector
 
edgeIsSelected(StorageDataflow) - Method in class kieker.analysis.generic.graph.selector.IntersectSelector
 
edgeIsSelected(StorageDataflow) - Method in class kieker.analysis.generic.graph.selector.SubtractSelector
 
EdgeType - Class in org.graphdrawing.graphml
Complex type for the element.
EdgeType() - Constructor for class org.graphdrawing.graphml.EdgeType
 
edgeVisitors - Variable in class kieker.analysis.generic.graph.traversal.AbstractGraphTraverser
 
EDirection - Enum in kieker.model.analysismodel.execution
A representation of the literals of the enumeration 'EDirection', and utility methods for working with them.
EDIRECTION - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The meta object id for the 'EDirection' enum.
EDIRECTION - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage.Literals
The meta object literal for the 'EDirection' enum.
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.model.analysismodel.assembly.impl.AssemblyComponentImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.assembly.impl.AssemblyModelImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.assembly.impl.AssemblyOperationImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.assembly.impl.AssemblyProvidedInterfaceImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.assembly.impl.AssemblyRequiredInterfaceImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.assembly.impl.AssemblyStorageImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyProvidedInterfaceMapEntryImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyStorageMapEntryImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.deployment.impl.DeployedComponentImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.deployment.impl.DeployedOperationImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.deployment.impl.DeployedProvidedInterfaceImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.deployment.impl.DeployedRequiredInterfaceImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.deployment.impl.DeployedStorageImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.deployment.impl.DeploymentContextImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.deployment.impl.DeploymentModelImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedProvidedInterfaceMapEntryImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedStorageMapEntryImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedOperationsMapEntryImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedStorageMapEntryImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToInvocationMapEntryImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.execution.impl.ExecutionModelImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.execution.impl.InvocationImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.execution.impl.OperationDataflowImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.execution.impl.StorageDataflowImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.execution.impl.TupleImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.source.impl.EObjectToSourceEntryImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.source.impl.SourceModelImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.statistics.impl.ComposedUnitImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.statistics.impl.CustomUnitImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.statistics.impl.DoubleMeasurementImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.statistics.impl.EObjectToStatisticsMapEntryImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.statistics.impl.EPropertyTypeToValueImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.statistics.impl.FloatMeasurementImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.statistics.impl.IntMeasurementImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.statistics.impl.LongMeasurementImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.statistics.impl.MeasurementImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.statistics.impl.ScalarMeasurementImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.statistics.impl.SimpleUnitImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.statistics.impl.SIUnitImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.statistics.impl.StatisticRecordImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.statistics.impl.StatisticsModelImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.statistics.impl.VectorMeasurementImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.trace.impl.OperationCallImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.trace.impl.TraceImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.type.impl.ComponentTypeImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.type.impl.EStringToProvidedInterfaceTypeMapEntryImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.type.impl.EStringToStorageTypeMapEntryImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.type.impl.InterfaceEStringToOperationTypeMapEntryImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.type.impl.OperationTypeImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.type.impl.ProvidedInterfaceTypeImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.type.impl.RequiredInterfaceTypeImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.type.impl.StorageTypeImpl
eGet(int, boolean, boolean) - Method in class kieker.model.analysismodel.type.impl.TypeModelImpl
eGet(int, boolean, boolean) - Method in class kieker.model.collection.impl.ConnectionsImpl
eGet(int, boolean, boolean) - Method in class kieker.model.collection.impl.CouplingImpl
eGet(int, boolean, boolean) - Method in class kieker.model.collection.impl.CouplingToOperationMapImpl
eGet(int, boolean, boolean) - Method in class kieker.model.collection.impl.NameToOperationMapImpl
eGet(int, boolean, boolean) - Method in class kieker.model.collection.impl.OperationCollectionImpl
EGraphGenerationMode - Enum in kieker.analysis.generic.graph
Node and edge selection modes for graph construction.
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.model.analysismodel.AnalysismodelFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface kieker.model.analysismodel.AnalysismodelPackage
The singleton instance of the package.
eINSTANCE - Static variable in interface kieker.model.analysismodel.assembly.AssemblyFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The singleton instance of the package.
eINSTANCE - Static variable in interface kieker.model.analysismodel.deployment.DeploymentFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The singleton instance of the package.
eINSTANCE - Static variable in interface kieker.model.analysismodel.execution.ExecutionFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The singleton instance of the package.
eINSTANCE - Static variable in interface kieker.model.analysismodel.source.SourceFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface kieker.model.analysismodel.source.SourcePackage
The singleton instance of the package.
eINSTANCE - Static variable in interface kieker.model.analysismodel.statistics.StatisticsFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The singleton instance of the package.
eINSTANCE - Static variable in interface kieker.model.analysismodel.trace.TraceFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface kieker.model.analysismodel.trace.TracePackage
The singleton instance of the package.
eINSTANCE - Static variable in interface kieker.model.analysismodel.type.TypeFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface kieker.model.analysismodel.type.TypePackage
The singleton instance of the package.
eINSTANCE - Static variable in interface kieker.model.collection.CollectionFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface kieker.model.collection.CollectionPackage
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.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.model.analysismodel.assembly.impl.AssemblyComponentImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.model.analysismodel.assembly.impl.AssemblyModelImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyProvidedInterfaceMapEntryImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyStorageMapEntryImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.model.analysismodel.deployment.impl.DeployedComponentImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.model.analysismodel.deployment.impl.DeploymentContextImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.model.analysismodel.deployment.impl.DeploymentModelImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedProvidedInterfaceMapEntryImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedStorageMapEntryImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedOperationsMapEntryImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedStorageMapEntryImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToInvocationMapEntryImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.model.analysismodel.execution.impl.ExecutionModelImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.model.analysismodel.source.impl.SourceModelImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.model.analysismodel.statistics.impl.ComposedUnitImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.model.analysismodel.statistics.impl.EObjectToStatisticsMapEntryImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.model.analysismodel.statistics.impl.StatisticRecordImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.model.analysismodel.statistics.impl.StatisticsModelImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.model.analysismodel.statistics.impl.VectorMeasurementImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.model.analysismodel.trace.impl.OperationCallImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.model.analysismodel.trace.impl.TraceImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.model.analysismodel.type.impl.ComponentTypeImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.model.analysismodel.type.impl.EStringToProvidedInterfaceTypeMapEntryImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.model.analysismodel.type.impl.EStringToStorageTypeMapEntryImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.model.analysismodel.type.impl.ProvidedInterfaceTypeImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.model.analysismodel.type.impl.TypeModelImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.model.collection.impl.ConnectionsImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.model.collection.impl.CouplingToOperationMapImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.model.collection.impl.OperationCollectionImpl
eInvoke(int, EList<?>) - Method in class kieker.model.analysismodel.assembly.impl.AssemblyOperationImpl
eInvoke(int, EList<?>) - Method in class kieker.model.analysismodel.assembly.impl.AssemblyStorageImpl
eInvoke(int, EList<?>) - Method in class kieker.model.analysismodel.deployment.impl.DeployedComponentImpl
eInvoke(int, EList<?>) - Method in class kieker.model.analysismodel.deployment.impl.DeployedOperationImpl
eInvoke(int, EList<?>) - Method in class kieker.model.analysismodel.deployment.impl.DeployedStorageImpl
eInvoke(int, EList<?>) - Method in class kieker.model.analysismodel.execution.impl.TupleImpl
eInvoke(int, EList<?>) - Method in class kieker.model.analysismodel.type.impl.OperationTypeImpl
eInvoke(int, EList<?>) - Method in class kieker.model.collection.impl.CouplingImpl
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.model.analysismodel.assembly.impl.AssemblyComponentImpl
eIsSet(int) - Method in class kieker.model.analysismodel.assembly.impl.AssemblyModelImpl
eIsSet(int) - Method in class kieker.model.analysismodel.assembly.impl.AssemblyOperationImpl
eIsSet(int) - Method in class kieker.model.analysismodel.assembly.impl.AssemblyProvidedInterfaceImpl
eIsSet(int) - Method in class kieker.model.analysismodel.assembly.impl.AssemblyRequiredInterfaceImpl
eIsSet(int) - Method in class kieker.model.analysismodel.assembly.impl.AssemblyStorageImpl
eIsSet(int) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
eIsSet(int) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
eIsSet(int) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyProvidedInterfaceMapEntryImpl
eIsSet(int) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyStorageMapEntryImpl
eIsSet(int) - Method in class kieker.model.analysismodel.deployment.impl.DeployedComponentImpl
eIsSet(int) - Method in class kieker.model.analysismodel.deployment.impl.DeployedOperationImpl
eIsSet(int) - Method in class kieker.model.analysismodel.deployment.impl.DeployedProvidedInterfaceImpl
eIsSet(int) - Method in class kieker.model.analysismodel.deployment.impl.DeployedRequiredInterfaceImpl
eIsSet(int) - Method in class kieker.model.analysismodel.deployment.impl.DeployedStorageImpl
eIsSet(int) - Method in class kieker.model.analysismodel.deployment.impl.DeploymentContextImpl
eIsSet(int) - Method in class kieker.model.analysismodel.deployment.impl.DeploymentModelImpl
eIsSet(int) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
eIsSet(int) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
eIsSet(int) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedProvidedInterfaceMapEntryImpl
eIsSet(int) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedStorageMapEntryImpl
eIsSet(int) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
eIsSet(int) - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedOperationsMapEntryImpl
eIsSet(int) - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedStorageMapEntryImpl
eIsSet(int) - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToInvocationMapEntryImpl
eIsSet(int) - Method in class kieker.model.analysismodel.execution.impl.ExecutionModelImpl
eIsSet(int) - Method in class kieker.model.analysismodel.execution.impl.InvocationImpl
eIsSet(int) - Method in class kieker.model.analysismodel.execution.impl.OperationDataflowImpl
eIsSet(int) - Method in class kieker.model.analysismodel.execution.impl.StorageDataflowImpl
eIsSet(int) - Method in class kieker.model.analysismodel.execution.impl.TupleImpl
eIsSet(int) - Method in class kieker.model.analysismodel.source.impl.EObjectToSourceEntryImpl
eIsSet(int) - Method in class kieker.model.analysismodel.source.impl.SourceModelImpl
eIsSet(int) - Method in class kieker.model.analysismodel.statistics.impl.ComposedUnitImpl
eIsSet(int) - Method in class kieker.model.analysismodel.statistics.impl.CustomUnitImpl
eIsSet(int) - Method in class kieker.model.analysismodel.statistics.impl.DoubleMeasurementImpl
eIsSet(int) - Method in class kieker.model.analysismodel.statistics.impl.EObjectToStatisticsMapEntryImpl
eIsSet(int) - Method in class kieker.model.analysismodel.statistics.impl.EPropertyTypeToValueImpl
eIsSet(int) - Method in class kieker.model.analysismodel.statistics.impl.FloatMeasurementImpl
eIsSet(int) - Method in class kieker.model.analysismodel.statistics.impl.IntMeasurementImpl
eIsSet(int) - Method in class kieker.model.analysismodel.statistics.impl.LongMeasurementImpl
eIsSet(int) - Method in class kieker.model.analysismodel.statistics.impl.MeasurementImpl
eIsSet(int) - Method in class kieker.model.analysismodel.statistics.impl.ScalarMeasurementImpl
eIsSet(int) - Method in class kieker.model.analysismodel.statistics.impl.SimpleUnitImpl
eIsSet(int) - Method in class kieker.model.analysismodel.statistics.impl.SIUnitImpl
eIsSet(int) - Method in class kieker.model.analysismodel.statistics.impl.StatisticRecordImpl
eIsSet(int) - Method in class kieker.model.analysismodel.statistics.impl.StatisticsModelImpl
eIsSet(int) - Method in class kieker.model.analysismodel.statistics.impl.VectorMeasurementImpl
eIsSet(int) - Method in class kieker.model.analysismodel.trace.impl.OperationCallImpl
eIsSet(int) - Method in class kieker.model.analysismodel.trace.impl.TraceImpl
eIsSet(int) - Method in class kieker.model.analysismodel.type.impl.ComponentTypeImpl
eIsSet(int) - Method in class kieker.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
eIsSet(int) - Method in class kieker.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
eIsSet(int) - Method in class kieker.model.analysismodel.type.impl.EStringToProvidedInterfaceTypeMapEntryImpl
eIsSet(int) - Method in class kieker.model.analysismodel.type.impl.EStringToStorageTypeMapEntryImpl
eIsSet(int) - Method in class kieker.model.analysismodel.type.impl.InterfaceEStringToOperationTypeMapEntryImpl
eIsSet(int) - Method in class kieker.model.analysismodel.type.impl.OperationTypeImpl
eIsSet(int) - Method in class kieker.model.analysismodel.type.impl.ProvidedInterfaceTypeImpl
eIsSet(int) - Method in class kieker.model.analysismodel.type.impl.RequiredInterfaceTypeImpl
eIsSet(int) - Method in class kieker.model.analysismodel.type.impl.StorageTypeImpl
eIsSet(int) - Method in class kieker.model.analysismodel.type.impl.TypeModelImpl
eIsSet(int) - Method in class kieker.model.collection.impl.ConnectionsImpl
eIsSet(int) - Method in class kieker.model.collection.impl.CouplingImpl
eIsSet(int) - Method in class kieker.model.collection.impl.CouplingToOperationMapImpl
eIsSet(int) - Method in class kieker.model.collection.impl.NameToOperationMapImpl
eIsSet(int) - Method in class kieker.model.collection.impl.OperationCollectionImpl
element() - Method in class kieker.monitoring.writer.dump.DumpQueue
 
ElementImpl - Class in kieker.analysis.generic.graph.impl
 
ElementImpl(String) - Constructor for class kieker.analysis.generic.graph.impl.ElementImpl
 
EModuleMode - Enum in kieker.analysis.generic
 
EModuleModeConverter - Class in kieker.analysis.generic
 
EModuleModeConverter() - Constructor for class kieker.analysis.generic.EModuleModeConverter
 
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.model.analysismodel.AnalysismodelPackage
The package name.
eNAME - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The package name.
eNAME - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The package name.
eNAME - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The package name.
eNAME - Static variable in interface kieker.model.analysismodel.source.SourcePackage
The package name.
eNAME - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The package name.
eNAME - Static variable in interface kieker.model.analysismodel.trace.TracePackage
The package name.
eNAME - Static variable in interface kieker.model.analysismodel.type.TypePackage
The package name.
eNAME - Static variable in interface kieker.model.collection.CollectionPackage
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.analysis.generic.sink.graph.dot.DotGraphConstants
 
END_GRAPH_BRACKET - Static variable in class kieker.analysis.generic.sink.graph.dot.DotGraphConstants
 
END_OF_MONITORING_RECORD - Static variable in class kieker.monitoring.writer.MonitoringWriterThread
 
ENDPOINT - org.graphdrawing.graphml.KeyForType
 
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.generic.source.amqp.RegistryRecordHandler
Enqueues an unparsed registry record for processing.
enqueueRegistryRecord(ByteBuffer) - Method in class kieker.analysis.plugin.reader.RegistryRecordHandler
Deprecated.
Enqueues an unparsed registry record for processing.
enqueueRegularRecord(ByteBuffer) - Method in class kieker.analysis.generic.source.amqp.RegularRecordHandler
Enqueues an unparsed regular record for processing.
enqueueRegularRecord(ByteBuffer) - Method in class kieker.analysis.plugin.reader.RegularRecordHandler
Deprecated.
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.model.analysismodel.AnalysismodelPackage
The package namespace name.
eNS_PREFIX - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The package namespace name.
eNS_PREFIX - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The package namespace name.
eNS_PREFIX - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The package namespace name.
eNS_PREFIX - Static variable in interface kieker.model.analysismodel.source.SourcePackage
The package namespace name.
eNS_PREFIX - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The package namespace name.
eNS_PREFIX - Static variable in interface kieker.model.analysismodel.trace.TracePackage
The package namespace name.
eNS_PREFIX - Static variable in interface kieker.model.analysismodel.type.TypePackage
The package namespace name.
eNS_PREFIX - Static variable in interface kieker.model.collection.CollectionPackage
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.model.analysismodel.AnalysismodelPackage
The package namespace URI.
eNS_URI - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The package namespace URI.
eNS_URI - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The package namespace URI.
eNS_URI - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The package namespace URI.
eNS_URI - Static variable in interface kieker.model.analysismodel.source.SourcePackage
The package namespace URI.
eNS_URI - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The package namespace URI.
eNS_URI - Static variable in interface kieker.model.analysismodel.trace.TracePackage
The package namespace URI.
eNS_URI - Static variable in interface kieker.model.analysismodel.type.TypePackage
The package namespace URI.
eNS_URI - Static variable in interface kieker.model.collection.CollectionPackage
The package namespace URI.
ensureThreadsStarted() - Method in class kieker.analysis.plugin.reader.AbstractStringRegistryReaderPlugin
Deprecated.
Ensures that the required threads are started.
Entry<T> - Class in kieker.analysis.generic.clustering.mtree.nodes
 
Entry(T) - Constructor for class kieker.analysis.generic.clustering.mtree.nodes.Entry
 
ENTRY - kieker.analysis.architecture.dependency.VertexType
 
ENTRY_VERTEX_IDENTIFIER - Static variable in class kieker.analysis.architecture.dependency.AbstractDependencyGraphBuilder
 
EntryCallEvent - Class in kieker.analysis.behavior.events
Entry call events with request data.
EntryCallEvent(long, long, String, String, String, String, String[], String[], int) - Constructor for class kieker.analysis.behavior.events.EntryCallEvent
 
EntryCallEventSerializer - Class in kieker.analysis.behavior.model
A serializer, which serializes an PayloadAwareEntryCallEvent by printing the operation signature, the parameters and the values.
EntryCallEventSerializer() - Constructor for class kieker.analysis.behavior.model.EntryCallEventSerializer
 
EntryCallSequenceStage - Class in kieker.analysis.behavior
Represents the EntryCallSequence Transformation in the paper Run-time Architecture Models for Dynamic Adaptation and Evolution of Cloud Applications.
EntryCallSequenceStage(Long) - Constructor for class kieker.analysis.behavior.EntryCallSequenceStage
Create this filter.
EntryLevelBeforeOperationEvent - Class in kieker.common.record.flow.trace.operation
 
EntryLevelBeforeOperationEvent(long, long, int, String, String, String[], String[], int) - Constructor for class kieker.common.record.flow.trace.operation.EntryLevelBeforeOperationEvent
Creates a new instance of this class using the given parameters.
EntryLevelBeforeOperationEvent(IValueDeserializer) - Constructor for class kieker.common.record.flow.trace.operation.EntryLevelBeforeOperationEvent
 
EntryLevelBeforeOperationEventFactory - Class in kieker.common.record.flow.trace.operation
 
EntryLevelBeforeOperationEventFactory() - Constructor for class kieker.common.record.flow.trace.operation.EntryLevelBeforeOperationEventFactory
 
EntryLevelBeforeOperationObjectEvent - Class in kieker.common.record.flow.trace.operation.object
 
EntryLevelBeforeOperationObjectEvent(long, long, int, String, String, int, String[], String[], int) - Constructor for class kieker.common.record.flow.trace.operation.object.EntryLevelBeforeOperationObjectEvent
Creates a new instance of this class using the given parameters.
EntryLevelBeforeOperationObjectEvent(IValueDeserializer) - Constructor for class kieker.common.record.flow.trace.operation.object.EntryLevelBeforeOperationObjectEvent
 
EntryLevelBeforeOperationObjectEventFactory - Class in kieker.common.record.flow.trace.operation.object
 
EntryLevelBeforeOperationObjectEventFactory() - Constructor for class kieker.common.record.flow.trace.operation.object.EntryLevelBeforeOperationObjectEventFactory
 
enumerationValueOf(Class<T>, int) - Method in class kieker.common.record.io.AbstractValueDeserializer
Compute the correct enumeration value for the given enumType and ordinal value.
EOBJECT_TO_SOURCE_ENTRY - Static variable in interface kieker.model.analysismodel.source.SourcePackage
The meta object id for the 'EObject To Source Entry' class.
EOBJECT_TO_SOURCE_ENTRY - Static variable in interface kieker.model.analysismodel.source.SourcePackage.Literals
The meta object literal for the 'EObject To Source Entry' class.
EOBJECT_TO_SOURCE_ENTRY__KEY - Static variable in interface kieker.model.analysismodel.source.SourcePackage
The feature id for the 'Key' reference.
EOBJECT_TO_SOURCE_ENTRY__KEY - Static variable in interface kieker.model.analysismodel.source.SourcePackage.Literals
The meta object literal for the 'Key' reference feature.
EOBJECT_TO_SOURCE_ENTRY__VALUE - Static variable in interface kieker.model.analysismodel.source.SourcePackage
The feature id for the 'Value' attribute list.
EOBJECT_TO_SOURCE_ENTRY__VALUE - Static variable in interface kieker.model.analysismodel.source.SourcePackage.Literals
The meta object literal for the 'Value' attribute list feature.
EOBJECT_TO_SOURCE_ENTRY_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.source.SourcePackage
The number of structural features of the 'EObject To Source Entry' class.
EOBJECT_TO_SOURCE_ENTRY_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.source.SourcePackage
The number of operations of the 'EObject To Source Entry' class.
EOBJECT_TO_STATISTICS_MAP_ENTRY - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The meta object id for the 'EObject To Statistics Map Entry' class.
EOBJECT_TO_STATISTICS_MAP_ENTRY - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'EObject To Statistics Map Entry' class.
EOBJECT_TO_STATISTICS_MAP_ENTRY__KEY - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Key' reference.
EOBJECT_TO_STATISTICS_MAP_ENTRY__KEY - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Key' reference feature.
EOBJECT_TO_STATISTICS_MAP_ENTRY__VALUE - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Value' containment reference.
EOBJECT_TO_STATISTICS_MAP_ENTRY__VALUE - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Value' containment reference feature.
EOBJECT_TO_STATISTICS_MAP_ENTRY_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The number of structural features of the 'EObject To Statistics Map Entry' class.
EOBJECT_TO_STATISTICS_MAP_ENTRY_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The number of operations of the 'EObject To Statistics Map Entry' class.
EObjectToSourceEntryImpl - Class in kieker.model.analysismodel.source.impl
An implementation of the model object 'EObject To Source Entry'.
EObjectToSourceEntryImpl() - Constructor for class kieker.model.analysismodel.source.impl.EObjectToSourceEntryImpl
EObjectToStatisticsMapEntryImpl - Class in kieker.model.analysismodel.statistics.impl
An implementation of the model object 'EObject To Statistics Map Entry'.
EObjectToStatisticsMapEntryImpl() - Constructor for class kieker.model.analysismodel.statistics.impl.EObjectToStatisticsMapEntryImpl
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.
EPrefix - Enum in kieker.model.analysismodel.statistics
A representation of the literals of the enumeration 'EPrefix', and utility methods for working with them.
EPREFIX - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The meta object id for the 'EPrefix' enum.
EPREFIX - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'EPrefix' enum.
EPROPERTY_TYPE_TO_VALUE - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The meta object id for the 'EProperty Type To Value' class.
EPROPERTY_TYPE_TO_VALUE - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'EProperty Type To Value' class.
EPROPERTY_TYPE_TO_VALUE__KEY - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Key' attribute.
EPROPERTY_TYPE_TO_VALUE__KEY - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Key' attribute feature.
EPROPERTY_TYPE_TO_VALUE__VALUE - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Value' attribute.
EPROPERTY_TYPE_TO_VALUE__VALUE - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Value' attribute feature.
EPROPERTY_TYPE_TO_VALUE_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The number of structural features of the 'EProperty Type To Value' class.
EPROPERTY_TYPE_TO_VALUE_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The number of operations of the 'EProperty Type To Value' class.
EPropertyTypeToValueImpl - Class in kieker.model.analysismodel.statistics.impl
An implementation of the model object 'EProperty Type To Value'.
EPropertyTypeToValueImpl() - Constructor for class kieker.model.analysismodel.statistics.impl.EPropertyTypeToValueImpl
equalOrBothNull(Object, Object) - Static method in class kieker.model.analysismodel.util.ComposedKey
 
equals(Object) - Method in class kieker.analysis.architecture.recovery.events.CallEvent
 
equals(Object) - Method in class kieker.analysis.architecture.recovery.events.GenericElementEvent
 
equals(Object) - Method in class kieker.analysis.architecture.recovery.events.OperationEvent
 
equals(Object) - Method in class kieker.analysis.architecture.recovery.events.StorageEvent
 
equals(Object) - Method in class kieker.analysis.architecture.trace.flow.TraceEventRecords
 
equals(Object) - Method in class kieker.analysis.behavior.events.EntryCallEvent
 
equals(Object) - Method in class kieker.analysis.behavior.model.UserSession
 
equals(Object) - Method in class kieker.analysis.code.data.CallerCalleeEntry
 
equals(Object) - Method in class kieker.analysis.code.data.DataflowEntry
 
equals(Object) - Method in class kieker.analysis.code.data.FileOperationEntry
 
equals(Object) - Method in class kieker.analysis.code.data.GlobalDataEntry
 
equals(Object) - Method in class kieker.analysis.code.data.NotFoundEntry
 
equals(Object) - Method in class kieker.analysis.metrics.graph.entropy.KiekerNode
 
equals(Object) - Method in class kieker.analysis.plugin.filter.flow.TraceEventRecords
Deprecated.
 
equals(Object) - Method in class kieker.analysis.util.Tuple
 
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.EntryLevelBeforeOperationEvent
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.operation.object.EntryLevelBeforeOperationObjectEvent
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.OperationCallEvent
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.session.SessionEndEvent
Performs a null-check, a this-check, and a class-check.
equals(Object) - Method in class kieker.common.record.session.SessionStartEvent
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.model.analysismodel.execution.impl.TupleImpl
equals(Object) - Method in interface kieker.model.analysismodel.execution.Tuple
equals(Object) - Method in class kieker.model.analysismodel.util.ComposedKey
 
equals(Object) - Method in interface kieker.model.collection.Coupling
equals(Object) - Method in class kieker.model.collection.impl.CouplingImpl
equals(Object) - Method in class kieker.model.system.model.AbstractMessage
 
equals(Object) - Method in class kieker.model.system.model.AbstractTrace
 
equals(Object) - Method in class kieker.model.system.model.AllocationComponent
 
equals(Object) - Method in class kieker.model.system.model.AssemblyComponent
 
equals(Object) - Method in class kieker.model.system.model.ComponentType
 
equals(Object) - Method in class kieker.model.system.model.Execution
Compares this Execution with the given object with respect to type and fields.
equals(Object) - Method in class kieker.model.system.model.ExecutionContainer
 
equals(Object) - Method in class kieker.model.system.model.ExecutionTrace
Returns whether this Execution Trace and the passed Object are equal.
equals(Object) - Method in class kieker.model.system.model.InvalidExecutionTrace
 
equals(Object) - Method in class kieker.model.system.model.MessageTrace
 
equals(Object) - Method in class kieker.model.system.model.Operation
Two Operation objects are equal if their ids are equal.
equals(Object) - Method in class kieker.model.system.model.SynchronousCallMessage
 
equals(Object) - Method in class kieker.model.system.model.SynchronousReplyMessage
 
equals(Object) - Method in class kieker.model.system.model.TraceInformation
 
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
Deprecated.
 
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.AbstractTrace
Deprecated.
 
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.AllocationComponent
Deprecated.
 
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.AssemblyComponent
Deprecated.
 
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.ComponentType
Deprecated.
 
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.Execution
Deprecated.
Compares this Execution with the given object with respect to type and fields.
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.ExecutionContainer
Deprecated.
 
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Deprecated.
Returns whether this Execution Trace and the passed Object are equal.
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.InvalidExecutionTrace
Deprecated.
 
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.MessageTrace
Deprecated.
 
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.Operation
Deprecated.
Two Operation objects are equal if their ids are equal.
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.SynchronousCallMessage
Deprecated.
 
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.SynchronousReplyMessage
Deprecated.
 
equals(Object) - Method in class kieker.tools.trace.analysis.systemModel.TraceInformation
Deprecated.
 
EquivalenceClassWriter - Class in kieker.analysis.generic.sink
Write trace equivalence class map to a file.
EquivalenceClassWriter(File) - Constructor for class kieker.analysis.generic.sink.EquivalenceClassWriter
 
EReferenceIndex<K,​V extends org.eclipse.emf.ecore.EObject> - Class in kieker.analysis.util.emf
 
ERROR - kieker.analysis.plugin.filter.forward.ListCollectionFilter.ListFullBehavior
Deprecated.
Throws a runtime exception.
ERROR - kieker.analysis.util.debug.ListCollectionFilter.ListFullBehavior
Throws a runtime exception.
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.model.analysismodel.assembly.impl.AssemblyComponentImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.assembly.impl.AssemblyModelImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.assembly.impl.AssemblyOperationImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.assembly.impl.AssemblyProvidedInterfaceImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.assembly.impl.AssemblyRequiredInterfaceImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.assembly.impl.AssemblyStorageImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyProvidedInterfaceMapEntryImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyStorageMapEntryImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.deployment.impl.DeployedComponentImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.deployment.impl.DeployedOperationImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.deployment.impl.DeployedProvidedInterfaceImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.deployment.impl.DeployedRequiredInterfaceImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.deployment.impl.DeployedStorageImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.deployment.impl.DeploymentContextImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.deployment.impl.DeploymentModelImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedProvidedInterfaceMapEntryImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedStorageMapEntryImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedOperationsMapEntryImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedStorageMapEntryImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToInvocationMapEntryImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.execution.impl.ExecutionModelImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.execution.impl.InvocationImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.execution.impl.OperationDataflowImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.execution.impl.StorageDataflowImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.execution.impl.TupleImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.source.impl.EObjectToSourceEntryImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.source.impl.SourceModelImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.statistics.impl.ComposedUnitImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.statistics.impl.CustomUnitImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.statistics.impl.DoubleMeasurementImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.statistics.impl.EObjectToStatisticsMapEntryImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.statistics.impl.EPropertyTypeToValueImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.statistics.impl.FloatMeasurementImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.statistics.impl.IntMeasurementImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.statistics.impl.LongMeasurementImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.statistics.impl.MeasurementImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.statistics.impl.ScalarMeasurementImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.statistics.impl.SimpleUnitImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.statistics.impl.SIUnitImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.statistics.impl.StatisticRecordImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.statistics.impl.StatisticsModelImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.statistics.impl.VectorMeasurementImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.trace.impl.OperationCallImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.trace.impl.TraceImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.type.impl.ComponentTypeImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.type.impl.EStringToProvidedInterfaceTypeMapEntryImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.type.impl.EStringToStorageTypeMapEntryImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.type.impl.InterfaceEStringToOperationTypeMapEntryImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.type.impl.OperationTypeImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.type.impl.ProvidedInterfaceTypeImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.type.impl.RequiredInterfaceTypeImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.type.impl.StorageTypeImpl
eSet(int, Object) - Method in class kieker.model.analysismodel.type.impl.TypeModelImpl
eSet(int, Object) - Method in class kieker.model.collection.impl.ConnectionsImpl
eSet(int, Object) - Method in class kieker.model.collection.impl.CouplingImpl
eSet(int, Object) - Method in class kieker.model.collection.impl.CouplingToOperationMapImpl
eSet(int, Object) - Method in class kieker.model.collection.impl.NameToOperationMapImpl
eSet(int, Object) - Method in class kieker.model.collection.impl.OperationCollectionImpl
ESI_UNIT_TYPE - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The meta object id for the 'ESI Unit Type' enum.
ESI_UNIT_TYPE - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'ESI Unit Type' enum.
ESIUnitType - Enum in kieker.model.analysismodel.statistics
A representation of the literals of the enumeration 'ESI Unit Type', and utility methods for working with them.
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.model.analysismodel.assembly.impl.AssemblyComponentImpl
eStaticClass() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyModelImpl
eStaticClass() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyOperationImpl
eStaticClass() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyProvidedInterfaceImpl
eStaticClass() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyRequiredInterfaceImpl
eStaticClass() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyStorageImpl
eStaticClass() - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
eStaticClass() - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
eStaticClass() - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyProvidedInterfaceMapEntryImpl
eStaticClass() - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyStorageMapEntryImpl
eStaticClass() - Method in class kieker.model.analysismodel.deployment.impl.DeployedComponentImpl
eStaticClass() - Method in class kieker.model.analysismodel.deployment.impl.DeployedOperationImpl
eStaticClass() - Method in class kieker.model.analysismodel.deployment.impl.DeployedProvidedInterfaceImpl
eStaticClass() - Method in class kieker.model.analysismodel.deployment.impl.DeployedRequiredInterfaceImpl
eStaticClass() - Method in class kieker.model.analysismodel.deployment.impl.DeployedStorageImpl
eStaticClass() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentContextImpl
eStaticClass() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentModelImpl
eStaticClass() - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
eStaticClass() - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
eStaticClass() - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedProvidedInterfaceMapEntryImpl
eStaticClass() - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedStorageMapEntryImpl
eStaticClass() - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
eStaticClass() - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedOperationsMapEntryImpl
eStaticClass() - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedStorageMapEntryImpl
eStaticClass() - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToInvocationMapEntryImpl
eStaticClass() - Method in class kieker.model.analysismodel.execution.impl.ExecutionModelImpl
eStaticClass() - Method in class kieker.model.analysismodel.execution.impl.InvocationImpl
eStaticClass() - Method in class kieker.model.analysismodel.execution.impl.OperationDataflowImpl
eStaticClass() - Method in class kieker.model.analysismodel.execution.impl.StorageDataflowImpl
eStaticClass() - Method in class kieker.model.analysismodel.execution.impl.TupleImpl
eStaticClass() - Method in class kieker.model.analysismodel.source.impl.EObjectToSourceEntryImpl
eStaticClass() - Method in class kieker.model.analysismodel.source.impl.SourceModelImpl
eStaticClass() - Method in class kieker.model.analysismodel.statistics.impl.ComposedUnitImpl
eStaticClass() - Method in class kieker.model.analysismodel.statistics.impl.CustomUnitImpl
eStaticClass() - Method in class kieker.model.analysismodel.statistics.impl.DoubleMeasurementImpl
eStaticClass() - Method in class kieker.model.analysismodel.statistics.impl.EObjectToStatisticsMapEntryImpl
eStaticClass() - Method in class kieker.model.analysismodel.statistics.impl.EPropertyTypeToValueImpl
eStaticClass() - Method in class kieker.model.analysismodel.statistics.impl.FloatMeasurementImpl
eStaticClass() - Method in class kieker.model.analysismodel.statistics.impl.IntMeasurementImpl
eStaticClass() - Method in class kieker.model.analysismodel.statistics.impl.LongMeasurementImpl
eStaticClass() - Method in class kieker.model.analysismodel.statistics.impl.MeasurementImpl
eStaticClass() - Method in class kieker.model.analysismodel.statistics.impl.ScalarMeasurementImpl
eStaticClass() - Method in class kieker.model.analysismodel.statistics.impl.SimpleUnitImpl
eStaticClass() - Method in class kieker.model.analysismodel.statistics.impl.SIUnitImpl
eStaticClass() - Method in class kieker.model.analysismodel.statistics.impl.StatisticRecordImpl
eStaticClass() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsModelImpl
eStaticClass() - Method in class kieker.model.analysismodel.statistics.impl.UnitImpl
eStaticClass() - Method in class kieker.model.analysismodel.statistics.impl.VectorMeasurementImpl
eStaticClass() - Method in class kieker.model.analysismodel.trace.impl.OperationCallImpl
eStaticClass() - Method in class kieker.model.analysismodel.trace.impl.TraceImpl
eStaticClass() - Method in class kieker.model.analysismodel.type.impl.ComponentTypeImpl
eStaticClass() - Method in class kieker.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
eStaticClass() - Method in class kieker.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
eStaticClass() - Method in class kieker.model.analysismodel.type.impl.EStringToProvidedInterfaceTypeMapEntryImpl
eStaticClass() - Method in class kieker.model.analysismodel.type.impl.EStringToStorageTypeMapEntryImpl
eStaticClass() - Method in class kieker.model.analysismodel.type.impl.InterfaceEStringToOperationTypeMapEntryImpl
eStaticClass() - Method in class kieker.model.analysismodel.type.impl.OperationTypeImpl
eStaticClass() - Method in class kieker.model.analysismodel.type.impl.ProvidedInterfaceTypeImpl
eStaticClass() - Method in class kieker.model.analysismodel.type.impl.RequiredInterfaceTypeImpl
eStaticClass() - Method in class kieker.model.analysismodel.type.impl.StorageTypeImpl
eStaticClass() - Method in class kieker.model.analysismodel.type.impl.TypeModelImpl
eStaticClass() - Method in class kieker.model.collection.impl.ConnectionsImpl
eStaticClass() - Method in class kieker.model.collection.impl.CouplingImpl
eStaticClass() - Method in class kieker.model.collection.impl.CouplingToOperationMapImpl
eStaticClass() - Method in class kieker.model.collection.impl.NameToOperationMapImpl
eStaticClass() - Method in class kieker.model.collection.impl.OperationCollectionImpl
ESTRING_TO_ASSEMBLY_COMPONENT_MAP_ENTRY - Static variable in interface kieker.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.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.model.analysismodel.assembly.AssemblyPackage
The feature id for the 'Key' attribute.
ESTRING_TO_ASSEMBLY_COMPONENT_MAP_ENTRY__KEY - Static variable in interface kieker.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.model.analysismodel.assembly.AssemblyPackage
The feature id for the 'Value' containment reference.
ESTRING_TO_ASSEMBLY_COMPONENT_MAP_ENTRY__VALUE - Static variable in interface kieker.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.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.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.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.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.model.analysismodel.assembly.AssemblyPackage
The feature id for the 'Key' attribute.
ESTRING_TO_ASSEMBLY_OPERATION_MAP_ENTRY__KEY - Static variable in interface kieker.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.model.analysismodel.assembly.AssemblyPackage
The feature id for the 'Value' containment reference.
ESTRING_TO_ASSEMBLY_OPERATION_MAP_ENTRY__VALUE - Static variable in interface kieker.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.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.model.analysismodel.assembly.AssemblyPackage
The number of operations of the 'EString To Assembly Operation Map Entry' class.
ESTRING_TO_ASSEMBLY_PROVIDED_INTERFACE_MAP_ENTRY - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The meta object id for the 'EString To Assembly Provided Interface Map Entry' class.
ESTRING_TO_ASSEMBLY_PROVIDED_INTERFACE_MAP_ENTRY - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage.Literals
The meta object literal for the 'EString To Assembly Provided Interface Map Entry' class.
ESTRING_TO_ASSEMBLY_PROVIDED_INTERFACE_MAP_ENTRY__KEY - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The feature id for the 'Key' attribute.
ESTRING_TO_ASSEMBLY_PROVIDED_INTERFACE_MAP_ENTRY__KEY - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage.Literals
The meta object literal for the 'Key' attribute feature.
ESTRING_TO_ASSEMBLY_PROVIDED_INTERFACE_MAP_ENTRY__VALUE - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The feature id for the 'Value' containment reference.
ESTRING_TO_ASSEMBLY_PROVIDED_INTERFACE_MAP_ENTRY__VALUE - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage.Literals
The meta object literal for the 'Value' containment reference feature.
ESTRING_TO_ASSEMBLY_PROVIDED_INTERFACE_MAP_ENTRY_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The number of structural features of the 'EString To Assembly Provided Interface Map Entry' class.
ESTRING_TO_ASSEMBLY_PROVIDED_INTERFACE_MAP_ENTRY_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The number of operations of the 'EString To Assembly Provided Interface Map Entry' class.
ESTRING_TO_ASSEMBLY_STORAGE_MAP_ENTRY - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The meta object id for the 'EString To Assembly Storage Map Entry' class.
ESTRING_TO_ASSEMBLY_STORAGE_MAP_ENTRY - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage.Literals
The meta object literal for the 'EString To Assembly Storage Map Entry' class.
ESTRING_TO_ASSEMBLY_STORAGE_MAP_ENTRY__KEY - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The feature id for the 'Key' attribute.
ESTRING_TO_ASSEMBLY_STORAGE_MAP_ENTRY__KEY - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage.Literals
The meta object literal for the 'Key' attribute feature.
ESTRING_TO_ASSEMBLY_STORAGE_MAP_ENTRY__VALUE - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The feature id for the 'Value' containment reference.
ESTRING_TO_ASSEMBLY_STORAGE_MAP_ENTRY__VALUE - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage.Literals
The meta object literal for the 'Value' containment reference feature.
ESTRING_TO_ASSEMBLY_STORAGE_MAP_ENTRY_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The number of structural features of the 'EString To Assembly Storage Map Entry' class.
ESTRING_TO_ASSEMBLY_STORAGE_MAP_ENTRY_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.assembly.AssemblyPackage
The number of operations of the 'EString To Assembly Storage Map Entry' class.
ESTRING_TO_COMPONENT_TYPE_MAP_ENTRY - Static variable in interface kieker.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.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.model.analysismodel.type.TypePackage
The feature id for the 'Key' attribute.
ESTRING_TO_COMPONENT_TYPE_MAP_ENTRY__KEY - Static variable in interface kieker.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.model.analysismodel.type.TypePackage
The feature id for the 'Value' containment reference.
ESTRING_TO_COMPONENT_TYPE_MAP_ENTRY__VALUE - Static variable in interface kieker.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.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.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.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.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.model.analysismodel.deployment.DeploymentPackage
The feature id for the 'Key' attribute.
ESTRING_TO_DEPLOYED_COMPONENT_MAP_ENTRY__KEY - Static variable in interface kieker.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.model.analysismodel.deployment.DeploymentPackage
The feature id for the 'Value' containment reference.
ESTRING_TO_DEPLOYED_COMPONENT_MAP_ENTRY__VALUE - Static variable in interface kieker.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.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.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.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.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.model.analysismodel.deployment.DeploymentPackage
The feature id for the 'Key' attribute.
ESTRING_TO_DEPLOYED_OPERATION_MAP_ENTRY__KEY - Static variable in interface kieker.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.model.analysismodel.deployment.DeploymentPackage
The feature id for the 'Value' containment reference.
ESTRING_TO_DEPLOYED_OPERATION_MAP_ENTRY__VALUE - Static variable in interface kieker.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.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.model.analysismodel.deployment.DeploymentPackage
The number of operations of the 'EString To Deployed Operation Map Entry' class.
ESTRING_TO_DEPLOYED_PROVIDED_INTERFACE_MAP_ENTRY - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The meta object id for the 'EString To Deployed Provided Interface Map Entry' class.
ESTRING_TO_DEPLOYED_PROVIDED_INTERFACE_MAP_ENTRY - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'EString To Deployed Provided Interface Map Entry' class.
ESTRING_TO_DEPLOYED_PROVIDED_INTERFACE_MAP_ENTRY__KEY - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The feature id for the 'Key' attribute.
ESTRING_TO_DEPLOYED_PROVIDED_INTERFACE_MAP_ENTRY__KEY - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Key' attribute feature.
ESTRING_TO_DEPLOYED_PROVIDED_INTERFACE_MAP_ENTRY__VALUE - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The feature id for the 'Value' containment reference.
ESTRING_TO_DEPLOYED_PROVIDED_INTERFACE_MAP_ENTRY__VALUE - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Value' containment reference feature.
ESTRING_TO_DEPLOYED_PROVIDED_INTERFACE_MAP_ENTRY_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The number of structural features of the 'EString To Deployed Provided Interface Map Entry' class.
ESTRING_TO_DEPLOYED_PROVIDED_INTERFACE_MAP_ENTRY_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The number of operations of the 'EString To Deployed Provided Interface Map Entry' class.
ESTRING_TO_DEPLOYED_STORAGE_MAP_ENTRY - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The meta object id for the 'EString To Deployed Storage Map Entry' class.
ESTRING_TO_DEPLOYED_STORAGE_MAP_ENTRY - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'EString To Deployed Storage Map Entry' class.
ESTRING_TO_DEPLOYED_STORAGE_MAP_ENTRY__KEY - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The feature id for the 'Key' attribute.
ESTRING_TO_DEPLOYED_STORAGE_MAP_ENTRY__KEY - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Key' attribute feature.
ESTRING_TO_DEPLOYED_STORAGE_MAP_ENTRY__VALUE - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The feature id for the 'Value' containment reference.
ESTRING_TO_DEPLOYED_STORAGE_MAP_ENTRY__VALUE - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage.Literals
The meta object literal for the 'Value' containment reference feature.
ESTRING_TO_DEPLOYED_STORAGE_MAP_ENTRY_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The number of structural features of the 'EString To Deployed Storage Map Entry' class.
ESTRING_TO_DEPLOYED_STORAGE_MAP_ENTRY_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.deployment.DeploymentPackage
The number of operations of the 'EString To Deployed Storage Map Entry' class.
ESTRING_TO_DEPLOYMENT_CONTEXT_MAP_ENTRY - Static variable in interface kieker.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.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.model.analysismodel.deployment.DeploymentPackage
The feature id for the 'Key' attribute.
ESTRING_TO_DEPLOYMENT_CONTEXT_MAP_ENTRY__KEY - Static variable in interface kieker.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.model.analysismodel.deployment.DeploymentPackage
The feature id for the 'Value' containment reference.
ESTRING_TO_DEPLOYMENT_CONTEXT_MAP_ENTRY__VALUE - Static variable in interface kieker.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.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.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.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.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.model.analysismodel.type.TypePackage
The feature id for the 'Key' attribute.
ESTRING_TO_OPERATION_TYPE_MAP_ENTRY__KEY - Static variable in interface kieker.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.model.analysismodel.type.TypePackage
The feature id for the 'Value' containment reference.
ESTRING_TO_OPERATION_TYPE_MAP_ENTRY__VALUE - Static variable in interface kieker.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.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.model.analysismodel.type.TypePackage
The number of operations of the 'EString To Operation Type Map Entry' class.
ESTRING_TO_PROVIDED_INTERFACE_TYPE_MAP_ENTRY - Static variable in interface kieker.model.analysismodel.type.TypePackage
The meta object id for the 'EString To Provided Interface Type Map Entry' class.
ESTRING_TO_PROVIDED_INTERFACE_TYPE_MAP_ENTRY - Static variable in interface kieker.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'EString To Provided Interface Type Map Entry' class.
ESTRING_TO_PROVIDED_INTERFACE_TYPE_MAP_ENTRY__KEY - Static variable in interface kieker.model.analysismodel.type.TypePackage
The feature id for the 'Key' attribute.
ESTRING_TO_PROVIDED_INTERFACE_TYPE_MAP_ENTRY__KEY - Static variable in interface kieker.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Key' attribute feature.
ESTRING_TO_PROVIDED_INTERFACE_TYPE_MAP_ENTRY__VALUE - Static variable in interface kieker.model.analysismodel.type.TypePackage
The feature id for the 'Value' containment reference.
ESTRING_TO_PROVIDED_INTERFACE_TYPE_MAP_ENTRY__VALUE - Static variable in interface kieker.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Value' containment reference feature.
ESTRING_TO_PROVIDED_INTERFACE_TYPE_MAP_ENTRY_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.type.TypePackage
The number of structural features of the 'EString To Provided Interface Type Map Entry' class.
ESTRING_TO_PROVIDED_INTERFACE_TYPE_MAP_ENTRY_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.type.TypePackage
The number of operations of the 'EString To Provided Interface Type Map Entry' class.
ESTRING_TO_STORAGE_TYPE_MAP_ENTRY - Static variable in interface kieker.model.analysismodel.type.TypePackage
The meta object id for the 'EString To Storage Type Map Entry' class.
ESTRING_TO_STORAGE_TYPE_MAP_ENTRY - Static variable in interface kieker.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'EString To Storage Type Map Entry' class.
ESTRING_TO_STORAGE_TYPE_MAP_ENTRY__KEY - Static variable in interface kieker.model.analysismodel.type.TypePackage
The feature id for the 'Key' attribute.
ESTRING_TO_STORAGE_TYPE_MAP_ENTRY__KEY - Static variable in interface kieker.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Key' attribute feature.
ESTRING_TO_STORAGE_TYPE_MAP_ENTRY__VALUE - Static variable in interface kieker.model.analysismodel.type.TypePackage
The feature id for the 'Value' containment reference.
ESTRING_TO_STORAGE_TYPE_MAP_ENTRY__VALUE - Static variable in interface kieker.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Value' containment reference feature.
ESTRING_TO_STORAGE_TYPE_MAP_ENTRY_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.type.TypePackage
The number of structural features of the 'EString To Storage Type Map Entry' class.
ESTRING_TO_STORAGE_TYPE_MAP_ENTRY_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.type.TypePackage
The number of operations of the 'EString To Storage Type Map Entry' class.
EStringToAssemblyComponentMapEntryImpl - Class in kieker.model.analysismodel.assembly.impl
An implementation of the model object 'EString To Assembly Component Map Entry'.
EStringToAssemblyComponentMapEntryImpl() - Constructor for class kieker.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
EStringToAssemblyOperationMapEntryImpl - Class in kieker.model.analysismodel.assembly.impl
An implementation of the model object 'EString To Assembly Operation Map Entry'.
EStringToAssemblyOperationMapEntryImpl() - Constructor for class kieker.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
EStringToAssemblyProvidedInterfaceMapEntryImpl - Class in kieker.model.analysismodel.assembly.impl
An implementation of the model object 'EString To Assembly Provided Interface Map Entry'.
EStringToAssemblyProvidedInterfaceMapEntryImpl() - Constructor for class kieker.model.analysismodel.assembly.impl.EStringToAssemblyProvidedInterfaceMapEntryImpl
EStringToAssemblyStorageMapEntryImpl - Class in kieker.model.analysismodel.assembly.impl
An implementation of the model object 'EString To Assembly Storage Map Entry'.
EStringToAssemblyStorageMapEntryImpl() - Constructor for class kieker.model.analysismodel.assembly.impl.EStringToAssemblyStorageMapEntryImpl
EStringToComponentTypeMapEntryImpl - Class in kieker.model.analysismodel.type.impl
An implementation of the model object 'EString To Component Type Map Entry'.
EStringToComponentTypeMapEntryImpl() - Constructor for class kieker.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
EStringToDeployedComponentMapEntryImpl - Class in kieker.model.analysismodel.deployment.impl
An implementation of the model object 'EString To Deployed Component Map Entry'.
EStringToDeployedComponentMapEntryImpl() - Constructor for class kieker.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
EStringToDeployedOperationMapEntryImpl - Class in kieker.model.analysismodel.deployment.impl
An implementation of the model object 'EString To Deployed Operation Map Entry'.
EStringToDeployedOperationMapEntryImpl() - Constructor for class kieker.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
EStringToDeployedProvidedInterfaceMapEntryImpl - Class in kieker.model.analysismodel.deployment.impl
An implementation of the model object 'EString To Deployed Provided Interface Map Entry'.
EStringToDeployedProvidedInterfaceMapEntryImpl() - Constructor for class kieker.model.analysismodel.deployment.impl.EStringToDeployedProvidedInterfaceMapEntryImpl
EStringToDeployedStorageMapEntryImpl - Class in kieker.model.analysismodel.deployment.impl
An implementation of the model object 'EString To Deployed Storage Map Entry'.
EStringToDeployedStorageMapEntryImpl() - Constructor for class kieker.model.analysismodel.deployment.impl.EStringToDeployedStorageMapEntryImpl
EStringToDeploymentContextMapEntryImpl - Class in kieker.model.analysismodel.deployment.impl
An implementation of the model object 'EString To Deployment Context Map Entry'.
EStringToDeploymentContextMapEntryImpl() - Constructor for class kieker.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
EStringToOperationTypeMapEntryImpl - Class in kieker.model.analysismodel.type.impl
An implementation of the model object 'EString To Operation Type Map Entry'.
EStringToOperationTypeMapEntryImpl() - Constructor for class kieker.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
EStringToProvidedInterfaceTypeMapEntryImpl - Class in kieker.model.analysismodel.type.impl
An implementation of the model object 'EString To Provided Interface Type Map Entry'.
EStringToProvidedInterfaceTypeMapEntryImpl() - Constructor for class kieker.model.analysismodel.type.impl.EStringToProvidedInterfaceTypeMapEntryImpl
EStringToStorageTypeMapEntryImpl - Class in kieker.model.analysismodel.type.impl
An implementation of the model object 'EString To Storage Type Map Entry'.
EStringToStorageTypeMapEntryImpl() - Constructor for class kieker.model.analysismodel.type.impl.EStringToStorageTypeMapEntryImpl
euclidean(DistanceFunctionFactory.IEuclideanCoordinate, DistanceFunctionFactory.IEuclideanCoordinate) - Static method in class kieker.analysis.generic.clustering.mtree.DistanceFunctionFactory
Calculates the distance between two euclidean coordinates.
EUCLIDEAN - Static variable in class kieker.analysis.generic.clustering.mtree.DistanceFunctionFactory
A distance function object that calculates the distance between two euclidean coordinates.
EUCLIDEAN_DOUBLE_LIST - Static variable in class kieker.analysis.generic.clustering.mtree.DistanceFunctionFactory
A distance function object that calculates the distance between two coordinates represented by lists of Doubles.
EUCLIDEAN_INTEGER_LIST - Static variable in class kieker.analysis.generic.clustering.mtree.DistanceFunctionFactory
A distance function object that calculates the distance between two coordinates represented by lists of Integers.
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.model.analysismodel.assembly.impl.AssemblyComponentImpl
eUnset(int) - Method in class kieker.model.analysismodel.assembly.impl.AssemblyModelImpl
eUnset(int) - Method in class kieker.model.analysismodel.assembly.impl.AssemblyOperationImpl
eUnset(int) - Method in class kieker.model.analysismodel.assembly.impl.AssemblyProvidedInterfaceImpl
eUnset(int) - Method in class kieker.model.analysismodel.assembly.impl.AssemblyRequiredInterfaceImpl
eUnset(int) - Method in class kieker.model.analysismodel.assembly.impl.AssemblyStorageImpl
eUnset(int) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
eUnset(int) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
eUnset(int) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyProvidedInterfaceMapEntryImpl
eUnset(int) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyStorageMapEntryImpl
eUnset(int) - Method in class kieker.model.analysismodel.deployment.impl.DeployedComponentImpl
eUnset(int) - Method in class kieker.model.analysismodel.deployment.impl.DeployedOperationImpl
eUnset(int) - Method in class kieker.model.analysismodel.deployment.impl.DeployedProvidedInterfaceImpl
eUnset(int) - Method in class kieker.model.analysismodel.deployment.impl.DeployedRequiredInterfaceImpl
eUnset(int) - Method in class kieker.model.analysismodel.deployment.impl.DeployedStorageImpl
eUnset(int) - Method in class kieker.model.analysismodel.deployment.impl.DeploymentContextImpl
eUnset(int) - Method in class kieker.model.analysismodel.deployment.impl.DeploymentModelImpl
eUnset(int) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
eUnset(int) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
eUnset(int) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedProvidedInterfaceMapEntryImpl
eUnset(int) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedStorageMapEntryImpl
eUnset(int) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
eUnset(int) - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedOperationsMapEntryImpl
eUnset(int) - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedStorageMapEntryImpl
eUnset(int) - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToInvocationMapEntryImpl
eUnset(int) - Method in class kieker.model.analysismodel.execution.impl.ExecutionModelImpl
eUnset(int) - Method in class kieker.model.analysismodel.execution.impl.InvocationImpl
eUnset(int) - Method in class kieker.model.analysismodel.execution.impl.OperationDataflowImpl
eUnset(int) - Method in class kieker.model.analysismodel.execution.impl.StorageDataflowImpl
eUnset(int) - Method in class kieker.model.analysismodel.execution.impl.TupleImpl
eUnset(int) - Method in class kieker.model.analysismodel.source.impl.EObjectToSourceEntryImpl
eUnset(int) - Method in class kieker.model.analysismodel.source.impl.SourceModelImpl
eUnset(int) - Method in class kieker.model.analysismodel.statistics.impl.ComposedUnitImpl
eUnset(int) - Method in class kieker.model.analysismodel.statistics.impl.CustomUnitImpl
eUnset(int) - Method in class kieker.model.analysismodel.statistics.impl.DoubleMeasurementImpl
eUnset(int) - Method in class kieker.model.analysismodel.statistics.impl.EObjectToStatisticsMapEntryImpl
eUnset(int) - Method in class kieker.model.analysismodel.statistics.impl.EPropertyTypeToValueImpl
eUnset(int) - Method in class kieker.model.analysismodel.statistics.impl.FloatMeasurementImpl
eUnset(int) - Method in class kieker.model.analysismodel.statistics.impl.IntMeasurementImpl
eUnset(int) - Method in class kieker.model.analysismodel.statistics.impl.LongMeasurementImpl
eUnset(int) - Method in class kieker.model.analysismodel.statistics.impl.MeasurementImpl
eUnset(int) - Method in class kieker.model.analysismodel.statistics.impl.ScalarMeasurementImpl
eUnset(int) - Method in class kieker.model.analysismodel.statistics.impl.SimpleUnitImpl
eUnset(int) - Method in class kieker.model.analysismodel.statistics.impl.SIUnitImpl
eUnset(int) - Method in class kieker.model.analysismodel.statistics.impl.StatisticRecordImpl
eUnset(int) - Method in class kieker.model.analysismodel.statistics.impl.StatisticsModelImpl
eUnset(int) - Method in class kieker.model.analysismodel.statistics.impl.VectorMeasurementImpl
eUnset(int) - Method in class kieker.model.analysismodel.trace.impl.OperationCallImpl
eUnset(int) - Method in class kieker.model.analysismodel.trace.impl.TraceImpl
eUnset(int) - Method in class kieker.model.analysismodel.type.impl.ComponentTypeImpl
eUnset(int) - Method in class kieker.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
eUnset(int) - Method in class kieker.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
eUnset(int) - Method in class kieker.model.analysismodel.type.impl.EStringToProvidedInterfaceTypeMapEntryImpl
eUnset(int) - Method in class kieker.model.analysismodel.type.impl.EStringToStorageTypeMapEntryImpl
eUnset(int) - Method in class kieker.model.analysismodel.type.impl.InterfaceEStringToOperationTypeMapEntryImpl
eUnset(int) - Method in class kieker.model.analysismodel.type.impl.OperationTypeImpl
eUnset(int) - Method in class kieker.model.analysismodel.type.impl.ProvidedInterfaceTypeImpl
eUnset(int) - Method in class kieker.model.analysismodel.type.impl.RequiredInterfaceTypeImpl
eUnset(int) - Method in class kieker.model.analysismodel.type.impl.StorageTypeImpl
eUnset(int) - Method in class kieker.model.analysismodel.type.impl.TypeModelImpl
eUnset(int) - Method in class kieker.model.collection.impl.ConnectionsImpl
eUnset(int) - Method in class kieker.model.collection.impl.CouplingImpl
eUnset(int) - Method in class kieker.model.collection.impl.CouplingToOperationMapImpl
eUnset(int) - Method in class kieker.model.collection.impl.NameToOperationMapImpl
eUnset(int) - Method in class kieker.model.collection.impl.OperationCollectionImpl
EventGroup - Class in kieker.analysis.behavior.model
An EventGroup contains all events of an edge, which have the same parameters.
EventGroup(String[]) - Constructor for class kieker.analysis.behavior.model.EventGroup
 
EventProcessingException - Exception in kieker.analysis.exception
 
EventProcessingException(String) - Constructor for exception kieker.analysis.exception.EventProcessingException
Creates a new instance of this class using the given parameters.
EventProcessingException(String, Throwable) - Constructor for exception kieker.analysis.exception.EventProcessingException
Creates a new instance of this class using the given parameters.
EventRecordTimestampFilter - Class in kieker.analysis.generic.time
Concrete implementation of AbstractTimestampFilter.
EventRecordTimestampFilter(long, long) - Constructor for class kieker.analysis.generic.time.EventRecordTimestampFilter
 
EventRecordTraceCounter - Class in kieker.analysis.plugin.trace
Deprecated.
1.15 a joint counter for valid and invalid traces makes no sense and requires separate threads to execute, superseded by (Invalid|Valid)EventRecordTraceCounter
EventRecordTraceCounter - Class in kieker.tools.trace.analysis.filter.flow
Deprecated.
1.15 ported to teetime
EventRecordTraceCounter(boolean) - Constructor for class kieker.analysis.plugin.trace.EventRecordTraceCounter
Deprecated.
Creates a new instance of this class using the given parameters.
EventRecordTraceCounter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.flow.EventRecordTraceCounter
Deprecated.
Creates a new instance of this class using the given parameters.
EventRecordTraceReconstructionFilter - Class in kieker.analysis.plugin.filter.flow
Deprecated.
1.15 ported to teetime kieker.analysis.filter.flow
EventRecordTraceReconstructionFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
Deprecated.
Creates a new instance of this class using the given parameters.
EventRecordTraceReconstructionStage - Class in kieker.analysis.architecture.trace.flow
Trace Reconstruction Filter (Event) to reconstruct event based (flow) traces based on single flow records.
EventRecordTraceReconstructionStage(TimeUnit, boolean, long, long) - Constructor for class kieker.analysis.architecture.trace.flow.EventRecordTraceReconstructionStage
Creates a new instance of this class using the given parameters.
eventsToModel(List<EntryCallEvent>) - Method in class kieker.analysis.behavior.UserSessionToBehaviorModelTransformation
Converts a list of events into a behavior model.
eventTypes - Variable in class kieker.analysis.model.analysisMetaModel.impl.MPort
The cached value of the 'Event Types' attribute list.
eventTypes() - Method in annotation type kieker.analysis.plugin.annotation.InputPort
Deprecated.
The event types which are used for this port.
eventTypes() - Method in annotation type kieker.analysis.plugin.annotation.OutputPort
Deprecated.
The event types which are used for this port.
EXA - kieker.model.analysismodel.statistics.EPrefix
The 'Exa' literal object.
EXA_VALUE - Static variable in enum kieker.model.analysismodel.statistics.EPrefix
The 'Exa' literal value.
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() - Method in class kieker.analysis.architecture.ModelRepositoryProducerStage
 
execute() - Method in class kieker.analysis.architecture.ModelSource
 
execute() - Method in class kieker.analysis.architecture.trace.flow.AbstractEventRecordTraceReconstructionStage
 
execute() - Method in class kieker.analysis.architecture.trace.flow.EventRecordTraceReconstructionStage
 
execute() - Method in class kieker.analysis.architecture.trace.flow.TraceAggregationStage
 
execute() - Method in class kieker.analysis.architecture.trace.flow.TraceRecordsTraceReconstructionStage
 
execute() - Method in class kieker.analysis.behavior.EntryCallSequenceStage
 
execute() - Method in class kieker.analysis.generic.AnalysisThroughputStage
 
execute() - Method in class kieker.analysis.generic.clustering.DataCollectorStage
 
execute() - Method in class kieker.analysis.generic.clustering.optics.OpticsStage
 
execute() - Method in class kieker.analysis.generic.ControlledEventReleaseStage
 
execute() - Method in class kieker.analysis.generic.RealtimeRecordDelayProducer
 
execute() - Method in class kieker.analysis.generic.source.amqp.AMQPReaderStage
 
execute() - Method in class kieker.analysis.generic.source.CsvRowReaderProducerStage
 
execute() - Method in class kieker.analysis.generic.source.CsvTableReaderProducerStage
 
execute() - Method in class kieker.analysis.generic.source.DirectoryProducer
 
execute() - Method in class kieker.analysis.generic.source.file.KiekerDirectoryScannerStage
Execute the directory scanner.
execute() - Method in class kieker.analysis.generic.source.jms.JMSReaderStage
 
execute() - Method in class kieker.analysis.generic.source.namedpipe.PipeReader
Blocks until the associated pipe is being closed.
execute() - Method in class kieker.analysis.generic.source.NumberGeneratorProducer
 
execute() - Method in class kieker.analysis.generic.source.rest.RestServiceStage
 
execute() - Method in class kieker.analysis.generic.source.tcp.MultipleConnectionTcpSourceStage
 
execute() - Method in class kieker.analysis.generic.source.time.TimeReaderStage
 
execute() - Method in class kieker.analysis.generic.source.time.TimeSourceStage
 
execute() - Method in class kieker.analysis.generic.source.YamlProducer
 
execute() - Method in class kieker.analysis.plugin.trace.EventRecordTraceCounter
Deprecated.
 
execute() - Method in class kieker.analysis.util.stage.AbstractBiCombinerStage
 
execute() - Method in class kieker.analysis.util.stage.trigger.ForwardOnTriggerStage
 
execute() - Method in class kieker.analysis.util.stage.trigger.TerminationStage
 
execute() - Method in class kieker.extension.cassandra.reader.CassandraSourceStage
 
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(Graph<Node<T>>) - Method in class kieker.analysis.metrics.graph.entropy.ComputeAllenComplexityMetrics
 
execute(MutableNetwork<N, E>) - Method in class kieker.analysis.generic.graph.flattening.GraphFlattenerStage
 
execute(G) - Method in class kieker.visualization.trace.AbstractGraphFilter
Processes the given graph.
execute(I) - Method in class kieker.analysis.util.stage.FunctionStage
 
execute(File) - Method in class kieker.analysis.generic.source.file.DirectoryReaderStage
 
execute(Long) - Method in class kieker.analysis.generic.time.TimestampCurrentTimeEventGenerationFilter
Evaluates the given timestamp internal current time which may lead to newly generated events via currentTimeRecordOutputPort.
execute(Object) - Method in class kieker.analysis.generic.DynamicEventDispatcher
 
execute(Object) - Method in class kieker.analysis.generic.sink.NullSink
 
execute(Object) - Method in class kieker.analysis.generic.sink.SystemModel2FileSink
 
execute(Object) - Method in class kieker.analysis.generic.TeeFilter
This method receives incoming objects from the filter's input port.
execute(Object) - Method in class kieker.analysis.generic.TypeFilter
This method represents the input port for the incoming objects.
execute(Object) - Method in class kieker.analysis.util.stage.trigger.TriggerEveryXthStage
 
execute(Object) - Method in class kieker.analysis.util.stage.trigger.TriggerOnTerminationStage
 
execute(String) - Method in class kieker.analysis.generic.sink.StringFileWriterSink
 
execute(Path) - Method in class kieker.analysis.architecture.ModelRepositoryReaderStage
 
execute(Path) - Method in class kieker.analysis.generic.CsvRowReaderStage
 
execute(Path) - Method in class kieker.analysis.generic.CsvTableReaderStage
 
execute(Path) - Method in class kieker.analysis.generic.source.file.DirectoryScannerStage
 
execute(Collection<T>) - Method in class kieker.analysis.generic.CollectionElementStage
 
execute(List<OpticsData<T>>) - Method in class kieker.analysis.generic.clustering.ExtractDBScanClustersStage
 
execute(List<T>) - Method in class kieker.analysis.generic.clustering.mtree.MTreeGeneratorStage
 
execute(Map<Class<? extends CodeMetric>, CodeMetric>) - Method in class kieker.analysis.metrics.graph.entropy.SaveAllenDataStage
 
execute(Map<Class<? extends CodeMetric>, CodeMetric>) - Method in class kieker.analysis.metrics.graph.entropy.SaveMultipleResultsAllenMetricSink
 
execute(Map<ExecutionTrace, Integer>) - Method in class kieker.analysis.generic.sink.EquivalenceClassWriter
 
execute(BasicTcpControlEvent) - Method in class kieker.analysis.architecture.adaptation.ProbeControlStage
 
execute(CallEvent) - Method in class kieker.analysis.architecture.recovery.CallEvent2OperationCallStage
 
execute(DataflowEvent) - Method in class kieker.analysis.architecture.recovery.storage.ExecutionModelDataflowAssemblerStage
 
execute(ModelRepository) - Method in class kieker.analysis.architecture.dependency.DependencyGraphCreatorStage
 
execute(ModelRepository) - Method in class kieker.analysis.architecture.ModelChangeNameStage
 
execute(ModelRepository) - Method in class kieker.analysis.architecture.ModelSink
 
execute(ModelRepository) - Method in class kieker.analysis.metrics.graph.entropy.AllenDeployedArchitectureGraphStage
 
execute(ModelRepository) - Method in class kieker.analysis.metrics.graph.entropy.AllenDeployedMaximalInterconnectedGraphStage
 
execute(ModelRepository) - Method in class kieker.analysis.metrics.graph.entropy.CreateGraph4AllenMetricStage
 
execute(AggregatedTraceWrapper) - Method in class kieker.analysis.architecture.trace.aggregation.AggregatedTraceUnwrapperStage
 
execute(TraceEventRecords) - Method in class kieker.analysis.architecture.trace.InvalidEventRecordTraceCounter
 
execute(TraceEventRecords) - Method in class kieker.analysis.architecture.trace.TraceEventRecords2ExecutionAndMessageTraceStage
 
execute(TraceEventRecords) - Method in class kieker.analysis.architecture.trace.ValidEventRecordTraceCounter
 
execute(UserSession) - Method in class kieker.analysis.behavior.acceptance.matcher.SessionAcceptanceFilter
 
execute(UserSession) - Method in class kieker.analysis.behavior.signature.processor.TraceSignatureProcessorFilter
 
execute(UserSession) - Method in class kieker.analysis.behavior.UserSessionToBehaviorModelTransformation
 
execute(CallerCalleeEntry) - Method in class kieker.analysis.code.CallerCalleeFixPathStage
 
execute(CallerCalleeEntry) - Method in class kieker.analysis.code.CallerCalleeMakeLowerCaseStage
 
execute(Clustering<T>) - Method in class kieker.analysis.generic.clustering.ClusteringFileSink
 
execute(Clustering<T>) - Method in class kieker.analysis.generic.clustering.MedoidGenerator
 
execute(Clustering<T>) - Method in class kieker.analysis.generic.clustering.NaiveMedoidGenerator
 
execute(IGraph<N, E>) - Method in class kieker.analysis.behavior.clustering.BehaviorModelToOpticsDataTransformation
 
execute(IGraph<N, E>) - Method in class kieker.analysis.generic.sink.graph.blueprints.BlueprintsTransformerStage
 
execute(IGraph<N, E>) - Method in class kieker.analysis.generic.sink.graph.dot.DotWriterStage
 
execute(IGraph<N, E>) - Method in class kieker.analysis.generic.sink.graph.graphml.GraphMLTransformationStage
 
execute(IGraph<N, E>) - Method in class kieker.analysis.util.debug.GraphPrinterStage
 
execute(Table<R, T>) - Method in class kieker.analysis.generic.sink.SingleFileTableCsvSink
 
execute(Table<R, T>) - Method in class kieker.analysis.generic.sink.TableCsvSink
 
execute(OperationExecutionRecord) - Method in class kieker.analysis.architecture.trace.execution.ExecutionRecordTransformationStage
This method represents the input port, processing incoming operation execution records.
execute(OperationExecutionRecord) - Method in class kieker.analysis.generic.time.OperationExecutionRecordTimestampFilter
 
execute(IFlowRecord) - Method in class kieker.analysis.architecture.recovery.OperationAndCallGeneratorStage
 
execute(IFlowRecord) - Method in class kieker.analysis.architecture.recovery.OperationPresentInModelEventReleaseControlStage
 
execute(IFlowRecord) - Method in class kieker.analysis.architecture.trace.reconstruction.FlowRecordTraceReconstructionStage
 
execute(IFlowRecord) - Method in class kieker.analysis.behavior.CreateEntryLevelEventStage
 
execute(IMonitoringRecord) - Method in class kieker.analysis.architecture.trace.flow.ThreadEvent2TraceEventStage
 
execute(IMonitoringRecord) - Method in class kieker.analysis.architecture.trace.TraceIdFilter
 
execute(IMonitoringRecord) - Method in class kieker.analysis.code.ProduceBeforeAndAfterEventsFromOperationCallsStage
 
execute(IMonitoringRecord) - Method in class kieker.analysis.generic.HandleMetadataRecordStage
 
execute(IMonitoringRecord) - Method in class kieker.analysis.generic.MonitoringThroughputStage
 
execute(IMonitoringRecord) - Method in class kieker.analysis.generic.RealtimeRecordDelayConsumer
 
execute(IMonitoringRecord) - Method in class kieker.analysis.generic.RewriteBeforeAndAfterEventsStage
 
execute(IMonitoringRecord) - Method in class kieker.analysis.generic.sink.DataSink
 
execute(IMonitoringRecord) - Method in class kieker.analysis.generic.time.RecordCurrentTimeEventGenerationFilter
Evaluates the given timestamp internal current time which may lead to newly generated events via currentTimeRecordOutputPort.
execute(IMonitoringRecord) - Method in class kieker.analysis.util.stage.BeginEndOfMonitoringDetector
 
execute(Trace) - Method in class kieker.analysis.architecture.recovery.CallExtractorStage
 
execute(Trace) - Method in class kieker.analysis.architecture.trace.aggregation.AggregatedTraceCreatorStage
 
execute(Trace) - Method in class kieker.analysis.architecture.trace.graph.TraceToGraphTransformerStage
 
execute(Trace) - Method in class kieker.analysis.architecture.trace.reconstruction.TraceStatisticsDecoratorStage
 
execute(Trace) - Method in class kieker.analysis.util.debug.hotspotdetection.HotspotDetectionStage
 
execute(Execution) - Method in class kieker.analysis.architecture.trace.reconstruction.TraceReconstructionStage
 
execute(ExecutionTrace) - Method in class kieker.analysis.architecture.trace.execution.TraceEquivalenceClassFilter
This method represents the input port of this filter, processing incoming execution traces.
execute(ExecutionTrace) - Method in class kieker.analysis.architecture.trace.SessionReconstructionFilter
Processes an incoming execution.
execute(ExecutionTrace) - Method in class kieker.analysis.architecture.trace.sink.ExecutionTraceWriterFilter
 
execute(InvalidExecutionTrace) - Method in class kieker.analysis.architecture.trace.sink.InvalidExecutionTraceWriterSink
 
execute(MessageTrace) - Method in class kieker.analysis.architecture.trace.sink.MessageTraceWriterFilter
 
execute(MessageTrace) - Method in class kieker.analysis.plugin.trace.AbstractMessageTraceProcessingFilter
Deprecated.
 
execute(MessageTrace) - Method in class kieker.visualization.trace.call.tree.AbstractAggregatedCallTreeFilter
 
execute(MessageTrace) - Method in class kieker.visualization.trace.call.tree.TraceCallTreeFilter
 
execute(MessageTrace) - Method in class kieker.visualization.trace.dependency.graph.ComponentDependencyGraphAllocationFilter
execute(MessageTrace) - Method in class kieker.visualization.trace.dependency.graph.ComponentDependencyGraphAssemblyFilter
execute(MessageTrace) - Method in class kieker.visualization.trace.dependency.graph.ContainerDependencyGraphFilter
execute(MessageTrace) - Method in class kieker.visualization.trace.dependency.graph.OperationDependencyGraphAllocationFilter
 
execute(MessageTrace) - Method in class kieker.visualization.trace.dependency.graph.OperationDependencyGraphAssemblyFilter
 
execute(MessageTrace) - Method in class kieker.visualization.trace.SequenceDiagramFilter
 
execute(AbstractGraph<?, ?, ?>) - Method in class kieker.visualization.trace.GraphWriterPlugin
Formats a given graph and saves the generated specification to disk.
execute(GraphmlType) - Method in class kieker.analysis.generic.sink.graph.graphml.JAXBElementWrapperStage
 
execute(T) - Method in class kieker.analysis.architecture.recovery.ModelAssemblerStage
 
execute(T) - Method in class kieker.analysis.architecture.TriggerToModelSnapshotStage
 
execute(T) - Method in class kieker.analysis.generic.clustering.ClusterMedoidFilesSink
 
execute(T) - Method in class kieker.analysis.generic.CountEventsStage
 
execute(T) - Method in class kieker.analysis.generic.CountingStage
This method represents the input port of this filter.
execute(T) - Method in class kieker.analysis.generic.sink.YamlSink
 
execute(T) - Method in class kieker.analysis.generic.time.AbstractCurrentTimeEventGenerationFilter
This method represents the input port for new records or raw timestamps.
execute(T) - Method in class kieker.analysis.generic.time.AbstractTimestampFilter
 
execute(T) - Method in class kieker.analysis.statistics.StatisticsDecoratorStage
 
execute(T) - Method in class kieker.analysis.util.debug.DebugStage
 
execute(T) - Method in class kieker.analysis.util.debug.InspectStage
 
execute(T) - Method in class kieker.analysis.util.debug.ListCollectionFilter
This method represents the input port.
execute(T) - Method in class kieker.analysis.util.stage.FilterStage
 
execute(T[]) - Method in class kieker.analysis.generic.ArrayElementStage
 
Execution - Class in kieker.model.system.model
This class represents an execution of an operation of an allocated component.
Execution - Class in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 moved to kieker-model
Execution(Operation, AllocationComponent, long, int, int, long, long, boolean) - Constructor for class kieker.model.system.model.Execution
Creates a new Execution instance.
Execution(Operation, AllocationComponent, long, String, int, int, long, long, boolean) - Constructor for class kieker.model.system.model.Execution
Creates a new Execution instance.
Execution(Operation, AllocationComponent, long, int, int, long, long, boolean) - Constructor for class kieker.tools.trace.analysis.systemModel.Execution
Deprecated.
Creates a new Execution instance.
Execution(Operation, AllocationComponent, long, String, int, int, long, long, boolean) - Constructor for class kieker.tools.trace.analysis.systemModel.Execution
Deprecated.
Creates a new Execution instance.
EXECUTION_MODEL - Static variable in class kieker.analysis.architecture.repository.ArchitectureModelUtils
 
EXECUTION_MODEL - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The meta object id for the 'Model' class.
EXECUTION_MODEL - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage.Literals
The meta object literal for the 'Model' class.
EXECUTION_MODEL__INVOCATIONS - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The feature id for the 'Invocations' map.
EXECUTION_MODEL__INVOCATIONS - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage.Literals
The meta object literal for the 'Invocations' map feature.
EXECUTION_MODEL__OPERATION_DATAFLOWS - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The feature id for the 'Operation Dataflows' map.
EXECUTION_MODEL__OPERATION_DATAFLOWS - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage.Literals
The meta object literal for the 'Operation Dataflows' map feature.
EXECUTION_MODEL__STORAGE_DATAFLOWS - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The feature id for the 'Storage Dataflows' map.
EXECUTION_MODEL__STORAGE_DATAFLOWS - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage.Literals
The meta object literal for the 'Storage Dataflows' map feature.
EXECUTION_MODEL_DESCRIPTOR - Static variable in class kieker.analysis.architecture.repository.ArchitectureModelRepositoryFactory
Model descriptor for the execution model.
EXECUTION_MODEL_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The number of structural features of the 'Model' class.
EXECUTION_MODEL_NAME - Static variable in class kieker.analysis.architecture.repository.ArchitectureModelRepositoryFactory
Standard execution model file name.
EXECUTION_MODEL_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The number of operations of the 'Model' class.
ExecutionAdapterFactory - Class in kieker.model.analysismodel.execution.util
The Adapter Factory for the model.
ExecutionAdapterFactory() - Constructor for class kieker.model.analysismodel.execution.util.ExecutionAdapterFactory
Creates an instance of the adapter factory.
ExecutionContainer - Class in kieker.model.system.model
 
ExecutionContainer - Class in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 moved to kieker-model
ExecutionContainer(int, ExecutionContainer, String) - Constructor for class kieker.model.system.model.ExecutionContainer
Creates a new instance of this class using the given parameters.
ExecutionContainer(int, ExecutionContainer, String) - Constructor for class kieker.tools.trace.analysis.systemModel.ExecutionContainer
Deprecated.
Creates a new instance of this class using the given parameters.
ExecutionEnvironmentRepository - Class in kieker.model.repository
 
ExecutionEnvironmentRepository - Class in kieker.tools.trace.analysis.systemModel.repository
 
ExecutionEnvironmentRepository(SystemModelRepository) - Constructor for class kieker.model.repository.ExecutionEnvironmentRepository
Creates a new instance of this class using the given parameters.
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.analysis.architecture.trace.execution
 
ExecutionEventProcessingException(String) - Constructor for exception kieker.analysis.architecture.trace.execution.ExecutionEventProcessingException
Creates a new instance of this class using the given parameters.
ExecutionEventProcessingException(String, Throwable) - Constructor for exception kieker.analysis.architecture.trace.execution.ExecutionEventProcessingException
Creates a new instance of this class using the given parameters.
ExecutionFactory - Interface in kieker.model.analysismodel.execution
The Factory for the model.
ExecutionFactoryImpl - Class in kieker.model.analysismodel.execution.impl
An implementation of the model Factory.
ExecutionFactoryImpl() - Constructor for class kieker.model.analysismodel.execution.impl.ExecutionFactoryImpl
Creates an instance of the factory.
executionModel - Variable in class kieker.analysis.architecture.dependency.AbstractDependencyGraphBuilder
 
ExecutionModel - Interface in kieker.model.analysismodel.execution
A representation of the model object 'Model'.
ExecutionModelDataflowAssemblerStage - Class in kieker.analysis.architecture.recovery.storage
Create execution model dataflow entries.
ExecutionModelDataflowAssemblerStage(ExecutionModel, DeploymentModel, SourceModel, String) - Constructor for class kieker.analysis.architecture.recovery.storage.ExecutionModelDataflowAssemblerStage
 
ExecutionModelImpl - Class in kieker.model.analysismodel.execution.impl
An implementation of the model object 'Model'.
ExecutionModelImpl() - Constructor for class kieker.model.analysismodel.execution.impl.ExecutionModelImpl
ExecutionPackage - Interface in kieker.model.analysismodel.execution
The Package for the model.
ExecutionPackage.Literals - Interface in kieker.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.model.analysismodel.execution.impl
An implementation of the model Package.
ExecutionRecordTransformationFilter - Class in kieker.tools.trace.analysis.filter.executionRecordTransformation
Deprecated.
1.15 ported to teetime
ExecutionRecordTransformationFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.executionRecordTransformation.ExecutionRecordTransformationFilter
Deprecated.
Creates a new instance of this class using the given parameters.
ExecutionRecordTransformationStage - Class in kieker.analysis.architecture.trace.execution
Transforms OperationExecutionRecords into Execution objects.
This class has exactly one input port and one output port.
ExecutionRecordTransformationStage(SystemModelRepository) - Constructor for class kieker.analysis.architecture.trace.execution.ExecutionRecordTransformationStage
Creates a new instance of this class using the given parameters.
ExecutionSwitch<T> - Class in kieker.model.analysismodel.execution.util
The Switch for the model's inheritance hierarchy.
ExecutionSwitch() - Constructor for class kieker.model.analysismodel.execution.util.ExecutionSwitch
Creates an instance of the switch.
ExecutionTrace - Class in kieker.model.system.model
This class is a container for a whole trace of executions (represented as instances of Execution).
ExecutionTrace - Class in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 moved to kieker-model
ExecutionTrace(long) - Constructor for class kieker.model.system.model.ExecutionTrace
Creates a new instance of this class using the given parameters.
ExecutionTrace(long) - Constructor for class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Deprecated.
Creates a new instance of this class using the given parameters.
ExecutionTrace(long, String) - Constructor for class kieker.model.system.model.ExecutionTrace
Creates a new instance of this class using the given parameters.
ExecutionTrace(long, String) - Constructor for class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Deprecated.
Creates a new instance of this class using the given parameters.
ExecutionTraceBasedSession - Class in kieker.model.system.model
Specialized sub-class for sessions which are derived from execution traces (see ExecutionTrace).
ExecutionTraceBasedSession - Class in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 moved to kieker-model
ExecutionTraceBasedSession(String) - Constructor for class kieker.model.system.model.ExecutionTraceBasedSession
Creates a new execution trace-based session with the given session ID.
ExecutionTraceBasedSession(String) - Constructor for class kieker.tools.trace.analysis.systemModel.ExecutionTraceBasedSession
Deprecated.
Creates a new execution trace-based session with the given session ID.
ExecutionTraceWriterFilter - Class in kieker.analysis.architecture.trace.sink
This class has exactly one input port named "in".
ExecutionTraceWriterFilter - Class in kieker.tools.trace.analysis.filter.traceWriter
Deprecated.
1.15 ported to teetime
ExecutionTraceWriterFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.traceWriter.ExecutionTraceWriterFilter
Deprecated.
Creates a new instance of this class using the given parameters.
ExecutionTraceWriterFilter(SystemModelRepository, File) - Constructor for class kieker.analysis.architecture.trace.sink.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.ConfigurationConstants
 
EXPERIMENT_ID - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
exponent - Variable in class kieker.model.analysismodel.statistics.impl.ComposedUnitImpl
The cached value of the 'Exponent' attribute.
EXPONENT_EDEFAULT - Static variable in class kieker.model.analysismodel.statistics.impl.ComposedUnitImpl
The default value of the 'Exponent' attribute.
exportConfiguration - Variable in class kieker.analysis.generic.sink.graph.dot.DotWriterStage
 
extension - Variable in class kieker.monitoring.writer.filesystem.AbstractLogStreamHandler
 
extract(ComponentType) - Method in interface kieker.analysis.architecture.recovery.signature.IComponentSignatureExtractor
 
extract(ComponentType) - Method in class kieker.analysis.architecture.recovery.signature.JavaComponentSignatureExtractor
 
extract(OperationType) - Method in interface kieker.analysis.architecture.recovery.signature.IOperationSignatureExtractor
 
extract(OperationType) - Method in class kieker.analysis.architecture.recovery.signature.JavaOperationSignatureExtractor
 
extract(StorageType) - Method in interface kieker.analysis.architecture.recovery.signature.IStorageSignatureExtractor
Extract information from the signature to set all other parameter of a storage type.
ExtractDBScanClustersStage<T> - Class in kieker.analysis.generic.clustering
The algorithm extracts clusters, which are equivalent to DBScan clusters from the OPTICS plot.
ExtractDBScanClustersStage(double) - Constructor for class kieker.analysis.generic.clustering.ExtractDBScanClustersStage
 

F

failed - Variable in class kieker.model.analysismodel.trace.impl.OperationCallImpl
The cached value of the 'Failed' attribute.
FAILED - kieker.analysis.AnalysisController.STATE
Deprecated.
The analysis failed.
FAILED - kieker.analysis.plugin.IPlugin.STATE
Deprecated.
The plugin has been terminated with error.
FAILED_CAUSE_EDEFAULT - Static variable in class kieker.model.analysismodel.trace.impl.OperationCallImpl
The default value of the 'Failed Cause' attribute.
FAILED_EDEFAULT - Static variable in class kieker.model.analysismodel.trace.impl.OperationCallImpl
The default value of the 'Failed' attribute.
failedCause - Variable in class kieker.model.analysismodel.trace.impl.OperationCallImpl
The cached value of the 'Failed Cause' attribute.
FAILING - kieker.analysis.plugin.IPlugin.STATE
Deprecated.
The plugin has been notified to terminate with error.
FAILURE - kieker.analysis.plugin.reader.newio.Outcome
Deprecated.
Denotes that the operation has failed.
FEMTO - kieker.model.analysismodel.statistics.EPrefix
The 'Femto' literal object.
FEMTO_VALUE - Static variable in enum kieker.model.analysismodel.statistics.EPrefix
The 'Femto' literal value.
FIFO - kieker.analysis.util.stage.trigger.ForwardOnTriggerStage.SendStrategy
 
FIFTEEN_MIN_LOAD_AVERAGE - Static variable in class kieker.common.record.system.LoadAverageRecord
 
FILE_MODE - kieker.analysis.generic.EModuleMode
 
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.
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.ConvertLegacyValuesUtils
JCommander and modern service infrastructure passes file properties as files, but old filters expect them as strings.
FileNameLabelMapper - Class in kieker.analysis.generic
 
FileNameLabelMapper() - Constructor for class kieker.analysis.generic.FileNameLabelMapper
 
FileOperationEntry - Class in kieker.analysis.code.data
 
FileOperationEntry() - Constructor for class kieker.analysis.code.data.FileOperationEntry
 
FileOperationEntry(String, String) - Constructor for class kieker.analysis.code.data.FileOperationEntry
 
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.
FILLCOLOR - kieker.analysis.generic.sink.graph.dot.attributes.DotClusterAttribute
 
FILLCOLOR - kieker.analysis.generic.sink.graph.dot.attributes.DotNodeAttribute
 
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.analysis.util.stage
This stage filters incoming objects and forwards only those which meet the given predicate.
FilterStage(Predicate<T>) - Constructor for class kieker.analysis.util.stage.FilterStage
 
findAggregatedInvocation4OperationCall(ExecutionModel) - Static method in class kieker.analysis.architecture.recovery.ModelObjectFromOperationCallAccessorUtils
Get corresponding aggregated invocation from the execution model for a given OperationCall.
findAggregatedInvocation4OperationTuple(ExecutionModel) - Static method in class kieker.analysis.architecture.recovery.ModelObjectFromOperationCallAccessorUtils
Get corresponding aggregated invocation from the execution model for a given OperationCall.
findDecompressionFilterByExtension(String) - Static method in class kieker.analysis.util.FSReaderUtil
 
findEdge(String) - Method in interface kieker.analysis.generic.graph.IGraph
Find an edge by its id.
findEdge(String) - Method in class kieker.analysis.generic.graph.impl.GraphImpl
 
findEventDeserializer(String) - Static method in class kieker.analysis.util.FSReaderUtil
 
findIndexNumber(AssemblyComponent) - Static method in class kieker.analysis.util.FullyQualifiedNamesFactory
 
findIndexNumber(DeployedComponent) - Static method in class kieker.analysis.util.FullyQualifiedNamesFactory
 
findInputPort(MIFilter, String) - Static method in class kieker.analysis.stage.model.MetaModelHandler
Deprecated.
Searches for an input port within the given plugin with the given name.
findMapDeserializer(String) - Static method in class kieker.analysis.util.FSReaderUtil
 
findNode(String) - Method in interface kieker.analysis.generic.graph.IGraph
Find a node by its id.
findNode(String) - Method in class kieker.analysis.generic.graph.impl.GraphImpl
 
findOutputPort(MIPlugin, String) - Static method in class kieker.analysis.stage.model.MetaModelHandler
Deprecated.
Searches for an output port within the given plugin with the given name.
finish() - Method in class kieker.analysis.generic.sink.graph.dot.DotGraphWriter
 
first - Variable in class kieker.model.analysismodel.execution.impl.TupleImpl
The cached value of the 'First' reference.
firstTimestamp - Variable in class kieker.analysis.generic.time.AbstractCurrentTimeEventGenerationFilter
Timestamp of the record that was received first.
FIVE_MIN_LOAD_AVERAGE - Static variable in class kieker.common.record.system.LoadAverageRecord
 
FlatGraphTraverser<N extends INode,​E extends IEdge> - Class in kieker.analysis.generic.graph.traversal
 
FlatGraphTraverser() - Constructor for class kieker.analysis.generic.graph.traversal.FlatGraphTraverser
 
FlatGraphTraverser(List<INodeVisitor<N>>, List<IEdgeVisitor<E>>) - Constructor for class kieker.analysis.generic.graph.traversal.FlatGraphTraverser
 
FlatGraphTraverser(INodeVisitor<N>, IEdgeVisitor<E>) - Constructor for class kieker.analysis.generic.graph.traversal.FlatGraphTraverser
 
flatten() - Method in class kieker.common.configuration.Configuration
Flattens the Properties hierarchies and returns a new Configuration object.
flatten(MutableNetwork<N, E>) - Method in interface kieker.analysis.generic.graph.flattening.IGraphFlattener
 
flatten(MutableNetwork<N, E>) - Method in class kieker.analysis.generic.graph.flattening.TopLevelFlattener
 
flatten(Configuration) - 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 - org.graphdrawing.graphml.KeyTypeType
 
FLOAT_MEASUREMENT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The meta object id for the 'Float Measurement' class.
FLOAT_MEASUREMENT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Float Measurement' class.
FLOAT_MEASUREMENT__TIMESTAMP - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Timestamp' attribute.
FLOAT_MEASUREMENT__UNIT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Unit' reference.
FLOAT_MEASUREMENT__VALUE - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Value' attribute.
FLOAT_MEASUREMENT__VALUE - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Value' attribute feature.
FLOAT_MEASUREMENT_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The number of structural features of the 'Float Measurement' class.
FLOAT_MEASUREMENT_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The number of operations of the 'Float Measurement' class.
FloatMeasurement - Interface in kieker.model.analysismodel.statistics
A representation of the model object 'Float Measurement'.
FloatMeasurementImpl - Class in kieker.model.analysismodel.statistics.impl
An implementation of the model object 'Float Measurement'.
FloatMeasurementImpl() - Constructor for class kieker.model.analysismodel.statistics.impl.FloatMeasurementImpl
FloatValue - Interface in kieker.model.analysismodel.statistics
A representation of the model object 'Float Value'.
FlowRecordTraceReconstructionStage - Class in kieker.analysis.architecture.trace.reconstruction
Reconstruct traces based on the incoming instances of IFlowRecord.
FlowRecordTraceReconstructionStage(DeploymentModel, TemporalUnit) - Constructor for class kieker.analysis.architecture.trace.reconstruction.FlowRecordTraceReconstructionStage
 
FlowTraceEventMatcher - Class in kieker.analysis.architecture.trace.flow
Control event matcher for flow events, controlled by OperationEvents.
FlowTraceEventMatcher() - Constructor for class kieker.analysis.architecture.trace.flow.FlowTraceEventMatcher
 
flush() - Method in class kieker.analysis.generic.sink.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.analysis.util.RunningMedian
 
forInteger() - Static method in class kieker.analysis.util.RunningMedian
 
forJava() - Static method in class kieker.analysis.architecture.recovery.signature.SignatureExtractor
 
forJavaFull() - Static method in class kieker.analysis.architecture.recovery.signature.NameBuilder
 
forJavaShort() - Static method in class kieker.analysis.architecture.recovery.signature.NameBuilder
 
forJavaShortOperations() - Static method in class kieker.analysis.architecture.recovery.signature.NameBuilder
 
forLong() - Static method in class kieker.analysis.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
Deprecated.
The inheriting classes should implement this method to encapsulate the concrete graph formatting.
formatDependencyGraph(G, boolean, boolean, boolean) - Method in class kieker.visualization.trace.dependency.graph.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
Deprecated.
 
formatDependencyGraph(ComponentAssemblyDependencyGraph, boolean, boolean, boolean) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ComponentAssemblyDependencyGraphFormatter
Deprecated.
 
formatDependencyGraph(ContainerDependencyGraph, boolean, boolean, boolean) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ContainerDependencyGraphFormatter
Deprecated.
 
formatDependencyGraph(OperationAllocationDependencyGraph, boolean, boolean, boolean) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationAllocationDependencyGraphFormatter
Deprecated.
 
formatDependencyGraph(OperationAssemblyDependencyGraph, boolean, boolean, boolean) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationAssemblyDependencyGraphFormatter
Deprecated.
 
formatDependencyGraph(ComponentAllocationDependencyGraph, boolean, boolean, boolean) - Method in class kieker.visualization.trace.dependency.graph.ComponentAllocationDependencyGraphFormatter
 
formatDependencyGraph(ComponentAssemblyDependencyGraph, boolean, boolean, boolean) - Method in class kieker.visualization.trace.dependency.graph.ComponentAssemblyDependencyGraphFormatter
 
formatDependencyGraph(ContainerDependencyGraph, boolean, boolean, boolean) - Method in class kieker.visualization.trace.dependency.graph.ContainerDependencyGraphFormatter
 
formatDependencyGraph(OperationAllocationDependencyGraph, boolean, boolean, boolean) - Method in class kieker.visualization.trace.dependency.graph.OperationAllocationDependencyGraphFormatter
 
formatDependencyGraph(OperationAssemblyDependencyGraph, boolean, boolean, boolean) - Method in class kieker.visualization.trace.dependency.graph.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
Deprecated.
 
formatGraph(G, boolean, boolean, boolean) - Method in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFormatter
 
FormatIdentifier - Enum in kieker.common.util.dataformat
Format identifiers used by Kieker.
ForwardOnTriggerStage<T> - Class in kieker.analysis.util.stage.trigger
Stage that queues all incoming elements and forwards them when receiving Trigger.
ForwardOnTriggerStage() - Constructor for class kieker.analysis.util.stage.trigger.ForwardOnTriggerStage
 
ForwardOnTriggerStage(ForwardOnTriggerStage.SendStrategy) - Constructor for class kieker.analysis.util.stage.trigger.ForwardOnTriggerStage
 
ForwardOnTriggerStage.SendStrategy - Enum in kieker.analysis.util.stage.trigger
 
FREE - org.graphdrawing.graphml.GraphEdgeidsType
 
FREE - org.graphdrawing.graphml.GraphNodeidsType
 
FREE - org.graphdrawing.graphml.GraphOrderType
 
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
 
FSReader - Class in kieker.analysis.plugin.reader.filesystem
Deprecated.
1.15 replaced by teetime log reading facilities
FSReader(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.reader.filesystem.FSReader
Deprecated.
Creates a new instance of this class using the given parameters.
FSReaderUtil - Class in kieker.analysis.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
Deprecated.
1.15 replaced by teetime log reading facilities
FSZipReader(File, IMonitoringRecordReceiver, boolean) - Constructor for class kieker.analysis.plugin.reader.filesystem.FSZipReader
Deprecated.
Creates a new instance of this class.
FullOperationStartData - Class in kieker.monitoring.probe
 
FullOperationStartData - Class in kieker.monitoring.probe.utilities
Stores the *full* data of an operation start, to later on produce an execution record
FullOperationStartData(boolean, long, long, int, int, String) - Constructor for class kieker.monitoring.probe.FullOperationStartData
 
FullOperationStartData(boolean, long, long, int, int, String) - Constructor for class kieker.monitoring.probe.utilities.FullOperationStartData
 
FullResponseTimeStatisticsStage - Class in kieker.analysis.statistics
 
FullResponseTimeStatisticsStage(StatisticsModel, Function<DeployedOperationCallEvent, EObject>) - Constructor for class kieker.analysis.statistics.FullResponseTimeStatisticsStage
 
FullStatisticsDecoratorStage<T> - Class in kieker.analysis.statistics
 
FullStatisticsDecoratorStage(StatisticsModel, String, Function<T, Long>, Function<T, EObject>) - Constructor for class kieker.analysis.statistics.FullStatisticsDecoratorStage
 
FullyQualifiedNamesFactory - Class in kieker.analysis.util
Create fully qualified names for architecture model elements.
FunctionNameValueConverter - Class in kieker.analysis.generic
In Fortran the compiler might suffix function names in the object file with an _.
FunctionNameValueConverter(boolean, int) - Constructor for class kieker.analysis.generic.FunctionNameValueConverter
 
FunctionStage<I,​O> - Class in kieker.analysis.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.analysis.util.stage.FunctionStage
 

G

GC_NAME - Static variable in class kieker.common.record.jvm.GCRecord
default constants.
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.
GenericElementEvent - Class in kieker.analysis.architecture.recovery.events
Abstract event type for operation and storage events.
GenericElementEvent(String, String) - Constructor for class kieker.analysis.architecture.recovery.events.GenericElementEvent
 
GenericEntryCallAcceptanceMatcher - Class in kieker.analysis.behavior.acceptance.matcher
Allows to match operation and class signatures regarding a set of patterns to decide whether they belong to the user behavior.
GenericEntryCallAcceptanceMatcher(List<Pattern>, List<Pattern>, EAcceptanceMode) - Constructor for class kieker.analysis.behavior.acceptance.matcher.GenericEntryCallAcceptanceMatcher
 
get(int) - Method in interface kieker.analysis.generic.clustering.mtree.DistanceFunctionFactory.IEuclideanCoordinate
A method to access the index-th component of the coordinate.
get(int) - Method in class kieker.analysis.generic.clustering.mtree.utils.Pair
Accesses an object by its index.
get(int) - Static method in enum kieker.model.analysismodel.execution.EDirection
Returns the 'EDirection' literal with the specified integer value.
get(int) - Static method in enum kieker.model.analysismodel.statistics.EPrefix
Returns the 'EPrefix' literal with the specified integer value.
get(int) - Static method in enum kieker.model.analysismodel.statistics.ESIUnitType
Returns the 'ESI Unit Type' literal with the specified integer value.
get(long) - Method in class kieker.common.registry.reader.ReaderRegistry
Get registry entry matching the key.
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.analysis.plugin.filter.forward.util.KiekerHashMap
Deprecated.
 
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
Obtains a record factory instance fo the given record class name.
get(String) - Static method in enum kieker.model.analysismodel.execution.EDirection
Returns the 'EDirection' literal with the specified literal value.
get(String) - Static method in enum kieker.model.analysismodel.statistics.EPrefix
Returns the 'EPrefix' literal with the specified literal value.
get(String) - Static method in enum kieker.model.analysismodel.statistics.ESIUnitType
Returns the 'ESI Unit Type' literal with the specified literal value.
get(K) - Method in class kieker.analysis.util.emf.EReferenceIndex
 
getAggregatedTrace() - Method in class kieker.analysis.architecture.trace.aggregation.AggregatedTraceWrapper
 
getAllDisplayNames() - Method in class kieker.analysis.plugin.AbstractPlugin
Deprecated.
Delivers an array containing all display names.
getAllDisplayNames() - Method in interface kieker.analysis.plugin.IPlugin
Deprecated.
Delivers an array containing all display names.
getAllInputPortNames() - Method in class kieker.analysis.plugin.AbstractPlugin
Deprecated.
Delivers an array containing all input port names.
getAllInputPortNames() - Method in interface kieker.analysis.plugin.IPlugin
Deprecated.
Delivers an array containing all input port names.
getAllocationComponent() - Method in class kieker.model.system.model.Execution
 
getAllocationComponent() - Method in class kieker.model.system.model.util.AllocationComponentOperationPair
 
getAllocationComponent() - Method in class kieker.tools.trace.analysis.systemModel.Execution
Deprecated.
 
getAllocationComponent() - Method in class kieker.tools.trace.analysis.systemModel.util.AllocationComponentOperationPair
 
getAllocationComponentInstances() - Method in class kieker.model.repository.AllocationRepository
 
getAllocationComponentInstances() - Method in class kieker.tools.trace.analysis.systemModel.repository.AllocationRepository
 
getAllocationFactory() - Method in class kieker.model.repository.SystemModelRepository
Deprecated.
 
getAllocationFactory() - Method in class kieker.tools.trace.analysis.systemModel.repository.SystemModelRepository
Deprecated.
 
getAllocationPairFactory() - Method in class kieker.model.repository.SystemModelRepository
Deprecated.
 
getAllocationPairFactory() - Method in class kieker.tools.trace.analysis.systemModel.repository.SystemModelRepository
Deprecated.
 
getAllOutputPortNames() - Method in class kieker.analysis.plugin.AbstractPlugin
Deprecated.
Delivers an array containing all output port names.
getAllOutputPortNames() - Method in interface kieker.analysis.plugin.IPlugin
Deprecated.
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
Deprecated.
Delivers an array containing all repository port names.
getAllRepositoryPortNames() - Method in interface kieker.analysis.plugin.IPlugin
Deprecated.
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.model.analysismodel.AnalysismodelPackage
Returns the factory that creates the instances of the model.
getAnalysismodelFactory() - Method in class kieker.model.analysismodel.impl.AnalysismodelPackageImpl
getAnalysismodelPackage() - Method in interface kieker.model.analysismodel.AnalysismodelFactory
Returns the package supported by this factory.
getAnalysismodelPackage() - Method in class kieker.model.analysismodel.impl.AnalysismodelFactoryImpl
getAndIncrementNextId() - Method in class kieker.model.repository.AbstractRepository
This method delivers the next ID and increments the ID counter atomically.
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.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for class 'Component'.
getAssemblyComponent() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyPackageImpl
getAssemblyComponent() - Method in interface kieker.model.analysismodel.deployment.DeployedComponent
Returns the value of the 'Assembly Component' reference.
getAssemblyComponent() - Method in class kieker.model.analysismodel.deployment.impl.DeployedComponentImpl
getAssemblyComponent() - Method in class kieker.model.system.model.AllocationComponent
 
getAssemblyComponent() - Method in class kieker.model.system.model.util.AssemblyComponentOperationPair
 
getAssemblyComponent() - Method in class kieker.tools.trace.analysis.systemModel.AllocationComponent
Deprecated.
 
getAssemblyComponent() - Method in class kieker.tools.trace.analysis.systemModel.util.AssemblyComponentOperationPair
 
getAssemblyComponent_ComponentType() - Method in interface kieker.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for the reference 'Component Type'.
getAssemblyComponent_ComponentType() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyPackageImpl
getAssemblyComponent_ContainedComponents() - Method in interface kieker.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for the reference list 'Contained Components'.
getAssemblyComponent_ContainedComponents() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyPackageImpl
getAssemblyComponent_Operations() - Method in interface kieker.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for the map 'Operations'.
getAssemblyComponent_Operations() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyPackageImpl
getAssemblyComponent_ProvidedInterfaces() - Method in interface kieker.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for the map 'Provided Interfaces'.
getAssemblyComponent_ProvidedInterfaces() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyPackageImpl
getAssemblyComponent_RequiredInterfaces() - Method in interface kieker.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for the containment reference list 'Required Interfaces'.
getAssemblyComponent_RequiredInterfaces() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyPackageImpl
getAssemblyComponent_Signature() - Method in interface kieker.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for the attribute 'Signature'.
getAssemblyComponent_Signature() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyPackageImpl
getAssemblyComponent_Storages() - Method in interface kieker.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for the map 'Storages'.
getAssemblyComponent_Storages() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyPackageImpl
getAssemblyComponentInstances() - Method in class kieker.model.repository.AssemblyRepository
Delivers all available assembly component instances.
getAssemblyComponentInstances() - Method in class kieker.tools.trace.analysis.systemModel.repository.AssemblyRepository
Delivers all available assembly component instances.
getAssemblyFactory() - Method in interface kieker.model.analysismodel.assembly.AssemblyPackage
Returns the factory that creates the instances of the model.
getAssemblyFactory() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyPackageImpl
getAssemblyFactory() - Method in class kieker.model.repository.SystemModelRepository
Deprecated.
 
getAssemblyFactory() - Method in class kieker.tools.trace.analysis.systemModel.repository.SystemModelRepository
Deprecated.
 
getAssemblyModel() - Method in class kieker.analysis.architecture.recovery.StaticModelsAssemblerStage
 
getAssemblyModel() - Method in interface kieker.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for class 'Model'.
getAssemblyModel() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyPackageImpl
getAssemblyModel_Components() - Method in interface kieker.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for the map 'Components'.
getAssemblyModel_Components() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyPackageImpl
getAssemblyOperation() - Method in interface kieker.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for class 'Operation'.
getAssemblyOperation() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyPackageImpl
getAssemblyOperation() - Method in interface kieker.model.analysismodel.deployment.DeployedOperation
Returns the value of the 'Assembly Operation' reference.
getAssemblyOperation() - Method in class kieker.model.analysismodel.deployment.impl.DeployedOperationImpl
getAssemblyOperation__GetComponent() - Method in interface kieker.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for the 'Get Component' operation.
getAssemblyOperation__GetComponent() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyPackageImpl
getAssemblyOperation_OperationType() - Method in interface kieker.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for the reference 'Operation Type'.
getAssemblyOperation_OperationType() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyPackageImpl
getAssemblyPackage() - Method in interface kieker.model.analysismodel.assembly.AssemblyFactory
Returns the package supported by this factory.
getAssemblyPackage() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyFactoryImpl
getAssemblyPairFactory() - Method in class kieker.model.repository.SystemModelRepository
Deprecated.
 
getAssemblyPairFactory() - Method in class kieker.tools.trace.analysis.systemModel.repository.SystemModelRepository
Deprecated.
 
getAssemblyProvidedInterface() - Method in interface kieker.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for class 'Provided Interface'.
getAssemblyProvidedInterface() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyPackageImpl
getAssemblyProvidedInterface_ProvidedInterfaceType() - Method in interface kieker.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for the reference 'Provided Interface Type'.
getAssemblyProvidedInterface_ProvidedInterfaceType() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyPackageImpl
getAssemblyRequiredInterface() - Method in interface kieker.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for class 'Required Interface'.
getAssemblyRequiredInterface() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyPackageImpl
getAssemblyRequiredInterface_RequiredInterfaceType() - Method in interface kieker.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for the reference 'Required Interface Type'.
getAssemblyRequiredInterface_RequiredInterfaceType() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyPackageImpl
getAssemblyRequiredInterface_Requires() - Method in interface kieker.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for the reference 'Requires'.
getAssemblyRequiredInterface_Requires() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyPackageImpl
getAssemblyStorage() - Method in interface kieker.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for class 'Storage'.
getAssemblyStorage() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyPackageImpl
getAssemblyStorage() - Method in interface kieker.model.analysismodel.deployment.DeployedStorage
Returns the value of the 'Assembly Storage' reference.
getAssemblyStorage() - Method in class kieker.model.analysismodel.deployment.impl.DeployedStorageImpl
getAssemblyStorage__GetComponent() - Method in interface kieker.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for the 'Get Component' operation.
getAssemblyStorage__GetComponent() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyPackageImpl
getAssemblyStorage_StorageType() - Method in interface kieker.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for the reference 'Storage Type'.
getAssemblyStorage_StorageType() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyPackageImpl
getAssumedIncomingDependencies() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
Deprecated.
 
getAssumedIncomingDependencies() - Method in class kieker.visualization.trace.dependency.graph.DependencyGraphNode
 
getAssumedOutgoingDependencies() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
Deprecated.
 
getAssumedOutgoingDependencies() - Method in class kieker.visualization.trace.dependency.graph.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
Deprecated.
Returns the average response time (in ms) registered by this decoration.
getAverageResponseTime() - Method in class kieker.visualization.trace.dependency.graph.ResponseTimeDecoration
Returns the average response time (in ms) registered by this decoration.
getBaseInputPort() - Method in class kieker.analysis.generic.ControlledEventReleaseStage
 
getBegin() - Method in class kieker.analysis.util.timeseries.TimeSeries
Returns the first/earliest point of this time series, or if this time series is empty.
getBeginTimestamp() - Method in class kieker.analysis.util.stage.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
 
getBoolean() - Method in class kieker.extension.cassandra.CassandraValueDeserializer
 
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.
getBoundStatement(PreparedStatement) - Method in class kieker.extension.cassandra.writer.CassandraDb
Returns a BoundStatement from the given String.
getBranchID() - Method in class kieker.common.record.controlflow.BranchingRecord
 
getBranchingOutcome() - Method in class kieker.common.record.controlflow.BranchingRecord
 
getBuffer() - Method in class kieker.analysis.generic.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.model.analysismodel.execution.EDirection
Returns the 'EDirection' literal with the specified name.
getByName(String) - Static method in enum kieker.model.analysismodel.statistics.EPrefix
Returns the 'EPrefix' literal with the specified name.
getByName(String) - Static method in enum kieker.model.analysismodel.statistics.ESIUnitType
Returns the 'ESI Unit Type' 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
 
getByte() - Method in class kieker.extension.cassandra.CassandraValueDeserializer
 
getCall() - Method in class kieker.analysis.code.data.NotFoundEntry
 
getCallee() - Method in class kieker.analysis.architecture.recovery.events.CallEvent
 
getCallee() - Method in class kieker.analysis.code.data.CallerCalleeEntry
 
getCallee() - Method in class kieker.model.analysismodel.execution.impl.InvocationImpl
getCallee() - Method in class kieker.model.analysismodel.execution.impl.OperationDataflowImpl
getCallee() - Method in interface kieker.model.analysismodel.execution.Invocation
Returns the value of the 'Callee' reference.
getCallee() - Method in interface kieker.model.analysismodel.execution.OperationDataflow
Returns the value of the 'Callee' reference.
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
 
getCallees() - Method in class kieker.model.collection.impl.OperationCollectionImpl
getCallees() - Method in interface kieker.model.collection.OperationCollection
Returns the value of the 'Callees' map.
getCaller() - Method in class kieker.analysis.architecture.recovery.events.CallEvent
 
getCaller() - Method in class kieker.analysis.code.data.CallerCalleeEntry
 
getCaller() - Method in class kieker.model.analysismodel.execution.impl.InvocationImpl
getCaller() - Method in class kieker.model.analysismodel.execution.impl.OperationDataflowImpl
getCaller() - Method in interface kieker.model.analysismodel.execution.Invocation
Returns the value of the 'Caller' reference.
getCaller() - Method in interface kieker.model.analysismodel.execution.OperationDataflow
Returns the value of the 'Caller' reference.
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
 
getCallers() - Method in class kieker.model.collection.impl.OperationCollectionImpl
getCallers() - Method in interface kieker.model.collection.OperationCollection
Returns the value of the 'Callers' map.
getCallerTraceId() - Method in class kieker.common.record.flow.trace.BeforeReceivedRemoteEvent
 
getCallOutputPort() - Method in class kieker.analysis.architecture.recovery.OperationAndCallGeneratorStage
 
getCapacity() - Method in class kieker.analysis.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.generic.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
 
getChar() - Method in class kieker.extension.cassandra.CassandraValueDeserializer
 
getChildContainers() - Method in class kieker.model.system.model.ExecutionContainer
Delivers a collection containing the added child containers.
getChildContainers() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionContainer
Deprecated.
Delivers a collection containing the added child containers.
getChildEdges() - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeNode
Deprecated.
Delivers the child edges.
getChildEdges() - Method in class kieker.visualization.trace.call.tree.AbstractCallTreeNode
Delivers the child edges.
getChildGraph() - Method in class kieker.analysis.generic.graph.impl.NodeImpl
 
getChildGraph() - Method in interface kieker.analysis.generic.graph.INode
 
getChildren() - Method in class kieker.analysis.generic.clustering.mtree.nodes.AbstractNode
 
getChildren() - Method in class kieker.model.analysismodel.trace.impl.OperationCallImpl
getChildren() - Method in interface kieker.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
 
getClassSignature() - Method in class kieker.analysis.behavior.events.EntryCallEvent
 
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.analysis.generic.sink.graph.dot.DotExportMapper
 
getClusters() - Method in class kieker.analysis.generic.clustering.Clustering
 
getCode() - Method in class kieker.model.analysismodel.execution.impl.StorageDataflowImpl
getCode() - Method in interface kieker.model.analysismodel.execution.StorageDataflow
Returns the value of the 'Code' reference.
getCollectionCount() - Method in class kieker.common.record.jvm.GCRecord
 
getCollectionFactory() - Method in interface kieker.model.collection.CollectionPackage
Returns the factory that creates the instances of the model.
getCollectionFactory() - Method in class kieker.model.collection.impl.CollectionPackageImpl
getCollectionPackage() - Method in interface kieker.model.collection.CollectionFactory
Returns the package supported by this factory.
getCollectionPackage() - Method in class kieker.model.collection.impl.CollectionFactoryImpl
getCollectionTimeMS() - Method in class kieker.common.record.jvm.GCRecord
 
getCollisionColor() - Method in class kieker.tools.trace.analysis.repository.TraceColorRepository
Deprecated.
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
Deprecated.
Returns the color map stored in this repository.
getColumnValue(String[]) - Method in class kieker.analysis.generic.FunctionNameValueConverter
 
getColumnValue(String[]) - Method in interface kieker.analysis.generic.IValueConverter
 
getColumnValue(String[]) - Method in class kieker.analysis.generic.StringValueConverter
 
getCombinedPerc() - Method in class kieker.monitoring.sampler.oshi.samplers.CPUsDetailedPercConverter
 
getComponent() - Method in interface kieker.model.analysismodel.assembly.AssemblyOperation
getComponent() - Method in interface kieker.model.analysismodel.assembly.AssemblyStorage
getComponent() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyOperationImpl
getComponent() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyStorageImpl
getComponent() - Method in interface kieker.model.analysismodel.deployment.DeployedOperation
getComponent() - Method in interface kieker.model.analysismodel.deployment.DeployedStorage
getComponent() - Method in class kieker.model.analysismodel.deployment.impl.DeployedOperationImpl
getComponent() - Method in class kieker.model.analysismodel.deployment.impl.DeployedStorageImpl
getComponentNameBuilder() - Method in class kieker.analysis.architecture.recovery.signature.NameBuilder
 
getComponents() - Method in interface kieker.model.analysismodel.assembly.AssemblyModel
Returns the value of the 'Components' map.
getComponents() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyModelImpl
getComponents() - Method in interface kieker.model.analysismodel.deployment.DeploymentContext
Returns the value of the 'Components' map.
getComponents() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentContextImpl
getComponentSignature() - Method in class kieker.analysis.architecture.recovery.events.GenericElementEvent
 
getComponentSignature() - Method in class kieker.analysis.architecture.recovery.signature.AbstractSignatureProcessor
 
getComponentSignature() - Method in class kieker.analysis.architecture.recovery.signature.NullSignatureProcessor
 
getComponentSignatureExtractor() - Method in class kieker.analysis.architecture.recovery.signature.SignatureExtractor
 
getComponentType() - Method in interface kieker.model.analysismodel.assembly.AssemblyComponent
Returns the value of the 'Component Type' reference.
getComponentType() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyComponentImpl
getComponentType() - Method in class kieker.model.analysismodel.type.impl.OperationTypeImpl
getComponentType() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getComponentType() - Method in interface kieker.model.analysismodel.type.OperationType
getComponentType() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for class 'Component Type'.
getComponentType() - Method in class kieker.model.system.model.Operation
Delivers the component type of the operation.
getComponentType() - Method in class kieker.tools.trace.analysis.systemModel.Operation
Deprecated.
Delivers the component type of the operation.
getComponentType_ContainedComponents() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getComponentType_ContainedComponents() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for the reference list 'Contained Components'.
getComponentType_Name() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getComponentType_Name() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for the attribute 'Name'.
getComponentType_Package() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getComponentType_Package() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for the attribute 'Package'.
getComponentType_ProvidedInterfaceTypes() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getComponentType_ProvidedInterfaceTypes() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for the containment reference list 'Provided Interface Types'.
getComponentType_ProvidedOperations() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getComponentType_ProvidedOperations() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for the map 'Provided Operations'.
getComponentType_ProvidedStorages() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getComponentType_ProvidedStorages() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for the map 'Provided Storages'.
getComponentType_RequiredInterfaceTypes() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getComponentType_RequiredInterfaceTypes() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for the containment reference list 'Required Interface Types'.
getComponentType_Signature() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getComponentType_Signature() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for the attribute 'Signature'.
getComponentTypes() - Method in class kieker.model.analysismodel.type.impl.TypeModelImpl
getComponentTypes() - Method in interface kieker.model.analysismodel.type.TypeModel
Returns the value of the 'Component Types' map.
getComponentTypes() - Method in class kieker.model.repository.TypeRepository
Returns a collection of all registered component types.
getComponentTypes() - Method in class kieker.tools.trace.analysis.systemModel.repository.TypeRepository
Returns a collection of all registered component types.
getComposedUnit() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsPackageImpl
getComposedUnit() - Method in interface kieker.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for class 'Composed Unit'.
getComposedUnit_Exponent() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsPackageImpl
getComposedUnit_Exponent() - Method in interface kieker.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for the attribute 'Exponent'.
getComposedUnit_Units() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsPackageImpl
getComposedUnit_Units() - Method in interface kieker.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for the containment reference list 'Units'.
getConfiguration() - Method in exception kieker.analysis.exception.PluginNotFoundException
Deprecated.
 
getConfigurationName() - Method in class kieker.tools.trace.analysis.filter.AbstractGraphProducingFilter
Deprecated.
Returns this filter's configuration name.
getConfigurationName() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ComponentDependencyGraphAllocationFilter
Deprecated.
Returns this filter's configuration name.
getConfigurationName() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ComponentDependencyGraphAssemblyFilter
Deprecated.
Returns this filter's configuration name.
getConfigurationName() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ContainerDependencyGraphFilter
Deprecated.
Returns this filter's configuration name.
getConfigurationName() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationDependencyGraphAllocationFilter
Deprecated.
Returns this filter's configuration name.
getConfigurationName() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationDependencyGraphAssemblyFilter
Deprecated.
Returns this filter's configuration name.
getConfigurationPath() - Method in class kieker.tools.common.AbstractLegacyTool
Method returning the configuration file handle.
getConnectedPlugins(String) - Method in class kieker.analysis.plugin.AbstractPlugin
Deprecated.
Delivers the plugins with their ports which are connected with the given output port.
getConnectedPlugins(String) - Method in interface kieker.analysis.plugin.IPlugin
Deprecated.
Delivers the plugins with their ports which are connected with the given output port.
getConnections() - Method in interface kieker.model.collection.CollectionPackage
Returns the meta object for class 'Connections'.
getConnections() - Method in interface kieker.model.collection.Connections
Returns the value of the 'Connections' map.
getConnections() - Method in class kieker.model.collection.impl.CollectionPackageImpl
getConnections() - Method in class kieker.model.collection.impl.ConnectionsImpl
getConnections_Connections() - Method in interface kieker.model.collection.CollectionPackage
Returns the meta object for the map 'Connections'.
getConnections_Connections() - Method in class kieker.model.collection.impl.CollectionPackageImpl
getContainedComponents() - Method in interface kieker.model.analysismodel.assembly.AssemblyComponent
Returns the value of the 'Contained Components' reference list.
getContainedComponents() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyComponentImpl
getContainedComponents() - Method in interface kieker.model.analysismodel.deployment.DeployedComponent
Returns the value of the 'Contained Components' reference list.
getContainedComponents() - Method in class kieker.model.analysismodel.deployment.impl.DeployedComponentImpl
getContainedComponents() - Method in interface kieker.model.analysismodel.type.ComponentType
Returns the value of the 'Contained Components' reference list.
getContainedComponents() - Method in class kieker.model.analysismodel.type.impl.ComponentTypeImpl
getContainedTraces() - Method in class kieker.model.system.model.AbstractSession
 
getContainedTraces() - Method in class kieker.tools.trace.analysis.systemModel.AbstractSession
Deprecated.
 
getContent() - Method in class org.graphdrawing.graphml.DataExtensionType
Extension mechanism for the content of and .
getContext() - Method in interface kieker.model.analysismodel.deployment.DeployedComponent
getContext() - Method in class kieker.model.analysismodel.deployment.impl.DeployedComponentImpl
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
 
getContexts() - Method in interface kieker.model.analysismodel.deployment.DeploymentModel
Returns the value of the 'Contexts' map.
getContexts() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentModelImpl
getControlInputPort() - Method in class kieker.analysis.generic.ControlledEventReleaseStage
 
getController() - Method in class kieker.analysis.AnalysisController.AnalysisControllerWithMapping
Deprecated.
Getter for the property AnalysisController.AnalysisControllerWithMapping.controller.
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.
getCoreDistance() - Method in class kieker.analysis.generic.clustering.optics.OpticsData
 
getCoreIndex() - Method in class kieker.monitoring.sampler.oshi.samplers.CPUsDetailedPercConverter
 
getCount() - Method in class kieker.analysis.architecture.trace.flow.TraceEventRecords
 
getCount() - Method in class kieker.analysis.generic.sink.DataSink
 
getCount() - Method in class kieker.analysis.generic.sink.NullSink
 
getCount() - Method in class kieker.analysis.plugin.filter.flow.TraceEventRecords
Deprecated.
 
getCountOutputPort() - Method in class kieker.analysis.generic.CountingStage
 
getCoupling() - Method in interface kieker.model.collection.CollectionPackage
Returns the meta object for class 'Coupling'.
getCoupling() - Method in class kieker.model.collection.impl.CollectionPackageImpl
getCoupling__Equals__Object() - Method in interface kieker.model.collection.CollectionPackage
Returns the meta object for the 'Equals' operation.
getCoupling__Equals__Object() - Method in class kieker.model.collection.impl.CollectionPackageImpl
getCoupling__HashCode() - Method in interface kieker.model.collection.CollectionPackage
Returns the meta object for the 'Hash Code' operation.
getCoupling__HashCode() - Method in class kieker.model.collection.impl.CollectionPackageImpl
getCoupling_Provided() - Method in interface kieker.model.collection.CollectionPackage
Returns the meta object for the reference 'Provided'.
getCoupling_Provided() - Method in class kieker.model.collection.impl.CollectionPackageImpl
getCoupling_Required() - Method in interface kieker.model.collection.CollectionPackage
Returns the meta object for the reference 'Required'.
getCoupling_Required() - Method in class kieker.model.collection.impl.CollectionPackageImpl
getCouplingToOperationMap() - Method in interface kieker.model.collection.CollectionPackage
Returns the meta object for class 'Coupling To Operation Map'.
getCouplingToOperationMap() - Method in class kieker.model.collection.impl.CollectionPackageImpl
getCouplingToOperationMap_Key() - Method in interface kieker.model.collection.CollectionPackage
Returns the meta object for the containment reference 'Key'.
getCouplingToOperationMap_Key() - Method in class kieker.model.collection.impl.CollectionPackageImpl
getCouplingToOperationMap_Value() - Method in interface kieker.model.collection.CollectionPackage
Returns the meta object for the containment reference 'Value'.
getCouplingToOperationMap_Value() - Method in class kieker.model.collection.impl.CollectionPackageImpl
getCpuID() - Method in class kieker.common.record.system.CPUUtilizationRecord
 
getCurrentConfiguration() - Method in class kieker.analysis.analysisComponent.AbstractAnalysisComponent
Deprecated.
This method should deliver a Configuration object containing the current configuration of this instance.
getCurrentConfiguration() - Method in interface kieker.analysis.analysisComponent.IAnalysisComponent
Deprecated.
This method should deliver a Configuration object containing the current configuration of this instance.
getCurrentConfiguration() - Method in class kieker.analysis.AnalysisController
Deprecated.
This method delivers the current configuration of this instance as an instance of MIProject.
getCurrentConfiguration() - Method in interface kieker.analysis.IProjectContext
Deprecated.
This method delivers the current configuration of this instance as an instance of MIProject.
getCurrentConfiguration() - Method in class kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
Deprecated.
This method should deliver a Configuration object containing the current configuration of this instance.
getCurrentConfiguration() - Method in class kieker.analysis.plugin.filter.flow.ThreadEvent2TraceEventFilter
Deprecated.
 
getCurrentConfiguration() - Method in class kieker.analysis.plugin.filter.flow.TraceAggregationFilter
Deprecated.
This method should deliver a Configuration object containing the current configuration of this instance.
getCurrentConfiguration() - Method in class kieker.analysis.plugin.filter.forward.AnalysisThroughputFilter
Deprecated.
 
getCurrentConfiguration() - Method in class kieker.analysis.plugin.filter.forward.CountingFilter
Deprecated.
This method should deliver a Configuration object containing the current configuration of this instance.
getCurrentConfiguration() - Method in class kieker.analysis.plugin.filter.forward.ListCollectionFilter
Deprecated.
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
Deprecated.
This method should deliver a Configuration object containing the current configuration of this instance.
getCurrentConfiguration() - Method in class kieker.analysis.plugin.filter.record.MonitoringThroughputFilter
Deprecated.
 
getCurrentConfiguration() - Method in class kieker.analysis.plugin.filter.record.RealtimeRecordDelayFilter
Deprecated.
This method should deliver a Configuration object containing the current configuration of this instance.
getCurrentConfiguration() - Method in class kieker.analysis.plugin.filter.select.TimestampFilter
Deprecated.
This method should deliver a Configuration object containing the current configuration of this instance.
getCurrentConfiguration() - Method in class kieker.analysis.plugin.filter.select.TraceIdFilter
Deprecated.
This method should deliver a Configuration object containing the current configuration of this instance.
getCurrentConfiguration() - Method in class kieker.analysis.plugin.filter.select.TypeFilter
Deprecated.
This method should deliver a Configuration object containing the current configuration of this instance.
getCurrentConfiguration() - Method in interface kieker.analysis.plugin.IPlugin
Deprecated.
This method should deliver a Configuration object containing the current configuration of this instance.
getCurrentConfiguration() - Method in class kieker.analysis.plugin.reader.amqp.AmqpReader
Deprecated.
 
getCurrentConfiguration() - Method in class kieker.analysis.plugin.reader.database.DbReader
Deprecated.
This method should deliver a Configuration object containing the current configuration of this instance.
getCurrentConfiguration() - Method in class kieker.analysis.plugin.reader.filesystem.AsciiLogReader
Deprecated.
This method should deliver a Configuration object containing the current configuration of this instance.
getCurrentConfiguration() - Method in class kieker.analysis.plugin.reader.filesystem.BinaryLogReader
Deprecated.
This method should deliver a Configuration object containing the current configuration of this instance.
getCurrentConfiguration() - Method in class kieker.analysis.plugin.reader.filesystem.FSReader
Deprecated.
This method should deliver a Configuration object containing the current configuration of this instance.
getCurrentConfiguration() - Method in class kieker.analysis.plugin.reader.jms.JmsReader
Deprecated.
This method should deliver a Configuration object containing the current configuration of this instance.
getCurrentConfiguration() - Method in class kieker.analysis.plugin.reader.jmx.JmxReader
Deprecated.
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
Deprecated.
This method should deliver a Configuration object containing the current configuration of this instance.
getCurrentConfiguration() - Method in class kieker.analysis.plugin.reader.namedRecordPipe.PipeReader
Deprecated.
This method should deliver a Configuration object containing the current configuration of this instance.
getCurrentConfiguration() - Method in class kieker.analysis.plugin.reader.newio.RawDataReaderPlugin
Deprecated.
 
getCurrentConfiguration() - Method in class kieker.analysis.plugin.reader.timer.TimeReader
Deprecated.
 
getCurrentConfiguration() - Method in class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
Deprecated.
This method should deliver a Configuration object containing the current configuration of this instance.
getCurrentConfiguration() - Method in class kieker.tools.trace.analysis.filter.AbstractTraceAnalysisFilter
Deprecated.
 
getCurrentConfiguration() - Method in class kieker.tools.trace.analysis.filter.flow.EventRecordTraceCounter
Deprecated.
 
getCurrentConfiguration() - Method in class kieker.tools.trace.analysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
 
getCurrentConfiguration() - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
 
getCurrentConfiguration() - Method in class kieker.tools.trace.analysis.repository.DescriptionRepository
Deprecated.
This method should deliver a Configuration object containing the current configuration of this instance.
getCurrentConfiguration() - Method in class kieker.tools.trace.analysis.repository.TraceColorRepository
Deprecated.
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
Deprecated.
 
getCurrentRepositories() - Method in class kieker.analysis.plugin.AbstractPlugin
Deprecated.
This method delivers an array of AbstractRepository containing the current repositories of this instance.
getCurrentRepositories() - Method in interface kieker.analysis.plugin.IPlugin
Deprecated.
This method delivers an array of AbstractRepository containing the current repositories of this instance.
getCurrentTimeRecordOutputPort() - Method in class kieker.analysis.generic.time.AbstractCurrentTimeEventGenerationFilter
 
getCurrentTimeValueOutputPort() - Method in class kieker.analysis.generic.time.AbstractCurrentTimeEventGenerationFilter
 
getCustomUnit() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsPackageImpl
getCustomUnit() - Method in interface kieker.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for class 'Custom Unit'.
getCustomUnit_Name() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsPackageImpl
getCustomUnit_Name() - Method in interface kieker.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for the attribute 'Name'.
getDaemonThreadCount() - Method in class kieker.common.record.jvm.ThreadsStatusRecord
 
getData() - Method in class kieker.analysis.generic.clustering.mtree.nodes.IndexItem
 
getData() - Method in class kieker.analysis.generic.clustering.mtree.query.Query
 
getData() - Method in class kieker.analysis.generic.clustering.mtree.query.ResultItem
 
getData() - Method in class kieker.analysis.generic.clustering.optics.OpticsData
 
getData() - Method in class org.graphdrawing.graphml.EdgeType
Gets the value of the data property.
getDataInputPort() - Method in class kieker.analysis.generic.clustering.DataCollectorStage
 
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.
getDate() - Method in class kieker.analysis.architecture.adaptation.data.Alarms
 
getDate() - Method in interface kieker.analysis.architecture.adaptation.data.IErrorMessages
Get date of error messages.
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
Deprecated.
Returns the color to use for elements which are not defined in the color map.
getDefaultConfiguration() - Method in class kieker.analysis.analysisComponent.AbstractAnalysisComponent
Deprecated.
This method delivers an instance of Configuration containing the default properties for this class.
getDefaultConfiguration() - Method in class kieker.analysis.plugin.AbstractPlugin
Deprecated.
This method delivers an instance of Configuration containing the default properties for this class.
getDefaultConfiguration() - Method in class kieker.analysis.repository.AbstractRepository
Deprecated.
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.analysis.generic.sink.graph.dot.DotExportMapper
 
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
Deprecated.
 
getDefaultFileName() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ComponentAssemblyDependencyGraphFormatter
Deprecated.
 
getDefaultFileName() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ContainerDependencyGraphFormatter
Deprecated.
 
getDefaultFileName() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationAllocationDependencyGraphFormatter
Deprecated.
 
getDefaultFileName() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationAssemblyDependencyGraphFormatter
Deprecated.
 
getDefaultFileName() - Method in class kieker.visualization.trace.dependency.graph.ComponentAllocationDependencyGraphFormatter
 
getDefaultFileName() - Method in class kieker.visualization.trace.dependency.graph.ComponentAssemblyDependencyGraphFormatter
 
getDefaultFileName() - Method in class kieker.visualization.trace.dependency.graph.ContainerDependencyGraphFormatter
 
getDefaultFileName() - Method in class kieker.visualization.trace.dependency.graph.OperationAllocationDependencyGraphFormatter
 
getDefaultFileName() - Method in class kieker.visualization.trace.dependency.graph.OperationAssemblyDependencyGraphFormatter
 
getDefaultNodeAttributes() - Method in class kieker.analysis.generic.sink.graph.dot.DotExportMapper
 
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.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for class 'Deployed Component'.
getDeployedComponent() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getDeployedComponent__GetContext() - Method in interface kieker.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the 'Get Context' operation.
getDeployedComponent__GetContext() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getDeployedComponent_AssemblyComponent() - Method in interface kieker.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the reference 'Assembly Component'.
getDeployedComponent_AssemblyComponent() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getDeployedComponent_ContainedComponents() - Method in interface kieker.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the reference list 'Contained Components'.
getDeployedComponent_ContainedComponents() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getDeployedComponent_Operations() - Method in interface kieker.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the map 'Operations'.
getDeployedComponent_Operations() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getDeployedComponent_ProvidedInterfaces() - Method in interface kieker.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the map 'Provided Interfaces'.
getDeployedComponent_ProvidedInterfaces() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getDeployedComponent_RequiredInterfaces() - Method in interface kieker.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the containment reference list 'Required Interfaces'.
getDeployedComponent_RequiredInterfaces() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getDeployedComponent_Signature() - Method in interface kieker.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the attribute 'Signature'.
getDeployedComponent_Signature() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getDeployedComponent_Storages() - Method in interface kieker.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the map 'Storages'.
getDeployedComponent_Storages() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getDeployedOperation() - Method in interface kieker.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for class 'Deployed Operation'.
getDeployedOperation() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getDeployedOperation__GetComponent() - Method in interface kieker.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the 'Get Component' operation.
getDeployedOperation__GetComponent() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getDeployedOperation_AssemblyOperation() - Method in interface kieker.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the reference 'Assembly Operation'.
getDeployedOperation_AssemblyOperation() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getDeployedOperationsPairToDeployedOperationsMapEntry() - Method in interface kieker.model.analysismodel.execution.ExecutionPackage
Returns the meta object for class 'Deployed Operations Pair To Deployed Operations Map Entry'.
getDeployedOperationsPairToDeployedOperationsMapEntry() - Method in class kieker.model.analysismodel.execution.impl.ExecutionPackageImpl
getDeployedOperationsPairToDeployedOperationsMapEntry_Key() - Method in interface kieker.model.analysismodel.execution.ExecutionPackage
Returns the meta object for the containment reference 'Key'.
getDeployedOperationsPairToDeployedOperationsMapEntry_Key() - Method in class kieker.model.analysismodel.execution.impl.ExecutionPackageImpl
getDeployedOperationsPairToDeployedOperationsMapEntry_Value() - Method in interface kieker.model.analysismodel.execution.ExecutionPackage
Returns the meta object for the containment reference 'Value'.
getDeployedOperationsPairToDeployedOperationsMapEntry_Value() - Method in class kieker.model.analysismodel.execution.impl.ExecutionPackageImpl
getDeployedOperationsPairToDeployedStorageMapEntry() - Method in interface kieker.model.analysismodel.execution.ExecutionPackage
Returns the meta object for class 'Deployed Operations Pair To Deployed Storage Map Entry'.
getDeployedOperationsPairToDeployedStorageMapEntry() - Method in class kieker.model.analysismodel.execution.impl.ExecutionPackageImpl
getDeployedOperationsPairToDeployedStorageMapEntry_Key() - Method in interface kieker.model.analysismodel.execution.ExecutionPackage
Returns the meta object for the containment reference 'Key'.
getDeployedOperationsPairToDeployedStorageMapEntry_Key() - Method in class kieker.model.analysismodel.execution.impl.ExecutionPackageImpl
getDeployedOperationsPairToDeployedStorageMapEntry_Value() - Method in interface kieker.model.analysismodel.execution.ExecutionPackage
Returns the meta object for the containment reference 'Value'.
getDeployedOperationsPairToDeployedStorageMapEntry_Value() - Method in class kieker.model.analysismodel.execution.impl.ExecutionPackageImpl
getDeployedOperationsPairToInvocationMapEntry() - Method in interface kieker.model.analysismodel.execution.ExecutionPackage
Returns the meta object for class 'Deployed Operations Pair To Invocation Map Entry'.
getDeployedOperationsPairToInvocationMapEntry() - Method in class kieker.model.analysismodel.execution.impl.ExecutionPackageImpl
getDeployedOperationsPairToInvocationMapEntry_Key() - Method in interface kieker.model.analysismodel.execution.ExecutionPackage
Returns the meta object for the containment reference 'Key'.
getDeployedOperationsPairToInvocationMapEntry_Key() - Method in class kieker.model.analysismodel.execution.impl.ExecutionPackageImpl
getDeployedOperationsPairToInvocationMapEntry_Value() - Method in interface kieker.model.analysismodel.execution.ExecutionPackage
Returns the meta object for the containment reference 'Value'.
getDeployedOperationsPairToInvocationMapEntry_Value() - Method in class kieker.model.analysismodel.execution.impl.ExecutionPackageImpl
getDeployedProvidedInterface() - Method in interface kieker.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for class 'Deployed Provided Interface'.
getDeployedProvidedInterface() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getDeployedProvidedInterface_ProvidedInterface() - Method in interface kieker.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the reference 'Provided Interface'.
getDeployedProvidedInterface_ProvidedInterface() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getDeployedRequiredInterface() - Method in interface kieker.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for class 'Deployed Required Interface'.
getDeployedRequiredInterface() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getDeployedRequiredInterface_RequiredInterface() - Method in interface kieker.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the reference 'Required Interface'.
getDeployedRequiredInterface_RequiredInterface() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getDeployedRequiredInterface_Requires() - Method in interface kieker.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the reference 'Requires'.
getDeployedRequiredInterface_Requires() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getDeployedStorage() - Method in interface kieker.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for class 'Deployed Storage'.
getDeployedStorage() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getDeployedStorage__GetComponent() - Method in interface kieker.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the 'Get Component' operation.
getDeployedStorage__GetComponent() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getDeployedStorage_AssemblyStorage() - Method in interface kieker.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the reference 'Assembly Storage'.
getDeployedStorage_AssemblyStorage() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getDeploymentContext() - Method in interface kieker.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for class 'Context'.
getDeploymentContext() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getDeploymentContext_Components() - Method in interface kieker.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the map 'Components'.
getDeploymentContext_Components() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getDeploymentContext_Name() - Method in interface kieker.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the attribute 'Name'.
getDeploymentContext_Name() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getDeploymentFactory() - Method in interface kieker.model.analysismodel.deployment.DeploymentPackage
Returns the factory that creates the instances of the model.
getDeploymentFactory() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getDeploymentModel() - Method in class kieker.analysis.architecture.recovery.StaticModelsAssemblerStage
 
getDeploymentModel() - Method in interface kieker.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for class 'Model'.
getDeploymentModel() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getDeploymentModel_Contexts() - Method in interface kieker.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the map 'Contexts'.
getDeploymentModel_Contexts() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getDeploymentPackage() - Method in interface kieker.model.analysismodel.deployment.DeploymentFactory
Returns the package supported by this factory.
getDeploymentPackage() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentFactoryImpl
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
Deprecated.
Returns the description map (node id -> description) contained in this repository.
getDesiredOriginRetentionPolicy() - Method in class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFilter
Deprecated.
 
getDesiredOriginRetentionPolicy() - Method in class kieker.tools.trace.analysis.filter.visualization.descriptions.DescriptionDecoratorFilter
Deprecated.
 
getDesiredOriginRetentionPolicy() - Method in class kieker.tools.trace.analysis.filter.visualization.traceColoring.TraceColoringFilter
Deprecated.
getDesiredOriginRetentionPolicy() - Method in class kieker.visualization.trace.AbstractGraphFilter
 
getDesiredOriginRetentionPolicy() - Method in class kieker.visualization.trace.descriptions.DescriptionDecoratorFilter
 
getDesiredOriginRetentionPolicy() - Method in class kieker.visualization.trace.TraceColoringFilter
getDestination() - Method in class kieker.analysis.stage.model.MetaModelHandler.PluginConnection
Deprecated.
 
getDeviceName() - Method in class kieker.common.record.system.DiskUsageRecord
 
getDirection() - Method in class kieker.analysis.architecture.recovery.events.DataflowEvent
 
getDirection() - Method in class kieker.analysis.code.data.DataflowEntry
 
getDirection() - Method in class kieker.model.analysismodel.execution.impl.OperationDataflowImpl
getDirection() - Method in class kieker.model.analysismodel.execution.impl.StorageDataflowImpl
getDirection() - Method in interface kieker.model.analysismodel.execution.OperationDataflow
Returns the value of the 'Direction' attribute.
getDirection() - Method in interface kieker.model.analysismodel.execution.StorageDataflow
Returns the value of the 'Direction' attribute.
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.
getDistance() - Method in class kieker.analysis.generic.clustering.mtree.query.ResultItem
 
getDistanceFunction() - Method in class kieker.analysis.generic.clustering.mtree.MTree
 
getDistanceToParent() - Method in class kieker.analysis.generic.clustering.mtree.nodes.IndexItem
 
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
 
getDouble() - Method in class kieker.extension.cassandra.CassandraValueDeserializer
 
getDoubleMeasurement() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsPackageImpl
getDoubleMeasurement() - Method in interface kieker.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for class 'Double Measurement'.
getDoubleMeasurement_Value() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsPackageImpl
getDoubleMeasurement_Value() - Method in interface kieker.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for the attribute 'Value'.
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.
getDuplicateCost(String[]) - Method in interface kieker.analysis.behavior.clustering.IParameterWeighting
 
getDuplicateCost(String[]) - Method in class kieker.analysis.behavior.clustering.JPetStoreParameterWeighting
 
getDuplicateCost(String[]) - Method in class kieker.analysis.behavior.clustering.NaiveParameterWeighting
 
getDuration() - Method in class kieker.analysis.architecture.recovery.events.CallEvent
 
getDuration() - Method in class kieker.analysis.architecture.recovery.events.DataflowEvent
 
getDuration() - Method in class kieker.analysis.architecture.recovery.events.DeployedOperationCallEvent
 
getDuration() - Method in interface kieker.model.analysismodel.AnalysismodelPackage
Returns the meta object for data type 'Duration'.
getDuration() - Method in class kieker.model.analysismodel.impl.AnalysismodelPackageImpl
getDuration() - Method in class kieker.model.analysismodel.trace.impl.OperationCallImpl
getDuration() - Method in interface kieker.model.analysismodel.trace.OperationCall
Returns the value of the 'Duration' attribute.
getDuration() - Method in class kieker.model.system.model.ExecutionTrace
Returns the duration of this (possibly incomplete) trace.
getDuration() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Deprecated.
Returns the duration of this (possibly incomplete) trace.
getDurRatioToParent() - Method in class kieker.model.analysismodel.trace.impl.OperationCallImpl
getDurRatioToParent() - Method in interface kieker.model.analysismodel.trace.OperationCall
Returns the value of the 'Dur Ratio To Parent' attribute.
getDurRatioToRootParent() - Method in class kieker.model.analysismodel.trace.impl.OperationCallImpl
getDurRatioToRootParent() - Method in interface kieker.model.analysismodel.trace.OperationCall
Returns the value of the 'Dur Ratio To Root Parent' attribute.
getEdgeAttributes() - Method in class kieker.analysis.generic.sink.graph.dot.DotExportMapper
 
getEdgedefault() - Method in class org.graphdrawing.graphml.GraphType
Gets the value of the edgedefault property.
getEdgeVisitors() - Method in class kieker.analysis.generic.graph.traversal.AbstractGraphTraverser
 
getEDirection() - Method in interface kieker.model.analysismodel.execution.ExecutionPackage
Returns the meta object for enum 'EDirection'.
getEDirection() - Method in class kieker.model.analysismodel.execution.impl.ExecutionPackageImpl
getEMap() - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
getEMap() - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
getEMap() - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyProvidedInterfaceMapEntryImpl
getEMap() - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyStorageMapEntryImpl
getEMap() - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
getEMap() - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
getEMap() - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedProvidedInterfaceMapEntryImpl
getEMap() - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedStorageMapEntryImpl
getEMap() - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
getEMap() - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedOperationsMapEntryImpl
getEMap() - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedStorageMapEntryImpl
getEMap() - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToInvocationMapEntryImpl
getEMap() - Method in class kieker.model.analysismodel.source.impl.EObjectToSourceEntryImpl
getEMap() - Method in class kieker.model.analysismodel.statistics.impl.EObjectToStatisticsMapEntryImpl
getEMap() - Method in class kieker.model.analysismodel.statistics.impl.EPropertyTypeToValueImpl
getEMap() - Method in class kieker.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
getEMap() - Method in class kieker.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
getEMap() - Method in class kieker.model.analysismodel.type.impl.EStringToProvidedInterfaceTypeMapEntryImpl
getEMap() - Method in class kieker.model.analysismodel.type.impl.EStringToStorageTypeMapEntryImpl
getEMap() - Method in class kieker.model.analysismodel.type.impl.InterfaceEStringToOperationTypeMapEntryImpl
getEMap() - Method in class kieker.model.collection.impl.CouplingToOperationMapImpl
getEMap() - Method in class kieker.model.collection.impl.NameToOperationMapImpl
getEnd() - Method in class kieker.analysis.util.timeseries.TimeSeries
Returns the last/latest point of this time series, or if this time series is empty.
getEndTime() - Method in class kieker.model.system.model.AbstractSession
 
getEndTime() - Method in class kieker.tools.trace.analysis.systemModel.AbstractSession
Deprecated.
 
getEndTimestamp() - Method in class kieker.analysis.util.stage.BeginEndOfMonitoringDetector
 
getEndTimestamp() - Method in class kieker.model.system.model.AbstractSession
Returns this trace's end timestamp.
getEndTimestamp() - Method in class kieker.model.system.model.AbstractTrace
Returns this trace's end timestamp.
getEndTimestamp() - Method in class kieker.model.system.model.ExecutionTrace
 
getEndTimestamp() - Method in class kieker.model.system.model.MessageTrace
 
getEndTimestamp() - Method in class kieker.tools.trace.analysis.systemModel.AbstractSession
Deprecated.
Returns this trace's end timestamp.
getEndTimestamp() - Method in class kieker.tools.trace.analysis.systemModel.AbstractTrace
Deprecated.
Returns this trace's end timestamp.
getEndTimestamp() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Deprecated.
 
getEndTimestamp() - Method in class kieker.tools.trace.analysis.systemModel.MessageTrace
Deprecated.
 
getEntity() - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeNode
Deprecated.
Delivers the stored entity.
getEntity() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
Deprecated.
 
getEntity() - Method in class kieker.visualization.trace.call.tree.AbstractCallTreeNode
Delivers the stored entity.
getEntity() - Method in class kieker.visualization.trace.dependency.graph.DependencyGraphNode
 
getEntryCallInputPort() - Method in class kieker.analysis.behavior.EntryCallSequenceStage
 
getEntryTime() - Method in class kieker.analysis.behavior.events.EntryCallEvent
 
getEntryTime() - Method in class kieker.analysis.behavior.model.UserSession
Get the entry time of this entire session.
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
 
getEnumeration(Class<T>) - Method in class kieker.extension.cassandra.CassandraValueDeserializer
 
getEnumProperty(String, Class<T>, T) - Method in class kieker.common.configuration.Configuration
Reads the given property from the configuration and interprets it as a double.
getEObjectToSourceEntry() - Method in class kieker.model.analysismodel.source.impl.SourcePackageImpl
getEObjectToSourceEntry() - Method in interface kieker.model.analysismodel.source.SourcePackage
Returns the meta object for class 'EObject To Source Entry'.
getEObjectToSourceEntry_Key() - Method in class kieker.model.analysismodel.source.impl.SourcePackageImpl
getEObjectToSourceEntry_Key() - Method in interface kieker.model.analysismodel.source.SourcePackage
Returns the meta object for the reference 'Key'.
getEObjectToSourceEntry_Value() - Method in class kieker.model.analysismodel.source.impl.SourcePackageImpl
getEObjectToSourceEntry_Value() - Method in interface kieker.model.analysismodel.source.SourcePackage
Returns the meta object for the attribute list 'Value'.
getEObjectToStatisticsMapEntry() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsPackageImpl
getEObjectToStatisticsMapEntry() - Method in interface kieker.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for class 'EObject To Statistics Map Entry'.
getEObjectToStatisticsMapEntry_Key() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsPackageImpl
getEObjectToStatisticsMapEntry_Key() - Method in interface kieker.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for the reference 'Key'.
getEObjectToStatisticsMapEntry_Value() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsPackageImpl
getEObjectToStatisticsMapEntry_Value() - Method in interface kieker.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for the containment reference 'Value'.
getEoi() - Method in class kieker.common.record.controlflow.OperationExecutionRecord
 
getEoi() - Method in class kieker.model.system.model.Execution
 
getEoi() - Method in class kieker.monitoring.probe.utilities.OperationStartData
 
getEoi() - Method in class kieker.tools.trace.analysis.systemModel.Execution
Deprecated.
 
getEPrefix() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsPackageImpl
getEPrefix() - Method in interface kieker.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for enum 'EPrefix'.
getEPropertyTypeToValue() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsPackageImpl
getEPropertyTypeToValue() - Method in interface kieker.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for class 'EProperty Type To Value'.
getEPropertyTypeToValue_Key() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsPackageImpl
getEPropertyTypeToValue_Key() - Method in interface kieker.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for the attribute 'Key'.
getEPropertyTypeToValue_Value() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsPackageImpl
getEPropertyTypeToValue_Value() - Method in interface kieker.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for the attribute 'Value'.
getEquivalenceClassMap() - Method in class kieker.analysis.architecture.trace.execution.TraceEquivalenceClassFilter
 
getEquivalenceClassMap() - Method in class kieker.tools.trace.analysis.filter.traceFilter.TraceEquivalenceClassFilter
Deprecated.
 
getEquivalenceMapOutputPort() - Method in class kieker.analysis.architecture.trace.execution.TraceEquivalenceClassFilter
 
getErrorCount() - Method in class kieker.analysis.architecture.trace.AbstractTraceProcessingStage
Delivers the number of traces which have not been processed successfully.
getErrorCount() - Method in class kieker.analysis.architecture.trace.InvalidEventRecordTraceCounter
Delivers the number of traces which have not been processed successfully.
getErrorCount() - Method in class kieker.analysis.plugin.trace.EventRecordTraceCounter
Deprecated.
Delivers the number of traces which have not been processed successfully.
getErrorCount() - Method in class kieker.tools.trace.analysis.filter.AbstractTraceProcessingFilter
Deprecated.
Delivers the number of traces which have not been processed successfully.
getErrorString(String, String) - Method in class kieker.tools.settings.converters.DateConverter
 
getESIUnitType() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsPackageImpl
getESIUnitType() - Method in interface kieker.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for enum 'ESI Unit Type'.
getEss() - Method in class kieker.common.record.controlflow.OperationExecutionRecord
 
getEss() - Method in class kieker.model.system.model.Execution
 
getEss() - Method in class kieker.monitoring.probe.utilities.OperationStartData
 
getEss() - Method in class kieker.tools.trace.analysis.systemModel.Execution
Deprecated.
 
getEStringToAssemblyComponentMapEntry() - Method in interface kieker.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for class 'EString To Assembly Component Map Entry'.
getEStringToAssemblyComponentMapEntry() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyPackageImpl
getEStringToAssemblyComponentMapEntry_Key() - Method in interface kieker.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for the attribute 'Key'.
getEStringToAssemblyComponentMapEntry_Key() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyPackageImpl
getEStringToAssemblyComponentMapEntry_Value() - Method in interface kieker.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for the containment reference 'Value'.
getEStringToAssemblyComponentMapEntry_Value() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyPackageImpl
getEStringToAssemblyOperationMapEntry() - Method in interface kieker.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for class 'EString To Assembly Operation Map Entry'.
getEStringToAssemblyOperationMapEntry() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyPackageImpl
getEStringToAssemblyOperationMapEntry_Key() - Method in interface kieker.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for the attribute 'Key'.
getEStringToAssemblyOperationMapEntry_Key() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyPackageImpl
getEStringToAssemblyOperationMapEntry_Value() - Method in interface kieker.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for the containment reference 'Value'.
getEStringToAssemblyOperationMapEntry_Value() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyPackageImpl
getEStringToAssemblyProvidedInterfaceMapEntry() - Method in interface kieker.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for class 'EString To Assembly Provided Interface Map Entry'.
getEStringToAssemblyProvidedInterfaceMapEntry() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyPackageImpl
getEStringToAssemblyProvidedInterfaceMapEntry_Key() - Method in interface kieker.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for the attribute 'Key'.
getEStringToAssemblyProvidedInterfaceMapEntry_Key() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyPackageImpl
getEStringToAssemblyProvidedInterfaceMapEntry_Value() - Method in interface kieker.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for the containment reference 'Value'.
getEStringToAssemblyProvidedInterfaceMapEntry_Value() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyPackageImpl
getEStringToAssemblyStorageMapEntry() - Method in interface kieker.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for class 'EString To Assembly Storage Map Entry'.
getEStringToAssemblyStorageMapEntry() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyPackageImpl
getEStringToAssemblyStorageMapEntry_Key() - Method in interface kieker.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for the attribute 'Key'.
getEStringToAssemblyStorageMapEntry_Key() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyPackageImpl
getEStringToAssemblyStorageMapEntry_Value() - Method in interface kieker.model.analysismodel.assembly.AssemblyPackage
Returns the meta object for the containment reference 'Value'.
getEStringToAssemblyStorageMapEntry_Value() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyPackageImpl
getEStringToComponentTypeMapEntry() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getEStringToComponentTypeMapEntry() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for class 'EString To Component Type Map Entry'.
getEStringToComponentTypeMapEntry_Key() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getEStringToComponentTypeMapEntry_Key() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for the attribute 'Key'.
getEStringToComponentTypeMapEntry_Value() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getEStringToComponentTypeMapEntry_Value() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for the containment reference 'Value'.
getEStringToDeployedComponentMapEntry() - Method in interface kieker.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for class 'EString To Deployed Component Map Entry'.
getEStringToDeployedComponentMapEntry() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getEStringToDeployedComponentMapEntry_Key() - Method in interface kieker.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the attribute 'Key'.
getEStringToDeployedComponentMapEntry_Key() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getEStringToDeployedComponentMapEntry_Value() - Method in interface kieker.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the containment reference 'Value'.
getEStringToDeployedComponentMapEntry_Value() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getEStringToDeployedOperationMapEntry() - Method in interface kieker.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for class 'EString To Deployed Operation Map Entry'.
getEStringToDeployedOperationMapEntry() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getEStringToDeployedOperationMapEntry_Key() - Method in interface kieker.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the attribute 'Key'.
getEStringToDeployedOperationMapEntry_Key() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getEStringToDeployedOperationMapEntry_Value() - Method in interface kieker.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the containment reference 'Value'.
getEStringToDeployedOperationMapEntry_Value() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getEStringToDeployedProvidedInterfaceMapEntry() - Method in interface kieker.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for class 'EString To Deployed Provided Interface Map Entry'.
getEStringToDeployedProvidedInterfaceMapEntry() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getEStringToDeployedProvidedInterfaceMapEntry_Key() - Method in interface kieker.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the attribute 'Key'.
getEStringToDeployedProvidedInterfaceMapEntry_Key() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getEStringToDeployedProvidedInterfaceMapEntry_Value() - Method in interface kieker.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the containment reference 'Value'.
getEStringToDeployedProvidedInterfaceMapEntry_Value() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getEStringToDeployedStorageMapEntry() - Method in interface kieker.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for class 'EString To Deployed Storage Map Entry'.
getEStringToDeployedStorageMapEntry() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getEStringToDeployedStorageMapEntry_Key() - Method in interface kieker.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the attribute 'Key'.
getEStringToDeployedStorageMapEntry_Key() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getEStringToDeployedStorageMapEntry_Value() - Method in interface kieker.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the containment reference 'Value'.
getEStringToDeployedStorageMapEntry_Value() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getEStringToDeploymentContextMapEntry() - Method in interface kieker.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for class 'EString To Deployment Context Map Entry'.
getEStringToDeploymentContextMapEntry() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getEStringToDeploymentContextMapEntry_Key() - Method in interface kieker.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the attribute 'Key'.
getEStringToDeploymentContextMapEntry_Key() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getEStringToDeploymentContextMapEntry_Value() - Method in interface kieker.model.analysismodel.deployment.DeploymentPackage
Returns the meta object for the containment reference 'Value'.
getEStringToDeploymentContextMapEntry_Value() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
getEStringToOperationTypeMapEntry() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getEStringToOperationTypeMapEntry() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for class 'EString To Operation Type Map Entry'.
getEStringToOperationTypeMapEntry_Key() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getEStringToOperationTypeMapEntry_Key() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for the attribute 'Key'.
getEStringToOperationTypeMapEntry_Value() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getEStringToOperationTypeMapEntry_Value() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for the containment reference 'Value'.
getEStringToProvidedInterfaceTypeMapEntry() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getEStringToProvidedInterfaceTypeMapEntry() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for class 'EString To Provided Interface Type Map Entry'.
getEStringToProvidedInterfaceTypeMapEntry_Key() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getEStringToProvidedInterfaceTypeMapEntry_Key() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for the attribute 'Key'.
getEStringToProvidedInterfaceTypeMapEntry_Value() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getEStringToProvidedInterfaceTypeMapEntry_Value() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for the containment reference 'Value'.
getEStringToStorageTypeMapEntry() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getEStringToStorageTypeMapEntry() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for class 'EString To Storage Type Map Entry'.
getEStringToStorageTypeMapEntry_Key() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getEStringToStorageTypeMapEntry_Key() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for the attribute 'Key'.
getEStringToStorageTypeMapEntry_Value() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getEStringToStorageTypeMapEntry_Value() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for the containment reference 'Value'.
getEventCount() - Method in class kieker.analysis.generic.DynamicEventDispatcher
 
getEventGroups() - Method in class kieker.analysis.behavior.model.UserBehaviorEdge
 
getEvents() - Method in class kieker.analysis.behavior.model.EventGroup
 
getEvents() - Method in class kieker.analysis.behavior.model.UserSession
 
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
Deprecated.
Getter for the attribute IPlugin.PluginInputPortReference.eventTypes.
getExecutionContainer() - Method in class kieker.model.system.model.AllocationComponent
 
getExecutionContainer() - Method in class kieker.tools.trace.analysis.systemModel.AllocationComponent
Deprecated.
 
getExecutionContainers() - Method in class kieker.model.repository.ExecutionEnvironmentRepository
Delivers all available execution containers.
getExecutionContainers() - Method in class kieker.tools.trace.analysis.systemModel.repository.ExecutionEnvironmentRepository
Delivers all available execution containers.
getExecutionEnvironmentFactory() - Method in class kieker.model.repository.SystemModelRepository
Deprecated.
 
getExecutionEnvironmentFactory() - Method in class kieker.tools.trace.analysis.systemModel.repository.SystemModelRepository
Deprecated.
 
getExecutionFactory() - Method in interface kieker.model.analysismodel.execution.ExecutionPackage
Returns the factory that creates the instances of the model.
getExecutionFactory() - Method in class kieker.model.analysismodel.execution.impl.ExecutionPackageImpl
getExecutionModel() - Method in interface kieker.model.analysismodel.execution.ExecutionPackage
Returns the meta object for class 'Model'.
getExecutionModel() - Method in class kieker.model.analysismodel.execution.impl.ExecutionPackageImpl
getExecutionModel_Invocations() - Method in interface kieker.model.analysismodel.execution.ExecutionPackage
Returns the meta object for the map 'Invocations'.
getExecutionModel_Invocations() - Method in class kieker.model.analysismodel.execution.impl.ExecutionPackageImpl
getExecutionModel_OperationDataflows() - Method in interface kieker.model.analysismodel.execution.ExecutionPackage
Returns the meta object for the map 'Operation Dataflows'.
getExecutionModel_OperationDataflows() - Method in class kieker.model.analysismodel.execution.impl.ExecutionPackageImpl
getExecutionModel_StorageDataflows() - Method in interface kieker.model.analysismodel.execution.ExecutionPackage
Returns the meta object for the map 'Storage Dataflows'.
getExecutionModel_StorageDataflows() - Method in class kieker.model.analysismodel.execution.impl.ExecutionPackageImpl
getExecutionPackage() - Method in interface kieker.model.analysismodel.execution.ExecutionFactory
Returns the package supported by this factory.
getExecutionPackage() - Method in class kieker.model.analysismodel.execution.impl.ExecutionFactoryImpl
getExecutionTraceOutputPort() - Method in class kieker.analysis.architecture.trace.execution.TraceEquivalenceClassFilter
 
getExecutionTraceOutputPort() - Method in class kieker.analysis.architecture.trace.reconstruction.TraceReconstructionStage
 
getExecutionTraceOutputPort() - Method in class kieker.analysis.architecture.trace.TraceEventRecords2ExecutionAndMessageTraceStage
 
getExitTime() - Method in class kieker.analysis.behavior.events.EntryCallEvent
 
getExitTime() - Method in class kieker.analysis.behavior.model.UserSession
Get the exit time of this entire session.
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
 
getExponent() - Method in interface kieker.model.analysismodel.statistics.ComposedUnit
Returns the value of the 'Exponent' attribute.
getExponent() - Method in class kieker.model.analysismodel.statistics.impl.ComposedUnitImpl
getExtension() - Method in class kieker.analysis.generic.depcompression.AbstractDecompressionFilter
Return the extension with leading dot.
getExtension() - Method in class kieker.analysis.generic.depcompression.Bzip2DecompressionFilter
 
getExtension() - Method in class kieker.analysis.generic.depcompression.DeflateDecompressionFilter
 
getExtension() - Method in class kieker.analysis.generic.depcompression.GZipDecompressionFilter
 
getExtension() - Method in class kieker.analysis.generic.depcompression.NoneDecompressionFilter
 
getExtension() - Method in class kieker.analysis.generic.depcompression.XZDecompressionFilter
 
getExtension() - Method in class kieker.analysis.generic.depcompression.ZipDecompressionFilter
 
getExtension() - Method in class kieker.monitoring.writer.compression.BZip2CompressionFilter
 
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
 
getExtension(String) - Static method in class kieker.analysis.util.FSReaderUtil
 
getExtensionName() - Method in class kieker.common.util.filesystem.FileExtensionFilter
 
getFactory() - Method in class kieker.analysis.architecture.repository.ModelDescriptor
 
getFailedCause() - Method in class kieker.model.analysismodel.trace.impl.OperationCallImpl
getFailedCause() - Method in interface kieker.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.
getFilename() - Method in class kieker.analysis.architecture.repository.ModelDescriptor
 
getFileName() - Method in class kieker.analysis.code.data.NotFoundEntry
 
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.
getFilePrefix() - Method in interface kieker.analysis.generic.graph.IGraphElementSelector
 
getFilePrefix() - Method in class kieker.analysis.generic.graph.selector.AllSelector
 
getFilePrefix() - Method in class kieker.analysis.generic.graph.selector.AllSelectorColor
 
getFilePrefix() - Method in class kieker.analysis.generic.graph.selector.DiffSelector
 
getFilePrefix() - Method in class kieker.analysis.generic.graph.selector.IntersectSelector
 
getFilePrefix() - Method in class kieker.analysis.generic.graph.selector.SubtractSelector
 
getFiles() - Method in class kieker.analysis.code.data.GlobalDataEntry
 
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
Deprecated.
Delivers an unmodifiable collection of all filters.
getFilters() - Method in interface kieker.analysis.IAnalysisController
Deprecated.
Delivers an unmodifiable collection of all filters.
getFirst() - Method in class kieker.analysis.generic.clustering.mtree.utils.Pair
 
getFirst() - Method in class kieker.analysis.util.Tuple
 
getFirst() - Method in class kieker.model.analysismodel.execution.impl.TupleImpl
getFirst() - Method in interface kieker.model.analysismodel.execution.Tuple
Returns the value of the 'First' reference.
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
 
getFloat() - Method in class kieker.extension.cassandra.CassandraValueDeserializer
 
getFloatMeasurement() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsPackageImpl
getFloatMeasurement() - Method in interface kieker.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for class 'Float Measurement'.
getFloatMeasurement_Value() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsPackageImpl
getFloatMeasurement_Value() - Method in interface kieker.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for the attribute 'Value'.
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
Deprecated.
 
getFormattedDecorations() - Method in class kieker.visualization.trace.dependency.graph.DependencyGraphNode
 
getFqClassname() - Method in class kieker.common.util.signature.ClassOperationSignaturePair
Delivers the fully qualified class name.
getFullPattern() - Method in class kieker.monitoring.util.KiekerPattern
 
getFullQualifiedName() - Method in class kieker.model.system.model.ComponentType
Delivers the full qualified name of this type (the packages are separated with '.').
getFullQualifiedName() - Method in class kieker.tools.trace.analysis.systemModel.ComponentType
Deprecated.
Delivers the full qualified name of this type (the packages are separated with '.').
getFunction() - Method in class kieker.analysis.util.stage.FunctionStage
 
getFuture() - Method in class kieker.monitoring.core.sampler.ScheduledSamplerJob
 
getGcName() - Method in class kieker.common.record.jvm.GCRecord
 
getGraph() - Method in interface kieker.analysis.generic.graph.IGraph
Get the underlying google graph (network).
getGraph() - Method in class kieker.analysis.generic.graph.impl.GraphImpl
 
getGraph() - Method in class kieker.tools.trace.analysis.filter.AbstractGraphProducingFilter
Deprecated.
Delivers the graph stored in this filter.
getGraph() - Method in class kieker.visualization.trace.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.analysis.generic.sink.graph.dot.DotExportMapper
 
getGraphInputPortName() - Method in class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFilter
Deprecated.
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
Deprecated.
 
getGraphOutputPortName() - Method in interface kieker.tools.trace.analysis.filter.IGraphOutputtingFilter
Deprecated.
Returns the name of the port this filter uses to emit the graph.
getGraphOutputPortName() - Method in class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFilter
Deprecated.
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.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
getHash() - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
getHash() - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyProvidedInterfaceMapEntryImpl
getHash() - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyStorageMapEntryImpl
getHash() - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
getHash() - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
getHash() - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedProvidedInterfaceMapEntryImpl
getHash() - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedStorageMapEntryImpl
getHash() - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
getHash() - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedOperationsMapEntryImpl
getHash() - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedStorageMapEntryImpl
getHash() - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToInvocationMapEntryImpl
getHash() - Method in class kieker.model.analysismodel.source.impl.EObjectToSourceEntryImpl
getHash() - Method in class kieker.model.analysismodel.statistics.impl.EObjectToStatisticsMapEntryImpl
getHash() - Method in class kieker.model.analysismodel.statistics.impl.EPropertyTypeToValueImpl
getHash() - Method in class kieker.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
getHash() - Method in class kieker.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
getHash() - Method in class kieker.model.analysismodel.type.impl.EStringToProvidedInterfaceTypeMapEntryImpl
getHash() - Method in class kieker.model.analysismodel.type.impl.EStringToStorageTypeMapEntryImpl
getHash() - Method in class kieker.model.analysismodel.type.impl.InterfaceEStringToOperationTypeMapEntryImpl
getHash() - Method in class kieker.model.collection.impl.CouplingToOperationMapImpl
getHash() - Method in class kieker.model.collection.impl.NameToOperationMapImpl
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
 
getHost() - Method in class kieker.analysis.behavior.model.UserSession
 
getHostname() - Method in class kieker.analysis.architecture.recovery.events.GenericElementEvent
 
getHostname() - Method in class kieker.analysis.behavior.events.EntryCallEvent
 
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 interface kieker.common.record.session.ISessionEvent
 
getHostname() - Method in class kieker.common.record.session.SessionEndEvent
 
getHostname() - Method in class kieker.common.record.session.SessionStartEvent
 
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
 
getHostname(long) - Method in class kieker.analysis.util.HostnameRepository
 
getHref() - Method in class org.graphdrawing.graphml.LocatorType
points to the resource of this locator.
getId() - Method in interface kieker.analysis.generic.graph.IElement
 
getId() - Method in class kieker.analysis.generic.graph.impl.ElementImpl
 
getId() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisComponent
getId() - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplay
getId() - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplayConnector
getId() - Method in class kieker.analysis.model.analysisMetaModel.impl.MPort
getId() - Method in class kieker.analysis.model.analysisMetaModel.impl.MRepositoryConnector
getId() - Method in class kieker.analysis.model.analysisMetaModel.impl.MView
getId() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisComponent
Returns the value of the 'Id' attribute.
getId() - Method in interface kieker.analysis.model.analysisMetaModel.MIDisplay
Returns the value of the 'Id' attribute.
getId() - Method in interface kieker.analysis.model.analysisMetaModel.MIDisplayConnector
Returns the value of the 'Id' attribute.
getId() - Method in interface kieker.analysis.model.analysisMetaModel.MIPort
Returns the value of the 'Id' attribute.
getId() - Method in interface kieker.analysis.model.analysisMetaModel.MIRepositoryConnector
Returns the value of the 'Id' attribute.
getId() - Method in interface kieker.analysis.model.analysisMetaModel.MIView
Returns the value of the 'Id' attribute.
getId() - Method in class kieker.common.record.misc.RegistryRecord
 
getId() - Method in interface kieker.common.registry.writer.IWriterRegistry
Gets the ID of this registry.
getId() - Method in class kieker.common.registry.writer.WriterRegistry
 
getId() - Method in class kieker.model.system.model.AllocationComponent
 
getId() - Method in class kieker.model.system.model.AssemblyComponent
 
getId() - Method in class kieker.model.system.model.ComponentType
Delivers the ID of the component type.
getId() - Method in class kieker.model.system.model.ExecutionContainer
Delivers the ID of the container.
getId() - Method in class kieker.model.system.model.Operation
Delivers the ID of the operation.
getId() - Method in class kieker.model.system.model.util.AllocationComponentOperationPair
 
getId() - Method in class kieker.model.system.model.util.AssemblyComponentOperationPair
 
getId() - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeNode
Deprecated.
 
getId() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
Deprecated.
 
getId() - Method in class kieker.tools.trace.analysis.systemModel.AllocationComponent
Deprecated.
 
getId() - Method in class kieker.tools.trace.analysis.systemModel.AssemblyComponent
Deprecated.
 
getId() - Method in class kieker.tools.trace.analysis.systemModel.ComponentType
Deprecated.
Delivers the ID of the component type.
getId() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionContainer
Deprecated.
Delivers the ID of the container.
getId() - Method in class kieker.tools.trace.analysis.systemModel.Operation
Deprecated.
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 kieker.visualization.trace.call.tree.AbstractCallTreeNode
 
getId() - Method in class kieker.visualization.trace.dependency.graph.DependencyGraphNode
 
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.
getId(E) - Method in interface kieker.common.registry.writer.IWriterRegistry
 
getId(String) - Method in class kieker.common.registry.writer.WriterRegistry
 
getIdentifier() - Method in class kieker.model.system.model.AllocationComponent
 
getIdentifier() - Method in class kieker.model.system.model.AssemblyComponent
 
getIdentifier() - Method in class kieker.model.system.model.ExecutionContainer
Delivers the identifier (name) of this object.
getIdentifier() - Method in interface kieker.model.system.model.ISystemModelElement
Returns a textual identifier for this object (e.g., its name).
getIdentifier() - Method in class kieker.model.system.model.util.AllocationComponentOperationPair
 
getIdentifier() - Method in class kieker.model.system.model.util.AssemblyComponentOperationPair
 
getIdentifier() - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.TraceCallTreeNode
Deprecated.
 
getIdentifier() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
Deprecated.
 
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
Deprecated.
 
getIdentifier() - Method in class kieker.tools.trace.analysis.systemModel.AssemblyComponent
Deprecated.
 
getIdentifier() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionContainer
Deprecated.
Delivers the identifier (name) of this object.
getIdentifier() - Method in interface kieker.tools.trace.analysis.systemModel.ISystemModelElement
Deprecated.
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
 
getIdentifier() - Method in class kieker.visualization.trace.call.tree.TraceCallTreeNode
 
getIdentifier() - Method in class kieker.visualization.trace.dependency.graph.DependencyGraphNode
 
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.analysis.util.stage.AllowedRecordsFilter
 
getIncomingDependencies() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
Deprecated.
 
getIncomingDependencies() - Method in class kieker.visualization.trace.dependency.graph.DependencyGraphNode
 
getIncomingPlugins(boolean) - Method in class kieker.analysis.plugin.AbstractPlugin
Deprecated.
Returns the plugins which provide data to this plugin.
getInputName() - Method in class kieker.analysis.stage.model.MetaModelHandler.PluginConnection
Deprecated.
 
getInputPort() - Method in class kieker.analysis.architecture.recovery.StaticModelsAssemblerStage
 
getInputPort() - Method in class kieker.analysis.architecture.trace.aggregation.TraceAggregatorStage
 
getInputPort() - Method in class kieker.analysis.behavior.ModelGenerationCompositeStage
 
getInputPort() - Method in class kieker.analysis.behavior.UserSessionGeneratorCompositeStage
 
getInputPort() - Method in class kieker.analysis.generic.clustering.ClusteringCompositeStage
 
getInputPort() - Method in class kieker.analysis.generic.RealtimeRecordDelayFilter
 
getInputPort() - Method in class kieker.analysis.generic.sink.graph.graphml.GraphMLWriterStage
 
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.analysis.statistics.FullStatisticsDecoratorStage
 
getInputPort() - Method in class kieker.analysis.util.stage.AllowedRecordsFilter
 
getInputPort() - Method in class kieker.analysis.util.stage.trigger.ForwardOnTriggerStage
 
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'.
getInputPort1() - Method in class kieker.analysis.util.stage.AbstractBiCombinerStage
 
getInputPort2() - Method in class kieker.analysis.util.stage.AbstractBiCombinerStage
 
getInputPortMethod() - Method in class kieker.analysis.plugin.IPlugin.PluginInputPortReference
Deprecated.
Getter for the attribute IPlugin.PluginInputPortReference.inputPortMethod.
getInputPortName() - Method in class kieker.analysis.plugin.IPlugin.PluginInputPortReference
Deprecated.
Getter for the attribute IPlugin.PluginInputPortReference.inputPortName.
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.
getInsertCost(String[]) - Method in interface kieker.analysis.behavior.clustering.IParameterWeighting
 
getInsertCost(String[]) - Method in class kieker.analysis.behavior.clustering.JPetStoreParameterWeighting
 
getInsertCost(String[]) - Method in class kieker.analysis.behavior.clustering.NaiveParameterWeighting
 
getInstance() - Static method in class kieker.common.record.factory.CachedRecordFactoryCatalog
Returns the only instance of this class.
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(Configuration) - Static method in class kieker.common.util.classpath.InstantiationFactory
Get an instance of the controller factory for the given configuration.
getInstant() - Method in interface kieker.model.analysismodel.AnalysismodelPackage
Returns the meta object for data type 'Instant'.
getInstant() - Method in class kieker.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
 
getInt() - Method in class kieker.extension.cassandra.CassandraValueDeserializer
 
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
 
getInterfaceEStringToOperationTypeMapEntry() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getInterfaceEStringToOperationTypeMapEntry() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for class 'Interface EString To Operation Type Map Entry'.
getInterfaceEStringToOperationTypeMapEntry_Key() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getInterfaceEStringToOperationTypeMapEntry_Key() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for the attribute 'Key'.
getInterfaceEStringToOperationTypeMapEntry_Value() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getInterfaceEStringToOperationTypeMapEntry_Value() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for the reference 'Value'.
getInterfaceName() - Method in class kieker.common.record.system.NetworkUtilizationRecord
 
getIntMeasurement() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsPackageImpl
getIntMeasurement() - Method in interface kieker.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for class 'Int Measurement'.
getIntMeasurement_Value() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsPackageImpl
getIntMeasurement_Value() - Method in interface kieker.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for the attribute 'Value'.
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.
getInvalidEventRecordTraceInputPort() - Method in class kieker.analysis.plugin.trace.EventRecordTraceCounter
Deprecated.
 
getInvalidExecutionTraceArtifacts() - Method in class kieker.model.system.model.InvalidExecutionTrace
Delivers the wrapped execution trace.
getInvalidExecutionTraceArtifacts() - Method in class kieker.tools.trace.analysis.systemModel.InvalidExecutionTrace
Deprecated.
Delivers the wrapped execution trace.
getInvalidExecutionTraceInputPortName() - Method in class kieker.tools.trace.analysis.filter.AbstractInvalidExecutionTraceProcessingFilter
Deprecated.
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
Deprecated.
 
getInvalidExecutionTraceOutputPort() - Method in class kieker.analysis.architecture.trace.reconstruction.TraceReconstructionStage
 
getInvalidExecutionTraceOutputPort() - Method in class kieker.analysis.architecture.trace.TraceEventRecords2ExecutionAndMessageTraceStage
 
getInvalidTraces() - Method in class kieker.analysis.architecture.trace.reconstruction.TraceReconstructionStage
Returns a set of the IDs of invalid traces.
getInvalidTraces() - Method in class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
Deprecated.
Returns a set of the IDs of invalid traces.
getInvalidTracesOutputPort() - Method in class kieker.analysis.architecture.trace.flow.AbstractEventRecordTraceReconstructionStage
 
getInvocation() - Method in interface kieker.model.analysismodel.execution.ExecutionPackage
Returns the meta object for class 'Invocation'.
getInvocation() - Method in class kieker.model.analysismodel.execution.impl.ExecutionPackageImpl
getInvocation_Callee() - Method in interface kieker.model.analysismodel.execution.ExecutionPackage
Returns the meta object for the reference 'Callee'.
getInvocation_Callee() - Method in class kieker.model.analysismodel.execution.impl.ExecutionPackageImpl
getInvocation_Caller() - Method in interface kieker.model.analysismodel.execution.ExecutionPackage
Returns the meta object for the reference 'Caller'.
getInvocation_Caller() - Method in class kieker.model.analysismodel.execution.impl.ExecutionPackageImpl
getInvocations() - Method in interface kieker.model.analysismodel.execution.ExecutionModel
Returns the value of the 'Invocations' map.
getInvocations() - Method in class kieker.model.analysismodel.execution.impl.ExecutionModelImpl
getIp() - Method in class kieker.analysis.architecture.adaptation.events.BasicTcpControlEvent
 
getIp() - Method in class kieker.analysis.architecture.adaptation.TcpControlConnection
 
getIpAddress() - Method in class kieker.analysis.generic.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
 
getKey() - Method in enum kieker.analysis.generic.graph.EGraphGenerationMode
 
getKey() - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
getKey() - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
getKey() - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyProvidedInterfaceMapEntryImpl
getKey() - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyStorageMapEntryImpl
getKey() - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
getKey() - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
getKey() - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedProvidedInterfaceMapEntryImpl
getKey() - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedStorageMapEntryImpl
getKey() - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
getKey() - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedOperationsMapEntryImpl
getKey() - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedStorageMapEntryImpl
getKey() - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToInvocationMapEntryImpl
getKey() - Method in class kieker.model.analysismodel.source.impl.EObjectToSourceEntryImpl
getKey() - Method in class kieker.model.analysismodel.statistics.impl.EObjectToStatisticsMapEntryImpl
getKey() - Method in class kieker.model.analysismodel.statistics.impl.EPropertyTypeToValueImpl
getKey() - Method in class kieker.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
getKey() - Method in class kieker.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
getKey() - Method in class kieker.model.analysismodel.type.impl.EStringToProvidedInterfaceTypeMapEntryImpl
getKey() - Method in class kieker.model.analysismodel.type.impl.EStringToStorageTypeMapEntryImpl
getKey() - Method in class kieker.model.analysismodel.type.impl.InterfaceEStringToOperationTypeMapEntryImpl
getKey() - Method in class kieker.model.collection.impl.CouplingToOperationMapImpl
getKey() - Method in class kieker.model.collection.impl.NameToOperationMapImpl
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.
getKey(E) - Method in class kieker.common.registry.reader.ReaderRegistry
Reverse lookup of key based on value.
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.
getLabel() - Method in interface kieker.analysis.generic.graph.IGraph
 
getLabel() - Method in class kieker.analysis.generic.graph.impl.GraphImpl
 
getLabel() - Method in class kieker.analysis.generic.Table
 
getLastTraceIdError() - Method in class kieker.analysis.architecture.trace.AbstractTraceProcessingStage
Delivers the ID of the last trace which has not been processed successfully.
getLastTraceIdError() - Method in class kieker.analysis.architecture.trace.InvalidEventRecordTraceCounter
Delivers the ID of the last trace which has not been processed successfully.
getLastTraceIdError() - Method in class kieker.analysis.plugin.trace.EventRecordTraceCounter
Deprecated.
Delivers the ID of the last trace which has not been processed successfully.
getLastTraceIdError() - Method in class kieker.tools.trace.analysis.filter.AbstractTraceProcessingFilter
Deprecated.
Delivers the ID of the last trace which has not been processed successfully.
getLastTraceIdSuccess() - Method in class kieker.analysis.architecture.trace.AbstractTraceProcessingStage
Delivers the ID of the last trace which has been processed successfully.
getLastTraceIdSuccess() - Method in class kieker.analysis.architecture.trace.ValidEventRecordTraceCounter
Delivers the ID of the last trace which has been processed successfully.
getLastTraceIdSuccess() - Method in class kieker.analysis.plugin.trace.EventRecordTraceCounter
Deprecated.
Delivers the ID of the last trace which has been processed successfully.
getLastTraceIdSuccess() - Method in class kieker.tools.trace.analysis.filter.AbstractTraceProcessingFilter
Deprecated.
Delivers the ID of the last trace which has been processed successfully.
getLength() - Method in class kieker.model.system.model.ExecutionTrace
Returns the length of this trace in terms of the number of contained executions.
getLength() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Deprecated.
Returns the length of this trace in terms of the number of contained executions.
getLimit() - Method in class kieker.analysis.generic.clustering.mtree.query.Query
 
getList() - Method in class kieker.analysis.plugin.filter.forward.ListCollectionFilter
Deprecated.
Delivers a copy of the internal list.
getList() - Method in class kieker.analysis.util.debug.ListCollectionFilter
Delivers a copy of the internal list.
getLiteral() - Method in enum kieker.model.analysismodel.execution.EDirection
getLiteral() - Method in enum kieker.model.analysismodel.statistics.EPrefix
getLiteral() - Method in enum kieker.model.analysismodel.statistics.ESIUnitType
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
Deprecated.
 
getLogger() - Method in class kieker.analysis.plugin.reader.jmx.JmxReader
Deprecated.
 
getLogger() - Static method in class kieker.tools.trace.analysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
Deprecated.
 
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
 
getLong() - Method in class kieker.extension.cassandra.CassandraValueDeserializer
 
getLongMeasurement() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsPackageImpl
getLongMeasurement() - Method in interface kieker.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for class 'Long Measurement'.
getLongMeasurement_Value() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsPackageImpl
getLongMeasurement_Value() - Method in interface kieker.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for the attribute 'Value'.
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.
getMask() - Method in class kieker.analysis.generic.source.NetworkPatternEntry
 
getMatchingTypeOutputPort() - Method in class kieker.analysis.generic.TypeFilter
Returns the output port where the incoming matching objects will be sent to.
getMaxDistance() - Method in class kieker.analysis.generic.clustering.optics.OPTICS
 
getMaxEoi() - Method in class kieker.model.system.model.ExecutionTrace
Returns the maximum execution order index (eoi) value within the trace.
getMaxEoi() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Deprecated.
Returns the maximum execution order index (eoi) value within the trace.
getMaxEss() - Method in class kieker.model.system.model.ExecutionTrace
Returns the maximum execution stack size (ess) value, i.e., the maximum stack depth, within the trace.
getMaxEss() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Deprecated.
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
Deprecated.
Returns the maximal response time (in ms) registered by this decoration.
getMaximalResponseTime() - Method in class kieker.visualization.trace.dependency.graph.ResponseTimeDecoration
Returns the maximal response time (in ms) registered by this decoration.
getMaxNodeCapacity() - Method in class kieker.analysis.generic.clustering.mtree.MTree
 
getMaxNodeCapacity() - Method in class kieker.analysis.generic.clustering.mtree.MTreeGeneratorStage
 
getMaxTout() - Method in class kieker.analysis.architecture.trace.reconstruction.TraceReconstructionStage
Returns the maximum tout timestamp of a processed execution.
getMaxTout() - Method in class kieker.model.system.model.ExecutionTrace
Returns the maximum timestamp value of an execution return in this trace.
getMaxTout() - Method in class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
Deprecated.
Returns the maximum tout timestamp of a processed execution.
getMaxTout() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Deprecated.
Returns the maximum timestamp value of an execution return in this trace.
getMaxTraceDuration() - Method in class kieker.analysis.architecture.trace.reconstruction.TraceReconstructionStage
Return the number of timeunits after which a pending trace is considered to have timed out.
getMaxTraceDuration() - Method in class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
Deprecated.
Return the number of timeunits after which a pending trace is considered to have timed out.
getMeasurement() - Method in interface kieker.model.analysismodel.statistics.DoubleValue
Returns the value of the 'Measurement' attribute.
getMeasurement() - Method in interface kieker.model.analysismodel.statistics.FloatValue
Returns the value of the 'Measurement' attribute.
getMeasurement() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsPackageImpl
getMeasurement() - Method in interface kieker.model.analysismodel.statistics.IntValue
Returns the value of the 'Measurement' attribute.
getMeasurement() - Method in interface kieker.model.analysismodel.statistics.LongValue
Returns the value of the 'Measurement' attribute.
getMeasurement() - Method in interface kieker.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for class 'Measurement'.
getMeasurement_Timestamp() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsPackageImpl
getMeasurement_Timestamp() - Method in interface kieker.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for the attribute 'Timestamp'.
getMedian() - Method in class kieker.analysis.util.RunningMedian
 
getMember() - Method in class kieker.analysis.metrics.graph.entropy.KiekerNode
 
getMemFree() - Method in class kieker.common.record.system.MemSwapUsageRecord
 
getMemTotal() - Method in class kieker.common.record.system.MemSwapUsageRecord
 
getMemUsed() - Method in class kieker.common.record.system.MemSwapUsageRecord
 
getMessageCount() - Method in class kieker.analysis.generic.CountingStage
Returns the number of objects received until now.
getMessageCount() - Method in class kieker.analysis.plugin.filter.forward.CountingFilter
Deprecated.
Returns the number of objects received until now.
getMessages() - Method in class kieker.analysis.architecture.adaptation.data.Alarms
 
getMessages() - Method in interface kieker.analysis.architecture.adaptation.data.IErrorMessages
Returns the list of saved messages.
getMessageTraceOutputPort() - Method in class kieker.analysis.architecture.trace.execution.TraceEquivalenceClassFilter
 
getMessageTraceOutputPort() - Method in class kieker.analysis.architecture.trace.reconstruction.TraceReconstructionStage
 
getMessageTraceOutputPort() - Method in class kieker.analysis.architecture.trace.TraceEventRecords2ExecutionAndMessageTraceStage
 
getMinCapacity() - Method in interface kieker.analysis.generic.clustering.mtree.IRootness
 
getMinCapacity() - Method in class kieker.analysis.generic.clustering.mtree.nodes.AbstractNode
 
getMinCapacity() - Method in class kieker.analysis.generic.clustering.mtree.nodes.NonRootNodeTrait
 
getMinCapacity() - Method in class kieker.analysis.generic.clustering.mtree.nodes.RootLeafNode
 
getMinCapacity() - Method in class kieker.analysis.generic.clustering.mtree.nodes.RootNode
 
getMinCapacity() - Method in class kieker.analysis.generic.clustering.mtree.nodes.RootNodeTrait
 
getMinEoi() - Method in class kieker.model.system.model.ExecutionTrace
Returns the minimum execution order index (eoi) value within the trace.
getMinEoi() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Deprecated.
Returns the minimum execution order index (eoi) value within the trace.
getMinimalResponseTime() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ResponseTimeDecoration
Deprecated.
Returns the minimal response time (in ms) registered by this decoration.
getMinimalResponseTime() - Method in class kieker.visualization.trace.dependency.graph.ResponseTimeDecoration
Returns the minimal response time (in ms) registered by this decoration.
getMinNodeCapacity() - Method in class kieker.analysis.generic.clustering.mtree.MTree
 
getMinNodeCapacity() - Method in class kieker.analysis.generic.clustering.mtree.MTreeGeneratorStage
 
getMinPTs() - Method in class kieker.analysis.generic.clustering.optics.OPTICS
 
getMinTin() - Method in class kieker.analysis.architecture.trace.reconstruction.TraceReconstructionStage
Returns the minimum tin timestamp of a processed execution.
getMinTin() - Method in class kieker.model.system.model.ExecutionTrace
Returns the minimum timestamp of an execution start in this trace.
getMinTin() - Method in class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
Deprecated.
Returns the minimum tin timestamp of a processed execution.
getMinTin() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Deprecated.
Returns the minimum timestamp of an execution start in this trace.
getMismatchingTraceIdOutputPort() - Method in class kieker.analysis.architecture.trace.TraceIdFilter
Returns the output port delivering the records with the non matching IDs.
getMismatchingTypeOutputPort() - Method in class kieker.analysis.generic.TypeFilter
Returns the output port where the incoming objects will be sent to, which do not match the configured types.
getMissingOperationOutputPort() - Method in class kieker.analysis.code.CallerCalleeFixPathStage
 
getModel(EClass) - Method in class kieker.analysis.architecture.repository.ModelRepository
 
getModelDescriptor(EClass) - Method in class kieker.analysis.architecture.repository.ModelRepository
 
getModelOutputPort() - Method in class kieker.analysis.behavior.ModelGenerationCompositeStage
 
getModels() - Method in class kieker.analysis.architecture.repository.ModelRepository
 
getModelsInputPort() - Method in class kieker.analysis.generic.clustering.optics.OpticsStage
 
getModesInfo() - Static method in enum kieker.analysis.generic.EModuleMode
 
getModifier() - Method in class kieker.common.util.signature.Signature
 
getModifiers() - Method in class kieker.model.analysismodel.type.impl.OperationTypeImpl
getModifiers() - Method in interface kieker.model.analysismodel.type.OperationType
Returns the value of the 'Modifiers' attribute list.
getModule() - Method in class kieker.analysis.metrics.graph.entropy.KiekerNode
 
getModuleName() - Method in class kieker.analysis.code.data.NotFoundEntry
 
getModules() - Method in class kieker.analysis.code.data.GlobalDataEntry
 
getMonitoringRecordsCombinedInputPort() - Method in class kieker.analysis.generic.time.TimestampFilter
Returns the input port for the records.
getMtree() - Method in class kieker.analysis.generic.clustering.optics.OPTICS
 
getMTree() - Method in class kieker.analysis.generic.clustering.mtree.nodes.AbstractNode
 
getMTree() - Method in class kieker.analysis.generic.clustering.mtree.query.Query
 
getMTreeInputPort() - Method in class kieker.analysis.generic.clustering.optics.OpticsStage
 
getmTreeOutputPort() - Method in class kieker.analysis.generic.clustering.DataCollectorStage
 
getName() - Method in class kieker.analysis.analysisComponent.AbstractAnalysisComponent
Deprecated.
This method delivers the current name of this component instance.
getName() - Method in interface kieker.analysis.analysisComponent.IAnalysisComponent
Deprecated.
This method delivers the current name of this component instance.
getName() - Method in class kieker.analysis.architecture.repository.ModelRepository
 
getName() - Method in class kieker.analysis.code.data.FileOperationEntry
 
getName() - Method in class kieker.analysis.code.data.GlobalDataEntry
 
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
Deprecated.
This method delivers the current name of this plugin instance.
getName() - Method in class kieker.common.namedRecordPipe.Pipe
Delivers the name of this pipe.
getName() - Method in class kieker.common.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.model.analysismodel.deployment.DeploymentContext
Returns the value of the 'Name' attribute.
getName() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentContextImpl
getName() - Method in enum kieker.model.analysismodel.execution.EDirection
getName() - Method in interface kieker.model.analysismodel.statistics.CustomUnit
Returns the value of the 'Name' attribute.
getName() - Method in enum kieker.model.analysismodel.statistics.EPrefix
getName() - Method in enum kieker.model.analysismodel.statistics.ESIUnitType
getName() - Method in class kieker.model.analysismodel.statistics.impl.CustomUnitImpl
getName() - Method in interface kieker.model.analysismodel.type.ComponentType
Returns the value of the 'Name' attribute.
getName() - Method in class kieker.model.analysismodel.type.impl.ComponentTypeImpl
getName() - Method in class kieker.model.analysismodel.type.impl.OperationTypeImpl
getName() - Method in class kieker.model.analysismodel.type.impl.ProvidedInterfaceTypeImpl
getName() - Method in class kieker.model.analysismodel.type.impl.StorageTypeImpl
getName() - Method in interface kieker.model.analysismodel.type.OperationType
Returns the value of the 'Name' attribute.
getName() - Method in interface kieker.model.analysismodel.type.ProvidedInterfaceType
Returns the value of the 'Name' attribute.
getName() - Method in interface kieker.model.analysismodel.type.StorageType
Returns the value of the 'Name' attribute.
getName() - Method in class kieker.model.system.model.AssemblyComponent
 
getName() - Method in class kieker.model.system.model.ExecutionContainer
Delivers the name of the container.
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
Deprecated.
 
getName() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionContainer
Deprecated.
Delivers the name of the container.
getName() - Method in class org.graphdrawing.graphml.PortType
Gets the value of the name property.
getNameToOperationMap() - Method in interface kieker.model.collection.CollectionPackage
Returns the meta object for class 'Name To Operation Map'.
getNameToOperationMap() - Method in class kieker.model.collection.impl.CollectionPackageImpl
getNameToOperationMap_Key() - Method in interface kieker.model.collection.CollectionPackage
Returns the meta object for the attribute 'Key'.
getNameToOperationMap_Key() - Method in class kieker.model.collection.impl.CollectionPackageImpl
getNameToOperationMap_Value() - Method in interface kieker.model.collection.CollectionPackage
Returns the meta object for the reference 'Value'.
getNameToOperationMap_Value() - Method in class kieker.model.collection.impl.CollectionPackageImpl
getNearest(T) - Method in class kieker.analysis.generic.clustering.mtree.MTree
Performs a nearest-neighbor query on the M-Tree, without constraints.
getNearest(T, double, int) - Method in class kieker.analysis.generic.clustering.mtree.MTree
Performs a nearest-neighbor query on the M-Tree, constrained by distance and/or the number of neighbors.
getNearestByLimit(T, int) - Method in class kieker.analysis.generic.clustering.mtree.MTree
Performs a nearest-neighbors query on the M-Tree, constrained by the number of neighbors.
getNearestByRange(T, double) - Method in class kieker.analysis.generic.clustering.mtree.MTree
Performs a nearest-neighbors query on the M-Tree, constrained by distance.
getNegativeDelayWarningBound() - Method in class kieker.analysis.generic.RealtimeRecordDelayFilter
Returns the time bound for which a warning is displayed when the computed delay falls below -(time bound).
getNegativeDelayWarningBound() - Method in class kieker.analysis.generic.RealtimeRecordDelayProducer
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.
getNextMatcher() - Method in interface kieker.analysis.generic.IEventMatcher
Return the next matcher.
getNextMatcher() - Method in class kieker.analysis.generic.ImplementsEventMatcher
 
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() - Method in class org.graphdrawing.graphml.EndpointType
Gets the value of the node property.
getNode(int) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraph
Deprecated.
Delivers the node with the given key.
getNode(int) - Method in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraph
Delivers the node with the given key.
getNodeAttributes() - Method in class kieker.analysis.generic.sink.graph.dot.DotExportMapper
 
getNodeFillColor(DependencyGraphNode<?>) - Static method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
Deprecated.
Utility function to determine the fill color to use for a given node.
getNodeFillColor(DependencyGraphNode<?>) - Static method in class kieker.visualization.trace.dependency.graph.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
Deprecated.
Returns all nodes contained in this graph.
getNodes() - Method in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraph
Returns all nodes contained in this graph.
getNodeVisitors() - Method in class kieker.analysis.generic.graph.traversal.AbstractGraphTraverser
 
getNoise() - Method in class kieker.analysis.generic.clustering.Clustering
 
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
 
getOnlyClass() - Method in class kieker.monitoring.util.KiekerPattern
 
getOperation() - Method in class kieker.analysis.code.data.NotFoundEntry
 
getOperation() - Method in class kieker.model.analysismodel.trace.impl.OperationCallImpl
getOperation() - Method in interface kieker.model.analysismodel.trace.OperationCall
Returns the value of the 'Operation' reference.
getOperation() - Method in class kieker.model.system.model.Execution
 
getOperation() - Method in class kieker.model.system.model.util.AllocationComponentOperationPair
 
getOperation() - Method in class kieker.model.system.model.util.AssemblyComponentOperationPair
 
getOperation() - Method in class kieker.tools.trace.analysis.systemModel.Execution
Deprecated.
 
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.analysis.architecture.recovery.events.DeployedOperationCallEvent
 
getOperationCall() - Method in class kieker.model.analysismodel.trace.impl.TracePackageImpl
getOperationCall() - Method in interface kieker.model.analysismodel.trace.TracePackage
Returns the meta object for class 'Operation Call'.
getOperationCall_Children() - Method in class kieker.model.analysismodel.trace.impl.TracePackageImpl
getOperationCall_Children() - Method in interface kieker.model.analysismodel.trace.TracePackage
Returns the meta object for the reference list 'Children'.
getOperationCall_Duration() - Method in class kieker.model.analysismodel.trace.impl.TracePackageImpl
getOperationCall_Duration() - Method in interface kieker.model.analysismodel.trace.TracePackage
Returns the meta object for the attribute 'Duration'.
getOperationCall_DurRatioToParent() - Method in class kieker.model.analysismodel.trace.impl.TracePackageImpl
getOperationCall_DurRatioToParent() - Method in interface kieker.model.analysismodel.trace.TracePackage
Returns the meta object for the attribute 'Dur Ratio To Parent'.
getOperationCall_DurRatioToRootParent() - Method in class kieker.model.analysismodel.trace.impl.TracePackageImpl
getOperationCall_DurRatioToRootParent() - Method in interface kieker.model.analysismodel.trace.TracePackage
Returns the meta object for the attribute 'Dur Ratio To Root Parent'.
getOperationCall_Failed() - Method in class kieker.model.analysismodel.trace.impl.TracePackageImpl
getOperationCall_Failed() - Method in interface kieker.model.analysismodel.trace.TracePackage
Returns the meta object for the attribute 'Failed'.
getOperationCall_FailedCause() - Method in class kieker.model.analysismodel.trace.impl.TracePackageImpl
getOperationCall_FailedCause() - Method in interface kieker.model.analysismodel.trace.TracePackage
Returns the meta object for the attribute 'Failed Cause'.
getOperationCall_Operation() - Method in class kieker.model.analysismodel.trace.impl.TracePackageImpl
getOperationCall_Operation() - Method in interface kieker.model.analysismodel.trace.TracePackage
Returns the meta object for the reference 'Operation'.
getOperationCall_OrderIndex() - Method in class kieker.model.analysismodel.trace.impl.TracePackageImpl
getOperationCall_OrderIndex() - Method in interface kieker.model.analysismodel.trace.TracePackage
Returns the meta object for the attribute 'Order Index'.
getOperationCall_Parent() - Method in class kieker.model.analysismodel.trace.impl.TracePackageImpl
getOperationCall_Parent() - Method in interface kieker.model.analysismodel.trace.TracePackage
Returns the meta object for the reference 'Parent'.
getOperationCall_StackDepth() - Method in class kieker.model.analysismodel.trace.impl.TracePackageImpl
getOperationCall_StackDepth() - Method in interface kieker.model.analysismodel.trace.TracePackage
Returns the meta object for the attribute 'Stack Depth'.
getOperationCall_Start() - Method in class kieker.model.analysismodel.trace.impl.TracePackageImpl
getOperationCall_Start() - Method in interface kieker.model.analysismodel.trace.TracePackage
Returns the meta object for the attribute 'Start'.
getOperationCollection() - Method in interface kieker.model.collection.CollectionPackage
Returns the meta object for class 'Operation Collection'.
getOperationCollection() - Method in class kieker.model.collection.impl.CollectionPackageImpl
getOperationCollection_Callees() - Method in interface kieker.model.collection.CollectionPackage
Returns the meta object for the map 'Callees'.
getOperationCollection_Callees() - Method in class kieker.model.collection.impl.CollectionPackageImpl
getOperationCollection_Callers() - Method in interface kieker.model.collection.CollectionPackage
Returns the meta object for the map 'Callers'.
getOperationCollection_Callers() - Method in class kieker.model.collection.impl.CollectionPackageImpl
getOperationCollection_Provided() - Method in interface kieker.model.collection.CollectionPackage
Returns the meta object for the reference 'Provided'.
getOperationCollection_Provided() - Method in class kieker.model.collection.impl.CollectionPackageImpl
getOperationCollection_Required() - Method in interface kieker.model.collection.CollectionPackage
Returns the meta object for the reference 'Required'.
getOperationCollection_Required() - Method in class kieker.model.collection.impl.CollectionPackageImpl
getOperationDataflow() - Method in interface kieker.model.analysismodel.execution.ExecutionPackage
Returns the meta object for class 'Operation Dataflow'.
getOperationDataflow() - Method in class kieker.model.analysismodel.execution.impl.ExecutionPackageImpl
getOperationDataflow_Callee() - Method in interface kieker.model.analysismodel.execution.ExecutionPackage
Returns the meta object for the reference 'Callee'.
getOperationDataflow_Callee() - Method in class kieker.model.analysismodel.execution.impl.ExecutionPackageImpl
getOperationDataflow_Caller() - Method in interface kieker.model.analysismodel.execution.ExecutionPackage
Returns the meta object for the reference 'Caller'.
getOperationDataflow_Caller() - Method in class kieker.model.analysismodel.execution.impl.ExecutionPackageImpl
getOperationDataflow_Direction() - Method in interface kieker.model.analysismodel.execution.ExecutionPackage
Returns the meta object for the attribute 'Direction'.
getOperationDataflow_Direction() - Method in class kieker.model.analysismodel.execution.impl.ExecutionPackageImpl
getOperationDataflows() - Method in interface kieker.model.analysismodel.execution.ExecutionModel
Returns the value of the 'Operation Dataflows' map.
getOperationDataflows() - Method in class kieker.model.analysismodel.execution.impl.ExecutionModelImpl
getOperationFactory() - Method in class kieker.model.repository.SystemModelRepository
Deprecated.
Delivering the factory managing the available operations.
getOperationFactory() - Method in class kieker.tools.trace.analysis.systemModel.repository.SystemModelRepository
Deprecated.
Delivering the factory managing the available operations.
getOperationName() - Method in class kieker.analysis.generic.data.MoveOperationEntry
 
getOperationNameBuilder() - Method in class kieker.analysis.architecture.recovery.signature.NameBuilder
 
getOperationOutputPort() - Method in class kieker.analysis.architecture.recovery.OperationAndCallGeneratorStage
 
getOperations() - Method in interface kieker.model.analysismodel.assembly.AssemblyComponent
Returns the value of the 'Operations' map.
getOperations() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyComponentImpl
getOperations() - Method in interface kieker.model.analysismodel.deployment.DeployedComponent
Returns the value of the 'Operations' map.
getOperations() - Method in class kieker.model.analysismodel.deployment.impl.DeployedComponentImpl
getOperations() - Method in class kieker.model.repository.OperationRepository
Delivers a collection containing all available operations.
getOperations() - Method in class kieker.model.system.model.ComponentType
Delivers a collection containing the available operations within this component type.
getOperations() - Method in class kieker.tools.trace.analysis.systemModel.ComponentType
Deprecated.
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.analysis.architecture.adaptation.events.BasicTcpControlEvent
 
getOperationSignature() - Method in class kieker.analysis.architecture.recovery.events.OperationEvent
 
getOperationSignature() - Method in class kieker.analysis.architecture.recovery.signature.AbstractSignatureProcessor
 
getOperationSignature() - Method in class kieker.analysis.architecture.recovery.signature.NullSignatureProcessor
 
getOperationSignature() - Method in class kieker.analysis.behavior.events.EntryCallEvent
 
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
 
getOperationSignature() - Method in class kieker.monitoring.probe.FullOperationStartData
 
getOperationSignature() - Method in class kieker.monitoring.probe.utilities.FullOperationStartData
 
getOperationSignatureExtractor() - Method in class kieker.analysis.architecture.recovery.signature.SignatureExtractor
 
getOperationType() - Method in interface kieker.model.analysismodel.assembly.AssemblyOperation
Returns the value of the 'Operation Type' reference.
getOperationType() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyOperationImpl
getOperationType() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getOperationType() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for class 'Operation Type'.
getOperationType__GetComponentType() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getOperationType__GetComponentType() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for the 'Get Component Type' operation.
getOperationType_Modifiers() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getOperationType_Modifiers() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for the attribute list 'Modifiers'.
getOperationType_Name() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getOperationType_Name() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for the attribute 'Name'.
getOperationType_ParameterTypes() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getOperationType_ParameterTypes() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for the attribute list 'Parameter Types'.
getOperationType_ReturnType() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getOperationType_ReturnType() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for the attribute 'Return Type'.
getOperationType_Signature() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getOperationType_Signature() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for the attribute 'Signature'.
getOpticsOutputPort() - Method in class kieker.analysis.generic.clustering.DataCollectorStage
 
getOrCreateRegistry(Long) - Method in class kieker.analysis.plugin.reader.StringRegistryCache
Deprecated.
Retrieves the registry with the given ID and creates a new one if necessary.
getOrderComparator() - Method in class kieker.model.system.model.AbstractSession
 
getOrderComparator() - Method in class kieker.model.system.model.ExecutionTraceBasedSession
 
getOrderComparator() - Method in class kieker.model.system.model.MessageTraceBasedSession
 
getOrderComparator() - Method in class kieker.tools.trace.analysis.systemModel.AbstractSession
Deprecated.
 
getOrderComparator() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTraceBasedSession
Deprecated.
 
getOrderComparator() - Method in class kieker.tools.trace.analysis.systemModel.MessageTraceBasedSession
Deprecated.
 
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
 
getOrderIndex() - Method in class kieker.model.analysismodel.trace.impl.OperationCallImpl
getOrderIndex() - Method in interface kieker.model.analysismodel.trace.OperationCall
Returns the value of the 'Order Index' attribute.
getOriginRetentionPolicy() - Method in class kieker.tools.trace.analysis.filter.AbstractGraphProducingFilter
Deprecated.
 
getOriginRetentionPolicy() - Method in class kieker.visualization.trace.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
Deprecated.
 
getOutgoingDependencies() - Method in class kieker.visualization.trace.dependency.graph.DependencyGraphNode
 
getOutgoingEdges() - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeNode
Deprecated.
 
getOutgoingEdges() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
Deprecated.
 
getOutgoingEdges() - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractVertex
Returns the outgoing edges of this vertex.
getOutgoingEdges() - Method in class kieker.visualization.trace.call.tree.AbstractCallTreeNode
 
getOutgoingEdges() - Method in class kieker.visualization.trace.dependency.graph.DependencyGraphNode
 
getOutputName() - Method in class kieker.analysis.stage.model.MetaModelHandler.PluginConnection
Deprecated.
 
getOutputName() - Method in class kieker.analysis.stage.model.MetaModelHandler.RepositoryConnection
Deprecated.
 
getOutputOtherPort() - Method in class kieker.analysis.generic.DynamicEventDispatcher
 
getOutputPort() - Method in class kieker.analysis.architecture.adaptation.ProbeControlStage
 
getOutputPort() - Method in class kieker.analysis.architecture.recovery.StaticModelsAssemblerStage
 
getOutputPort() - Method in class kieker.analysis.architecture.trace.aggregation.TraceAggregatorStage
 
getOutputPort() - Method in class kieker.analysis.architecture.trace.execution.ExecutionRecordTransformationStage
 
getOutputPort() - Method in class kieker.analysis.architecture.trace.flow.ThreadEvent2TraceEventStage
 
getOutputPort() - Method in class kieker.analysis.architecture.trace.SessionReconstructionFilter
 
getOutputPort() - Method in class kieker.analysis.architecture.TriggerToModelSnapshotStage
 
getOutputPort() - Method in class kieker.analysis.behavior.acceptance.matcher.SessionAcceptanceFilter
 
getOutputPort() - Method in class kieker.analysis.generic.ArrayElementStage
 
getOutputPort() - Method in class kieker.analysis.generic.clustering.ClusteringCompositeStage
 
getOutputPort() - Method in class kieker.analysis.generic.clustering.optics.OpticsStage
 
getOutputPort() - Method in class kieker.analysis.generic.CollectionElementStage
 
getOutputPort() - Method in class kieker.analysis.generic.ControlledEventReleaseStage
 
getOutputPort() - Method in interface kieker.analysis.generic.IEventMatcher
Provide the corresponding output port.
getOutputPort() - Method in class kieker.analysis.generic.ImplementsEventMatcher
 
getOutputPort() - Method in class kieker.analysis.generic.RealtimeRecordDelayFilter
 
getOutputPort() - Method in class kieker.analysis.generic.RewriteBeforeAndAfterEventsStage
 
getOutputPort() - Method in interface kieker.analysis.generic.source.ISourceCompositeStage
get the output port of a source composite stage.
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 class kieker.analysis.statistics.FullStatisticsDecoratorStage
 
getOutputPort() - Method in class kieker.analysis.util.debug.InspectStage
 
getOutputPort() - Method in class kieker.analysis.util.debug.ListCollectionFilter
 
getOutputPort() - Method in class kieker.analysis.util.stage.AllowedRecordsFilter
 
getOutputPort() - Method in class kieker.analysis.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() - Method in class kieker.visualization.trace.AbstractGraphFilter
 
getOutputPort() - Method in class kieker.visualization.trace.AbstractGraphProducingFilter
 
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.model.analysismodel.assembly.impl.AssemblyFactoryImpl
Deprecated. 
getPackage() - Static method in class kieker.model.analysismodel.deployment.impl.DeploymentFactoryImpl
Deprecated. 
getPackage() - Static method in class kieker.model.analysismodel.execution.impl.ExecutionFactoryImpl
Deprecated. 
getPackage() - Static method in class kieker.model.analysismodel.impl.AnalysismodelFactoryImpl
Deprecated. 
getPackage() - Static method in class kieker.model.analysismodel.source.impl.SourceFactoryImpl
Deprecated. 
getPackage() - Static method in class kieker.model.analysismodel.statistics.impl.StatisticsFactoryImpl
Deprecated. 
getPackage() - Static method in class kieker.model.analysismodel.trace.impl.TraceFactoryImpl
Deprecated. 
getPackage() - Method in interface kieker.model.analysismodel.type.ComponentType
Returns the value of the 'Package' attribute.
getPackage() - Method in class kieker.model.analysismodel.type.impl.ComponentTypeImpl
getPackage() - Method in class kieker.model.analysismodel.type.impl.ProvidedInterfaceTypeImpl
getPackage() - Static method in class kieker.model.analysismodel.type.impl.TypeFactoryImpl
Deprecated. 
getPackage() - Method in interface kieker.model.analysismodel.type.ProvidedInterfaceType
Returns the value of the 'Package' attribute.
getPackage() - Static method in class kieker.model.collection.impl.CollectionFactoryImpl
Deprecated. 
getPackageName() - Method in class kieker.common.util.signature.ClassOperationSignaturePair
This method delivers the package name of the class.
getPackageName() - Method in class kieker.model.system.model.ComponentType
Delivers the package name of this type.
getPackageName() - Method in class kieker.tools.trace.analysis.systemModel.ComponentType
Deprecated.
Delivers the package name of this type.
getPairById(int) - Method in class kieker.model.repository.AllocationComponentOperationPairFactory
Returns the instance for the passed ID; null if no instance with this ID is available.
getPairById(int) - Method in class kieker.model.repository.AssemblyComponentOperationPairFactory
 
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.model.repository.AllocationComponentOperationPairFactory
Returns a corresponding pair instance (existing or newly created).
getPairInstanceByPair(AssemblyComponent, Operation) - Method in class kieker.model.repository.AssemblyComponentOperationPairFactory
Returns a corresponding pair instance (existing or newly created).
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.model.repository.AllocationComponentOperationPairFactory
Delivers all available allocation-component-operation pairs.
getPairs() - Method in class kieker.model.repository.AssemblyComponentOperationPairFactory
 
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 interface kieker.analysis.architecture.adaptation.events.IParameterEvent
 
getParameters() - Method in class kieker.analysis.architecture.adaptation.events.TcpActivationParameterControlEvent
 
getParameters() - Method in class kieker.analysis.architecture.adaptation.events.TcpUpdateParameterEvent
 
getParameters() - Method in class kieker.analysis.behavior.events.EntryCallEvent
 
getParameters() - Method in class kieker.analysis.behavior.model.EventGroup
 
getParameters() - Method in class kieker.common.record.database.BeforeDatabaseEvent
 
getParameters() - Method in class kieker.common.record.flow.trace.operation.EntryLevelBeforeOperationEvent
 
getParameters() - Method in interface kieker.common.record.flow.trace.operation.IPayloadCharacterization
 
getParameters() - Method in class kieker.common.record.flow.trace.operation.object.EntryLevelBeforeOperationObjectEvent
 
getParameterTypes() - Method in class kieker.model.analysismodel.type.impl.OperationTypeImpl
getParameterTypes() - Method in interface kieker.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.model.analysismodel.trace.impl.OperationCallImpl
getParent() - Method in interface kieker.model.analysismodel.trace.OperationCall
Returns the value of the 'Parent' reference.
getParent() - Method in class kieker.model.system.model.ExecutionContainer
Delivers the parent of the container.
getParent() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionContainer
Deprecated.
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.
getPartitions() - Method in class kieker.analysis.generic.clustering.mtree.ISplitFunction.SplitResult
 
getPath() - Method in class kieker.analysis.code.data.FileOperationEntry
 
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
 
getPatterns(String) - Static method in class kieker.monitoring.util.KiekerPatternUtil
 
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
Deprecated.
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
Deprecated.
This method delivers the description of this plugin type.
getPluginDescription() - Method in interface kieker.analysis.plugin.IPlugin
Deprecated.
This method delivers the description of this plugin type.
getPluginID() - Method in exception kieker.analysis.exception.PluginNotFoundException
Deprecated.
 
getPluginMap() - Method in class kieker.analysis.AnalysisController.AnalysisControllerWithMapping
Deprecated.
Getter for the property AnalysisController.AnalysisControllerWithMapping.pluginMap.
getPluginName() - Method in class kieker.analysis.plugin.AbstractPlugin
Deprecated.
This method delivers the plugin name of this plugin.
getPluginName() - Method in interface kieker.analysis.plugin.IPlugin
Deprecated.
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.architecture.adaptation.events.BasicTcpControlEvent
 
getPort() - Method in class kieker.analysis.architecture.adaptation.TcpControlConnection
 
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.monitoring.core.controller.tcp.TcpRecordReader
 
getPort() - Method in class org.graphdrawing.graphml.EndpointType
Gets the value of the port property.
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'.
getPrefix() - Method in class kieker.model.analysismodel.statistics.impl.SimpleUnitImpl
getPrefix() - Method in interface kieker.model.analysismodel.statistics.SimpleUnit
Returns the value of the 'Prefix' attribute.
getPrintStreamName() - Method in class kieker.analysis.generic.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.analysis.util.stage.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
Deprecated.
Delivers the current name of the project.
getProjectName() - Method in interface kieker.analysis.IProjectContext
Deprecated.
Delivers the current name of the project.
getPromoted() - Method in class kieker.analysis.generic.clustering.mtree.ISplitFunction.SplitResult
 
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.model.analysismodel.statistics.impl.StatisticRecordImpl
getProperties() - Method in interface kieker.model.analysismodel.statistics.StatisticRecord
Returns the value of the 'Properties' map.
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() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
getProperty() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
Returns the meta object for class 'Property'.
getProperty(String) - Method in class kieker.analysis.AnalysisController
Deprecated.
Delivers the value for the given (global) property within the analysis.
getProperty(String) - Method in interface kieker.analysis.generic.graph.IElement
 
getProperty(String) - Method in class kieker.analysis.generic.graph.impl.ElementImpl
 
getProperty(String) - Method in interface kieker.analysis.IProjectContext
Deprecated.
Delivers the value for the given (global) property within the analysis.
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.analysis.generic.graph.IElement
 
getPropertyKeys() - Method in class kieker.analysis.generic.graph.impl.ElementImpl
 
getPropertyName() - Method in class kieker.analysis.statistics.calculating.AbstractCalculator
 
getProvided() - Method in interface kieker.model.collection.Coupling
Returns the value of the 'Provided' reference.
getProvided() - Method in class kieker.model.collection.impl.CouplingImpl
getProvided() - Method in class kieker.model.collection.impl.OperationCollectionImpl
getProvided() - Method in interface kieker.model.collection.OperationCollection
Returns the value of the 'Provided' reference.
getProvidedInterface() - Method in interface kieker.model.analysismodel.deployment.DeployedProvidedInterface
Returns the value of the 'Provided Interface' reference.
getProvidedInterface() - Method in class kieker.model.analysismodel.deployment.impl.DeployedProvidedInterfaceImpl
getProvidedInterfaces() - Method in interface kieker.model.analysismodel.assembly.AssemblyComponent
Returns the value of the 'Provided Interfaces' map.
getProvidedInterfaces() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyComponentImpl
getProvidedInterfaces() - Method in interface kieker.model.analysismodel.deployment.DeployedComponent
Returns the value of the 'Provided Interfaces' map.
getProvidedInterfaces() - Method in class kieker.model.analysismodel.deployment.impl.DeployedComponentImpl
getProvidedInterfaceType() - Method in interface kieker.model.analysismodel.assembly.AssemblyProvidedInterface
Returns the value of the 'Provided Interface Type' reference.
getProvidedInterfaceType() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyProvidedInterfaceImpl
getProvidedInterfaceType() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getProvidedInterfaceType() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for class 'Provided Interface Type'.
getProvidedInterfaceType_Name() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getProvidedInterfaceType_Name() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for the attribute 'Name'.
getProvidedInterfaceType_Package() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getProvidedInterfaceType_Package() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for the attribute 'Package'.
getProvidedInterfaceType_ProvidedOperationTypes() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getProvidedInterfaceType_ProvidedOperationTypes() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for the map 'Provided Operation Types'.
getProvidedInterfaceType_Signature() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getProvidedInterfaceType_Signature() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for the attribute 'Signature'.
getProvidedInterfaceTypes() - Method in interface kieker.model.analysismodel.type.ComponentType
Returns the value of the 'Provided Interface Types' containment reference list.
getProvidedInterfaceTypes() - Method in class kieker.model.analysismodel.type.impl.ComponentTypeImpl
getProvidedOperations() - Method in interface kieker.model.analysismodel.type.ComponentType
Returns the value of the 'Provided Operations' map.
getProvidedOperations() - Method in class kieker.model.analysismodel.type.impl.ComponentTypeImpl
getProvidedOperationTypes() - Method in class kieker.model.analysismodel.type.impl.ProvidedInterfaceTypeImpl
getProvidedOperationTypes() - Method in interface kieker.model.analysismodel.type.ProvidedInterfaceType
Returns the value of the 'Provided Operation Types' map.
getProvidedStorages() - Method in interface kieker.model.analysismodel.type.ComponentType
Returns the value of the 'Provided Storages' map.
getProvidedStorages() - Method in class kieker.model.analysismodel.type.impl.ComponentTypeImpl
getQueue() - Method in class kieker.common.record.system.DiskUsageRecord
 
getRadius() - Method in class kieker.analysis.generic.clustering.mtree.nodes.IndexItem
 
getRange() - Method in class kieker.analysis.generic.clustering.mtree.query.Query
 
getReachabilityDistance() - Method in class kieker.analysis.generic.clustering.optics.OpticsData
 
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
Deprecated.
Delivers an unmodifiable collection of all readers.
getReaders() - Method in interface kieker.analysis.IAnalysisController
Deprecated.
Delivers an unmodifiable collection of all readers.
getReadsPerSecond() - Method in class kieker.common.record.system.DiskUsageRecord
 
getReceivingExecution() - Method in class kieker.model.system.model.AbstractMessage
Delivers the object which received the message.
getReceivingExecution() - Method in class kieker.tools.trace.analysis.systemModel.AbstractMessage
Deprecated.
Delivers the object which received the message.
getRecordOutsideTimePeriodOutputPort() - Method in class kieker.analysis.generic.time.AbstractTimestampFilter
 
getRecordQueue() - Method in class kieker.monitoring.writer.collector.ChunkingCollector
 
getRecordsInputPort() - Method in class kieker.analysis.generic.AnalysisThroughputStage
 
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.EntryLevelBeforeOperationEventFactory
 
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.operation.object.EntryLevelBeforeOperationObjectEventFactory
 
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.OperationCallEventFactory
 
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.session.SessionEndEventFactory
 
getRecordSizeInBytes() - Method in class kieker.common.record.session.SessionStartEventFactory
 
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.analysis.generic.AnalysisThroughputStage
 
getRecordsOutsideTimePeriodOutputPort() - Method in class kieker.analysis.generic.time.TimestampFilter
Returns the output port for the records whose timestamps are outside the defined time period.
getRecordSpecificTimestamp(OperationExecutionRecord) - Method in class kieker.analysis.generic.time.OperationExecutionRecordTimestampFilter
 
getRecordSpecificTimestamp(IEventRecord) - Method in class kieker.analysis.generic.time.EventRecordTimestampFilter
 
getRecordSpecificTimestamp(TraceMetadata) - Method in class kieker.analysis.generic.time.TraceMetadataTimestampFilter
 
getRecordSpecificTimestamp(IMonitoringRecord) - Method in class kieker.analysis.generic.time.MonitioringRecordTimestampFilter
 
getRecordSpecificTimestamp(T) - Method in class kieker.analysis.generic.time.AbstractTimestampFilter
Returns the most accurate timestamp available for each record.
getRecordsWithinTimePeriodOutputPort() - Method in class kieker.analysis.generic.time.TimestampFilter
Returns the output port for the records whose timestamps are within the defined time period.
getRecordWithinTimePeriodOutputPort() - Method in class kieker.analysis.generic.time.AbstractTimestampFilter
 
getRegistry() - Method in class kieker.analysis.generic.source.tcp.Connection
 
getRelayedEventsOutputPort() - Method in class kieker.analysis.generic.CountingStage
 
getRelayedRecordsOutputPort() - Method in class kieker.analysis.generic.MonitoringThroughputStage
 
getRepositories() - Method in class kieker.analysis.AnalysisController
Deprecated.
Delivers an unmodifiable collection of all repositories.
getRepositories() - Method in interface kieker.analysis.IAnalysisController
Deprecated.
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.stage.model.MetaModelHandler.RepositoryConnection
Deprecated.
 
getRepository(String) - Method in class kieker.analysis.plugin.AbstractPlugin
Deprecated.
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
Deprecated.
This method delivers the description of this repository type.
getRepositoryDescription() - Method in interface kieker.analysis.repository.IRepository
Deprecated.
This method delivers the description of this repository type.
getRepositoryMap() - Method in class kieker.analysis.AnalysisController.AnalysisControllerWithMapping
Deprecated.
Getter for the property AnalysisController.AnalysisControllerWithMapping.repositoryMap.
getRepositoryName() - Method in class kieker.analysis.repository.AbstractRepository
Deprecated.
This method delivers the repository name of this repository type.
getRepositoryName() - Method in interface kieker.analysis.repository.IRepository
Deprecated.
This method delivers the repository name of this repository type.
getRequestType() - Method in class kieker.analysis.behavior.events.EntryCallEvent
 
getRequestType() - Method in class kieker.common.record.flow.trace.operation.EntryLevelBeforeOperationEvent
 
getRequestType() - Method in interface kieker.common.record.flow.trace.operation.IPayloadCharacterization
 
getRequestType() - Method in class kieker.common.record.flow.trace.operation.object.EntryLevelBeforeOperationObjectEvent
 
getRequired() - Method in interface kieker.model.collection.Coupling
Returns the value of the 'Required' reference.
getRequired() - Method in class kieker.model.collection.impl.CouplingImpl
getRequired() - Method in class kieker.model.collection.impl.OperationCollectionImpl
getRequired() - Method in interface kieker.model.collection.OperationCollection
Returns the value of the 'Required' reference.
getRequiredInterface() - Method in interface kieker.model.analysismodel.deployment.DeployedRequiredInterface
Returns the value of the 'Required Interface' reference.
getRequiredInterface() - Method in class kieker.model.analysismodel.deployment.impl.DeployedRequiredInterfaceImpl
getRequiredInterfaces() - Method in interface kieker.model.analysismodel.assembly.AssemblyComponent
Returns the value of the 'Required Interfaces' containment reference list.
getRequiredInterfaces() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyComponentImpl
getRequiredInterfaces() - Method in interface kieker.model.analysismodel.deployment.DeployedComponent
Returns the value of the 'Required Interfaces' containment reference list.
getRequiredInterfaces() - Method in class kieker.model.analysismodel.deployment.impl.DeployedComponentImpl
getRequiredInterfaceType() - Method in interface kieker.model.analysismodel.assembly.AssemblyRequiredInterface
Returns the value of the 'Required Interface Type' reference.
getRequiredInterfaceType() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyRequiredInterfaceImpl
getRequiredInterfaceType() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getRequiredInterfaceType() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for class 'Required Interface Type'.
getRequiredInterfaceType_Requires() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getRequiredInterfaceType_Requires() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for the reference 'Requires'.
getRequiredInterfaceTypes() - Method in interface kieker.model.analysismodel.type.ComponentType
Returns the value of the 'Required Interface Types' containment reference list.
getRequiredInterfaceTypes() - Method in class kieker.model.analysismodel.type.impl.ComponentTypeImpl
getRequires() - Method in interface kieker.model.analysismodel.assembly.AssemblyRequiredInterface
Returns the value of the 'Requires' reference.
getRequires() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyRequiredInterfaceImpl
getRequires() - Method in interface kieker.model.analysismodel.deployment.DeployedRequiredInterface
Returns the value of the 'Requires' reference.
getRequires() - Method in class kieker.model.analysismodel.deployment.impl.DeployedRequiredInterfaceImpl
getRequires() - Method in class kieker.model.analysismodel.type.impl.RequiredInterfaceTypeImpl
getRequires() - Method in interface kieker.model.analysismodel.type.RequiredInterfaceType
Returns the value of the 'Requires' reference.
getResourceName() - Method in class kieker.common.record.system.ResourceUtilizationRecord
 
getReturnType() - Method in class kieker.common.record.database.AfterDatabaseEvent
 
getReturnType() - Method in class kieker.common.util.signature.Signature
 
getReturnType() - Method in class kieker.model.analysismodel.type.impl.OperationTypeImpl
getReturnType() - Method in interface kieker.model.analysismodel.type.OperationType
Returns the value of the 'Return Type' attribute.
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.
getRoot() - Method in class kieker.analysis.generic.clustering.mtree.MTree
 
getRootClass() - Method in class kieker.analysis.architecture.repository.ModelDescriptor
 
getRootNode() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraph
Deprecated.
Returns this graph's root node.
getRootNode() - Method in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraph
Returns this graph's root node.
getRootOperationCall() - Method in class kieker.model.analysismodel.trace.impl.TraceImpl
getRootOperationCall() - Method in interface kieker.model.analysismodel.trace.Trace
Returns the value of the 'Root Operation Call' containment reference.
getRootPair() - Method in class kieker.model.repository.AssemblyComponentOperationPairFactory
 
getRootPair() - Method in class kieker.tools.trace.analysis.systemModel.repository.AssemblyComponentOperationPairFactory
 
getRows() - Method in class kieker.analysis.generic.Table
 
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
 
getScalarMeasurement() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsPackageImpl
getScalarMeasurement() - Method in interface kieker.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for class 'Scalar Measurement'.
getScalarMeasurement_Unit() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsPackageImpl
getScalarMeasurement_Unit() - Method in interface kieker.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for the reference 'Unit'.
getSecond() - Method in class kieker.analysis.generic.clustering.mtree.utils.Pair
 
getSecond() - Method in class kieker.analysis.util.Tuple
 
getSecond() - Method in class kieker.model.analysismodel.execution.impl.TupleImpl
getSecond() - Method in interface kieker.model.analysismodel.execution.Tuple
Returns the value of the 'Second' reference.
getSendingExecution() - Method in class kieker.model.system.model.AbstractMessage
Delivers the object which sent the message.
getSendingExecution() - Method in class kieker.tools.trace.analysis.systemModel.AbstractMessage
Deprecated.
Delivers the object which sent the message.
getSequenceAsVector() - Method in class kieker.model.system.model.MessageTrace
Returns the message sequence contained in this trace as an (unmodifiable) list.
getSequenceAsVector() - Method in class kieker.tools.trace.analysis.systemModel.MessageTrace
Deprecated.
Returns the message sequence contained in this trace as an (unmodifiable) list.
getServiceComponent() - Method in class kieker.analysis.architecture.adaptation.events.BasicTcpControlEvent
 
getServiceComponent() - Method in class kieker.analysis.architecture.adaptation.TcpControlConnection
 
getServiceTime() - Method in class kieker.common.record.system.DiskUsageRecord
 
getSessionEventInputPort() - Method in class kieker.analysis.behavior.EntryCallSequenceStage
 
getSessionEventInputPort() - Method in class kieker.analysis.behavior.UserSessionGeneratorCompositeStage
 
getSessionId() - Method in class kieker.analysis.behavior.events.EntryCallEvent
 
getSessionId() - Method in class kieker.analysis.behavior.model.UserSession
 
getSessionId() - Method in class kieker.common.record.controlflow.OperationExecutionRecord
 
getSessionId() - Method in class kieker.common.record.flow.trace.TraceMetadata
 
getSessionId() - Method in interface kieker.common.record.session.ISessionEvent
 
getSessionId() - Method in class kieker.common.record.session.SessionEndEvent
 
getSessionId() - Method in class kieker.common.record.session.SessionStartEvent
 
getSessionId() - Method in class kieker.model.system.model.AbstractSession
Returns this session's session ID.
getSessionId() - Method in class kieker.model.system.model.AbstractTrace
Delivers the ID of the session.
getSessionId() - Method in class kieker.model.system.model.Execution
Returns the sessionId and a default sessionId if no sessionId assigned.
getSessionId() - Method in class kieker.model.system.model.TraceInformation
Returns the trace's session ID, if any.
getSessionId() - Method in class kieker.tools.trace.analysis.systemModel.AbstractSession
Deprecated.
Returns this session's session ID.
getSessionId() - Method in class kieker.tools.trace.analysis.systemModel.AbstractTrace
Deprecated.
Delivers the ID of the session.
getSessionId() - Method in class kieker.tools.trace.analysis.systemModel.Execution
Deprecated.
Returns the sessionId and a default sessionId if no sessionId assigned.
getSessionId() - Method in class kieker.tools.trace.analysis.systemModel.TraceInformation
Deprecated.
Returns the trace's session ID, if any.
getSessionOutputPort() - Method in class kieker.analysis.behavior.UserSessionGeneratorCompositeStage
 
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
 
getShort() - Method in class kieker.extension.cassandra.CassandraValueDeserializer
 
getSignature() - Method in class kieker.common.util.signature.ClassOperationSignaturePair
Delivers the signature.
getSignature() - Method in interface kieker.model.analysismodel.assembly.AssemblyComponent
Returns the value of the 'Signature' attribute.
getSignature() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyComponentImpl
getSignature() - Method in interface kieker.model.analysismodel.deployment.DeployedComponent
Returns the value of the 'Signature' attribute.
getSignature() - Method in class kieker.model.analysismodel.deployment.impl.DeployedComponentImpl
getSignature() - Method in interface kieker.model.analysismodel.type.ComponentType
Returns the value of the 'Signature' attribute.
getSignature() - Method in class kieker.model.analysismodel.type.impl.ComponentTypeImpl
getSignature() - Method in class kieker.model.analysismodel.type.impl.OperationTypeImpl
getSignature() - Method in class kieker.model.analysismodel.type.impl.ProvidedInterfaceTypeImpl
getSignature() - Method in interface kieker.model.analysismodel.type.OperationType
Returns the value of the 'Signature' attribute.
getSignature() - Method in interface kieker.model.analysismodel.type.ProvidedInterfaceType
Returns the value of the 'Signature' attribute.
getSignature() - Method in class kieker.model.system.model.Operation
Delivers the signature of the operation.
getSignature() - Method in class kieker.tools.trace.analysis.systemModel.Operation
Deprecated.
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.
getSimpleUnit() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsPackageImpl
getSimpleUnit() - Method in interface kieker.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for class 'Simple Unit'.
getSimpleUnit_Prefix() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsPackageImpl
getSimpleUnit_Prefix() - Method in interface kieker.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for the attribute 'Prefix'.
getSIUnit() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsPackageImpl
getSIUnit() - Method in interface kieker.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for class 'SI Unit'.
getSIUnit_UnitType() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsPackageImpl
getSIUnit_UnitType() - Method in interface kieker.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for the attribute 'Unit Type'.
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.EntryLevelBeforeOperationEvent
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.operation.object.EntryLevelBeforeOperationObjectEvent
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.OperationCallEvent
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.session.SessionEndEvent
This method should deliver the size of a binary representation of this record.
getSize() - Method in class kieker.common.record.session.SessionStartEvent
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.architecture.recovery.events.DataflowEvent
 
getSource() - Method in class kieker.analysis.stage.model.MetaModelHandler.PluginConnection
Deprecated.
 
getSource() - Method in class kieker.analysis.stage.model.MetaModelHandler.RepositoryConnection
Deprecated.
 
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.
getSourceComponent() - Method in class kieker.common.record.misc.OperationCallEvent
 
getSourceComponentName() - Method in class kieker.analysis.generic.data.MoveOperationEntry
 
getSourceFactory() - Method in class kieker.model.analysismodel.source.impl.SourcePackageImpl
getSourceFactory() - Method in interface kieker.model.analysismodel.source.SourcePackage
Returns the factory that creates the instances of the model.
getSourceModel() - Method in class kieker.analysis.architecture.recovery.StaticModelsAssemblerStage
 
getSourceModel() - Method in class kieker.model.analysismodel.source.impl.SourcePackageImpl
getSourceModel() - Method in interface kieker.model.analysismodel.source.SourcePackage
Returns the meta object for class 'Model'.
getSourceModel_Sources() - Method in class kieker.model.analysismodel.source.impl.SourcePackageImpl
getSourceModel_Sources() - Method in interface kieker.model.analysismodel.source.SourcePackage
Returns the meta object for the map 'Sources'.
getSourceModule() - Method in class kieker.analysis.code.data.CallerCalleeEntry
 
getSourceModule() - Method in class kieker.analysis.code.data.DataflowEntry
 
getSourceOperation() - Method in class kieker.analysis.code.data.DataflowEntry
 
getSourceOperation() - Method in class kieker.common.record.misc.OperationCallEvent
 
getSourcePackage() - Method in class kieker.model.analysismodel.source.impl.SourceFactoryImpl
getSourcePackage() - Method in interface kieker.model.analysismodel.source.SourceFactory
Returns the package supported by this factory.
getSourcePath() - Method in class kieker.analysis.code.data.CallerCalleeEntry
 
getSourcePath() - Method in class kieker.analysis.code.data.DataflowEntry
 
getSourceport() - Method in class org.graphdrawing.graphml.EdgeType
Gets the value of the sourceport property.
getSources() - Method in class kieker.model.analysismodel.source.impl.SourceModelImpl
getSources() - Method in interface kieker.model.analysismodel.source.SourceModel
Returns the value of the 'Sources' map.
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
 
getSplitFunction() - Method in class kieker.analysis.generic.clustering.mtree.MTree
 
getStackDepth() - Method in class kieker.model.analysismodel.trace.impl.OperationCallImpl
getStackDepth() - Method in interface kieker.model.analysismodel.trace.OperationCall
Returns the value of the 'Stack Depth' attribute.
getStart() - Method in class kieker.model.analysismodel.trace.impl.OperationCallImpl
getStart() - Method in interface kieker.model.analysismodel.trace.OperationCall
Returns the value of the 'Start' attribute.
getStartTime() - Method in class kieker.model.system.model.AbstractSession
 
getStartTime() - Method in class kieker.tools.trace.analysis.systemModel.AbstractSession
Deprecated.
 
getStartTimestamp() - Method in class kieker.model.system.model.AbstractSession
Returns this trace's start timestamp.
getStartTimestamp() - Method in class kieker.model.system.model.AbstractTrace
Returns this trace's start timestamp.
getStartTimestamp() - Method in class kieker.model.system.model.ExecutionTrace
 
getStartTimestamp() - Method in class kieker.model.system.model.MessageTrace
 
getStartTimestamp() - Method in class kieker.tools.trace.analysis.systemModel.AbstractSession
Deprecated.
Returns this trace's start timestamp.
getStartTimestamp() - Method in class kieker.tools.trace.analysis.systemModel.AbstractTrace
Deprecated.
Returns this trace's start timestamp.
getStartTimestamp() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Deprecated.
 
getStartTimestamp() - Method in class kieker.tools.trace.analysis.systemModel.MessageTrace
Deprecated.
 
getState() - Method in class kieker.analysis.AnalysisController
Deprecated.
Delivers the current state of the analysis controller.
getState() - Method in interface kieker.analysis.IProjectContext
Deprecated.
Delivers the current state of the analysis controller.
getState() - Method in class kieker.analysis.plugin.AbstractPlugin
Deprecated.
getState() - Method in interface kieker.analysis.plugin.IPlugin
Deprecated.
 
getStateContainedTraces() - Method in class kieker.model.system.model.AbstractSession
Returns the traces contained in this session.
getStateContainedTraces() - Method in class kieker.tools.trace.analysis.systemModel.AbstractSession
Deprecated.
Returns the traces contained in this session.
getStatisticRecord() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsPackageImpl
getStatisticRecord() - Method in interface kieker.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for class 'Statistic Record'.
getStatisticRecord_Properties() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsPackageImpl
getStatisticRecord_Properties() - Method in interface kieker.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for the map 'Properties'.
getStatistics() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsModelImpl
getStatistics() - Method in interface kieker.model.analysismodel.statistics.StatisticsModel
Returns the value of the 'Statistics' map.
getStatisticsFactory() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsPackageImpl
getStatisticsFactory() - Method in interface kieker.model.analysismodel.statistics.StatisticsPackage
Returns the factory that creates the instances of the model.
getStatisticsModel() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsPackageImpl
getStatisticsModel() - Method in interface kieker.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for class 'Model'.
getStatisticsModel_Statistics() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsPackageImpl
getStatisticsModel_Statistics() - Method in interface kieker.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for the map 'Statistics'.
getStatisticsModel_Units() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsPackageImpl
getStatisticsModel_Units() - Method in interface kieker.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for the containment reference list 'Units'.
getStatisticsPackage() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsFactoryImpl
getStatisticsPackage() - Method in interface kieker.model.analysismodel.statistics.StatisticsFactory
Returns the package supported by this factory.
getStorage() - Method in class kieker.model.analysismodel.execution.impl.StorageDataflowImpl
getStorage() - Method in interface kieker.model.analysismodel.execution.StorageDataflow
Returns the value of the 'Storage' reference.
getStorageDataflow() - Method in interface kieker.model.analysismodel.execution.ExecutionPackage
Returns the meta object for class 'Storage Dataflow'.
getStorageDataflow() - Method in class kieker.model.analysismodel.execution.impl.ExecutionPackageImpl
getStorageDataflow_Code() - Method in interface kieker.model.analysismodel.execution.ExecutionPackage
Returns the meta object for the reference 'Code'.
getStorageDataflow_Code() - Method in class kieker.model.analysismodel.execution.impl.ExecutionPackageImpl
getStorageDataflow_Direction() - Method in interface kieker.model.analysismodel.execution.ExecutionPackage
Returns the meta object for the attribute 'Direction'.
getStorageDataflow_Direction() - Method in class kieker.model.analysismodel.execution.impl.ExecutionPackageImpl
getStorageDataflow_Storage() - Method in interface kieker.model.analysismodel.execution.ExecutionPackage
Returns the meta object for the reference 'Storage'.
getStorageDataflow_Storage() - Method in class kieker.model.analysismodel.execution.impl.ExecutionPackageImpl
getStorageDataflows() - Method in interface kieker.model.analysismodel.execution.ExecutionModel
Returns the value of the 'Storage Dataflows' map.
getStorageDataflows() - Method in class kieker.model.analysismodel.execution.impl.ExecutionModelImpl
getStorages() - Method in interface kieker.model.analysismodel.assembly.AssemblyComponent
Returns the value of the 'Storages' map.
getStorages() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyComponentImpl
getStorages() - Method in interface kieker.model.analysismodel.deployment.DeployedComponent
Returns the value of the 'Storages' map.
getStorages() - Method in class kieker.model.analysismodel.deployment.impl.DeployedComponentImpl
getStorageSignature() - Method in class kieker.analysis.architecture.recovery.events.StorageEvent
 
getStorageType() - Method in class kieker.analysis.architecture.recovery.events.StorageEvent
 
getStorageType() - Method in interface kieker.model.analysismodel.assembly.AssemblyStorage
Returns the value of the 'Storage Type' reference.
getStorageType() - Method in class kieker.model.analysismodel.assembly.impl.AssemblyStorageImpl
getStorageType() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getStorageType() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for class 'Storage Type'.
getStorageType_Name() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getStorageType_Name() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for the attribute 'Name'.
getStorageType_Type() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getStorageType_Type() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for the attribute 'Type'.
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
 
getString() - Method in class kieker.extension.cassandra.CassandraValueDeserializer
 
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.analysis.architecture.trace.AbstractTraceProcessingStage
Delivers the number of traces which have been processed successfully.
getSuccessCount() - Method in class kieker.analysis.architecture.trace.ValidEventRecordTraceCounter
Delivers the number of traces which have been processed successfully.
getSuccessCount() - Method in class kieker.analysis.plugin.trace.EventRecordTraceCounter
Deprecated.
Delivers the number of traces which have been processed successfully.
getSuccessCount() - Method in class kieker.tools.trace.analysis.filter.AbstractTraceProcessingFilter
Deprecated.
Delivers the number of traces which have been processed successfully.
getSwapFree() - Method in class kieker.common.record.system.MemSwapUsageRecord
 
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
Deprecated.
 
getSystemFactory() - Method in class kieker.model.repository.AbstractRepository
 
getSystemFactory() - Method in class kieker.tools.trace.analysis.systemModel.repository.AbstractSystemSubRepository
 
getSystemModelRepository() - Method in class kieker.analysis.architecture.trace.AbstractTraceAnalysisStage
 
getSystemName() - Method in class kieker.common.record.misc.HostApplicationMetaData
 
getSystemPerc() - Method in class kieker.monitoring.sampler.oshi.samplers.CPUsDetailedPercConverter
 
getTarget() - Method in class kieker.analysis.architecture.recovery.events.DataflowEvent
 
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.
getTargetComponent() - Method in class kieker.common.record.misc.OperationCallEvent
 
getTargetComponentName() - Method in class kieker.analysis.generic.data.MoveOperationEntry
 
getTargetModule() - Method in class kieker.analysis.code.data.CallerCalleeEntry
 
getTargetModule() - Method in class kieker.analysis.code.data.DataflowEntry
 
getTargetOperation() - Method in class kieker.analysis.code.data.DataflowEntry
 
getTargetOperation() - Method in class kieker.common.record.misc.OperationCallEvent
 
getTargetPath() - Method in class kieker.analysis.code.data.CallerCalleeEntry
 
getTargetPath() - Method in class kieker.analysis.code.data.DataflowEntry
 
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.
getTcpWriter() - Method in class kieker.analysis.architecture.adaptation.TcpControlConnection
 
getTechnology() - Method in class kieker.common.record.database.BeforeDatabaseEvent
 
getTechnology() - Method in class kieker.common.record.flow.trace.BeforeSentRemoteEvent
 
getText() - Method in class kieker.analysis.plugin.filter.forward.PlainText
Deprecated.
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.analysis.generic.AnalysisThroughputStage
 
getThroughputOutputPort() - Method in class kieker.analysis.generic.MonitoringThroughputStage
 
getTime() - Method in class kieker.analysis.util.timeseries.AbstractTimeSeriesPoint
 
getTime() - Method in interface kieker.analysis.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
 
getTimerInputPort() - Method in class kieker.analysis.generic.clustering.ClusteringCompositeStage
 
getTimeSource() - Method in interface kieker.monitoring.core.controller.ITimeSourceController
Returns the ITimeSource used in this controller.
getTimeSource() - Method in class kieker.monitoring.core.controller.MonitoringController
 
getTimeSource() - Method in class kieker.monitoring.core.controller.TimeSourceController
 
getTimestamp() - Method in class kieker.common.record.controlflow.BranchingRecord
 
getTimestamp() - Method in class kieker.common.record.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.session.SessionEndEvent
 
getTimestamp() - Method in class kieker.common.record.session.SessionStartEvent
 
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.model.analysismodel.statistics.impl.MeasurementImpl
getTimestamp() - Method in interface kieker.model.analysismodel.statistics.Measurement
Returns the value of the 'Timestamp' attribute.
getTimestamp() - Method in interface kieker.model.analysismodel.statistics.Value
Returns the value of the 'Timestamp' attribute.
getTimestamp() - Method in class kieker.model.system.model.AbstractMessage
Delivers the timestamp at which the message was created.
getTimestamp() - Method in class kieker.tools.trace.analysis.systemModel.AbstractMessage
Deprecated.
Delivers the timestamp at which the message was created.
getTimestampsInputPort() - Method in class kieker.analysis.architecture.trace.flow.AbstractEventRecordTraceReconstructionStage
 
getTimestampsInputPort() - Method in class kieker.analysis.generic.AnalysisThroughputStage
 
getTimestampsRecordOutputPort() - Method in class kieker.analysis.generic.source.time.TimeReaderStage
 
getTimeTriggerInputPort() - Method in class kieker.analysis.generic.clustering.DataCollectorStage
 
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.model.system.model.Execution
 
getTin() - Method in class kieker.monitoring.probe.utilities.OperationStartData
 
getTin() - Method in class kieker.tools.trace.analysis.systemModel.Execution
Deprecated.
 
getTotalCompilationTimeMS() - Method in class kieker.common.record.jvm.CompilationRecord
 
getTotalCount() - Method in class kieker.analysis.architecture.trace.AbstractTraceProcessingStage
Delivers the total number of traces which have been processed.
getTotalCount() - Method in class kieker.analysis.architecture.trace.InvalidEventRecordTraceCounter
Delivers the total number of traces which have been processed.
getTotalCount() - Method in class kieker.analysis.architecture.trace.ValidEventRecordTraceCounter
Delivers the total number of traces which have been processed.
getTotalCount() - Method in class kieker.analysis.plugin.trace.EventRecordTraceCounter
Deprecated.
Delivers the total number of traces which have been processed.
getTotalCount() - Method in class kieker.tools.trace.analysis.filter.AbstractTraceProcessingFilter
Deprecated.
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
Deprecated.
 
getTotalResponseTime() - Method in class kieker.visualization.trace.dependency.graph.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.model.system.model.Execution
 
getTout() - Method in class kieker.tools.trace.analysis.systemModel.Execution
Deprecated.
 
getTrace() - Method in class kieker.analysis.architecture.trace.aggregation.AggregatedTraceWrapper
 
getTrace() - Method in class kieker.model.analysismodel.trace.impl.TracePackageImpl
getTrace() - Method in interface kieker.model.analysismodel.trace.TracePackage
Returns the meta object for class 'Trace'.
getTrace() - Method in enum kieker.monitoring.core.registry.TraceRegistry
Gets a Trace for the current thread.
getTrace_RootOperationCall() - Method in class kieker.model.analysismodel.trace.impl.TracePackageImpl
getTrace_RootOperationCall() - Method in interface kieker.model.analysismodel.trace.TracePackage
Returns the meta object for the containment reference 'Root Operation Call'.
getTrace_TraceID() - Method in class kieker.model.analysismodel.trace.impl.TracePackageImpl
getTrace_TraceID() - Method in interface kieker.model.analysismodel.trace.TracePackage
Returns the meta object for the attribute 'Trace ID'.
getTraceAsSortedExecutionSet() - Method in class kieker.model.system.model.ExecutionTrace
Returns a sorted set (unmodifiable) of Executions in this trace.
getTraceAsSortedExecutionSet() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Deprecated.
Returns a sorted set (unmodifiable) of Executions in this trace.
getTraceEventRecordsInputPort() - Method in class kieker.analysis.architecture.trace.flow.TraceRecordsTraceReconstructionStage
 
getTraceEvents() - Method in class kieker.analysis.architecture.trace.flow.TraceEventRecords
Delivers the stored trace events.
getTraceEvents() - Method in class kieker.analysis.plugin.filter.flow.TraceEventRecords
Deprecated.
Delivers the stored trace events.
getTraceFactory() - Method in class kieker.model.analysismodel.trace.impl.TracePackageImpl
getTraceFactory() - Method in interface kieker.model.analysismodel.trace.TracePackage
Returns the factory that creates the instances of the model.
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.model.system.model.AbstractTrace
Returns this trace's trace ID.
getTraceId() - Method in class kieker.model.system.model.Execution
 
getTraceId() - Method in class kieker.model.system.model.TraceInformation
Returns the trace ID.
getTraceId() - Method in class kieker.monitoring.probe.utilities.OperationStartData
 
getTraceId() - Method in class kieker.tools.trace.analysis.systemModel.AbstractTrace
Deprecated.
Returns this trace's trace ID.
getTraceId() - Method in class kieker.tools.trace.analysis.systemModel.Execution
Deprecated.
 
getTraceId() - Method in class kieker.tools.trace.analysis.systemModel.TraceInformation
Deprecated.
Returns the trace ID.
getTraceID() - Method in class kieker.model.analysismodel.trace.impl.TraceImpl
getTraceID() - Method in interface kieker.model.analysismodel.trace.Trace
Returns the value of the 'Trace ID' attribute.
getTraceInformation() - Method in class kieker.model.system.model.AbstractTrace
Returns information about this trace.
getTraceInformation() - Method in class kieker.tools.trace.analysis.systemModel.AbstractTrace
Deprecated.
Returns information about this trace.
getTraceMetadata() - Method in class kieker.analysis.architecture.trace.flow.TraceEventRecords
Delivers the stored traces.
getTraceMetadata() - Method in class kieker.analysis.plugin.filter.flow.TraceEventRecords
Deprecated.
Delivers the stored traces.
getTracePackage() - Method in class kieker.model.analysismodel.trace.impl.TraceFactoryImpl
getTracePackage() - Method in interface kieker.model.analysismodel.trace.TraceFactory
Returns the package supported by this factory.
getTraceRecordsInputPort() - Method in class kieker.analysis.architecture.trace.flow.EventRecordTraceReconstructionStage
 
getTransformation() - Method in class kieker.analysis.generic.sink.graph.AbstractTransformer
 
getTransformation() - Method in class kieker.analysis.generic.sink.graph.blueprints.BlueprintsTransformer
 
getTransformation() - Method in class kieker.analysis.generic.sink.graph.graphml.GraphMLTransformer
 
getTriggerInputPort() - Method in class kieker.analysis.util.stage.trigger.ForwardOnTriggerStage
 
getTriggerTimestamp() - Method in class kieker.analysis.architecture.adaptation.events.BasicTcpControlEvent
 
getTuple() - Method in interface kieker.model.analysismodel.execution.ExecutionPackage
Returns the meta object for class 'Tuple'.
getTuple() - Method in class kieker.model.analysismodel.execution.impl.ExecutionPackageImpl
getTuple__Equals__Object() - Method in interface kieker.model.analysismodel.execution.ExecutionPackage
Returns the meta object for the 'Equals' operation.
getTuple__Equals__Object() - Method in class kieker.model.analysismodel.execution.impl.ExecutionPackageImpl
getTuple__HashCode() - Method in interface kieker.model.analysismodel.execution.ExecutionPackage
Returns the meta object for the 'Hash Code' operation.
getTuple__HashCode() - Method in class kieker.model.analysismodel.execution.impl.ExecutionPackageImpl
getTuple_First() - Method in interface kieker.model.analysismodel.execution.ExecutionPackage
Returns the meta object for the reference 'First'.
getTuple_First() - Method in class kieker.model.analysismodel.execution.impl.ExecutionPackageImpl
getTuple_Second() - Method in interface kieker.model.analysismodel.execution.ExecutionPackage
Returns the meta object for the reference 'Second'.
getTuple_Second() - Method in class kieker.model.analysismodel.execution.impl.ExecutionPackageImpl
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.model.analysismodel.type.impl.StorageTypeImpl
getType() - Method in interface kieker.model.analysismodel.type.StorageType
Returns the value of the 'Type' attribute.
getType() - Method in class kieker.model.system.model.AssemblyComponent
 
getType() - Method in class kieker.tools.trace.analysis.systemModel.AssemblyComponent
Deprecated.
 
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.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
getTypedKey() - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
getTypedKey() - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyProvidedInterfaceMapEntryImpl
getTypedKey() - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyStorageMapEntryImpl
getTypedKey() - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
getTypedKey() - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
getTypedKey() - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedProvidedInterfaceMapEntryImpl
getTypedKey() - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedStorageMapEntryImpl
getTypedKey() - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
getTypedKey() - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedOperationsMapEntryImpl
getTypedKey() - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedStorageMapEntryImpl
getTypedKey() - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToInvocationMapEntryImpl
getTypedKey() - Method in class kieker.model.analysismodel.source.impl.EObjectToSourceEntryImpl
getTypedKey() - Method in class kieker.model.analysismodel.statistics.impl.EObjectToStatisticsMapEntryImpl
getTypedKey() - Method in class kieker.model.analysismodel.statistics.impl.EPropertyTypeToValueImpl
getTypedKey() - Method in class kieker.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
getTypedKey() - Method in class kieker.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
getTypedKey() - Method in class kieker.model.analysismodel.type.impl.EStringToProvidedInterfaceTypeMapEntryImpl
getTypedKey() - Method in class kieker.model.analysismodel.type.impl.EStringToStorageTypeMapEntryImpl
getTypedKey() - Method in class kieker.model.analysismodel.type.impl.InterfaceEStringToOperationTypeMapEntryImpl
getTypedKey() - Method in class kieker.model.collection.impl.CouplingToOperationMapImpl
getTypedKey() - Method in class kieker.model.collection.impl.NameToOperationMapImpl
getTypedValue() - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
getTypedValue() - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
getTypedValue() - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyProvidedInterfaceMapEntryImpl
getTypedValue() - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyStorageMapEntryImpl
getTypedValue() - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
getTypedValue() - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
getTypedValue() - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedProvidedInterfaceMapEntryImpl
getTypedValue() - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedStorageMapEntryImpl
getTypedValue() - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
getTypedValue() - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedOperationsMapEntryImpl
getTypedValue() - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedStorageMapEntryImpl
getTypedValue() - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToInvocationMapEntryImpl
getTypedValue() - Method in class kieker.model.analysismodel.source.impl.EObjectToSourceEntryImpl
getTypedValue() - Method in class kieker.model.analysismodel.statistics.impl.EObjectToStatisticsMapEntryImpl
getTypedValue() - Method in class kieker.model.analysismodel.statistics.impl.EPropertyTypeToValueImpl
getTypedValue() - Method in class kieker.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
getTypedValue() - Method in class kieker.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
getTypedValue() - Method in class kieker.model.analysismodel.type.impl.EStringToProvidedInterfaceTypeMapEntryImpl
getTypedValue() - Method in class kieker.model.analysismodel.type.impl.EStringToStorageTypeMapEntryImpl
getTypedValue() - Method in class kieker.model.analysismodel.type.impl.InterfaceEStringToOperationTypeMapEntryImpl
getTypedValue() - Method in class kieker.model.collection.impl.CouplingToOperationMapImpl
getTypedValue() - Method in class kieker.model.collection.impl.NameToOperationMapImpl
getTypeFactory() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getTypeFactory() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the factory that creates the instances of the model.
getTypeModel() - Method in class kieker.analysis.architecture.recovery.StaticModelsAssemblerStage
 
getTypeModel() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getTypeModel() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for class 'Model'.
getTypeModel_ComponentTypes() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
getTypeModel_ComponentTypes() - Method in interface kieker.model.analysismodel.type.TypePackage
Returns the meta object for the map 'Component Types'.
getTypeName() - Method in class kieker.model.system.model.ComponentType
Delivers the name of the type.
getTypeName() - Method in class kieker.tools.trace.analysis.systemModel.ComponentType
Deprecated.
Delivers the name of the type.
getTypePackage() - Method in class kieker.model.analysismodel.type.impl.TypeFactoryImpl
getTypePackage() - Method in interface kieker.model.analysismodel.type.TypeFactory
Returns the package supported by this factory.
getTypeRepositoryFactory() - Method in class kieker.model.repository.SystemModelRepository
Deprecated.
Delivering the factory managing the available component types.
getTypeRepositoryFactory() - Method in class kieker.tools.trace.analysis.systemModel.repository.SystemModelRepository
Deprecated.
Delivering the factory managing the available component types.
getTypes() - Method in class kieker.analysis.generic.sink.NullSink
 
getUncountedRecordsOutputPort() - Method in class kieker.analysis.generic.MonitoringThroughputStage
 
getUniqueTraceId() - Method in enum kieker.monitoring.core.registry.ControlFlowRegistry
This methods returns a globally unique trace id.
getUnit() - Method in class kieker.model.analysismodel.statistics.impl.ScalarMeasurementImpl
getUnit() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsPackageImpl
getUnit() - Method in interface kieker.model.analysismodel.statistics.ScalarMeasurement
Returns the value of the 'Unit' reference.
getUnit() - Method in interface kieker.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for class 'Unit'.
getUnits() - Method in interface kieker.model.analysismodel.statistics.ComposedUnit
Returns the value of the 'Units' containment reference list.
getUnits() - Method in class kieker.model.analysismodel.statistics.impl.ComposedUnitImpl
getUnits() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsModelImpl
getUnits() - Method in interface kieker.model.analysismodel.statistics.StatisticsModel
Returns the value of the 'Units' containment reference list.
getUnitType() - Method in class kieker.model.analysismodel.statistics.impl.SIUnitImpl
getUnitType() - Method in interface kieker.model.analysismodel.statistics.SIUnit
Returns the value of the 'Unit Type' attribute.
getUnloadedClassCount() - Method in class kieker.common.record.jvm.ClassLoadingRecord
 
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
 
getUserSessionOutputPort() - Method in class kieker.analysis.behavior.EntryCallSequenceStage
 
getUtilization() - Method in class kieker.common.record.system.ResourceUtilizationRecord
 
getValidEventRecordTraceInputPort() - Method in class kieker.analysis.plugin.trace.EventRecordTraceCounter
Deprecated.
 
getValidTracesOutputPort() - Method in class kieker.analysis.architecture.trace.flow.AbstractEventRecordTraceReconstructionStage
 
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.analysis.util.timeseries.DoubleTimeSeriesPoint
 
getValue() - Method in class kieker.analysis.util.timeseries.LongTimeSeriesPoint
 
getValue() - Method in class kieker.analysis.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.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
getValue() - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
getValue() - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyProvidedInterfaceMapEntryImpl
getValue() - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyStorageMapEntryImpl
getValue() - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
getValue() - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
getValue() - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedProvidedInterfaceMapEntryImpl
getValue() - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedStorageMapEntryImpl
getValue() - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
getValue() - Method in enum kieker.model.analysismodel.execution.EDirection
getValue() - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedOperationsMapEntryImpl
getValue() - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedStorageMapEntryImpl
getValue() - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToInvocationMapEntryImpl
getValue() - Method in class kieker.model.analysismodel.source.impl.EObjectToSourceEntryImpl
getValue() - Method in interface kieker.model.analysismodel.statistics.DoubleMeasurement
Returns the value of the 'Value' attribute.
getValue() - Method in enum kieker.model.analysismodel.statistics.EPrefix
getValue() - Method in enum kieker.model.analysismodel.statistics.ESIUnitType
getValue() - Method in interface kieker.model.analysismodel.statistics.FloatMeasurement
Returns the value of the 'Value' attribute.
getValue() - Method in class kieker.model.analysismodel.statistics.impl.DoubleMeasurementImpl
getValue() - Method in class kieker.model.analysismodel.statistics.impl.EObjectToStatisticsMapEntryImpl
getValue() - Method in class kieker.model.analysismodel.statistics.impl.EPropertyTypeToValueImpl
getValue() - Method in class kieker.model.analysismodel.statistics.impl.FloatMeasurementImpl
getValue() - Method in class kieker.model.analysismodel.statistics.impl.IntMeasurementImpl
getValue() - Method in class kieker.model.analysismodel.statistics.impl.LongMeasurementImpl
getValue() - Method in interface kieker.model.analysismodel.statistics.IntMeasurement
Returns the value of the 'Value' attribute.
getValue() - Method in interface kieker.model.analysismodel.statistics.LongMeasurement
Returns the value of the 'Value' attribute.
getValue() - Method in class kieker.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
getValue() - Method in class kieker.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
getValue() - Method in class kieker.model.analysismodel.type.impl.EStringToProvidedInterfaceTypeMapEntryImpl
getValue() - Method in class kieker.model.analysismodel.type.impl.EStringToStorageTypeMapEntryImpl
getValue() - Method in class kieker.model.analysismodel.type.impl.InterfaceEStringToOperationTypeMapEntryImpl
getValue() - Method in class kieker.model.collection.impl.CouplingToOperationMapImpl
getValue() - Method in class kieker.model.collection.impl.NameToOperationMapImpl
getValueDeserializer() - Method in class kieker.analysis.generic.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.EntryLevelBeforeOperationEvent
This method delivers an array containing the value names of the record.
getValueNames() - Method in class kieker.common.record.flow.trace.operation.EntryLevelBeforeOperationEventFactory
 
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.operation.object.EntryLevelBeforeOperationObjectEvent
This method delivers an array containing the value names of the record.
getValueNames() - Method in class kieker.common.record.flow.trace.operation.object.EntryLevelBeforeOperationObjectEventFactory
 
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.OperationCallEvent
This method delivers an array containing the value names of the record.
getValueNames() - Method in class kieker.common.record.misc.OperationCallEventFactory
 
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.session.SessionEndEvent
This method delivers an array containing the value names of the record.
getValueNames() - Method in class kieker.common.record.session.SessionEndEventFactory
 
getValueNames() - Method in class kieker.common.record.session.SessionStartEvent
This method delivers an array containing the value names of the record.
getValueNames() - Method in class kieker.common.record.session.SessionStartEventFactory
 
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.analysis.behavior.events.EntryCallEvent
 
getValues() - Method in class kieker.common.record.flow.trace.operation.EntryLevelBeforeOperationEvent
 
getValues() - Method in interface kieker.common.record.flow.trace.operation.IPayloadCharacterization
 
getValues() - Method in class kieker.common.record.flow.trace.operation.object.EntryLevelBeforeOperationObjectEvent
 
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
 
getValues() - Method in class kieker.model.analysismodel.statistics.impl.VectorMeasurementImpl
getValues() - Method in interface kieker.model.analysismodel.statistics.VectorMeasurement
Returns the value of the 'Values' containment reference list.
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.EntryLevelBeforeOperationEvent
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.EntryLevelBeforeOperationEventFactory
 
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.operation.object.EntryLevelBeforeOperationObjectEvent
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.EntryLevelBeforeOperationObjectEventFactory
 
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.OperationCallEvent
This method delivers an array with the classes of the single values for the record.
getValueTypes() - Method in class kieker.common.record.misc.OperationCallEventFactory
 
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.session.SessionEndEvent
This method delivers an array with the classes of the single values for the record.
getValueTypes() - Method in class kieker.common.record.session.SessionEndEventFactory
 
getValueTypes() - Method in class kieker.common.record.session.SessionStartEvent
This method delivers an array with the classes of the single values for the record.
getValueTypes() - Method in class kieker.common.record.session.SessionStartEventFactory
 
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
 
getVariables() - Method in class kieker.analysis.code.data.GlobalDataEntry
 
getVectorMeasurement() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsPackageImpl
getVectorMeasurement() - Method in interface kieker.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for class 'Vector Measurement'.
getVectorMeasurement_Values() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsPackageImpl
getVectorMeasurement_Values() - Method in interface kieker.model.analysismodel.statistics.StatisticsPackage
Returns the meta object for the containment reference list 'Values'.
getVersion() - Method in class kieker.common.record.misc.KiekerMetadataRecord
 
getVersion() - Static method in class kieker.monitoring.core.controller.MonitoringController
Return the version name of this controller instance.
getVERSION() - Static method in class kieker.common.util.Version
Returns the version String.
getVertices() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraph
Deprecated.
 
getVertices() - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraph
Returns the vertices contained in this graph.
getVertices() - Method in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraph
 
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
 
GIGA - kieker.model.analysismodel.statistics.EPrefix
The 'Giga' literal object.
GIGA_VALUE - Static variable in enum kieker.model.analysismodel.statistics.EPrefix
The 'Giga' literal value.
GlobalDataEntry - Class in kieker.analysis.code.data
 
GlobalDataEntry() - Constructor for class kieker.analysis.code.data.GlobalDataEntry
 
GlobalDataEntry(String, String, String, String) - Constructor for class kieker.analysis.code.data.GlobalDataEntry
 
GRAM - kieker.model.analysismodel.statistics.ESIUnitType
The 'Gram' literal object.
GRAM_VALUE - Static variable in enum kieker.model.analysismodel.statistics.ESIUnitType
The 'Gram' literal value.
graph - Variable in class kieker.analysis.architecture.dependency.AbstractDependencyGraphBuilder
 
graph - Variable in class kieker.analysis.generic.sink.graph.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
 
GRAPH - org.graphdrawing.graphml.KeyForType
 
graphAttributes - Variable in class kieker.analysis.generic.sink.graph.dot.DotExportMapper
 
GraphEdgedefaultType - Enum in org.graphdrawing.graphml
Java class for graph.edgedefault.type.
GraphEdgeidsType - Enum in org.graphdrawing.graphml
Java class for graph.edgeids.type.
GraphEditDistance<N extends INode,​E extends IEdge> - Class in kieker.analysis.generic.graph.clustering
This class calculates a custom graph edit distance between two Behavior Models.
GraphEditDistance(BasicCostFunction<N, E>) - Constructor for class kieker.analysis.generic.graph.clustering.GraphEditDistance
This can be used, to set the node, edge and eventgroup insertion cost for the Graph Edit Distance Algorithm to the values in the configuration.
GraphFactory - Class in kieker.analysis.generic.graph
Factory for Kieker graph elements.
GraphFlattenerStage<N extends INode,​E extends IEdge> - Class in kieker.analysis.generic.graph.flattening
 
GraphFlattenerStage(IGraphFlattener<N, E>) - Constructor for class kieker.analysis.generic.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(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.
GraphFormattingException(Throwable) - Constructor for exception kieker.tools.trace.analysis.filter.visualization.exception.GraphFormattingException
Creates a new exception with the given cause.
GraphImpl<N extends INode,​E extends IEdge> - Class in kieker.analysis.generic.graph.impl
Graph with label.
GraphImpl(String, MutableNetwork<N, E>) - Constructor for class kieker.analysis.generic.graph.impl.GraphImpl
 
GRAPHML - org.graphdrawing.graphml.KeyForType
 
GraphMLFileWriterStage<N extends INode,​E extends IEdge> - Class in kieker.analysis.generic.sink.graph.graphml
 
GraphMLFileWriterStage(Path) - Constructor for class kieker.analysis.generic.sink.graph.graphml.GraphMLFileWriterStage
 
GraphMLFileWriterStage(Function<IGraph<N, E>, Path>) - Constructor for class kieker.analysis.generic.sink.graph.graphml.GraphMLFileWriterStage
 
GraphMLTransformationStage<N extends INode,​E extends IEdge> - Class in kieker.analysis.generic.sink.graph.graphml
 
GraphMLTransformationStage() - Constructor for class kieker.analysis.generic.sink.graph.graphml.GraphMLTransformationStage
 
GraphMLTransformer<N extends INode,​E extends IEdge> - Class in kieker.analysis.generic.sink.graph.graphml
 
GraphMLTransformer(MutableNetwork<N, E>, String) - Constructor for class kieker.analysis.generic.sink.graph.graphml.GraphMLTransformer
 
GraphMLTransformer(IGraph<N, E>) - Constructor for class kieker.analysis.generic.sink.graph.graphml.GraphMLTransformer
 
GraphmlType - Class in org.graphdrawing.graphml
Complex type for the element.
GraphmlType() - Constructor for class org.graphdrawing.graphml.GraphmlType
 
GraphMLWriterStage<N extends INode,​E extends IEdge> - Class in kieker.analysis.generic.sink.graph.graphml
 
GraphMLWriterStage(Function<IGraph<N, E>, OutputStream>) - Constructor for class kieker.analysis.generic.sink.graph.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<N extends INode,​E extends IEdge> - Class in kieker.analysis.util.debug
This stage prints Graphs to a given PrintStream or System.out if no one specified.
GraphPrinterStage() - Constructor for class kieker.analysis.util.debug.GraphPrinterStage
 
GraphPrinterStage(PrintStream) - Constructor for class kieker.analysis.util.debug.GraphPrinterStage
 
GraphTransformerVisitor - Class in kieker.analysis.architecture.trace.graph
 
GraphTransformerVisitor(IGraph<INode, IEdge>) - Constructor for class kieker.analysis.architecture.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
Deprecated.
1.15 ported to teetime
GraphWriterPlugin - Class in kieker.visualization.trace
Generic graph writer plugin to generate graph specifications and save them to disk.
GraphWriterPlugin(String, String, boolean, boolean, boolean) - Constructor for class kieker.visualization.trace.GraphWriterPlugin
Creates a new instance of this class using the given parameters.
GraphWriterPlugin(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.visualization.GraphWriterPlugin
Deprecated.
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 - kieker.common.util.filesystem.BinaryCompressionMethod
Deprecated.
A binary compression method using the compression format "GZIP".
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
Gzip 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.generic.depcompression
 
GZipDecompressionFilter() - Constructor for class kieker.analysis.generic.depcompression.GZipDecompressionFilter
Create new gzip decompression filter.

H

handleAfterOperationEventRecord(AfterOperationEvent) - Method in class kieker.analysis.architecture.trace.reconstruction.TraceReconstructionBuffer
 
handleBeforeOperationEventRecord(BeforeOperationEvent) - Method in class kieker.analysis.architecture.trace.reconstruction.TraceReconstructionBuffer
 
handleKiekerMetadataRecord(KiekerMetadataRecord) - Method in class kieker.analysis.AnalysisController
Deprecated.
Called whenever an KiekerMetadataRecord is found inside the filters network.
handleMessage(SoapMessage) - Method in class kieker.monitoring.probe.cxf.OperationExecutionSOAPRequestOutInterceptor
 
handleMessage(SoapMessage) - Method in class kieker.monitoring.probe.cxf.OperationExecutionSOAPResponseOutInterceptor
 
handleMessage(Message) - Method in class kieker.monitoring.probe.cxf.OperationExecutionSOAPRequestInInterceptor
 
handleMessage(Message) - Method in class kieker.monitoring.probe.cxf.OperationExecutionSOAPResponseInInterceptor
 
HandleMetadataRecordStage - Class in kieker.analysis.generic
Receive all events and filter out the metadata records and store its information in a metadata model.
HandleMetadataRecordStage(Map<String, KiekerMetadataRecord>) - Constructor for class kieker.analysis.generic.HandleMetadataRecordStage
 
handleOrigin(AbstractGraphElement<T>, T) - Method in class kieker.tools.trace.analysis.filter.AbstractGraphProducingFilter
Deprecated.
 
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
 
handleOrigin(AbstractGraphElement<T>, T) - Method in class kieker.visualization.trace.AbstractGraphProducingFilter
 
handleRegistryRecord(ByteBuffer) - Method in class kieker.analysis.plugin.reader.AbstractStringRegistryReaderPlugin
Deprecated.
Handles the given raw data for a registry record.
handleRegularRecord(ByteBuffer) - Method in class kieker.analysis.plugin.reader.AbstractStringRegistryReaderPlugin
Deprecated.
Handles the given raw data for a regular record.
handleTrace(Trace) - Method in class kieker.analysis.architecture.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.
hasChildGraph() - Method in class kieker.analysis.generic.graph.impl.NodeImpl
 
hasChildGraph() - Method in interface kieker.analysis.generic.graph.INode
 
hash - Variable in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
hash - Variable in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
hash - Variable in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyProvidedInterfaceMapEntryImpl
hash - Variable in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyStorageMapEntryImpl
hash - Variable in class kieker.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
hash - Variable in class kieker.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
hash - Variable in class kieker.model.analysismodel.deployment.impl.EStringToDeployedProvidedInterfaceMapEntryImpl
hash - Variable in class kieker.model.analysismodel.deployment.impl.EStringToDeployedStorageMapEntryImpl
hash - Variable in class kieker.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
hash - Variable in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedOperationsMapEntryImpl
hash - Variable in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedStorageMapEntryImpl
hash - Variable in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToInvocationMapEntryImpl
hash - Variable in class kieker.model.analysismodel.source.impl.EObjectToSourceEntryImpl
hash - Variable in class kieker.model.analysismodel.statistics.impl.EObjectToStatisticsMapEntryImpl
hash - Variable in class kieker.model.analysismodel.statistics.impl.EPropertyTypeToValueImpl
hash - Variable in class kieker.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
hash - Variable in class kieker.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
hash - Variable in class kieker.model.analysismodel.type.impl.EStringToProvidedInterfaceTypeMapEntryImpl
hash - Variable in class kieker.model.analysismodel.type.impl.EStringToStorageTypeMapEntryImpl
hash - Variable in class kieker.model.analysismodel.type.impl.InterfaceEStringToOperationTypeMapEntryImpl
hash - Variable in class kieker.model.collection.impl.CouplingToOperationMapImpl
hash - Variable in class kieker.model.collection.impl.NameToOperationMapImpl
hashCode() - Method in class kieker.analysis.architecture.recovery.events.CallEvent
 
hashCode() - Method in class kieker.analysis.architecture.recovery.events.GenericElementEvent
 
hashCode() - Method in class kieker.analysis.architecture.recovery.events.OperationEvent
 
hashCode() - Method in class kieker.analysis.architecture.recovery.events.StorageEvent
 
hashCode() - Method in class kieker.analysis.architecture.trace.flow.TraceEventRecords
 
hashCode() - Method in class kieker.analysis.behavior.events.EntryCallEvent
 
hashCode() - Method in class kieker.analysis.behavior.model.UserSession
 
hashCode() - Method in class kieker.analysis.code.data.CallerCalleeEntry
 
hashCode() - Method in class kieker.analysis.code.data.DataflowEntry
 
hashCode() - Method in class kieker.analysis.code.data.FileOperationEntry
 
hashCode() - Method in class kieker.analysis.code.data.GlobalDataEntry
 
hashCode() - Method in class kieker.analysis.code.data.NotFoundEntry
 
hashCode() - Method in class kieker.analysis.metrics.graph.entropy.KiekerNode
 
hashCode() - Method in class kieker.analysis.plugin.filter.flow.TraceEventRecords
Deprecated.
 
hashCode() - Method in class kieker.analysis.util.Tuple
 
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.EntryLevelBeforeOperationEvent
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.operation.object.EntryLevelBeforeOperationObjectEvent
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.OperationCallEvent
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.session.SessionEndEvent
hashCode() - Method in class kieker.common.record.session.SessionStartEvent
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.model.analysismodel.execution.impl.TupleImpl
hashCode() - Method in interface kieker.model.analysismodel.execution.Tuple
hashCode() - Method in class kieker.model.analysismodel.util.ComposedKey
 
hashCode() - Method in interface kieker.model.collection.Coupling
hashCode() - Method in class kieker.model.collection.impl.CouplingImpl
hashCode() - Method in class kieker.model.system.model.AbstractMessage
 
hashCode() - Method in class kieker.model.system.model.AbstractTrace
hashCode() - Method in class kieker.model.system.model.AllocationComponent
 
hashCode() - Method in class kieker.model.system.model.AssemblyComponent
 
hashCode() - Method in class kieker.model.system.model.ComponentType
 
hashCode() - Method in class kieker.model.system.model.Execution
 
hashCode() - Method in class kieker.model.system.model.ExecutionContainer
 
hashCode() - Method in class kieker.model.system.model.ExecutionTrace
 
hashCode() - Method in class kieker.model.system.model.InvalidExecutionTrace
 
hashCode() - Method in class kieker.model.system.model.MessageTrace
 
hashCode() - Method in class kieker.model.system.model.Operation
 
hashCode() - Method in class kieker.model.system.model.SynchronousCallMessage
 
hashCode() - Method in class kieker.model.system.model.SynchronousReplyMessage
 
hashCode() - Method in class kieker.model.system.model.TraceInformation
 
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
Deprecated.
 
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.AbstractTrace
Deprecated.
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.AllocationComponent
Deprecated.
 
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.AssemblyComponent
Deprecated.
 
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.ComponentType
Deprecated.
 
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.Execution
Deprecated.
 
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionContainer
Deprecated.
 
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Deprecated.
 
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.InvalidExecutionTrace
Deprecated.
 
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.MessageTrace
Deprecated.
 
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.Operation
Deprecated.
 
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.SynchronousCallMessage
Deprecated.
 
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.SynchronousReplyMessage
Deprecated.
 
hashCode() - Method in class kieker.tools.trace.analysis.systemModel.TraceInformation
Deprecated.
 
hasNext() - Method in class kieker.analysis.generic.clustering.mtree.query.ResultsIterator
 
hasReturnType() - Method in class kieker.common.util.signature.Signature
Tells whether the current signature has a return type or not.
hasSameParameters(EntryCallEvent) - Method in class kieker.analysis.behavior.model.EventGroup
 
hasSameParameters(EventGroup) - Method in class kieker.analysis.behavior.model.EventGroup
 
hasValidFileExtension(String) - Static method in class kieker.analysis.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.
HECTO - kieker.model.analysismodel.statistics.EPrefix
The 'Hecto' literal object.
HECTO_VALUE - Static variable in enum kieker.model.analysismodel.statistics.EPrefix
The 'Hecto' literal value.
help - Variable in class kieker.tools.common.AbstractLegacyTool
true if help should be displayed.
HOST_NAME - Static variable in class kieker.monitoring.core.configuration.ConfigurationConstants
 
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.session.SessionEndEvent
 
HOSTNAME - Static variable in class kieker.common.record.session.SessionStartEvent
 
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.analysis.util
A class that manages host names for trace IDs.
HostnameRepository() - Constructor for class kieker.analysis.util.HostnameRepository
 
HotspotDetection - Class in kieker.analysis.util.debug.hotspotdetection
This class executes a HotspotDetectionConfiguration.
HotspotDetection(File) - Constructor for class kieker.analysis.util.debug.hotspotdetection.HotspotDetection
 
HotspotDetectionConfiguration - Class in kieker.analysis.util.debug.hotspotdetection
Configuration for a hotspot detection based on the longest execution time of methods without children.
HotspotDetectionConfiguration(File) - Constructor for class kieker.analysis.util.debug.hotspotdetection.HotspotDetectionConfiguration
 
HotspotDetectionStage - Class in kieker.analysis.util.debug.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.analysis.util.debug.hotspotdetection.HotspotDetectionStage
 
HotspotDetectionStage(int, PrintStream) - Constructor for class kieker.analysis.util.debug.hotspotdetection.HotspotDetectionStage
 
href - Variable in class org.graphdrawing.graphml.LocatorType
 
HUMAN_READABLE_DATE_FORMAT - Static variable in class kieker.tools.settings.converters.DateConverter
Date format pattern used for information.
HYPEREDGE - org.graphdrawing.graphml.KeyForType
 
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.generic.source
Access restriction handler for network based IO.
IAnalysisComponent - Interface in kieker.analysis.analysisComponent
Deprecated.
since 1.15.1
IAnalysisController - Interface in kieker.analysis
Deprecated.
1.15 can be removed when all tools are ported to TeeTime
IBackwardsIterable<T> - Interface in kieker.analysis.util
Implementing this interface allows an object to get iterated backwards.
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.analysis.architecture.recovery.signature
A IComponentNameBuilder can be used to create the component name from a package name and a component name.
IComponentSignatureExtractor - Interface in kieker.analysis.architecture.recovery.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
 
IControlEventMatcher<C,​B> - Interface in kieker.analysis.generic
Matcher interface to control whether an event can pass or must be held.
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.
IDependencyGraphBuilder - Interface in kieker.analysis.architecture.dependency
 
IDependencyGraphBuilderConfiguration - Interface in kieker.analysis.architecture.dependency
 
IDependencyGraphBuilderFactory<T extends IDependencyGraphBuilderConfiguration> - Interface in kieker.analysis.architecture.dependency
 
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.
IDistanceFunction<T> - Interface in kieker.analysis.generic.clustering.mtree
An object that can calculate the distance between two data objects.
IDLE - Static variable in class kieker.common.record.system.CPUUtilizationRecord
 
IEdge - Interface in kieker.analysis.generic.graph
Marker Interface for edges.
IEdgeVisitor<E extends IEdge> - Interface in kieker.analysis.generic.graph.traversal
 
IElement - Interface in kieker.analysis.generic.graph
 
IEntryCallAcceptanceMatcher - Interface in kieker.analysis.behavior.acceptance.matcher
Interface for EntryCallEvent acceptance matcher.
IErrorMessages - Interface in kieker.analysis.architecture.adaptation.data
Represents messages that contain errors warnings and so on that may occur during the execution of the analysis.
IEventMatcher<T> - Interface in kieker.analysis.generic
Interface for event matchers used in the dynamic event dispatcher.
IEventRecord - Interface in kieker.common.record.flow
 
IExceptionRecord - Interface in kieker.common.record.flow
 
IFilterPlugin - Interface in kieker.analysis.plugin.filter
Deprecated.
since 1.15.1 old plugin api
IFlowRecord - Interface in kieker.common.record.flow
 
IGNORE - kieker.analysis.plugin.filter.forward.ListCollectionFilter.ListFullBehavior
Deprecated.
Ignores the given entry.
IGNORE - kieker.analysis.util.debug.ListCollectionFilter.ListFullBehavior
Ignores the given entry.
IGNORE_NEW_ENTRIES - kieker.common.util.map.BoundedConcurrentHashMap.BoundedCacheBehaviour
 
IGraph<N extends INode,​E extends IEdge> - Interface in kieker.analysis.generic.graph
The Kieker IGraph is based on the google Graph library.
IGraphElementSelector - Interface in kieker.analysis.generic.graph
Interface for a node and edge selector for graphs to realize diff and subtract.
IGraphFlattener<N extends INode,​E extends IEdge> - Interface in kieker.analysis.generic.graph.flattening
 
IGraphOutputtingFilter<G extends AbstractGraph<?,​?,​?>> - Interface in kieker.tools.trace.analysis.filter
Deprecated.
1.15 has no ressemblence in the teetime port
IGraphProducingFilter<G extends AbstractGraph<?,​?,​?>> - Interface in kieker.tools.trace.analysis.filter
Deprecated.
1.15 ported to teetime
IGraphProducingFilter<G extends AbstractGraph<?,​?,​?>> - Interface in kieker.visualization.trace
Interface for graph-producing filters.
IInterfaceRecord - Interface in kieker.common.record.flow
 
ILeafness<DATA> - Interface in kieker.analysis.generic.clustering.mtree
 
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.
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.
ImplementsEventMatcher<T> - Class in kieker.analysis.generic
Match the events by implementing interface.
ImplementsEventMatcher(Class<T>, IEventMatcher<? extends Object>) - Constructor for class kieker.analysis.generic.ImplementsEventMatcher
Create an event matcher to match events for a specific interface.
IN - org.graphdrawing.graphml.EndpointTypeType
 
inc(long) - Method in class kieker.analysis.util.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
Deprecated.
The flag determining whether to include weights or not.
includeWeights - Variable in class kieker.visualization.trace.dependency.graph.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.
indent() - Method in class kieker.analysis.generic.sink.IndentWriter
 
IndentWriter - Class in kieker.analysis.generic.sink
 
IndentWriter(Writer) - Constructor for class kieker.analysis.generic.sink.IndentWriter
 
IndentWriter(Writer, char, int) - Constructor for class kieker.analysis.generic.sink.IndentWriter
 
index - Variable in class kieker.analysis.util.emf.EReferenceIndex
 
IndexItem<T> - Class in kieker.analysis.generic.clustering.mtree.nodes
 
IndexItem(T) - Constructor for class kieker.analysis.generic.clustering.mtree.nodes.IndexItem
 
INFINITE_EMITS - Static variable in class kieker.analysis.plugin.reader.timer.TimeReader
Deprecated.
A value for the number of impulses.
InfluxDBWriter - Class in kieker.monitoring.writer.influxdb
Deprecated.
2.0.0
InfluxDBWriter(Configuration) - Constructor for class kieker.monitoring.writer.influxdb.InfluxDBWriter
Deprecated.
Creates a new instance of this class using the given parameters.
init() - Method in class kieker.analysis.generic.source.amqp.AMQPReader
 
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
Deprecated.
Initiates the start of a component.
init() - Method in class kieker.analysis.plugin.filter.forward.CountingFilter
Deprecated.
 
init() - Method in interface kieker.analysis.plugin.IPlugin
Deprecated.
Initiates the start of a component.
init() - Method in class kieker.analysis.plugin.reader.AbstractReaderPlugin
Deprecated.
Initiates the start of a component.
init() - Method in class kieker.analysis.plugin.reader.AbstractStringRegistryReaderPlugin
Deprecated.
 
init() - Method in class kieker.analysis.plugin.reader.amqp.AmqpReader
Deprecated.
 
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
Deprecated.
 
init() - Static method in class kieker.model.analysismodel.assembly.impl.AssemblyFactoryImpl
Creates the default factory implementation.
init() - Static method in class kieker.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.model.analysismodel.deployment.impl.DeploymentFactoryImpl
Creates the default factory implementation.
init() - Static method in class kieker.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.model.analysismodel.execution.impl.ExecutionFactoryImpl
Creates the default factory implementation.
init() - Static method in class kieker.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.model.analysismodel.impl.AnalysismodelFactoryImpl
Creates the default factory implementation.
init() - Static method in class kieker.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.model.analysismodel.source.impl.SourceFactoryImpl
Creates the default factory implementation.
init() - Static method in class kieker.model.analysismodel.source.impl.SourcePackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init() - Static method in class kieker.model.analysismodel.statistics.impl.StatisticsFactoryImpl
Creates the default factory implementation.
init() - Static method in class kieker.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.model.analysismodel.trace.impl.TraceFactoryImpl
Creates the default factory implementation.
init() - Static method in class kieker.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.model.analysismodel.type.impl.TypeFactoryImpl
Creates the default factory implementation.
init() - Static method in class kieker.model.analysismodel.type.impl.TypePackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init() - Static method in class kieker.model.collection.impl.CollectionFactoryImpl
Creates the default factory implementation.
init() - Static method in class kieker.model.collection.impl.CollectionPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
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() - Method in class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
Deprecated.
Initiates the start of a component.
init() - Method in class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFilter
Deprecated.
 
init() - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AggregatedAllocationComponentOperationCallTreeFilter
Deprecated.
Initiates the start of a component.
init() - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AggregatedAssemblyComponentOperationCallTreeFilter
Deprecated.
Initiates the start of a component.
init(FilterConfig) - Method in class kieker.monitoring.probe.servlet.SessionAndTraceRegistrationFilter
 
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.model.analysismodel.assembly.impl.AssemblyPackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentPackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class kieker.model.analysismodel.execution.impl.ExecutionPackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class kieker.model.analysismodel.impl.AnalysismodelPackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class kieker.model.analysismodel.source.impl.SourcePackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class kieker.model.analysismodel.statistics.impl.StatisticsPackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class kieker.model.analysismodel.trace.impl.TracePackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class kieker.model.analysismodel.type.impl.TypePackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class kieker.model.collection.impl.CollectionPackageImpl
Complete the initialization of the package and its meta-model.
INode - Interface in kieker.analysis.generic.graph
Generic node interface.
INodeVisitor<N extends INode> - Interface in kieker.analysis.generic.graph.traversal
 
input(T) - Method in class kieker.analysis.plugin.filter.forward.ListCollectionFilter
Deprecated.
This method represents the input port.
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
Deprecated.
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
Deprecated.
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
Deprecated.
 
INPUT_PORT_NAME_COMBINED - Static variable in class kieker.analysis.plugin.filter.select.TraceIdFilter
Deprecated.
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
Deprecated.
 
INPUT_PORT_NAME_EVENT_TRACE - Static variable in class kieker.tools.trace.analysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
Deprecated.
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
Deprecated.
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
Deprecated.
The name of the input port for incoming events.
INPUT_PORT_NAME_EVENTS - Static variable in class kieker.analysis.plugin.filter.select.TypeFilter
Deprecated.
The name of the input port receiving new events.
INPUT_PORT_NAME_EXECUTION - Static variable in class kieker.analysis.plugin.filter.select.TimestampFilter
Deprecated.
The name of the input port accepting execution records.
INPUT_PORT_NAME_EXECUTION - Static variable in class kieker.analysis.plugin.filter.select.TraceIdFilter
Deprecated.
The name of the input port accepting execution records.
INPUT_PORT_NAME_EXECUTION_TRACE - Static variable in class kieker.analysis.architecture.trace.execution.TraceEquivalenceClassFilter
This is the name of the input port receiving new execution traces.
INPUT_PORT_NAME_EXECUTION_TRACE - Static variable in class kieker.tools.trace.analysis.filter.traceFilter.TraceEquivalenceClassFilter
Deprecated.
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
Deprecated.
Name of the input port accepting execution traces.
INPUT_PORT_NAME_EXECUTION_TRACES - Static variable in class kieker.tools.trace.analysis.filter.traceWriter.ExecutionTraceWriterFilter
Deprecated.
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
Deprecated.
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
Deprecated.
The name of the input port accepting flow records.
INPUT_PORT_NAME_FLOW - Static variable in class kieker.analysis.plugin.filter.select.TraceIdFilter
Deprecated.
The name of the input port accepting flow records.
INPUT_PORT_NAME_GRAPH - Static variable in class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFilter
Deprecated.
The name of the filter's graph input port.
INPUT_PORT_NAME_GRAPHS - Static variable in class kieker.tools.trace.analysis.filter.visualization.GraphWriterPlugin
Deprecated.
Name of the plugin's graph input port.
INPUT_PORT_NAME_INVALID - Static variable in class kieker.tools.trace.analysis.filter.flow.EventRecordTraceCounter
Deprecated.
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
Deprecated.
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
Deprecated.
The name of the input port receiving the message traces.
INPUT_PORT_NAME_NEW_RECORD - Static variable in class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
Deprecated.
This is the name of the input port receiving new records.
INPUT_PORT_NAME_NEW_TIMESTAMP - Static variable in class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
Deprecated.
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
Deprecated.
The name of the input port receiving other objects.
INPUT_PORT_NAME_RECORDS - Static variable in class kieker.analysis.plugin.filter.record.MonitoringThroughputFilter
Deprecated.
The name of the input port receiving other objects.
INPUT_PORT_NAME_RECORDS - Static variable in class kieker.analysis.plugin.filter.record.RealtimeRecordDelayFilter
Deprecated.
The name of the input port receiving the records.
INPUT_PORT_NAME_RECORDS - Static variable in class kieker.tools.trace.analysis.filter.executionRecordTransformation.ExecutionRecordTransformationFilter
Deprecated.
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
Deprecated.
The name of the input port receiving timestamps.
INPUT_PORT_NAME_TIME_EVENT - Static variable in class kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
Deprecated.
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
Deprecated.
Clock input for timeout handling.
INPUT_PORT_NAME_TRACE_RECORDS - Static variable in class kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
Deprecated.
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
Deprecated.
The name of the input port receiving the trace records.
INPUT_PORT_NAME_TRACES - Static variable in class kieker.analysis.plugin.filter.flow.TraceAggregationFilter
Deprecated.
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
Deprecated.
This is the name of the input port receiving valid record traces.
inputCombined(IMonitoringRecord) - Method in class kieker.analysis.plugin.filter.select.TimestampFilter
Deprecated.
 
inputCombined(IMonitoringRecord) - Method in class kieker.analysis.plugin.filter.select.TraceIdFilter
Deprecated.
This method represents an input port for both operation execution and flow records.
inputEvent(Object) - Method in class kieker.analysis.plugin.filter.forward.CountingFilter
Deprecated.
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
Deprecated.
This method is the input port of the filter receiving incoming objects.
inputEvents(Object) - Method in class kieker.analysis.plugin.filter.select.TypeFilter
Deprecated.
This method represents the input port for the incoming objects.
inputExecutions(Execution) - Method in class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
Deprecated.
This method represents the input port of this filter.
inputIMonitoringRecord(IMonitoringRecord) - Method in class kieker.analysis.plugin.filter.select.TimestampFilter
Deprecated.
 
inputInvalidTrace(TraceEventRecords) - Method in class kieker.tools.trace.analysis.filter.flow.EventRecordTraceCounter
Deprecated.
This method represents the input port for the invalid traces.
inputMessageTraces(MessageTrace) - Method in class kieker.tools.trace.analysis.filter.AbstractMessageTraceProcessingFilter
Deprecated.
This is the (abstract) input port for the incoming message traces.
inputMessageTraces(MessageTrace) - Method in class kieker.tools.trace.analysis.filter.traceWriter.MessageTraceWriterFilter
Deprecated.
This is the (abstract) input port for the incoming message traces.
inputMessageTraces(MessageTrace) - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
Deprecated.
 
inputMessageTraces(MessageTrace) - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.TraceCallTreeFilter
Deprecated.
 
inputMessageTraces(MessageTrace) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ComponentDependencyGraphAllocationFilter
Deprecated.
This is the (abstract) input port for the incoming message traces.
inputMessageTraces(MessageTrace) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ComponentDependencyGraphAssemblyFilter
Deprecated.
This is the (abstract) input port for the incoming message traces.
inputMessageTraces(MessageTrace) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ContainerDependencyGraphFilter
Deprecated.
This is the (abstract) input port for the incoming message traces.
inputMessageTraces(MessageTrace) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationDependencyGraphAllocationFilter
Deprecated.
This is the (abstract) input port for the incoming message traces.
inputMessageTraces(MessageTrace) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationDependencyGraphAssemblyFilter
Deprecated.
This is the (abstract) input port for the incoming message traces.
inputMessageTraces(MessageTrace) - Method in class kieker.tools.trace.analysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter
Deprecated.
 
inputObjects(Object) - Method in class kieker.analysis.plugin.filter.forward.AnalysisThroughputFilter
Deprecated.
 
inputOperationExecutionRecord(OperationExecutionRecord) - Method in class kieker.analysis.plugin.filter.select.TimestampFilter
Deprecated.
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
Deprecated.
This method represents an input port for operation execution records.
inputOperationExecutionRecords(OperationExecutionRecord) - Method in class kieker.tools.trace.analysis.filter.executionRecordTransformation.ExecutionRecordTransformationFilter
Deprecated.
This method represents the input port, processing incoming operation execution records.
InputPort - Annotation Type in kieker.analysis.plugin.annotation
Deprecated.
since 1.15.1 old plugin api
inputPort1 - Variable in class kieker.analysis.util.stage.AbstractBiCombinerStage
 
inputPort2 - Variable in class kieker.analysis.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
Deprecated.
 
inputRecord(IMonitoringRecord) - Method in class kieker.analysis.plugin.filter.record.RealtimeRecordDelayFilter
Deprecated.
This method represents the input port of this filter.
inputRecord(IMonitoringRecord) - Method in class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
Deprecated.
This method represents the input port for new records.
inputTime(Long) - Method in class kieker.analysis.plugin.filter.forward.AnalysisThroughputFilter
Deprecated.
 
inputTimestamp(Long) - Method in class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
Deprecated.
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
Deprecated.
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
Deprecated.
This method represents an input port for flow records.
inputTraceEvents(TraceEventRecords) - Method in class kieker.tools.trace.analysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
Deprecated.
This method represents the input port, processing incoming trace event records.
inputValidTrace(TraceEventRecords) - Method in class kieker.tools.trace.analysis.filter.flow.EventRecordTraceCounter
Deprecated.
This method represents the input port for the valid traces.
inRange(long) - Method in class kieker.analysis.generic.time.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(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
 
insert(IMonitoringRecord) - Method in class kieker.monitoring.queue.behavior.BypassQueueBehavior
 
insert(IMonitoringRecord, String) - Method in class kieker.extension.cassandra.writer.CassandraDb
Insert a record into the database.
InsertBehavior<E> - Interface in kieker.monitoring.queue.behavior
 
InspectStage<T> - Class in kieker.analysis.util.debug
Inspect events passed between stages.
InspectStage(String) - Constructor for class kieker.analysis.util.debug.InspectStage
 
INSTANCE - kieker.common.namedRecordPipe.Broker
This is the singleton instance.
INSTANCE - kieker.monitoring.core.registry.ControlFlowRegistry
The singleton instance.
INSTANCE - kieker.monitoring.core.registry.SessionRegistry
The singleton instance.
INSTANCE - kieker.monitoring.core.registry.TraceRegistry
The singleton instance.
INSTANCE - kieker.monitoring.sampler.oshi.OshiSamplerFactory
The singleton instance.
INSTANT - Static variable in interface kieker.model.analysismodel.AnalysismodelPackage
The meta object id for the 'Instant' data type.
INSTANT - Static variable in interface kieker.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.analysis.util.time
Helper class for Instants.
INT - org.graphdrawing.graphml.KeyTypeType
 
INT_MEASUREMENT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The meta object id for the 'Int Measurement' class.
INT_MEASUREMENT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Int Measurement' class.
INT_MEASUREMENT__TIMESTAMP - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Timestamp' attribute.
INT_MEASUREMENT__UNIT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Unit' reference.
INT_MEASUREMENT__VALUE - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Value' attribute.
INT_MEASUREMENT__VALUE - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Value' attribute feature.
INT_MEASUREMENT_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The number of structural features of the 'Int Measurement' class.
INT_MEASUREMENT_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The number of operations of the 'Int Measurement' class.
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_ESTRING_TO_OPERATION_TYPE_MAP_ENTRY - Static variable in interface kieker.model.analysismodel.type.TypePackage
The meta object id for the 'Interface EString To Operation Type Map Entry' class.
INTERFACE_ESTRING_TO_OPERATION_TYPE_MAP_ENTRY - Static variable in interface kieker.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Interface EString To Operation Type Map Entry' class.
INTERFACE_ESTRING_TO_OPERATION_TYPE_MAP_ENTRY__KEY - Static variable in interface kieker.model.analysismodel.type.TypePackage
The feature id for the 'Key' attribute.
INTERFACE_ESTRING_TO_OPERATION_TYPE_MAP_ENTRY__KEY - Static variable in interface kieker.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Key' attribute feature.
INTERFACE_ESTRING_TO_OPERATION_TYPE_MAP_ENTRY__VALUE - Static variable in interface kieker.model.analysismodel.type.TypePackage
The feature id for the 'Value' reference.
INTERFACE_ESTRING_TO_OPERATION_TYPE_MAP_ENTRY__VALUE - Static variable in interface kieker.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Value' reference feature.
INTERFACE_ESTRING_TO_OPERATION_TYPE_MAP_ENTRY_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.type.TypePackage
The number of structural features of the 'Interface EString To Operation Type Map Entry' class.
INTERFACE_ESTRING_TO_OPERATION_TYPE_MAP_ENTRY_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.type.TypePackage
The number of operations of the 'Interface EString To Operation Type Map Entry' class.
INTERFACE_NAME - Static variable in class kieker.common.record.system.NetworkUtilizationRecord
 
InterfaceEStringToOperationTypeMapEntryImpl - Class in kieker.model.analysismodel.type.impl
An implementation of the model object 'Interface EString To Operation Type Map Entry'.
InterfaceEStringToOperationTypeMapEntryImpl() - Constructor for class kieker.model.analysismodel.type.impl.InterfaceEStringToOperationTypeMapEntryImpl
InternalErrorException - Exception in kieker.analysis.exception
Exception for errors that occur due to design errors or misuse of classes or are otherwise unexpected.
InternalErrorException() - Constructor for exception kieker.analysis.exception.InternalErrorException
 
InternalErrorException(String) - Constructor for exception kieker.analysis.exception.InternalErrorException
 
InternalErrorException(String, Exception) - Constructor for exception kieker.analysis.exception.InternalErrorException
 
InternalNode<T> - Class in kieker.analysis.generic.clustering.mtree.nodes
 
InternalNode(MTree<T>, T) - Constructor for class kieker.analysis.generic.clustering.mtree.nodes.InternalNode
 
IntersectSelector - Class in kieker.analysis.generic.graph.selector
Select nodes and edges and assign them to groups reflecting an intersection.
IntersectSelector(String[], String[]) - Constructor for class kieker.analysis.generic.graph.selector.IntersectSelector
 
IntMeasurement - Interface in kieker.model.analysismodel.statistics
A representation of the model object 'Int Measurement'.
IntMeasurementImpl - Class in kieker.model.analysismodel.statistics.impl
An implementation of the model object 'Int Measurement'.
IntMeasurementImpl() - Constructor for class kieker.model.analysismodel.statistics.impl.IntMeasurementImpl
IntValue - Interface in kieker.model.analysismodel.statistics
A representation of the model object 'Int Value'.
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.
InvalidEventRecordTraceCounter - Class in kieker.analysis.architecture.trace
This sink counts and reports the number of incoming invalid TraceEventRecords.
InvalidEventRecordTraceCounter(boolean) - Constructor for class kieker.analysis.architecture.trace.InvalidEventRecordTraceCounter
Creates a new instance of this class using the given parameters.
InvalidExecutionTrace - Class in kieker.model.system.model
This object represents an somehow invalid trace of executions.
InvalidExecutionTrace - Class in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 moved to kieker-model
InvalidExecutionTrace(ExecutionTrace) - Constructor for class kieker.model.system.model.InvalidExecutionTrace
Creates a new instance of this class using the given parameters.
InvalidExecutionTrace(ExecutionTrace) - Constructor for class kieker.tools.trace.analysis.systemModel.InvalidExecutionTrace
Deprecated.
Creates a new instance of this class using the given parameters.
InvalidExecutionTraceWriterFilter - Class in kieker.tools.trace.analysis.filter.traceWriter
Deprecated.
1.15 ported to teetime
InvalidExecutionTraceWriterFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.traceWriter.InvalidExecutionTraceWriterFilter
Deprecated.
Creates a new instance of this class using the given parameters.
InvalidExecutionTraceWriterSink - Class in kieker.analysis.architecture.trace.sink
Writes invalid execution traces to a specified file.
InvalidExecutionTraceWriterSink(SystemModelRepository, File) - Constructor for class kieker.analysis.architecture.trace.sink.InvalidExecutionTraceWriterSink
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) - Constructor for exception kieker.analysis.exception.InvalidProjectContextException
Creates a new instance of this class using the given parameters.
InvalidProjectContextException(String, Throwable) - Constructor for exception kieker.analysis.exception.InvalidProjectContextException
Creates a new instance of this class using the given parameters.
InvalidTraceException - Exception in kieker.model.system.model.exceptions
This exception can be used to mark an invalid trace.
InvalidTraceException - Exception in kieker.tools.trace.analysis.filter.traceReconstruction
Deprecated.
1.15 moved to kieker-model
InvalidTraceException(String) - Constructor for exception kieker.model.system.model.exceptions.InvalidTraceException
Creates a new instance of this class using the given parameters.
InvalidTraceException(String) - Constructor for exception kieker.tools.trace.analysis.filter.traceReconstruction.InvalidTraceException
Deprecated.
Creates a new instance of this class using the given parameters.
InvalidTraceException(String, Throwable) - Constructor for exception kieker.model.system.model.exceptions.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
Deprecated.
Creates a new instance of this class using the given parameters.
INVERSE - kieker.analysis.behavior.acceptance.matcher.EAcceptanceMode
 
Invocation - Interface in kieker.model.analysismodel.execution
A representation of the model object 'Invocation'.
INVOCATION - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The meta object id for the 'Invocation' class.
INVOCATION - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage.Literals
The meta object literal for the 'Invocation' class.
INVOCATION__CALLEE - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The feature id for the 'Callee' reference.
INVOCATION__CALLEE - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage.Literals
The meta object literal for the 'Callee' reference feature.
INVOCATION__CALLER - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The feature id for the 'Caller' reference.
INVOCATION__CALLER - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage.Literals
The meta object literal for the 'Caller' reference feature.
INVOCATION_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The number of structural features of the 'Invocation' class.
INVOCATION_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The number of operations of the 'Invocation' class.
InvocationExecutionModelAssembler - Class in kieker.analysis.architecture.recovery.assembler
Assemble execution model based on operation call tuples.
InvocationExecutionModelAssembler(ExecutionModel, SourceModel, String) - Constructor for class kieker.analysis.architecture.recovery.assembler.InvocationExecutionModelAssembler
 
InvocationImpl - Class in kieker.model.analysismodel.execution.impl
An implementation of the model object 'Invocation'.
InvocationImpl() - Constructor for class kieker.model.analysismodel.execution.impl.InvocationImpl
invocations - Variable in class kieker.model.analysismodel.execution.impl.ExecutionModelImpl
The cached value of the 'Invocations' map.
invokeDecorators(AbstractMessage, DependencyGraphNode<?>, DependencyGraphNode<?>) - Method in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFilter
This is a helper method to invoke all decorators and send them a message.
invokeDecorators(AbstractMessage, DependencyGraphNode<?>, DependencyGraphNode<?>) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFilter
Deprecated.
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.analysis.architecture.trace.traversal
 
IOperationNameBuilder - Interface in kieker.analysis.architecture.recovery.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.analysis.architecture.recovery.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
 
IParameterEvent - Interface in kieker.analysis.architecture.adaptation.events
Interface for events that contain parameters.
IParameterValueEvent - Interface in kieker.common.record.remotecontrol
 
IParameterWeighting - Interface in kieker.analysis.behavior.clustering
An interface to assign insertion and duplication costs to events.
IPartitionFunction<T> - Interface in kieker.analysis.generic.clustering.mtree
An object with partitions a set of data into two sub-sets.
IPathLabelMapper<T> - Interface in kieker.analysis.generic
 
IPayloadCharacterization - Interface in kieker.common.record.flow.trace.operation
 
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
Deprecated.
since 1.15.1 old plugin api
IPlugin.PluginInputPortReference - Class in kieker.analysis.plugin
Deprecated.
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
Deprecated.
An enumeration used to describe the state of an AbstractPlugin.
IProbeController - Interface in kieker.analysis.architecture.adaptation
 
IProbeController - Interface in kieker.monitoring.core.controller
 
IProjectContext - Interface in kieker.analysis
Deprecated.
since 1.15.1
IPromotionFunction<T> - Interface in kieker.analysis.generic.clustering.mtree
An object that chooses a pair from a set of data objects.
IRawDataProcessor - Interface in kieker.analysis.plugin.reader.newio
Deprecated.
since 1.15.1 old plugin api
IRawDataReader - Interface in kieker.analysis.plugin.reader.newio
Deprecated.
since 1.15.1 old plugin api
IRawDataWriter - Interface in kieker.monitoring.writer.raw
Interface for raw data writers.
IReaderPlugin - Interface in kieker.analysis.plugin.reader
Deprecated.
since 1.15.1 old plugin api
IRecordFactory<T> - Interface in kieker.common.record.factory
 
IRecordFactoryProvider - Interface in kieker.common.record.factory
Interface for record factory providers which allow to implement a particular strategy for selecting the appropriate record factory for a given record type.
IRecordReceivedListener - Interface in kieker.analysis.generic.source
 
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
Deprecated.
since 1.15.1 old plugin api
IRootness - Interface in kieker.analysis.generic.clustering.mtree
 
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
 
isApplicableTo(Class<?>) - Method in interface kieker.common.record.factory.IRecordFactoryProvider
Denotes whether this factory provider is applicable to the given record class.
isApplicableTo(Class<?>) - Method in class kieker.common.record.factory.StandardRecordFactoryProvider
 
isAssumed() - Method in class kieker.model.system.model.Execution
 
isAssumed() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
Deprecated.
 
isAssumed() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.WeightedBidirectionalDependencyGraphEdge
Deprecated.
 
isAssumed() - Method in class kieker.tools.trace.analysis.systemModel.Execution
Deprecated.
 
isAssumed() - Method in class kieker.visualization.trace.dependency.graph.DependencyGraphNode
 
isAssumed() - Method in class kieker.visualization.trace.dependency.graph.WeightedBidirectionalDependencyGraphEdge
 
isColorGroup(EList<String>, int) - Method in interface kieker.analysis.generic.graph.IGraphElementSelector
 
isColorGroup(EList<String>, int) - Method in class kieker.analysis.generic.graph.selector.AllSelector
 
isColorGroup(EList<String>, int) - Method in class kieker.analysis.generic.graph.selector.AllSelectorColor
 
isColorGroup(EList<String>, int) - Method in class kieker.analysis.generic.graph.selector.DiffSelector
 
isColorGroup(EList<String>, int) - Method in class kieker.analysis.generic.graph.selector.IntersectSelector
 
isColorGroup(EList<String>, int) - Method in class kieker.analysis.generic.graph.selector.SubtractSelector
 
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
Deprecated.
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
 
isDebug() - Method in class kieker.tools.common.BasicSettings
 
isDebugMode() - Method in class kieker.common.record.misc.KiekerMetadataRecord
 
isDependencyAssumed(DependencyGraphNode<?>, DependencyGraphNode<?>) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFilter
Deprecated.
Determines whether the given edge is assumed or not.
isDependencyAssumed(DependencyGraphNode<?>, DependencyGraphNode<?>) - Method in class kieker.visualization.trace.dependency.graph.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.analysis.util.timeseries.TimeSeries
Returns true if this time series contains no time series points.
isEmpty() - Method in class kieker.monitoring.writer.dump.DumpQueue
 
isEntrypoint() - Method in class kieker.monitoring.probe.utilities.OperationStartData
 
isError() - Method in class kieker.analysis.generic.source.tcp.Connection
 
ISessionEvent - Interface in kieker.common.record.session
 
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.model.analysismodel.assembly.util.AssemblyAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFactoryForType(Object) - Method in class kieker.model.analysismodel.deployment.util.DeploymentAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFactoryForType(Object) - Method in class kieker.model.analysismodel.execution.util.ExecutionAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFactoryForType(Object) - Method in class kieker.model.analysismodel.source.util.SourceAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFactoryForType(Object) - Method in class kieker.model.analysismodel.statistics.util.StatisticsAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFactoryForType(Object) - Method in class kieker.model.analysismodel.trace.util.TraceAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFactoryForType(Object) - Method in class kieker.model.analysismodel.type.util.TypeAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFactoryForType(Object) - Method in class kieker.model.collection.util.CollectionAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFailed() - Method in class kieker.model.analysismodel.trace.impl.OperationCallImpl
isFailed() - Method in interface kieker.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.analysis.architecture.trace.aggregation.AggregatedTraceWrapper
 
isHelp() - Method in class kieker.tools.common.BasicSettings
 
isKnownHost(String, int) - Method in class kieker.analysis.architecture.adaptation.DummyProbeController
Checks if a host is known.
isKnownHost(String, int) - Method in class kieker.analysis.architecture.adaptation.TcpProbeController
Checks if a host is known.
isMaxCapacityExceeded() - Method in class kieker.analysis.generic.clustering.mtree.nodes.AbstractNode
 
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
 
isNodeUnderCapacity() - Method in class kieker.analysis.generic.clustering.mtree.nodes.AbstractNode
 
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.
isOperation() - Method in class kieker.analysis.metrics.graph.entropy.KiekerNode
 
ISourceCompositeStage - Interface in kieker.analysis.generic.source
Marker interface for composite stages used as source.
ISplitFunction<T> - Interface in kieker.analysis.generic.clustering.mtree
Defines an object to be used to split a node in an M-Tree.
ISplitFunction.SplitResult<R> - Class in kieker.analysis.generic.clustering.mtree
An object used as the result for the ISplitFunction.process(Set, IDistanceFunction) method.
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
Deprecated.
Checks whether the property with the given name is marked as updateable.
isRequired() - Method in class kieker.analysis.architecture.repository.ModelDescriptor
 
isRootComponent() - Method in class kieker.model.system.model.AssemblyComponent
Denotes whether this assembly component is a root component.
isRootComponent() - Method in class kieker.model.system.model.RootAssemblyComponent
 
isRootComponent() - Method in class kieker.tools.trace.analysis.systemModel.AssemblyComponent
Deprecated.
Denotes whether this assembly component is a root component.
isRootComponent() - Method in class kieker.tools.trace.analysis.systemModel.RootAssemblyComponent
Deprecated.
 
isRootContainer() - Method in class kieker.model.system.model.ExecutionContainer
Returns whether this container is a root container.
isRootContainer() - Method in class kieker.model.system.model.RootExecutionContainer
 
isRootContainer() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionContainer
Deprecated.
Returns whether this container is a root container.
isRootContainer() - Method in class kieker.tools.trace.analysis.systemModel.RootExecutionContainer
Deprecated.
 
isRootNode() - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeNode
Deprecated.
Tells whether the current node is a root node.
isRootNode() - Method in class kieker.visualization.trace.call.tree.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.model.analysismodel.assembly.util.AssemblySwitch
Checks whether this is a switch for the given package.
isSwitchFor(EPackage) - Method in class kieker.model.analysismodel.deployment.util.DeploymentSwitch
Checks whether this is a switch for the given package.
isSwitchFor(EPackage) - Method in class kieker.model.analysismodel.execution.util.ExecutionSwitch
Checks whether this is a switch for the given package.
isSwitchFor(EPackage) - Method in class kieker.model.analysismodel.source.util.SourceSwitch
Checks whether this is a switch for the given package.
isSwitchFor(EPackage) - Method in class kieker.model.analysismodel.statistics.util.StatisticsSwitch
Checks whether this is a switch for the given package.
isSwitchFor(EPackage) - Method in class kieker.model.analysismodel.trace.util.TraceSwitch
Checks whether this is a switch for the given package.
isSwitchFor(EPackage) - Method in class kieker.model.analysismodel.type.util.TypeSwitch
Checks whether this is a switch for the given package.
isSwitchFor(EPackage) - Method in class kieker.model.collection.util.CollectionSwitch
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.
IStorageSignatureExtractor - Interface in kieker.analysis.architecture.recovery.signature
Signature extractor interface for storage references.
isTraceComplete() - Method in class kieker.analysis.architecture.trace.reconstruction.TraceReconstructionBuffer
 
isVerbose() - Method in class kieker.tools.common.BasicSettings
 
isVisited() - Method in class kieker.analysis.generic.clustering.optics.OpticsData
 
ISystemModelElement - Interface in kieker.model.system.model
Abstract supertype for all entities in the system model.
ISystemModelElement - Interface in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 moved to kieker-model
iterator() - Method in class kieker.analysis.behavior.model.UserSession
Get the iterator of the internal event list.
iterator() - Method in class kieker.analysis.generic.clustering.mtree.query.Query
 
iterator() - Method in class kieker.analysis.util.timeseries.TimeSeries
Returns an iterator over the time series points in this time series.
iterator() - Method in class kieker.monitoring.queue.BlockingQueueDecorator
 
iterator() - Method in class kieker.monitoring.writer.dump.DumpQueue
 
IThreadBasedRecord - Interface in kieker.common.record.flow
 
ITimeSeriesPoint - Interface in kieker.analysis.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.generic.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
 
ITraceSignatureProcessor - Interface in kieker.analysis.behavior.signature.processor
Interface for a rewriter on class and operation signatures.
IValueConverter<T> - Interface in kieker.analysis.generic
Create an object from a given set of text input fields.
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.
IVertexTypeMapper - Interface in kieker.analysis.architecture.dependency
 
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

JAVA_CLASS_LONG_MODE - kieker.analysis.generic.EModuleMode
 
JAVA_CLASS_MODE - kieker.analysis.generic.EModuleMode
 
JavaComponentSignatureExtractor - Class in kieker.analysis.architecture.recovery.signature
A IComponentSignatureExtractor that uses the Java signature style.
JavaComponentSignatureExtractor() - Constructor for class kieker.analysis.architecture.recovery.signature.JavaComponentSignatureExtractor
 
JavaFullComponentNameBuilder - Class in kieker.analysis.architecture.recovery.signature
This IComponentNameBuilder creates a component names in a full Java style.
JavaFullComponentNameBuilder() - Constructor for class kieker.analysis.architecture.recovery.signature.JavaFullComponentNameBuilder
 
JavaFullOperationNameBuilder - Class in kieker.analysis.architecture.recovery.signature
This IOperationNameBuilder creates a operation names in a full Java style.
JavaFullOperationNameBuilder() - Constructor for class kieker.analysis.architecture.recovery.signature.JavaFullOperationNameBuilder
 
JavaOperationSignatureExtractor - Class in kieker.analysis.architecture.recovery.signature
A IOperationSignatureExtractor that uses the Java signature style.
JavaOperationSignatureExtractor() - Constructor for class kieker.analysis.architecture.recovery.signature.JavaOperationSignatureExtractor
 
JavaShortComponentNameBuilder - Class in kieker.analysis.architecture.recovery.signature
This IComponentNameBuilder creates a component names in a short Java style by just returning the actual name.
JavaShortComponentNameBuilder() - Constructor for class kieker.analysis.architecture.recovery.signature.JavaShortComponentNameBuilder
 
JavaShortOperationNameBuilder - Class in kieker.analysis.architecture.recovery.signature
This IOperationNameBuilder creates a operation names in a short Java style.
JavaShortOperationNameBuilder() - Constructor for class kieker.analysis.architecture.recovery.signature.JavaShortOperationNameBuilder
 
javaToMetaModel(Collection<AbstractReaderPlugin>, Collection<AbstractFilterPlugin>, Collection<AbstractRepository>, Collection<MIDependency>, String, Configuration) - Static method in class kieker.analysis.stage.model.MetaModelHandler
Deprecated.
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.analysis.generic.sink.graph.graphml
 
JAXBElementWrapperStage() - Constructor for class kieker.analysis.generic.sink.graph.graphml.JAXBElementWrapperStage
 
JAXBMarshalStage<T> - Class in kieker.analysis.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.analysis.util.stage.JAXBMarshalStage
 
JAXBMarshalStage(Class<T>, Boolean) - Constructor for class kieker.analysis.util.stage.JAXBMarshalStage
 
JIT_COMPILER_NAME - Static variable in class kieker.common.record.jvm.CompilationRecord
default constants.
JmsReader - Class in kieker.analysis.plugin.reader.jms
Deprecated.
1.15 ported to teetime
JmsReader(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.reader.jms.JmsReader
Deprecated.
Creates a new instance of this class using the given parameters.
JMSReader - Class in kieker.analysis.generic.source.jms
Reads monitoring records from a (remote or local) JMS queue.
JMSReader(String, String, String, Consumer<IMonitoringRecord>) - Constructor for class kieker.analysis.generic.source.jms.JMSReader
Creates a new logic module for the Consumer.
JMSReaderStage - Class in kieker.analysis.generic.source.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.analysis.generic.source.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
Deprecated.
since 1.15.1 old plugin api
JmxReader(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.reader.jmx.JmxReader
Deprecated.
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
 
JOUL - kieker.model.analysismodel.statistics.ESIUnitType
The 'Joul' literal object.
JOUL_VALUE - Static variable in enum kieker.model.analysismodel.statistics.ESIUnitType
The 'Joul' literal value.
JPetStoreParameterWeighting - Class in kieker.analysis.behavior.clustering
A weighting function, which defines events from the JPetStore a insert and duplication cost.
JPetStoreParameterWeighting() - Constructor for class kieker.analysis.behavior.clustering.JPetStoreParameterWeighting
 
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.
keepControlEvent(B) - Method in interface kieker.analysis.generic.IControlEventMatcher
True whether a control event must be kept to be reused for another base event.
keepControlEvent(CallEvent) - Method in class kieker.analysis.generic.CallEventMatcher
 
keepControlEvent(IFlowRecord) - Method in class kieker.analysis.architecture.trace.flow.FlowTraceEventMatcher
 
KELVIN - kieker.model.analysismodel.statistics.ESIUnitType
The 'Kelvin' literal object.
KELVIN_VALUE - Static variable in enum kieker.model.analysismodel.statistics.ESIUnitType
The 'Kelvin' literal value.
key - Variable in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
The cached value of the 'Key' attribute.
key - Variable in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
The cached value of the 'Key' attribute.
key - Variable in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyProvidedInterfaceMapEntryImpl
The cached value of the 'Key' attribute.
key - Variable in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyStorageMapEntryImpl
The cached value of the 'Key' attribute.
key - Variable in class kieker.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
The cached value of the 'Key' attribute.
key - Variable in class kieker.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
The cached value of the 'Key' attribute.
key - Variable in class kieker.model.analysismodel.deployment.impl.EStringToDeployedProvidedInterfaceMapEntryImpl
The cached value of the 'Key' attribute.
key - Variable in class kieker.model.analysismodel.deployment.impl.EStringToDeployedStorageMapEntryImpl
The cached value of the 'Key' attribute.
key - Variable in class kieker.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
The cached value of the 'Key' attribute.
key - Variable in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedOperationsMapEntryImpl
The cached value of the 'Key' containment reference.
key - Variable in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedStorageMapEntryImpl
The cached value of the 'Key' containment reference.
key - Variable in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToInvocationMapEntryImpl
The cached value of the 'Key' containment reference.
key - Variable in class kieker.model.analysismodel.source.impl.EObjectToSourceEntryImpl
The cached value of the 'Key' reference.
key - Variable in class kieker.model.analysismodel.statistics.impl.EObjectToStatisticsMapEntryImpl
The cached value of the 'Key' reference.
key - Variable in class kieker.model.analysismodel.statistics.impl.EPropertyTypeToValueImpl
The cached value of the 'Key' attribute.
key - Variable in class kieker.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
The cached value of the 'Key' attribute.
key - Variable in class kieker.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
The cached value of the 'Key' attribute.
key - Variable in class kieker.model.analysismodel.type.impl.EStringToProvidedInterfaceTypeMapEntryImpl
The cached value of the 'Key' attribute.
key - Variable in class kieker.model.analysismodel.type.impl.EStringToStorageTypeMapEntryImpl
The cached value of the 'Key' attribute.
key - Variable in class kieker.model.analysismodel.type.impl.InterfaceEStringToOperationTypeMapEntryImpl
The cached value of the 'Key' attribute.
key - Variable in class kieker.model.collection.impl.CouplingToOperationMapImpl
The cached value of the 'Key' containment reference.
key - Variable in class kieker.model.collection.impl.NameToOperationMapImpl
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.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
The default value of the 'Key' attribute.
KEY_EDEFAULT - Static variable in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
The default value of the 'Key' attribute.
KEY_EDEFAULT - Static variable in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyProvidedInterfaceMapEntryImpl
The default value of the 'Key' attribute.
KEY_EDEFAULT - Static variable in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyStorageMapEntryImpl
The default value of the 'Key' attribute.
KEY_EDEFAULT - Static variable in class kieker.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
The default value of the 'Key' attribute.
KEY_EDEFAULT - Static variable in class kieker.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
The default value of the 'Key' attribute.
KEY_EDEFAULT - Static variable in class kieker.model.analysismodel.deployment.impl.EStringToDeployedProvidedInterfaceMapEntryImpl
The default value of the 'Key' attribute.
KEY_EDEFAULT - Static variable in class kieker.model.analysismodel.deployment.impl.EStringToDeployedStorageMapEntryImpl
The default value of the 'Key' attribute.
KEY_EDEFAULT - Static variable in class kieker.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
The default value of the 'Key' attribute.
KEY_EDEFAULT - Static variable in class kieker.model.analysismodel.statistics.impl.EPropertyTypeToValueImpl
The default value of the 'Key' attribute.
KEY_EDEFAULT - Static variable in class kieker.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
The default value of the 'Key' attribute.
KEY_EDEFAULT - Static variable in class kieker.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
The default value of the 'Key' attribute.
KEY_EDEFAULT - Static variable in class kieker.model.analysismodel.type.impl.EStringToProvidedInterfaceTypeMapEntryImpl
The default value of the 'Key' attribute.
KEY_EDEFAULT - Static variable in class kieker.model.analysismodel.type.impl.EStringToStorageTypeMapEntryImpl
The default value of the 'Key' attribute.
KEY_EDEFAULT - Static variable in class kieker.model.analysismodel.type.impl.InterfaceEStringToOperationTypeMapEntryImpl
The default value of the 'Key' attribute.
KEY_EDEFAULT - Static variable in class kieker.model.collection.impl.NameToOperationMapImpl
The default value of the 'Key' attribute.
keyCreator - Variable in class kieker.analysis.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 ConfigurationConstants 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 2022 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 2022 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 2022 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.architecture - package kieker.analysis.architecture
Copyright 2022 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.architecture.adaptation - package kieker.analysis.architecture.adaptation
Copyright 2022 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.architecture.adaptation.data - package kieker.analysis.architecture.adaptation.data
 
kieker.analysis.architecture.adaptation.events - package kieker.analysis.architecture.adaptation.events
Copyright 2022 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.architecture.dependency - package kieker.analysis.architecture.dependency
This package contains all processing filters bundled with kieker.
kieker.analysis.architecture.dependency.export.dot - package kieker.analysis.architecture.dependency.export.dot
Copyright 2022 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.architecture.recovery - package kieker.analysis.architecture.recovery
Copyright 2022 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.architecture.recovery.assembler - package kieker.analysis.architecture.recovery.assembler
Copyright 2022 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.architecture.recovery.events - package kieker.analysis.architecture.recovery.events
 
kieker.analysis.architecture.recovery.signature - package kieker.analysis.architecture.recovery.signature
 
kieker.analysis.architecture.recovery.storage - package kieker.analysis.architecture.recovery.storage
Copyright 2022 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.architecture.repository - package kieker.analysis.architecture.repository
Copyright 2022 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.architecture.trace - package kieker.analysis.architecture.trace
Copyright 2022 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.architecture.trace.aggregation - package kieker.analysis.architecture.trace.aggregation
This package contains all processing filters bundled with kieker.
kieker.analysis.architecture.trace.execution - package kieker.analysis.architecture.trace.execution
 
kieker.analysis.architecture.trace.flow - package kieker.analysis.architecture.trace.flow
This package contains all processing filters bundled with kieker.
kieker.analysis.architecture.trace.graph - package kieker.analysis.architecture.trace.graph
This package contains all processing filters bundled with kieker.
kieker.analysis.architecture.trace.graph.dot - package kieker.analysis.architecture.trace.graph.dot
This package contains all processing filters bundled with kieker.
kieker.analysis.architecture.trace.reconstruction - package kieker.analysis.architecture.trace.reconstruction
This package contains all processing filters bundled with kieker.
kieker.analysis.architecture.trace.sink - package kieker.analysis.architecture.trace.sink
Copyright 2022 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.architecture.trace.traversal - package kieker.analysis.architecture.trace.traversal
This package contains all processing filters bundled with kieker.
kieker.analysis.behavior - package kieker.analysis.behavior
Copyright 2022 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.behavior.acceptance.matcher - package kieker.analysis.behavior.acceptance.matcher
Copyright 2022 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.behavior.clustering - package kieker.analysis.behavior.clustering
 
kieker.analysis.behavior.events - package kieker.analysis.behavior.events
Copyright 2022 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.behavior.model - package kieker.analysis.behavior.model
Copyright 2022 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.behavior.signature.processor - package kieker.analysis.behavior.signature.processor
Copyright 2022 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.code - package kieker.analysis.code
Copyright (C) 2023 OceanDSL (https://oceandsl.uni-kiel.de) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.analysis.code.data - package kieker.analysis.code.data
Copyright (C) 2023 OceanDSL (https://oceandsl.uni-kiel.de) 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 2022 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.generic - package kieker.analysis.generic
Copyright 2022 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.generic.clustering - package kieker.analysis.generic.clustering
Copyright 2022 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.generic.clustering.mtree - package kieker.analysis.generic.clustering.mtree
Copyright 2022 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.generic.clustering.mtree.nodes - package kieker.analysis.generic.clustering.mtree.nodes
Copyright 2022 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.generic.clustering.mtree.query - package kieker.analysis.generic.clustering.mtree.query
Copyright 2022 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.generic.clustering.mtree.utils - package kieker.analysis.generic.clustering.mtree.utils
Copyright 2022 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.generic.clustering.optics - package kieker.analysis.generic.clustering.optics
 
kieker.analysis.generic.data - package kieker.analysis.generic.data
 
kieker.analysis.generic.depcompression - package kieker.analysis.generic.depcompression
Copyright 2022 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.generic.graph - package kieker.analysis.generic.graph
Copyright 2022 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.generic.graph.clustering - package kieker.analysis.generic.graph.clustering
Copyright 2022 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.generic.graph.flattening - package kieker.analysis.generic.graph.flattening
Copyright 2022 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.generic.graph.impl - package kieker.analysis.generic.graph.impl
Copyright 2022 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.generic.graph.mapping - package kieker.analysis.generic.graph.mapping
 
kieker.analysis.generic.graph.selector - package kieker.analysis.generic.graph.selector
Copyright (C) 2023 OceanDSL (https://oceandsl.uni-kiel.de) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
kieker.analysis.generic.graph.traversal - package kieker.analysis.generic.graph.traversal
Copyright 2022 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.generic.sink - package kieker.analysis.generic.sink
 
kieker.analysis.generic.sink.graph - package kieker.analysis.generic.sink.graph
 
kieker.analysis.generic.sink.graph.blueprints - package kieker.analysis.generic.sink.graph.blueprints
Copyright 2022 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.generic.sink.graph.dot - package kieker.analysis.generic.sink.graph.dot
Copyright 2022 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.generic.sink.graph.dot.attributes - package kieker.analysis.generic.sink.graph.dot.attributes
Copyright 2022 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.generic.sink.graph.graphml - package kieker.analysis.generic.sink.graph.graphml
Copyright 2022 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.generic.source - package kieker.analysis.generic.source
Containing all record/event source stages of Kieker based on TeeTime.
kieker.analysis.generic.source.amqp - package kieker.analysis.generic.source.amqp
Containing all record/event source stages of Kieker based on TeeTime.
kieker.analysis.generic.source.file - package kieker.analysis.generic.source.file
 
kieker.analysis.generic.source.jms - package kieker.analysis.generic.source.jms
Containing all record/event source stages of Kieker based on TeeTime.
kieker.analysis.generic.source.namedpipe - package kieker.analysis.generic.source.namedpipe
Containing all record/event source stages of Kieker based on TeeTime.
kieker.analysis.generic.source.rest - package kieker.analysis.generic.source.rest
 
kieker.analysis.generic.source.rewriter - package kieker.analysis.generic.source.rewriter
 
kieker.analysis.generic.source.tcp - package kieker.analysis.generic.source.tcp
 
kieker.analysis.generic.source.time - package kieker.analysis.generic.source.time
 
kieker.analysis.generic.time - package kieker.analysis.generic.time
 
kieker.analysis.metrics.graph.entropy - package kieker.analysis.metrics.graph.entropy
Copyright (C) 2023 OceanDSL (https://oceandsl.uni-kiel.de) 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 2022 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 2022 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 2022 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 2022 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 2022 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 2022 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 2022 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 2022 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 2022 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 2022 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 2022 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 2022 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 2022 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 2022 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 2022 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 2022 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 2022 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 2022 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 2022 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 2022 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.trace - package kieker.analysis.plugin.trace
 
kieker.analysis.repository - package kieker.analysis.repository
Copyright 2022 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 2022 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.stage.model - package kieker.analysis.stage.model
 
kieker.analysis.statistics - package kieker.analysis.statistics
 
kieker.analysis.statistics.calculating - package kieker.analysis.statistics.calculating
 
kieker.analysis.util - package kieker.analysis.util
Copyright 2022 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.util.debug - package kieker.analysis.util.debug
Copyright 2022 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.util.debug.hotspotdetection - package kieker.analysis.util.debug.hotspotdetection
 
kieker.analysis.util.emf - package kieker.analysis.util.emf
 
kieker.analysis.util.stage - package kieker.analysis.util.stage
 
kieker.analysis.util.stage.trigger - package kieker.analysis.util.stage.trigger
 
kieker.analysis.util.time - package kieker.analysis.util.time
 
kieker.analysis.util.timeseries - package kieker.analysis.util.timeseries
 
kieker.common.configuration - package kieker.common.configuration
Copyright 2022 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 2022 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 2022 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 2022 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 2022 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 2022 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 2022 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 2022 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.session - package kieker.common.record.session
 
kieker.common.record.system - package kieker.common.record.system
 
kieker.common.registry - package kieker.common.registry
Copyright 2022 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 2022 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 2022 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 2022 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 2022 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 2022 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 2022 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 2022 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 2022 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 2022 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.extension.cassandra - package kieker.extension.cassandra
 
kieker.extension.cassandra.reader - package kieker.extension.cassandra.reader
 
kieker.extension.cassandra.writer - package kieker.extension.cassandra.writer
 
kieker.model.analysismodel - package kieker.model.analysismodel
 
kieker.model.analysismodel.assembly - package kieker.model.analysismodel.assembly
 
kieker.model.analysismodel.assembly.impl - package kieker.model.analysismodel.assembly.impl
 
kieker.model.analysismodel.assembly.util - package kieker.model.analysismodel.assembly.util
 
kieker.model.analysismodel.deployment - package kieker.model.analysismodel.deployment
 
kieker.model.analysismodel.deployment.impl - package kieker.model.analysismodel.deployment.impl
 
kieker.model.analysismodel.deployment.util - package kieker.model.analysismodel.deployment.util
 
kieker.model.analysismodel.execution - package kieker.model.analysismodel.execution
 
kieker.model.analysismodel.execution.impl - package kieker.model.analysismodel.execution.impl
 
kieker.model.analysismodel.execution.util - package kieker.model.analysismodel.execution.util
 
kieker.model.analysismodel.impl - package kieker.model.analysismodel.impl
 
kieker.model.analysismodel.source - package kieker.model.analysismodel.source
 
kieker.model.analysismodel.source.impl - package kieker.model.analysismodel.source.impl
 
kieker.model.analysismodel.source.util - package kieker.model.analysismodel.source.util
 
kieker.model.analysismodel.statistics - package kieker.model.analysismodel.statistics
 
kieker.model.analysismodel.statistics.impl - package kieker.model.analysismodel.statistics.impl
 
kieker.model.analysismodel.statistics.util - package kieker.model.analysismodel.statistics.util
 
kieker.model.analysismodel.trace - package kieker.model.analysismodel.trace
 
kieker.model.analysismodel.trace.impl - package kieker.model.analysismodel.trace.impl
 
kieker.model.analysismodel.trace.util - package kieker.model.analysismodel.trace.util
 
kieker.model.analysismodel.type - package kieker.model.analysismodel.type
 
kieker.model.analysismodel.type.impl - package kieker.model.analysismodel.type.impl
 
kieker.model.analysismodel.type.util - package kieker.model.analysismodel.type.util
 
kieker.model.analysismodel.util - package kieker.model.analysismodel.util
Copyright 2022 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.model.collection - package kieker.model.collection
 
kieker.model.collection.impl - package kieker.model.collection.impl
 
kieker.model.collection.util - package kieker.model.collection.util
 
kieker.model.repository - package kieker.model.repository
Copyright 2022 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.model.system.model - package kieker.model.system.model
Copyright 2022 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.model.system.model.exceptions - package kieker.model.system.model.exceptions
Copyright 2022 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.model.system.model.util - package kieker.model.system.model.util
Copyright 2022 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
Copyright 2022 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.annotation - package kieker.monitoring.annotation
Copyright 2022 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.configuration - package kieker.monitoring.core.configuration
Copyright 2022 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.controller - package kieker.monitoring.core.controller
Copyright 2022 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.controller.tcp - package kieker.monitoring.core.controller.tcp
Copyright 2022 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
Copyright 2022 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.sampler - package kieker.monitoring.core.sampler
Copyright 2022 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.servlet - package kieker.monitoring.core.servlet
Copyright 2022 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.signaturePattern - package kieker.monitoring.core.signaturePattern
Copyright 2022 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.listener - package kieker.monitoring.listener
Copyright 2022 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.probe - package kieker.monitoring.probe
Copyright 2022 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.probe.cxf - package kieker.monitoring.probe.cxf
Copyright 2022 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.probe.manual - package kieker.monitoring.probe.manual
Copyright 2022 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.probe.servlet - package kieker.monitoring.probe.servlet
Copyright 2022 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.probe.utilities - package kieker.monitoring.probe.utilities
Copyright 2022 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.queue - package kieker.monitoring.queue
Copyright 2022 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.queue.behavior - package kieker.monitoring.queue.behavior
Copyright 2022 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.queue.putstrategy - package kieker.monitoring.queue.putstrategy
Copyright 2022 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.queue.takestrategy - package kieker.monitoring.queue.takestrategy
Copyright 2022 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.sampler.mxbean - package kieker.monitoring.sampler.mxbean
Copyright 2022 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.sampler.oshi - package kieker.monitoring.sampler.oshi
Copyright 2022 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.sampler.oshi.samplers - package kieker.monitoring.sampler.oshi.samplers
Copyright 2022 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.timer - package kieker.monitoring.timer
Copyright 2022 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.util - package kieker.monitoring.util
Copyright 2022 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.writer - package kieker.monitoring.writer
Copyright 2022 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.writer.amqp - package kieker.monitoring.writer.amqp
Copyright 2022 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.writer.collector - package kieker.monitoring.writer.collector
Copyright 2022 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.writer.compression - package kieker.monitoring.writer.compression
Copyright 2022 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.writer.dump - package kieker.monitoring.writer.dump
Copyright 2022 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.writer.filesystem - package kieker.monitoring.writer.filesystem
Copyright 2022 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.writer.influxdb - package kieker.monitoring.writer.influxdb
Copyright 2022 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.writer.jms - package kieker.monitoring.writer.jms
Copyright 2022 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.writer.jmx - package kieker.monitoring.writer.jmx
Copyright 2022 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.writer.kafka - package kieker.monitoring.writer.kafka
 
kieker.monitoring.writer.namedRecordPipe - package kieker.monitoring.writer.namedRecordPipe
Copyright 2022 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.writer.print - package kieker.monitoring.writer.print
Copyright 2022 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.writer.raw - package kieker.monitoring.writer.raw
Copyright 2022 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.writer.serializer - package kieker.monitoring.writer.serializer
Copyright 2022 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.writer.tcp - package kieker.monitoring.writer.tcp
Copyright 2022 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 2022 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 2022 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.settings - package kieker.tools.settings
Copyright 2022 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.settings.converters - package kieker.tools.settings.converters
Copyright 2022 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.settings.splitters - package kieker.tools.settings.splitters
Copyright 2022 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.settings.validators - package kieker.tools.settings.validators
Copyright 2022 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 2022 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 2022 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 2022 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 2022 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 2022 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 2022 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 2022 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 2022 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 2022 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 2022 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 2022 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 2022 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 2022 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 2022 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 2022 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 2022 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 2022 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 2022 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 2022 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 2022 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 2022 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.visualization.trace - package kieker.visualization.trace
Copyright 2022 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.visualization.trace.call.tree - package kieker.visualization.trace.call.tree
Copyright 2022 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.visualization.trace.dependency.graph - package kieker.visualization.trace.dependency.graph
Copyright 2022 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.visualization.trace.descriptions - package kieker.visualization.trace.descriptions
Copyright 2022 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.
KiekerArchitectureModelSystemGraphUtils - Class in kieker.analysis.metrics.graph.entropy
Utility class to generate a system graph for Kieker Deployment Models.
KiekerArchitectureModelSystemGraphUtils() - Constructor for class kieker.analysis.metrics.graph.entropy.KiekerArchitectureModelSystemGraphUtils
 
kiekerConfiguration - Variable in class kieker.tools.common.AbstractLegacyTool
configuration provided as kieker configuration file.
KiekerDirectoryScannerStage - Class in kieker.analysis.generic.source.file
Scan a set of directories recursively for Kieker logs.
KiekerDirectoryScannerStage(File) - Constructor for class kieker.analysis.generic.source.file.KiekerDirectoryScannerStage
Create a directory scanner for a single directory.
KiekerDirectoryScannerStage(List<File>) - Constructor for class kieker.analysis.generic.source.file.KiekerDirectoryScannerStage
Create a directory scanner.
KiekerHashMap - Class in kieker.analysis.plugin.filter.forward.util
Deprecated.
since 1.15.1 old plugin api
KiekerHashMap() - Constructor for class kieker.analysis.plugin.filter.forward.util.KiekerHashMap
Deprecated.
 
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
 
KiekerNode<T,​E> - Class in kieker.analysis.metrics.graph.entropy
Central node class for graphs.
KiekerNode(E) - Constructor for class kieker.analysis.metrics.graph.entropy.KiekerNode
 
KiekerPattern - Class in kieker.monitoring.util
 
KiekerPattern(String, Pattern) - Constructor for class kieker.monitoring.util.KiekerPattern
 
KiekerPatternUtil - Class in kieker.monitoring.util
Utility class for checking whether something should be monitored or not (which is specified by a semicolon separated list of kieker patterns).
KiekerPatternUtil() - Constructor for class kieker.monitoring.util.KiekerPatternUtil
 
KILO - kieker.model.analysismodel.statistics.EPrefix
The 'Kilo' literal object.
KILO_VALUE - Static variable in enum kieker.model.analysismodel.statistics.EPrefix
The 'Kilo' literal value.

L

LABEL - kieker.analysis.generic.sink.graph.dot.attributes.DotClusterAttribute
 
LABEL - kieker.analysis.generic.sink.graph.dot.attributes.DotEdgeAttribute
 
LABEL - kieker.analysis.generic.sink.graph.dot.attributes.DotGraphAttribute
 
LABEL - kieker.analysis.generic.sink.graph.dot.attributes.DotNodeAttribute
 
leafness - Variable in class kieker.analysis.generic.clustering.mtree.nodes.AbstractNode
 
LeafNode<T> - Class in kieker.analysis.generic.clustering.mtree.nodes
 
LeafNode(MTree<T>, T) - Constructor for class kieker.analysis.generic.clustering.mtree.nodes.LeafNode
 
LeafNodeTrait<T> - Class in kieker.analysis.generic.clustering.mtree.nodes
 
LeafNodeTrait(AbstractNode<T>) - Constructor for class kieker.analysis.generic.clustering.mtree.nodes.LeafNodeTrait
 
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.
LF - Static variable in class kieker.analysis.generic.sink.SingleFileTableCsvSink
 
LF - Static variable in class kieker.analysis.generic.sink.TableCsvSink
 
LIFO - kieker.analysis.util.stage.trigger.ForwardOnTriggerStage.SendStrategy
 
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
Deprecated.
1.15 ported to teetime
ListCollectionFilter<T> - Class in kieker.analysis.util.debug
This filter collects the incoming objects in a simple synchronized list.
ListCollectionFilter(int, ListCollectionFilter.ListFullBehavior) - Constructor for class kieker.analysis.util.debug.ListCollectionFilter
Creates a new instance of this class using the given parameters.
ListCollectionFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.forward.ListCollectionFilter
Deprecated.
Creates a new instance of this class using the given parameters.
ListCollectionFilter.ListFullBehavior - Enum in kieker.analysis.plugin.filter.forward
Deprecated.
An enum for all possible list full behaviors.
ListCollectionFilter.ListFullBehavior - Enum in kieker.analysis.util.debug
An enum for all possible list full behaviors.
ListReader<T> - Class in kieker.analysis.plugin.reader.list
Deprecated.
1.15 This helper class is not necessary to test TeeTime based stages
ListReader(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.reader.list.ListReader
Deprecated.
Creates a new instance of this class using the given parameters.
listToArray(List<String>) - Static method in class kieker.tools.common.ConvertLegacyValuesUtils
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.
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
Deprecated.
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.stage.model.MetaModelHandler
Deprecated.
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
Deprecated.
The log for this component.
logger - Variable in class kieker.tools.common.AbstractLegacyTool
logger for all tools.
LOGGER - Static variable in class kieker.tools.trace.analysis.filter.AbstractTraceAnalysisFilter
Deprecated.
 
LoggingTimestampConversionUtils - Class in kieker.common.util.dataformat
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(File, boolean, Integer) - Constructor for class kieker.tools.source.LogsReaderCompositeStage
Creates a composite stage to scan and read a set of Kieker log directories.
LogsReaderCompositeStage(List<File>, boolean, Integer) - Constructor for class kieker.tools.source.LogsReaderCompositeStage
Creates a composite stage to scan and read a set of Kieker log directories.
LogsReaderCompositeStage(Configuration) - Constructor for class kieker.tools.source.LogsReaderCompositeStage
Deprecated. 
LONG - org.graphdrawing.graphml.KeyTypeType
 
LONG_MEASUREMENT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Long Measurement' class.
LONG_MEASUREMENT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The meta object id for the 'Long Measurement' class.
LONG_MEASUREMENT__TIMESTAMP - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Timestamp' attribute.
LONG_MEASUREMENT__UNIT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Unit' reference.
LONG_MEASUREMENT__VALUE - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Value' attribute feature.
LONG_MEASUREMENT__VALUE - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Value' attribute.
LONG_MEASUREMENT_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The number of structural features of the 'Long Measurement' class.
LONG_MEASUREMENT_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The number of operations of the 'Long Measurement' class.
LongConverter - Class in kieker.tools.settings.converters
Convert string to long value.
LongConverter(String) - Constructor for class kieker.tools.settings.converters.LongConverter
 
LongMeasurement - Interface in kieker.model.analysismodel.statistics
A representation of the model object 'Long Measurement'.
LongMeasurementImpl - Class in kieker.model.analysismodel.statistics.impl
An implementation of the model object 'Long Measurement'.
LongMeasurementImpl() - Constructor for class kieker.model.analysismodel.statistics.impl.LongMeasurementImpl
LongTimeSeriesPoint - Class in kieker.analysis.util.timeseries
 
LongTimeSeriesPoint(Instant, long) - Constructor for class kieker.analysis.util.timeseries.LongTimeSeriesPoint
 
LongValue - Interface in kieker.model.analysismodel.statistics
A representation of the model object 'Long Value'.
lookupAllocationComponentInstanceByNamedIdentifier(String) - Method in class kieker.model.repository.AllocationRepository
Returns the instance for the passed factoryIdentifier; null if no instance with this factoryIdentifier.
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.model.repository.AssemblyRepository
Returns the instance for the passed ID; null if no instance with this ID exists.
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.model.repository.AssemblyRepository
Returns the instance for the passed factoryIdentifier; null if no instance with this factoryIdentifier.
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.model.repository.TypeRepository
Returns the instance for the passed namedIdentifier; null if no instance with this namedIdentifier.
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.model.repository.ExecutionEnvironmentRepository
Returns the instance for the passed container ID; null if no instance with this ID.
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.model.repository.ExecutionEnvironmentRepository
 
lookupExecutionContainerByNamedIdentifier(String) - Method in class kieker.tools.trace.analysis.systemModel.repository.ExecutionEnvironmentRepository
 
lookupOperationByNamedIdentifier(String) - Method in class kieker.model.repository.OperationRepository
 
lookupOperationByNamedIdentifier(String) - Method in class kieker.tools.trace.analysis.systemModel.repository.OperationRepository
 

M

main(String[]) - Static method in class kieker.analysis.util.debug.hotspotdetection.HotspotDetection
 
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(Path) - Method in class kieker.analysis.generic.FileNameLabelMapper
 
map(Path) - Method in interface kieker.analysis.generic.IPathLabelMapper
Map path to label.
map(Path) - Method in class kieker.analysis.generic.PathLabelMapper
 
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.
MAP_MODE - kieker.analysis.generic.EModuleMode
 
MapFileFilter - Class in kieker.analysis.generic.source.file
Map file filter.
MapFileFilter() - Constructor for class kieker.analysis.generic.source.file.MapFileFilter
Create a new file name filter for map files.
MapFileReader<T,​R> - Class in kieker.analysis.generic
Read a 2+n column file into a map.
MapFileReader(Path, String, Map<T, R>, IValueConverter<T>, IValueConverter<R>) - Constructor for class kieker.analysis.generic.MapFileReader
 
MappingException - Exception in kieker.analysis.generic.source.file
 
MappingException(String) - Constructor for exception kieker.analysis.generic.source.file.MappingException
Create a mapping exception.
match(EntryCallEvent) - Method in class kieker.analysis.behavior.acceptance.matcher.GenericEntryCallAcceptanceMatcher
 
match(EntryCallEvent) - Method in interface kieker.analysis.behavior.acceptance.matcher.IEntryCallAcceptanceMatcher
Match whether the call is correct of interest for the application.
matchEvent(R) - Method in interface kieker.analysis.generic.IEventMatcher
Check whether the event should be send to a specific output port.
matchEvent(R) - Method in class kieker.analysis.generic.ImplementsEventMatcher
 
MAX_REPSONSE_TIME - Static variable in class kieker.analysis.architecture.dependency.PropertyConstants
 
MaxCalculator<T> - Class in kieker.analysis.statistics.calculating
 
MaxCalculator(String, Function<T, Long>) - Constructor for class kieker.analysis.statistics.calculating.MaxCalculator
 
maxTimestamp - Variable in class kieker.analysis.generic.time.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.analysis.architecture.dependency.PropertyConstants
 
MeanCalculator<T> - Class in kieker.analysis.statistics.calculating
Computes mean from total amount and number of elements.
MeanCalculator(String, String, String) - Constructor for class kieker.analysis.statistics.calculating.MeanCalculator
Create a mean calculator.
Measurement - Interface in kieker.model.analysismodel.statistics
A representation of the model object 'Measurement'.
MEASUREMENT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Measurement' class.
MEASUREMENT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The meta object id for the 'Measurement' class.
MEASUREMENT__TIMESTAMP - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Timestamp' attribute feature.
MEASUREMENT__TIMESTAMP - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Timestamp' attribute.
MEASUREMENT_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The number of structural features of the 'Measurement' class.
MEASUREMENT_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The number of operations of the 'Measurement' class.
MeasurementImpl - Class in kieker.model.analysismodel.statistics.impl
An implementation of the model object 'Measurement'.
MeasurementImpl() - Constructor for class kieker.model.analysismodel.statistics.impl.MeasurementImpl
MEDIAN_REPSONSE_TIME - Static variable in class kieker.analysis.architecture.dependency.PropertyConstants
 
MedianCalculator<T> - Class in kieker.analysis.statistics.calculating
 
MedianCalculator(String, Function<T, Long>) - Constructor for class kieker.analysis.statistics.calculating.MedianCalculator
 
MedoidGenerator<T> - Class in kieker.analysis.generic.clustering
This stage calculates the medoid of the clusters using the trimmed algorithm.
MedoidGenerator(IDistanceFunction<T>) - Constructor for class kieker.analysis.generic.clustering.MedoidGenerator
 
MEGA - kieker.model.analysismodel.statistics.EPrefix
The 'Mega' literal object.
MEGA_VALUE - Static variable in enum kieker.model.analysismodel.statistics.EPrefix
The 'Mega' literal value.
MEM_FREE - Static variable in class kieker.common.record.system.MemSwapUsageRecord
 
MEM_TOTAL - Static variable in class kieker.common.record.system.MemSwapUsageRecord
 
MEM_USED - Static variable in class kieker.common.record.system.MemSwapUsageRecord
 
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.
merge(EDirection, EDirection) - Static method in class kieker.analysis.code.CodeUtils
Merge two direction values.
MessageTrace - Class in kieker.model.system.model
This class is a container for a whole trace of messages (represented as actual instances of AbstractMessage).
MessageTrace - Class in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 moved to kieker-model
MessageTrace(long, String, List<AbstractMessage>) - Constructor for class kieker.model.system.model.MessageTrace
Creates a new message trace from the given data.
MessageTrace(long, String, List<AbstractMessage>) - Constructor for class kieker.tools.trace.analysis.systemModel.MessageTrace
Deprecated.
Creates a new message trace from the given data.
MessageTrace(long, List<AbstractMessage>) - Constructor for class kieker.model.system.model.MessageTrace
Creates a new message trace from the given data.
MessageTrace(long, List<AbstractMessage>) - Constructor for class kieker.tools.trace.analysis.systemModel.MessageTrace
Deprecated.
Creates a new message trace from the given data.
MessageTraceBasedSession - Class in kieker.model.system.model
Specialized sub-class for sessions based on message traces (see MessageTrace).
MessageTraceBasedSession - Class in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 moved to kieker-model
MessageTraceBasedSession(String) - Constructor for class kieker.model.system.model.MessageTraceBasedSession
Creates a new message trace-based session with the given session ID.
MessageTraceBasedSession(String) - Constructor for class kieker.tools.trace.analysis.systemModel.MessageTraceBasedSession
Deprecated.
Creates a new message trace-based session with the given session ID.
MessageTraceWriterFilter - Class in kieker.analysis.architecture.trace.sink
A filter allowing to write the incoming MessageTraces into a configured file.
MessageTraceWriterFilter - Class in kieker.tools.trace.analysis.filter.traceWriter
Deprecated.
1.15 ported to teetime
MessageTraceWriterFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.traceWriter.MessageTraceWriterFilter
Deprecated.
Creates a new instance of this class using the given parameters.
MessageTraceWriterFilter(SystemModelRepository, File) - Constructor for class kieker.analysis.architecture.trace.sink.MessageTraceWriterFilter
Creates a new instance of this class using the given parameters.
META_DATA - Static variable in class kieker.monitoring.core.configuration.ConfigurationConstants
 
META_DATA - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
MetaModelHandler - Class in kieker.analysis.stage.model
Deprecated.
since 1.15 can be removed with the old TraceAnalysis
MetaModelHandler.PluginConnection - Class in kieker.analysis.stage.model
Deprecated.
 
MetaModelHandler.RepositoryConnection - Class in kieker.analysis.stage.model
Deprecated.
 
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.stage.model.MetaModelHandler
Deprecated.
This method can be used to convert a given analysis meta model instance to the actual java instances.
METER - kieker.model.analysismodel.statistics.ESIUnitType
The 'Meter' literal object.
METER_VALUE - Static variable in enum kieker.model.analysismodel.statistics.ESIUnitType
The 'Meter' literal value.
methodIsContained(List<KiekerPattern>, String) - Static method in class kieker.monitoring.util.KiekerPatternUtil
 
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
MICRO - kieker.model.analysismodel.statistics.EPrefix
The 'Micro' literal object.
MICRO_VALUE - Static variable in enum kieker.model.analysismodel.statistics.EPrefix
The 'Micro' literal value.
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'.
MILI - kieker.model.analysismodel.statistics.EPrefix
The 'Mili' literal object.
MILI_VALUE - Static variable in enum kieker.model.analysismodel.statistics.EPrefix
The 'Mili' literal value.
MIN_REPSONSE_TIME - Static variable in class kieker.analysis.architecture.dependency.PropertyConstants
 
MinCalculator<T> - Class in kieker.analysis.statistics.calculating
 
MinCalculator(String, Function<T, Long>) - Constructor for class kieker.analysis.statistics.calculating.MinCalculator
 
minMax(Iterable<T>) - Static method in class kieker.analysis.generic.clustering.mtree.utils.MTreeUtils
Identifies the minimum and maximum elements from an iterable, according to the natural ordering of the elements.
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'.
ModelAssemblerStage<T> - Class in kieker.analysis.architecture.recovery
Generic model assembler stage to run model assemblers.
ModelAssemblerStage(AbstractModelAssembler<T>) - Constructor for class kieker.analysis.architecture.recovery.ModelAssemblerStage
 
ModelChangeNameStage - Class in kieker.analysis.architecture
Allow to change the repository's name.
ModelChangeNameStage(String) - Constructor for class kieker.analysis.architecture.ModelChangeNameStage
 
ModelDescriptor - Class in kieker.analysis.architecture.repository
Contains information for a single model in the model repository.
ModelDescriptor(String, EClass, EFactory) - Constructor for class kieker.analysis.architecture.repository.ModelDescriptor
Model descriptor.
ModelDescriptor(String, EClass, EFactory, boolean) - Constructor for class kieker.analysis.architecture.repository.ModelDescriptor
Model descriptor.
ModelFactory - Class in kieker.model.system.model
 
ModelFactory - Class in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 model moved to new subproject
ModelGenerationCompositeStage - Class in kieker.analysis.behavior
Generate models from observations.
ModelGenerationCompositeStage(IEntryCallAcceptanceMatcher, ITraceSignatureProcessor, Long, boolean) - Constructor for class kieker.analysis.behavior.ModelGenerationCompositeStage
Generating user behavior graphs.
ModelObjectFromOperationCallAccessorUtils - Class in kieker.analysis.architecture.recovery
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.model.analysismodel.assembly.util.AssemblyAdapterFactory
The cached model package.
modelPackage - Static variable in class kieker.model.analysismodel.assembly.util.AssemblySwitch
The cached model package
modelPackage - Static variable in class kieker.model.analysismodel.deployment.util.DeploymentAdapterFactory
The cached model package.
modelPackage - Static variable in class kieker.model.analysismodel.deployment.util.DeploymentSwitch
The cached model package
modelPackage - Static variable in class kieker.model.analysismodel.execution.util.ExecutionAdapterFactory
The cached model package.
modelPackage - Static variable in class kieker.model.analysismodel.execution.util.ExecutionSwitch
The cached model package
modelPackage - Static variable in class kieker.model.analysismodel.source.util.SourceAdapterFactory
The cached model package.
modelPackage - Static variable in class kieker.model.analysismodel.source.util.SourceSwitch
The cached model package
modelPackage - Static variable in class kieker.model.analysismodel.statistics.util.StatisticsAdapterFactory
The cached model package.
modelPackage - Static variable in class kieker.model.analysismodel.statistics.util.StatisticsSwitch
The cached model package
modelPackage - Static variable in class kieker.model.analysismodel.trace.util.TraceAdapterFactory
The cached model package.
modelPackage - Static variable in class kieker.model.analysismodel.trace.util.TraceSwitch
The cached model package
modelPackage - Static variable in class kieker.model.analysismodel.type.util.TypeAdapterFactory
The cached model package.
modelPackage - Static variable in class kieker.model.analysismodel.type.util.TypeSwitch
The cached model package
modelPackage - Static variable in class kieker.model.collection.util.CollectionAdapterFactory
The cached model package.
modelPackage - Static variable in class kieker.model.collection.util.CollectionSwitch
The cached model package
modelPropertiesToConfiguration(EList<MIProperty>) - Static method in class kieker.analysis.stage.model.MetaModelHandler
Deprecated.
This method can be used to convert a given list of MIProperty to a configuration object.
ModelRepository - Class in kieker.analysis.architecture.repository
 
ModelRepository(String) - Constructor for class kieker.analysis.architecture.repository.ModelRepository
Create a new model repository with the given name.
ModelRepositoryProducerStage - Class in kieker.analysis.architecture
 
ModelRepositoryProducerStage(Path) - Constructor for class kieker.analysis.architecture.ModelRepositoryProducerStage
 
ModelRepositoryReaderStage - Class in kieker.analysis.architecture
Loads model repositories based on the paths it receives.
ModelRepositoryReaderStage() - Constructor for class kieker.analysis.architecture.ModelRepositoryReaderStage
 
ModelSink - Class in kieker.analysis.architecture
Write an in memory model into an output directory.
ModelSink(Path) - Constructor for class kieker.analysis.architecture.ModelSink
Create a model sink.
ModelSink(Path, boolean) - Constructor for class kieker.analysis.architecture.ModelSink
Create a model sink.
ModelSource - Class in kieker.analysis.architecture
Send out single model repository paths.
ModelSource(List<Path>) - Constructor for class kieker.analysis.architecture.ModelSource
 
modelSwitch - Variable in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
The switch that delegates to the createXXX methods.
modelSwitch - Variable in class kieker.model.analysismodel.assembly.util.AssemblyAdapterFactory
The switch that delegates to the createXXX methods.
modelSwitch - Variable in class kieker.model.analysismodel.deployment.util.DeploymentAdapterFactory
The switch that delegates to the createXXX methods.
modelSwitch - Variable in class kieker.model.analysismodel.execution.util.ExecutionAdapterFactory
The switch that delegates to the createXXX methods.
modelSwitch - Variable in class kieker.model.analysismodel.source.util.SourceAdapterFactory
The switch that delegates to the createXXX methods.
modelSwitch - Variable in class kieker.model.analysismodel.statistics.util.StatisticsAdapterFactory
The switch that delegates to the createXXX methods.
modelSwitch - Variable in class kieker.model.analysismodel.trace.util.TraceAdapterFactory
The switch that delegates to the createXXX methods.
modelSwitch - Variable in class kieker.model.analysismodel.type.util.TypeAdapterFactory
The switch that delegates to the createXXX methods.
modelSwitch - Variable in class kieker.model.collection.util.CollectionAdapterFactory
The switch that delegates to the createXXX methods.
modifiers - Variable in class kieker.model.analysismodel.type.impl.OperationTypeImpl
The cached value of the 'Modifiers' attribute list.
MODIFIERS - Static variable in class kieker.analysis.architecture.dependency.PropertyConstants
 
MODULE_MODE - kieker.analysis.generic.EModuleMode
 
MOLE - kieker.model.analysismodel.statistics.ESIUnitType
The 'Mole' literal object.
MOLE_VALUE - Static variable in enum kieker.model.analysismodel.statistics.ESIUnitType
The 'Mole' literal value.
MonitioringRecordTimestampFilter - Class in kieker.analysis.generic.time
Concrete implementation of AbstractTimestampFilter.
MonitioringRecordTimestampFilter(long, long) - Constructor for class kieker.analysis.generic.time.MonitioringRecordTimestampFilter
 
monitorBranch(int, int) - Static method in class kieker.monitoring.probe.manual.BranchingProbe
 
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
 
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.ConfigurationConstants
 
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 - 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.
MonitoringController - Class in kieker.monitoring.core.controller
 
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, Object...) - Constructor for exception kieker.common.exception.MonitoringRecordException
Creates a new instance of a exception utilizing a format string.
MonitoringRecordException(String, Throwable) - Constructor for exception kieker.common.exception.MonitoringRecordException
Creates a new instance of this exception using the given parameters.
MonitoringThroughputFilter - Class in kieker.analysis.plugin.filter.record
Deprecated.
since 1.15.1 old plugin api
MonitoringThroughputFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.record.MonitoringThroughputFilter
Deprecated.
 
MonitoringThroughputStage - Class in kieker.analysis.generic
An instance of this class computes the throughput in terms of the number of records logged within the monitoring instance per time unit.
MonitoringThroughputStage(long) - Constructor for class kieker.analysis.generic.MonitoringThroughputStage
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.analysis.generic.time.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
MoveOperationEntry - Class in kieker.analysis.generic.data
 
MoveOperationEntry() - Constructor for class kieker.analysis.generic.data.MoveOperationEntry
 
MoveOperationEntry(String, String, String) - Constructor for class kieker.analysis.generic.data.MoveOperationEntry
 
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
MTree<T> - Class in kieker.analysis.generic.clustering.mtree
The main class that implements the M-Tree.
MTree(int, int, IDistanceFunction<? super T>, ISplitFunction<T>) - Constructor for class kieker.analysis.generic.clustering.mtree.MTree
Constructs an M-Tree with the specified minimum and maximum node capacities and distance function.
MTree(int, IDistanceFunction<? super T>, ISplitFunction<T>) - Constructor for class kieker.analysis.generic.clustering.mtree.MTree
Constructs an M-Tree with the specified minimum node capacity and distance function.
MTree(IDistanceFunction<? super T>, ISplitFunction<T>) - Constructor for class kieker.analysis.generic.clustering.mtree.MTree
Constructs an M-Tree with the specified distance function.
MTreeGeneratorStage<T> - Class in kieker.analysis.generic.clustering.mtree
A stage to generate an M-Tree with objects of a generic type, with a given distance function.
MTreeGeneratorStage(IDistanceFunction<T>) - Constructor for class kieker.analysis.generic.clustering.mtree.MTreeGeneratorStage
 
MTreeGeneratorStage(IDistanceFunction<T>, int, int) - Constructor for class kieker.analysis.generic.clustering.mtree.MTreeGeneratorStage
 
MTreeUtils - Class in kieker.analysis.generic.clustering.mtree.utils
Some utilities.
MultipleConnectionTcpSourceCompositeStage - Class in kieker.tools.source
Multiple TCP input composite stage.
MultipleConnectionTcpSourceCompositeStage(int, int, ITraceMetadataRewriter) - Constructor for class kieker.tools.source.MultipleConnectionTcpSourceCompositeStage
Create a composite reader stage for TCP connections .
MultipleConnectionTcpSourceCompositeStage(Configuration) - Constructor for class kieker.tools.source.MultipleConnectionTcpSourceCompositeStage
Deprecated. 
MultipleConnectionTcpSourceStage - Class in kieker.analysis.generic.source.tcp
This is a multi connection tcp source stage.
MultipleConnectionTcpSourceStage(int, int, ITraceMetadataRewriter) - Constructor for class kieker.analysis.generic.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

NaiveMedoidGenerator<T> - Class in kieker.analysis.generic.clustering
The naive medoid algorithm, where all pairwise distances are calculated.
NaiveMedoidGenerator(IDistanceFunction<T>) - Constructor for class kieker.analysis.generic.clustering.NaiveMedoidGenerator
 
NaiveParameterWeighting - Class in kieker.analysis.behavior.clustering
Naive weighting for parameter.
NaiveParameterWeighting() - Constructor for class kieker.analysis.behavior.clustering.NaiveParameterWeighting
 
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 - Variable in class kieker.model.analysismodel.deployment.impl.DeploymentContextImpl
The cached value of the 'Name' attribute.
name - Variable in class kieker.model.analysismodel.statistics.impl.CustomUnitImpl
The cached value of the 'Name' attribute.
name - Variable in class kieker.model.analysismodel.type.impl.ComponentTypeImpl
The cached value of the 'Name' attribute.
name - Variable in class kieker.model.analysismodel.type.impl.OperationTypeImpl
The cached value of the 'Name' attribute.
name - Variable in class kieker.model.analysismodel.type.impl.ProvidedInterfaceTypeImpl
The cached value of the 'Name' attribute.
name - Variable in class kieker.model.analysismodel.type.impl.StorageTypeImpl
The cached value of the 'Name' attribute.
name - Variable in class org.graphdrawing.graphml.PortType
 
name() - Method in annotation type kieker.analysis.plugin.annotation.InputPort
Deprecated.
The name which is used to identify this port.
name() - Method in annotation type kieker.analysis.plugin.annotation.OutputPort
Deprecated.
The name which is used to identify this port.
name() - Method in annotation type kieker.analysis.plugin.annotation.Plugin
Deprecated.
The name which is used to identify this plugin.
name() - Method in annotation type kieker.analysis.plugin.annotation.Property
Deprecated.
The name of the property.
name() - Method in annotation type kieker.analysis.plugin.annotation.RepositoryPort
Deprecated.
The name which is used to identify this port.
name() - Method in annotation type kieker.analysis.plugin.Display
The name which is used to name this display.
name() - Method in annotation type kieker.analysis.repository.annotation.Repository
Deprecated.
The name which is used to identify this repository type.
NAME - Static variable in class kieker.analysis.architecture.dependency.PropertyConstants
 
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_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.model.analysismodel.deployment.impl.DeploymentContextImpl
The default value of the 'Name' attribute.
NAME_EDEFAULT - Static variable in class kieker.model.analysismodel.statistics.impl.CustomUnitImpl
The default value of the 'Name' attribute.
NAME_EDEFAULT - Static variable in class kieker.model.analysismodel.type.impl.ComponentTypeImpl
The default value of the 'Name' attribute.
NAME_EDEFAULT - Static variable in class kieker.model.analysismodel.type.impl.OperationTypeImpl
The default value of the 'Name' attribute.
NAME_EDEFAULT - Static variable in class kieker.model.analysismodel.type.impl.ProvidedInterfaceTypeImpl
The default value of the 'Name' attribute.
NAME_EDEFAULT - Static variable in class kieker.model.analysismodel.type.impl.StorageTypeImpl
The default value of the 'Name' attribute.
NAME_TO_OPERATION_MAP - Static variable in interface kieker.model.collection.CollectionPackage.Literals
The meta object literal for the 'Name To Operation Map' class.
NAME_TO_OPERATION_MAP - Static variable in interface kieker.model.collection.CollectionPackage
The meta object id for the 'Name To Operation Map' class.
NAME_TO_OPERATION_MAP__KEY - Static variable in interface kieker.model.collection.CollectionPackage.Literals
The meta object literal for the 'Key' attribute feature.
NAME_TO_OPERATION_MAP__KEY - Static variable in interface kieker.model.collection.CollectionPackage
The feature id for the 'Key' attribute.
NAME_TO_OPERATION_MAP__VALUE - Static variable in interface kieker.model.collection.CollectionPackage.Literals
The meta object literal for the 'Value' reference feature.
NAME_TO_OPERATION_MAP__VALUE - Static variable in interface kieker.model.collection.CollectionPackage
The feature id for the 'Value' reference.
NAME_TO_OPERATION_MAP_FEATURE_COUNT - Static variable in interface kieker.model.collection.CollectionPackage
The number of structural features of the 'Name To Operation Map' class.
NAME_TO_OPERATION_MAP_OPERATION_COUNT - Static variable in interface kieker.model.collection.CollectionPackage
The number of operations of the 'Name To Operation Map' class.
NameBuilder - Class in kieker.analysis.architecture.recovery.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.
NameToOperationMapImpl - Class in kieker.model.collection.impl
An implementation of the model object 'Name To Operation Map'.
NameToOperationMapImpl() - Constructor for class kieker.model.collection.impl.NameToOperationMapImpl
NANO - kieker.model.analysismodel.statistics.EPrefix
The 'Nano' literal object.
NANO_VALUE - Static variable in enum kieker.model.analysismodel.statistics.EPrefix
The 'Nano' literal value.
NetworkAccessHandler - Class in kieker.analysis.generic.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.generic.source.NetworkAccessHandler
Create network access handler.
NetworkPatternEntry - Class in kieker.analysis.generic.source
POJO for a network pattern consisting of an ip-address and a netmask.
NetworkPatternEntry(byte[], byte[]) - Constructor for class kieker.analysis.generic.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.
newCall(AllocationComponentOperationPair, MessageTrace, IOriginRetentionPolicy) - Method in class kieker.visualization.trace.call.tree.TraceCallTreeNode
 
newCall(AllocationComponentOperationPair, MessageTrace, IOriginRetentionPolicy) - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.TraceCallTreeNode
Deprecated.
 
newCall(T, MessageTrace, IOriginRetentionPolicy) - Method in class kieker.visualization.trace.call.tree.AbstractCallTreeNode
 
newCall(T, MessageTrace, IOriginRetentionPolicy) - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeNode
Deprecated.
 
newEndOfFileRecord() - Method in class kieker.analysis.plugin.reader.filesystem.AsciiLogReader
Deprecated.
 
newEndOfFileRecord() - Method in class kieker.analysis.plugin.reader.filesystem.BinaryLogReader
Deprecated.
 
newEndOfFileRecord() - Method in class kieker.analysis.plugin.reader.filesystem.FSReader
Deprecated.
 
newEndOfFileRecord() - Method in interface kieker.analysis.plugin.reader.util.IMonitoringRecordReceiver
 
newEvent(Long) - Method in class kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
Deprecated.
This method is the input port for the timeout.
newEvent(Long) - Method in class kieker.analysis.plugin.filter.flow.TraceAggregationFilter
Deprecated.
This method is the input port for the timeout.
newEvent(TraceEventRecords) - Method in class kieker.analysis.plugin.filter.flow.TraceAggregationFilter
Deprecated.
This method is the input port for incoming traces.
newEvent(IFlowRecord) - Method in class kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
Deprecated.
This method is the input port for the new events for this filter.
newExecutionTrace(ExecutionTrace) - Method in class kieker.tools.trace.analysis.filter.traceFilter.TraceEquivalenceClassFilter
Deprecated.
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
Deprecated.
This method represents the input port of this filter.
newFlowRecordEvent(IFlowRecord) - Method in class kieker.analysis.architecture.trace.flow.AbstractEventRecordTraceReconstructionStage
This method is the input port for the new events for this filter.
newInvalidExecutionTrace(InvalidExecutionTrace) - Method in class kieker.tools.trace.analysis.filter.traceWriter.InvalidExecutionTraceWriterFilter
Deprecated.
This method represents the input port of this filter.
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.analysis.generic.source.namedpipe.PipeReader
This method sends a given records directly to the output port.
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.analysis.plugin.reader.filesystem.AsciiLogReader
Deprecated.
This method is called for each new record by each ReaderThread.
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.analysis.plugin.reader.filesystem.BinaryLogReader
Deprecated.
This method is called for each new record by each ReaderThread.
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.analysis.plugin.reader.filesystem.FSReader
Deprecated.
This method is called for each new record by each ReaderThread.
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.analysis.plugin.reader.namedRecordPipe.PipeReader
Deprecated.
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 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
 
newSplitNodeReplacement(DATA) - Method in interface kieker.analysis.generic.clustering.mtree.ILeafness
 
newSplitNodeReplacement(T) - Method in class kieker.analysis.generic.clustering.mtree.nodes.AbstractNode
 
newSplitNodeReplacement(T) - Method in class kieker.analysis.generic.clustering.mtree.nodes.LeafNodeTrait
 
newSplitNodeReplacement(T) - Method in class kieker.analysis.generic.clustering.mtree.nodes.NonLeafNodeTrait
 
newThread(Runnable) - Method in class kieker.common.util.thread.DaemonThreadFactory
 
newTraceEventRecord(TraceEventRecords) - Method in class kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
Deprecated.
This method is the input port for the new events for this filter.
next() - Method in class kieker.analysis.generic.clustering.mtree.query.ResultsIterator
 
NEXT_ORDER_ID - Static variable in class kieker.common.record.flow.trace.TraceMetadata
 
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_FILE - Static variable in class kieker.analysis.code.CodeUtils
 
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
Deprecated.
The default value to show that a plugin has no name.
NO_NAME - Static variable in annotation type kieker.analysis.repository.annotation.Repository
Deprecated.
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_P - kieker.model.analysismodel.statistics.EPrefix
The 'No P' literal object.
NO_P_VALUE - Static variable in enum kieker.model.analysismodel.statistics.EPrefix
The 'No P' literal value.
NO_PACKAGE - Static variable in class kieker.analysis.code.CodeUtils
 
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.model.system.model.Execution
This constant marks that an execution has no session ID.
NO_SESSION_ID - Static variable in class kieker.tools.trace.analysis.systemModel.Execution
Deprecated.
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.model.system.model.AbstractTrace
This constant can be used as an ID to show that the trace has no ID.
NO_TRACE_ID - Static variable in class kieker.tools.trace.analysis.systemModel.AbstractTrace
Deprecated.
This constant can be used as an ID to show that the trace has no ID.
NoClassMapping - Class in kieker.tools.settings
Marker class in case no class mapping is used for settings.
NoClassMapping() - Constructor for class kieker.tools.settings.NoClassMapping
 
node - Variable in class org.graphdrawing.graphml.EndpointType
 
NODE - org.graphdrawing.graphml.KeyForType
 
NODE - Static variable in class kieker.analysis.generic.sink.graph.dot.DotGraphConstants
 
nodeAnnotationDistance(N, N) - Method in class kieker.analysis.generic.graph.clustering.BasicCostFunction
 
nodeAttributes - Variable in class kieker.analysis.generic.sink.graph.dot.DotExportMapper
 
NodeFactory - Class in kieker.analysis.generic.clustering.mtree.nodes
 
NodeImpl - Class in kieker.analysis.generic.graph.impl
 
NodeImpl(String) - Constructor for class kieker.analysis.generic.graph.impl.NodeImpl
 
nodeIsSelected(EObject) - Method in interface kieker.analysis.generic.graph.IGraphElementSelector
 
nodeIsSelected(EObject) - Method in class kieker.analysis.generic.graph.selector.AllSelector
 
nodeIsSelected(EObject) - Method in class kieker.analysis.generic.graph.selector.AllSelectorColor
 
nodeIsSelected(EObject) - Method in class kieker.analysis.generic.graph.selector.DiffSelector
 
nodeIsSelected(EObject) - Method in class kieker.analysis.generic.graph.selector.IntersectSelector
 
nodeIsSelected(EObject) - Method in class kieker.analysis.generic.graph.selector.SubtractSelector
 
nodeLabel(AbstractCallTreeNode<?>, boolean) - Static method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeFilter
Deprecated.
Add a node label.
nodeLabel(AbstractCallTreeNode<?>, boolean) - Static method in class kieker.visualization.trace.call.tree.AbstractCallTreeFilter
Add a node label.
NodeLabelMapper - Class in kieker.analysis.architecture.trace.graph.dot
This class is a Function that maps a INode to a label.
NodeLabelMapper() - Constructor for class kieker.analysis.architecture.trace.graph.dot.NodeLabelMapper
 
NODESFIRST - org.graphdrawing.graphml.GraphOrderType
 
NodeType - Class in org.graphdrawing.graphml
Complex type for the element.
NodeType() - Constructor for class org.graphdrawing.graphml.NodeType
 
nodeVisitors - Variable in class kieker.analysis.generic.graph.traversal.AbstractGraphTraverser
 
NONE - kieker.common.util.filesystem.BinaryCompressionMethod
Deprecated.
A binary compression method using no compression format.
NONE - kieker.model.analysismodel.execution.EDirection
The 'NONE' literal object.
NONE - kieker.tools.trace.analysis.filter.visualization.graph.OriginRetentionPolicyKind
Value to denote that no origins should be retained.
NONE_VALUE - Static variable in enum kieker.model.analysismodel.execution.EDirection
The 'NONE' literal value.
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.generic.depcompression
Decompression filter for stream reading stages providing no compression.
NoneDecompressionFilter() - Constructor for class kieker.analysis.generic.depcompression.NoneDecompressionFilter
Create dummy decompression filter.
NoneTraceMetadataRewriter - Class in kieker.analysis.generic.source.rewriter
This is an empty rewriter which sends all received records to the output port.
NoneTraceMetadataRewriter() - Constructor for class kieker.analysis.generic.source.rewriter.NoneTraceMetadataRewriter
Create the rewriter.
NonLeafNodeTrait<T> - Class in kieker.analysis.generic.clustering.mtree.nodes
 
NonLeafNodeTrait(AbstractNode<T>) - Constructor for class kieker.analysis.generic.clustering.mtree.nodes.NonLeafNodeTrait
 
NonRootNodeTrait<T> - Class in kieker.analysis.generic.clustering.mtree.nodes
 
NonRootNodeTrait(AbstractNode<T>) - Constructor for class kieker.analysis.generic.clustering.mtree.nodes.NonRootNodeTrait
 
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.
NORMAL - kieker.analysis.behavior.acceptance.matcher.EAcceptanceMode
 
NotFoundEntry - Class in kieker.analysis.code.data
 
NotFoundEntry() - Constructor for class kieker.analysis.code.data.NotFoundEntry
 
NotFoundEntry(String, String, String, String) - Constructor for class kieker.analysis.code.data.NotFoundEntry
 
notifyChanged(Notification) - Method in class kieker.analysis.util.emf.AbstractEReferenceChangedListener
 
notifyChanged(Notification) - Method in class kieker.analysis.util.emf.AbstractEStructuralFeatureChangedListener
 
notifyChanged(T) - Method in class kieker.analysis.util.emf.AbstractEStructuralFeatureChangedListener
 
notifyElementAdded(T) - Method in class kieker.analysis.util.emf.AbstractEReferenceChangedListener
 
notifyElementRemoved(T) - Method in class kieker.analysis.util.emf.AbstractEReferenceChangedListener
 
notifyNewIncomingConnection(String, AbstractPlugin, String) - Method in class kieker.analysis.plugin.AbstractPlugin
Deprecated.
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
Deprecated.
 
notifyNewOutgoingConnection(String, AbstractPlugin, String) - Method in class kieker.analysis.plugin.AbstractPlugin
Deprecated.
Notification method which is called when a new outgoing connection from this plugin is established.
notifyPipeClosed() - Method in class kieker.analysis.generic.source.namedpipe.PipeReader
Called to notify the reader that the pipe is closed.
notifyPipeClosed() - Method in class kieker.analysis.plugin.reader.namedRecordPipe.PipeReader
Deprecated.
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.
NULL - kieker.analysis.generic.TeeFilter.TeeFilterStreamType
 
NullSignatureProcessor - Class in kieker.analysis.architecture.recovery.signature
Do nothing processor.
NullSignatureProcessor(boolean) - Constructor for class kieker.analysis.architecture.recovery.signature.NullSignatureProcessor
 
NullSink - Class in kieker.analysis.generic.sink
Act like a null device.
NullSink(boolean) - Constructor for class kieker.analysis.generic.sink.NullSink
Null stage.
NullSink(boolean, int) - Constructor for class kieker.analysis.generic.sink.NullSink
Null stage.
NUMBER_OF_RECORDS - Static variable in class kieker.common.record.misc.KiekerMetadataRecord
 
NumberGeneratorProducer - Class in kieker.analysis.generic.source
Generates a series of integer numbers from start to end.
NumberGeneratorProducer(Integer, Integer) - Constructor for class kieker.analysis.generic.source.NumberGeneratorProducer
 
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
ObjectTimeSeriesPoint<X> - Class in kieker.analysis.util.timeseries
ITimeSeriesPoint wrapper for any type.
ObjectTimeSeriesPoint(Instant, X) - Constructor for class kieker.analysis.util.timeseries.ObjectTimeSeriesPoint
 
observedReferenceAttributes - Variable in class kieker.analysis.util.emf.EReferenceIndex
 
of(F, S) - Static method in class kieker.model.analysismodel.util.ComposedKey
 
of(String) - Static method in class kieker.analysis.generic.graph.mapping.DirectPropertyMapper
 
of(IOperationNameBuilder, IComponentNameBuilder) - Static method in class kieker.analysis.architecture.recovery.signature.NameBuilder
 
of(IOperationSignatureExtractor, IComponentSignatureExtractor) - Static method in class kieker.analysis.architecture.recovery.signature.SignatureExtractor
 
offer(E) - Method in class kieker.monitoring.queue.BlockingQueueDecorator
 
offer(E, long, TimeUnit) - Method in class kieker.monitoring.queue.BlockingQueueDecorator
 
offer(IMonitoringRecord) - Method in class kieker.monitoring.writer.dump.DumpQueue
 
offer(IMonitoringRecord, long, TimeUnit) - Method in class kieker.monitoring.writer.dump.DumpQueue
 
onBufferReceived(ByteBuffer) - Method in class kieker.monitoring.core.controller.tcp.TcpRecordReader
 
ONE_MIN_LOAD_AVERAGE - Static variable in class kieker.common.record.system.LoadAverageRecord
 
onInitialization() - Method in class kieker.analysis.plugin.reader.amqp.ChunkingAmqpReader
Deprecated.
 
onInitialization() - Method in interface kieker.analysis.plugin.reader.newio.IRawDataReader
Deprecated.
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
 
ONLY_EDGES_FOR_NODES - kieker.analysis.generic.graph.EGraphGenerationMode
 
onNewRegistryEntry(String, int) - Method in class kieker.monitoring.writer.amqp.AmqpWriter
 
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
 
onNewRegistryEntry(T, int) - Method in interface kieker.common.registry.IRegistryListener
This event is fired after a new registry entry was registered.
onRecordReceived(IMonitoringRecord) - Method in class kieker.analysis.generic.source.amqp.RegularRecordHandler
 
onRecordReceived(IMonitoringRecord) - Method in interface kieker.analysis.generic.source.IRecordReceivedListener
 
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.analysis.generic.AnalysisThroughputStage
 
onStarting() - Method in class kieker.extension.cassandra.writer.CassandraDbWriter
 
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.filesystem.FileWriter
 
onStarting() - Method in class kieker.monitoring.writer.influxdb.InfluxDBWriter
Deprecated.
 
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.analysis.architecture.trace.execution.ExecutionRecordTransformationStage
 
onTerminating() - Method in class kieker.analysis.architecture.trace.execution.TraceEquivalenceClassFilter
 
onTerminating() - Method in class kieker.analysis.architecture.trace.flow.AbstractEventRecordTraceReconstructionStage
onTerminating() - Method in class kieker.analysis.architecture.trace.flow.EventRecordTraceReconstructionStage
 
onTerminating() - Method in class kieker.analysis.architecture.trace.flow.TraceAggregationStage
onTerminating() - Method in class kieker.analysis.architecture.trace.InvalidEventRecordTraceCounter
 
onTerminating() - Method in class kieker.analysis.architecture.trace.reconstruction.TraceReconstructionStage
 
onTerminating() - Method in class kieker.analysis.architecture.trace.SessionReconstructionFilter
 
onTerminating() - Method in class kieker.analysis.architecture.trace.sink.ExecutionTraceWriterFilter
 
onTerminating() - Method in class kieker.analysis.architecture.trace.sink.InvalidExecutionTraceWriterSink
 
onTerminating() - Method in class kieker.analysis.architecture.trace.sink.MessageTraceWriterFilter
 
onTerminating() - Method in class kieker.analysis.architecture.trace.TraceEventRecords2ExecutionAndMessageTraceStage
 
onTerminating() - Method in class kieker.analysis.architecture.trace.TraceIdFilter
 
onTerminating() - Method in class kieker.analysis.architecture.trace.ValidEventRecordTraceCounter
 
onTerminating() - Method in class kieker.analysis.behavior.EntryCallSequenceStage
 
onTerminating() - Method in class kieker.analysis.generic.clustering.DataCollectorStage
 
onTerminating() - Method in class kieker.analysis.generic.CountEventsStage
 
onTerminating() - Method in class kieker.analysis.generic.DynamicEventDispatcher
 
onTerminating() - Method in class kieker.analysis.generic.RealtimeRecordDelayConsumer
 
onTerminating() - Method in class kieker.analysis.generic.sink.EquivalenceClassWriter
 
onTerminating() - Method in class kieker.analysis.generic.sink.NullSink
 
onTerminating() - Method in class kieker.analysis.generic.sink.StringFileWriterSink
 
onTerminating() - Method in class kieker.analysis.generic.source.tcp.MultipleConnectionTcpSourceStage
 
onTerminating() - Method in class kieker.analysis.generic.TeeFilter
 
onTerminating() - Method in class kieker.analysis.metrics.graph.entropy.SaveMultipleResultsAllenMetricSink
 
onTerminating() - Method in class kieker.analysis.util.debug.hotspotdetection.HotspotDetectionStage
 
onTerminating() - Method in class kieker.analysis.util.stage.trigger.TerminationStage
 
onTerminating() - Method in class kieker.analysis.util.stage.trigger.TriggerOnTerminationStage
 
onTerminating() - Method in class kieker.extension.cassandra.writer.CassandraDbWriter
 
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.filesystem.FileWriter
 
onTerminating() - Method in class kieker.monitoring.writer.influxdb.InfluxDBWriter
Deprecated.
 
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
 
onTerminating() - Method in class kieker.visualization.trace.call.tree.AbstractAggregatedCallTreeFilter
Saves the call tree to the dot file if error is not true.
onTerminating() - Method in class kieker.visualization.trace.dependency.graph.ComponentDependencyGraphAllocationFilter
 
onTerminating() - Method in class kieker.visualization.trace.dependency.graph.ComponentDependencyGraphAssemblyFilter
 
onTerminating() - Method in class kieker.visualization.trace.dependency.graph.ContainerDependencyGraphFilter
 
onTerminating() - Method in class kieker.visualization.trace.dependency.graph.OperationDependencyGraphAllocationFilter
 
onTerminating() - Method in class kieker.visualization.trace.dependency.graph.OperationDependencyGraphAssemblyFilter
 
onTermination() - Method in class kieker.analysis.plugin.reader.amqp.ChunkingAmqpReader
Deprecated.
 
onTermination() - Method in interface kieker.analysis.plugin.reader.newio.IRawDataReader
Deprecated.
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.model.analysismodel.trace.impl.OperationCallImpl
The cached value of the 'Operation' reference.
Operation - Class in kieker.model.system.model
This class represents an operation within the trace analysis tool.
Operation - Class in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 moved to kieker-model
Operation(int, ComponentType, Signature) - Constructor for class kieker.model.system.model.Operation
Creates a new instance of this class using the given parameters.
Operation(int, ComponentType, Signature) - Constructor for class kieker.tools.trace.analysis.systemModel.Operation
Deprecated.
Creates a new instance of this class using the given parameters.
OPERATION_CALL - Static variable in interface kieker.model.analysismodel.trace.TracePackage.Literals
The meta object literal for the 'Operation Call' class.
OPERATION_CALL - Static variable in interface kieker.model.analysismodel.trace.TracePackage
The meta object id for the 'Operation Call' class.
OPERATION_CALL__CHILDREN - Static variable in interface kieker.model.analysismodel.trace.TracePackage.Literals
The meta object literal for the 'Children' reference list feature.
OPERATION_CALL__CHILDREN - Static variable in interface kieker.model.analysismodel.trace.TracePackage
The feature id for the 'Children' reference list.
OPERATION_CALL__DUR_RATIO_TO_PARENT - Static variable in interface kieker.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.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.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.model.analysismodel.trace.TracePackage
The feature id for the 'Dur Ratio To Root Parent' attribute.
OPERATION_CALL__DURATION - Static variable in interface kieker.model.analysismodel.trace.TracePackage.Literals
The meta object literal for the 'Duration' attribute feature.
OPERATION_CALL__DURATION - Static variable in interface kieker.model.analysismodel.trace.TracePackage
The feature id for the 'Duration' attribute.
OPERATION_CALL__FAILED - Static variable in interface kieker.model.analysismodel.trace.TracePackage.Literals
The meta object literal for the 'Failed' attribute feature.
OPERATION_CALL__FAILED - Static variable in interface kieker.model.analysismodel.trace.TracePackage
The feature id for the 'Failed' attribute.
OPERATION_CALL__FAILED_CAUSE - Static variable in interface kieker.model.analysismodel.trace.TracePackage.Literals
The meta object literal for the 'Failed Cause' attribute feature.
OPERATION_CALL__FAILED_CAUSE - Static variable in interface kieker.model.analysismodel.trace.TracePackage
The feature id for the 'Failed Cause' attribute.
OPERATION_CALL__OPERATION - Static variable in interface kieker.model.analysismodel.trace.TracePackage.Literals
The meta object literal for the 'Operation' reference feature.
OPERATION_CALL__OPERATION - Static variable in interface kieker.model.analysismodel.trace.TracePackage
The feature id for the 'Operation' reference.
OPERATION_CALL__ORDER_INDEX - Static variable in interface kieker.model.analysismodel.trace.TracePackage.Literals
The meta object literal for the 'Order Index' attribute feature.
OPERATION_CALL__ORDER_INDEX - Static variable in interface kieker.model.analysismodel.trace.TracePackage
The feature id for the 'Order Index' attribute.
OPERATION_CALL__PARENT - Static variable in interface kieker.model.analysismodel.trace.TracePackage.Literals
The meta object literal for the 'Parent' reference feature.
OPERATION_CALL__PARENT - Static variable in interface kieker.model.analysismodel.trace.TracePackage
The feature id for the 'Parent' reference.
OPERATION_CALL__STACK_DEPTH - Static variable in interface kieker.model.analysismodel.trace.TracePackage.Literals
The meta object literal for the 'Stack Depth' attribute feature.
OPERATION_CALL__STACK_DEPTH - Static variable in interface kieker.model.analysismodel.trace.TracePackage
The feature id for the 'Stack Depth' attribute.
OPERATION_CALL__START - Static variable in interface kieker.model.analysismodel.trace.TracePackage.Literals
The meta object literal for the 'Start' attribute feature.
OPERATION_CALL__START - Static variable in interface kieker.model.analysismodel.trace.TracePackage
The feature id for the 'Start' attribute.
OPERATION_CALL_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.trace.TracePackage
The number of structural features of the 'Operation Call' class.
OPERATION_CALL_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.trace.TracePackage
The number of operations of the 'Operation Call' class.
OPERATION_COLLECTION - Static variable in interface kieker.model.collection.CollectionPackage.Literals
The meta object literal for the 'Operation Collection' class.
OPERATION_COLLECTION - Static variable in interface kieker.model.collection.CollectionPackage
The meta object id for the 'Operation Collection' class.
OPERATION_COLLECTION__CALLEES - Static variable in interface kieker.model.collection.CollectionPackage.Literals
The meta object literal for the 'Callees' map feature.
OPERATION_COLLECTION__CALLEES - Static variable in interface kieker.model.collection.CollectionPackage
The feature id for the 'Callees' map.
OPERATION_COLLECTION__CALLERS - Static variable in interface kieker.model.collection.CollectionPackage.Literals
The meta object literal for the 'Callers' map feature.
OPERATION_COLLECTION__CALLERS - Static variable in interface kieker.model.collection.CollectionPackage
The feature id for the 'Callers' map.
OPERATION_COLLECTION__PROVIDED - Static variable in interface kieker.model.collection.CollectionPackage.Literals
The meta object literal for the 'Provided' reference feature.
OPERATION_COLLECTION__PROVIDED - Static variable in interface kieker.model.collection.CollectionPackage
The feature id for the 'Provided' reference.
OPERATION_COLLECTION__REQUIRED - Static variable in interface kieker.model.collection.CollectionPackage.Literals
The meta object literal for the 'Required' reference feature.
OPERATION_COLLECTION__REQUIRED - Static variable in interface kieker.model.collection.CollectionPackage
The feature id for the 'Required' reference.
OPERATION_COLLECTION_FEATURE_COUNT - Static variable in interface kieker.model.collection.CollectionPackage
The number of structural features of the 'Operation Collection' class.
OPERATION_COLLECTION_OPERATION_COUNT - Static variable in interface kieker.model.collection.CollectionPackage
The number of operations of the 'Operation Collection' class.
OPERATION_DATAFLOW - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage.Literals
The meta object literal for the 'Operation Dataflow' class.
OPERATION_DATAFLOW - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The meta object id for the 'Operation Dataflow' class.
OPERATION_DATAFLOW__CALLEE - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage.Literals
The meta object literal for the 'Callee' reference feature.
OPERATION_DATAFLOW__CALLEE - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The feature id for the 'Callee' reference.
OPERATION_DATAFLOW__CALLER - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage.Literals
The meta object literal for the 'Caller' reference feature.
OPERATION_DATAFLOW__CALLER - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The feature id for the 'Caller' reference.
OPERATION_DATAFLOW__DIRECTION - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage.Literals
The meta object literal for the 'Direction' attribute feature.
OPERATION_DATAFLOW__DIRECTION - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The feature id for the 'Direction' attribute.
OPERATION_DATAFLOW_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The number of structural features of the 'Operation Dataflow' class.
OPERATION_DATAFLOW_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The number of operations of the 'Operation Dataflow' class.
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 - kieker.analysis.architecture.dependency.VertexType
 
OPERATION_TYPE - Static variable in class kieker.analysis.architecture.recovery.ModelObjectFromOperationCallAccessorUtils
 
OPERATION_TYPE - Static variable in interface kieker.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Operation Type' class.
OPERATION_TYPE - Static variable in interface kieker.model.analysismodel.type.TypePackage
The meta object id for the 'Operation Type' class.
OPERATION_TYPE___GET_COMPONENT_TYPE - Static variable in interface kieker.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.model.analysismodel.type.TypePackage
The operation id for the 'Get Component Type' operation.
OPERATION_TYPE__MODIFIERS - Static variable in interface kieker.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Modifiers' attribute list feature.
OPERATION_TYPE__MODIFIERS - Static variable in interface kieker.model.analysismodel.type.TypePackage
The feature id for the 'Modifiers' attribute list.
OPERATION_TYPE__NAME - Static variable in interface kieker.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Name' attribute feature.
OPERATION_TYPE__NAME - Static variable in interface kieker.model.analysismodel.type.TypePackage
The feature id for the 'Name' attribute.
OPERATION_TYPE__PARAMETER_TYPES - Static variable in interface kieker.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.model.analysismodel.type.TypePackage
The feature id for the 'Parameter Types' attribute list.
OPERATION_TYPE__RETURN_TYPE - Static variable in interface kieker.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Return Type' attribute feature.
OPERATION_TYPE__RETURN_TYPE - Static variable in interface kieker.model.analysismodel.type.TypePackage
The feature id for the 'Return Type' attribute.
OPERATION_TYPE__SIGNATURE - Static variable in interface kieker.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Signature' attribute feature.
OPERATION_TYPE__SIGNATURE - Static variable in interface kieker.model.analysismodel.type.TypePackage
The feature id for the 'Signature' attribute.
OPERATION_TYPE_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.type.TypePackage
The number of structural features of the 'Operation Type' class.
OPERATION_TYPE_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.type.TypePackage
The number of operations of the 'Operation Type' class.
OperationAllocationDependencyGraph - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
OperationAllocationDependencyGraph - Class in kieker.visualization.trace.dependency.graph
This class represents operation dependency graphs on the allocation level.
OperationAllocationDependencyGraph(AllocationComponentOperationPair) - Constructor for class kieker.visualization.trace.dependency.graph.OperationAllocationDependencyGraph
Creates a new graph with the given root entity.
OperationAllocationDependencyGraph(AllocationComponentOperationPair) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationAllocationDependencyGraph
Deprecated.
Creates a new graph with the given root entity.
OperationAllocationDependencyGraphFormatter - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
OperationAllocationDependencyGraphFormatter - Class in kieker.visualization.trace.dependency.graph
Formatter for operation dependency graphs on the allocation level (see OperationAllocationDependencyGraph).
OperationAllocationDependencyGraphFormatter() - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationAllocationDependencyGraphFormatter
Deprecated.
Creates a new formatter.
OperationAllocationDependencyGraphFormatter() - Constructor for class kieker.visualization.trace.dependency.graph.OperationAllocationDependencyGraphFormatter
Creates a new formatter.
OperationAndCallGeneratorStage - Class in kieker.analysis.architecture.recovery
Produce operation and operation call events based on flow records.
OperationAndCallGeneratorStage(boolean) - Constructor for class kieker.analysis.architecture.recovery.OperationAndCallGeneratorStage
Create stage.
OperationAndCallGeneratorStage(boolean, AbstractSignatureProcessor) - Constructor for class kieker.analysis.architecture.recovery.OperationAndCallGeneratorStage
Create stage.
OperationAssemblyDependencyGraph - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
OperationAssemblyDependencyGraph - Class in kieker.visualization.trace.dependency.graph
This class represents operation dependency graphs on the assembly level.
OperationAssemblyDependencyGraph(AssemblyComponentOperationPair) - Constructor for class kieker.visualization.trace.dependency.graph.OperationAssemblyDependencyGraph
Creates a new graph with the given root entity.
OperationAssemblyDependencyGraph(AssemblyComponentOperationPair) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationAssemblyDependencyGraph
Deprecated.
Creates a new graph with the given root entity.
OperationAssemblyDependencyGraphFormatter - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
OperationAssemblyDependencyGraphFormatter - Class in kieker.visualization.trace.dependency.graph
Formatter for operation dependency graphs on the assembly level (see OperationAssemblyDependencyGraph).
OperationAssemblyDependencyGraphFormatter() - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationAssemblyDependencyGraphFormatter
Deprecated.
Creates a new formatter.
OperationAssemblyDependencyGraphFormatter() - Constructor for class kieker.visualization.trace.dependency.graph.OperationAssemblyDependencyGraphFormatter
Creates a new formatter.
OperationAssemblyModelAssembler - Class in kieker.analysis.architecture.recovery.assembler
 
OperationAssemblyModelAssembler(TypeModel, AssemblyModel, SourceModel, String) - Constructor for class kieker.analysis.architecture.recovery.assembler.OperationAssemblyModelAssembler
 
OperationCall - Interface in kieker.model.analysismodel.trace
A representation of the model object 'Operation Call'.
OperationCallEquivalence - Class in kieker.analysis.architecture.trace.aggregation
This class defines an equivalence for OperationCalls using the class Equivalence.
OperationCallEquivalence(boolean) - Constructor for class kieker.analysis.architecture.trace.aggregation.OperationCallEquivalence
 
OperationCallEvent - Class in kieker.common.record.misc
 
OperationCallEvent(String, String, String, String) - Constructor for class kieker.common.record.misc.OperationCallEvent
Creates a new instance of this class using the given parameters.
OperationCallEvent(IValueDeserializer) - Constructor for class kieker.common.record.misc.OperationCallEvent
 
OperationCallEventFactory - Class in kieker.common.record.misc
 
OperationCallEventFactory() - Constructor for class kieker.common.record.misc.OperationCallEventFactory
 
OperationCallImpl - Class in kieker.model.analysismodel.trace.impl
An implementation of the model object 'Operation Call'.
OperationCallImpl() - Constructor for class kieker.model.analysismodel.trace.impl.OperationCallImpl
OperationCollection - Interface in kieker.model.collection
A representation of the model object 'Operation Collection'.
OperationCollectionImpl - Class in kieker.model.collection.impl
An implementation of the model object 'Operation Collection'.
OperationCollectionImpl() - Constructor for class kieker.model.collection.impl.OperationCollectionImpl
OperationDataflow - Interface in kieker.model.analysismodel.execution
A representation of the model object 'Operation Dataflow'.
OperationDataflowImpl - Class in kieker.model.analysismodel.execution.impl
An implementation of the model object 'Operation Dataflow'.
OperationDataflowImpl() - Constructor for class kieker.model.analysismodel.execution.impl.OperationDataflowImpl
operationDataflows - Variable in class kieker.model.analysismodel.execution.impl.ExecutionModelImpl
The cached value of the 'Operation Dataflows' map.
OperationDependencyGraphAllocationFilter - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
ported to teetime
OperationDependencyGraphAllocationFilter - Class in kieker.visualization.trace.dependency.graph
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
Deprecated.
Creates a new filter using the given parameters.
OperationDependencyGraphAllocationFilter(SystemModelRepository, TimeUnit) - Constructor for class kieker.visualization.trace.dependency.graph.OperationDependencyGraphAllocationFilter
Creates a new filter using the given parameters.
OperationDependencyGraphAssemblyFilter - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
OperationDependencyGraphAssemblyFilter - Class in kieker.visualization.trace.dependency.graph
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
Deprecated.
Creates a new filter using the given parameters.
OperationDependencyGraphAssemblyFilter(SystemModelRepository, TimeUnit) - Constructor for class kieker.visualization.trace.dependency.graph.OperationDependencyGraphAssemblyFilter
Creates a new filter using the given parameters.
OperationDeploymentModelAssembler - Class in kieker.analysis.architecture.recovery.assembler
 
OperationDeploymentModelAssembler(AssemblyModel, DeploymentModel, SourceModel, String) - Constructor for class kieker.analysis.architecture.recovery.assembler.OperationDeploymentModelAssembler
 
operationEnd(FullOperationStartData) - Static method in class kieker.monitoring.probe.utilities.OperationExecutionDataGatherer
 
OperationEvent - Class in kieker.analysis.architecture.recovery.events
Represent one operation event.
OperationEvent(String, String, String) - Constructor for class kieker.analysis.architecture.recovery.events.OperationEvent
 
OperationExecutionDataGatherer - Class in kieker.monitoring.probe.utilities
This class contains the monitoring logic that can be used by different frameworks, especially DiSL and Javassist.
OperationExecutionDataGatherer() - Constructor for class kieker.monitoring.probe.utilities.OperationExecutionDataGatherer
 
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.analysis.generic.time
Concrete implementation of AbstractTimestampFilter.
OperationExecutionRecordTimestampFilter(long, long) - Constructor for class kieker.analysis.generic.time.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.
OperationPresentInModelEventReleaseControlStage - Class in kieker.analysis.architecture.recovery
Check for every incoming event whether the necessary model elements, here operations, exist.
OperationPresentInModelEventReleaseControlStage(DeploymentModel) - Constructor for class kieker.analysis.architecture.recovery.OperationPresentInModelEventReleaseControlStage
 
OperationRepository - Class in kieker.model.repository
This is a repository in which the available operations (Operation) can be stored.
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.model.repository.OperationRepository
Creates a new instance of this class using the given parameters.
OperationRepository(SystemModelRepository) - Constructor for class kieker.tools.trace.analysis.systemModel.repository.OperationRepository
Creates a new instance of this class using the given parameters.
operations - Variable in class kieker.model.analysismodel.assembly.impl.AssemblyComponentImpl
The cached value of the 'Operations' map.
operations - Variable in class kieker.model.analysismodel.deployment.impl.DeployedComponentImpl
The cached value of the 'Operations' map.
operationSignature - Variable in class kieker.analysis.architecture.recovery.signature.AbstractSignatureProcessor
 
operationStart(String) - Static method in class kieker.monitoring.probe.utilities.OperationExecutionDataGatherer
 
OperationStartData - Class in kieker.monitoring.probe.utilities
Stores the data of an operation start, to later on produce an execution record
OperationStartData(boolean, long, long, int, int) - Constructor for class kieker.monitoring.probe.utilities.OperationStartData
 
operationType - Variable in class kieker.model.analysismodel.assembly.impl.AssemblyOperationImpl
The cached value of the 'Operation Type' reference.
OperationType - Interface in kieker.model.analysismodel.type
A representation of the model object 'Operation Type'.
OperationTypeImpl - Class in kieker.model.analysismodel.type.impl
An implementation of the model object 'Operation Type'.
OperationTypeImpl() - Constructor for class kieker.model.analysismodel.type.impl.OperationTypeImpl
OperationTypeModelAssembler - Class in kieker.analysis.architecture.recovery.assembler
 
OperationTypeModelAssembler(TypeModel, SourceModel, String, IComponentSignatureExtractor, IOperationSignatureExtractor) - Constructor for class kieker.analysis.architecture.recovery.assembler.OperationTypeModelAssembler
 
OPTICS<T> - Class in kieker.analysis.generic.clustering.optics
An implementation of the OPTICS algorithm.
OPTICS(MTree<OpticsData<T>>, double, int, List<OpticsData<T>>) - Constructor for class kieker.analysis.generic.clustering.optics.OPTICS
 
OpticsData<T> - Class in kieker.analysis.generic.clustering.optics
A wrapper class for behavior models, which assigns the models additional information.
OpticsData(T, OPTICSDataGED<T>) - Constructor for class kieker.analysis.generic.clustering.optics.OpticsData
 
OPTICSDataGED<T> - Class in kieker.analysis.generic.graph.clustering
 
OPTICSDataGED(IDistanceFunction<T>) - Constructor for class kieker.analysis.generic.graph.clustering.OPTICSDataGED
 
OpticsStage<T> - Class in kieker.analysis.generic.clustering.optics
The stage which execute the optics algorithm.
OpticsStage(double, int) - Constructor for class kieker.analysis.generic.clustering.optics.OpticsStage
 
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.model.analysismodel.trace.impl.OperationCallImpl
The default value of the 'Order Index' attribute.
orderIndex - Variable in class kieker.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.
OUT - org.graphdrawing.graphml.EndpointTypeType
 
Outcome - Enum in kieker.analysis.plugin.reader.newio
Deprecated.
since 1.15.1 old plugin api
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
Deprecated.
The name of the output port for the forwarded objects.
OUTPUT_PORT_NAME - Static variable in class kieker.analysis.plugin.reader.list.ListReader
Deprecated.
The name of the output port delivering the read objects.
OUTPUT_PORT_NAME_COUNT - Static variable in class kieker.analysis.plugin.filter.forward.CountingFilter
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
 
OUTPUT_PORT_NAME_EXECUTION_TRACE - Static variable in class kieker.tools.trace.analysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
Deprecated.
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
Deprecated.
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
Deprecated.
 
OUTPUT_PORT_NAME_EXECUTION_TRACE_SESSIONS - Static variable in class kieker.tools.trace.analysis.filter.sessionReconstruction.SessionReconstructionFilter
Deprecated.
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
Deprecated.
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
Deprecated.
The default name for graph output ports.
OUTPUT_PORT_NAME_INVALID_EXECUTION_TRACE - Static variable in class kieker.tools.trace.analysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
 
OUTPUT_PORT_NAME_MISMATCH - Static variable in class kieker.analysis.plugin.filter.select.TraceIdFilter
Deprecated.
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
Deprecated.
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
Deprecated.
The name of the output port delivering the delayed records.
OUTPUT_PORT_NAME_RECORDS - Static variable in class kieker.analysis.plugin.reader.amqp.AmqpReader
Deprecated.
The name of the output port delivering the received records.
OUTPUT_PORT_NAME_RECORDS - Static variable in class kieker.analysis.plugin.reader.database.DbReader
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
The name of the output port delivering the received records.
OUTPUT_PORT_NAME_RECORDS - Static variable in class kieker.analysis.plugin.reader.jmx.JmxReader
Deprecated.
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
Deprecated.
This is the name of the default output port.
OUTPUT_PORT_NAME_RECORDS - Static variable in class kieker.analysis.plugin.reader.newio.RawDataReaderPlugin
Deprecated.
The name of the output port for the decoded records.
OUTPUT_PORT_NAME_RELAYED_EVENTS - Static variable in class kieker.analysis.plugin.filter.forward.CountingFilter
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
The name of the output port delivering the received objects.
OUTPUT_PORT_NAME_THROUGHPUT - Static variable in class kieker.analysis.plugin.filter.forward.AnalysisThroughputFilter
Deprecated.
The name of the output port delivering the received objects.
OUTPUT_PORT_NAME_THROUGHPUT - Static variable in class kieker.analysis.plugin.filter.record.MonitoringThroughputFilter
Deprecated.
The name of the output port delivering calculated throughput.
OUTPUT_PORT_NAME_TIMESTAMP_RECORDS - Static variable in class kieker.analysis.plugin.reader.timer.TimeReader
Deprecated.
The name of the output port for the timestamp records.
OUTPUT_PORT_NAME_TIMESTAMPS - Static variable in class kieker.analysis.plugin.reader.timer.TimeReader
Deprecated.
The name of the output port for the timestamps.
OUTPUT_PORT_NAME_TRACE_INVALID - Static variable in class kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
Deprecated.
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
Deprecated.
The name of the output port delivering the valid traces.
OUTPUT_PORT_NAME_TRACES - Static variable in class kieker.analysis.plugin.filter.flow.TraceAggregationFilter
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
since 1.15.1 old plugin api
outputPorts - Variable in class kieker.analysis.model.analysisMetaModel.impl.MPlugin
The cached value of the 'Output Ports' containment reference list.
outputPorts() - Method in annotation type kieker.analysis.plugin.annotation.Plugin
Deprecated.
The output ports which the current plugin has.

P

package_ - Variable in class kieker.model.analysismodel.type.impl.ComponentTypeImpl
The cached value of the 'Package' attribute.
package_ - Variable in class kieker.model.analysismodel.type.impl.ProvidedInterfaceTypeImpl
The cached value of the 'Package' attribute.
PACKAGE_EDEFAULT - Static variable in class kieker.model.analysismodel.type.impl.ComponentTypeImpl
The default value of the 'Package' attribute.
PACKAGE_EDEFAULT - Static variable in class kieker.model.analysismodel.type.impl.ProvidedInterfaceTypeImpl
The default value of the 'Package' attribute.
PACKAGE_NAME - Static variable in class kieker.analysis.architecture.dependency.PropertyConstants
 
Pair<T> - Class in kieker.analysis.generic.clustering.mtree.utils
A pair of objects of the same type.
Pair() - Constructor for class kieker.analysis.generic.clustering.mtree.utils.Pair
Creates a pair of null objects.
Pair(T, T) - Constructor for class kieker.analysis.generic.clustering.mtree.utils.Pair
Creates a pair with the objects specified in the arguments.
PARAMETER_ERROR - Static variable in class kieker.tools.common.AbstractLegacyTool
There was a parameter error.
PARAMETER_TYPES - Static variable in class kieker.analysis.architecture.dependency.PropertyConstants
 
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.model.analysismodel.type.impl.OperationTypeImpl
The cached value of the 'Parameter Types' attribute list.
ParameterWeightingConverter - Class in kieker.analysis.behavior.clustering
Convert a string parameter setting into a IÃœarameterWeighting object.
ParameterWeightingConverter() - Constructor for class kieker.analysis.behavior.clustering.ParameterWeightingConverter
 
parent - Variable in class kieker.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
 
ParentPathIsDirectoryValidator - Class in kieker.tools.settings.validators
Check whether the specified path refers to a directory.
ParentPathIsDirectoryValidator() - Constructor for class kieker.tools.settings.validators.ParentPathIsDirectoryValidator
 
ParentPathIsWriteableValidator - Class in kieker.tools.settings.validators
Check whether the path is writable.
ParentPathIsWriteableValidator() - Constructor for class kieker.tools.settings.validators.ParentPathIsWriteableValidator
 
ParentPathValueValidator - Class in kieker.tools.settings.validators
Evaluate whether the parent directory of a given path exists.
ParentPathValueValidator() - Constructor for class kieker.tools.settings.validators.ParentPathValueValidator
 
parse(Configuration) - Method in class kieker.tools.settings.ConfigurationParser
 
parseEdgeids - Variable in class org.graphdrawing.graphml.GraphType
 
parseEdges - Variable in class org.graphdrawing.graphml.GraphType
 
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.
PASCAL - kieker.model.analysismodel.statistics.ESIUnitType
The 'Pascal' literal object.
PASCAL_VALUE - Static variable in enum kieker.model.analysismodel.statistics.ESIUnitType
The 'Pascal' literal value.
passNewProcessorLoadTicks(long[]) - Method in class kieker.monitoring.sampler.oshi.samplers.CPUsDetailedPercConverter
Stores a new measurement spot for a given CPU core.
PathIsDirectoryValidator - Class in kieker.tools.settings.validators
Check whether the specified path refers to a directory.
PathIsDirectoryValidator() - Constructor for class kieker.tools.settings.validators.PathIsDirectoryValidator
 
PathIsModelDirectoryValidator - Class in kieker.tools.settings.validators
Check whether the given directory contains a kieker model.
PathIsModelDirectoryValidator() - Constructor for class kieker.tools.settings.validators.PathIsModelDirectoryValidator
 
PathIsReadableValidator - Class in kieker.tools.settings.validators
Check whether the path is readable.
PathIsReadableValidator() - Constructor for class kieker.tools.settings.validators.PathIsReadableValidator
 
PathIsWriteableValidator - Class in kieker.tools.settings.validators
Check whether the path is writable.
PathIsWriteableValidator() - Constructor for class kieker.tools.settings.validators.PathIsWriteableValidator
 
PathLabelMapper - Class in kieker.analysis.generic
 
PathLabelMapper() - Constructor for class kieker.analysis.generic.PathLabelMapper
 
PathParameterSplitter - Class in kieker.tools.settings.splitters
Split a parameter value using the path separator symbol.
PathParameterSplitter() - Constructor for class kieker.tools.settings.splitters.PathParameterSplitter
 
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
 
peek() - Method in class kieker.monitoring.queue.BlockingQueueDecorator
 
peek() - Method in class kieker.monitoring.writer.dump.DumpQueue
 
performConcreteGraphProcessing(G) - Method in class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFilter
Deprecated.
This method encapsulates the concrete graph processing performed by the concrete filters.
performConcreteGraphProcessing(G) - Method in class kieker.visualization.trace.AbstractGraphFilter
This method encapsulates the concrete graph processing performed by the concrete filters.
performConcreteGraphProcessing(AbstractGraph<V, E, TraceInformation>) - Method in class kieker.visualization.trace.TraceColoringFilter
This method encapsulates the concrete graph processing performed by the concrete filters.
performConcreteGraphProcessing(AbstractGraph<V, E, TraceInformation>) - Method in class kieker.tools.trace.analysis.filter.visualization.traceColoring.TraceColoringFilter
Deprecated.
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
Deprecated.
 
performConcreteGraphProcessing(AbstractGraph<V, E, O>) - Method in class kieker.visualization.trace.descriptions.DescriptionDecoratorFilter
 
PERIODIC_SENSORS_EXECUTOR_POOL_SIZE - Static variable in class kieker.monitoring.core.configuration.ConfigurationConstants
 
PERIODIC_SENSORS_EXECUTOR_POOL_SIZE - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
PETA - kieker.model.analysismodel.statistics.EPrefix
The 'Peta' literal object.
PETA_VALUE - Static variable in enum kieker.model.analysismodel.statistics.EPrefix
The 'Peta' literal value.
PICO - kieker.model.analysismodel.statistics.EPrefix
The 'Pico' literal object.
PICO_VALUE - Static variable in enum kieker.model.analysismodel.statistics.EPrefix
The 'Pico' literal value.
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.generic.source.namedpipe
This reader can be used to read records via an in-memory pipe.
PipeReader - Class in kieker.analysis.plugin.reader.namedRecordPipe
Deprecated.
1.15 ported to teetime
PipeReader(String) - Constructor for class kieker.analysis.generic.source.namedpipe.PipeReader
Creates a new instance of this class using the given parameters.
PipeReader(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.reader.namedRecordPipe.PipeReader
Deprecated.
Creates a new instance of this class using the given parameters.
PipeWriter - Class in kieker.monitoring.writer.namedRecordPipe
 
PipeWriter(String) - Constructor for class kieker.monitoring.writer.namedRecordPipe.PipeWriter
Creates a new instance using an empty configuration.
PipeWriter(Configuration) - Constructor for class kieker.monitoring.writer.namedRecordPipe.PipeWriter
Creates a new instance of this class using the given parameters.
PlainText - Class in kieker.analysis.plugin.filter.forward
Deprecated.
1.15 can be removed together with all old pipe-and-filter stuff
PlainText() - Constructor for class kieker.analysis.plugin.filter.forward.PlainText
Deprecated.
Creates a new instance of this class with empty content.
plainTextDisplay() - Method in class kieker.analysis.plugin.filter.forward.AnalysisThroughputFilter
Deprecated.
 
plainTextDisplay() - Method in class kieker.analysis.plugin.filter.forward.CountingFilter
Deprecated.
 
PlainTraceMetadataRewriter - Class in kieker.analysis.generic.source.rewriter
This rewriter rewrites trace ids and ignores ITraceRecords which are not preceded by a TraceMetadata record.
PlainTraceMetadataRewriter() - Constructor for class kieker.analysis.generic.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
Deprecated.
The flag determining whether to plot loops or not.
plotLoops - Variable in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFormatterVisitor
The flag determining whether to plot loops or not.
Plugin - Annotation Type in kieker.analysis.plugin.annotation
Deprecated.
since 1.15.1 old plugin api
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__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.stage.model.MetaModelHandler.PluginConnection
Deprecated.
Creates a new connection between two filters.
PluginInputPortReference(IPlugin, String, Method, Class<?>[]) - Constructor for class kieker.analysis.plugin.IPlugin.PluginInputPortReference
Deprecated.
Creates a new instance of this class using the given parameters.
PluginNotFoundException - Exception in kieker.analysis.exception
Deprecated.
since 1.15.1 plugin API The Plugin requested with the ID was not found in the registry.
PluginNotFoundException(int, Configuration) - Constructor for exception kieker.analysis.exception.PluginNotFoundException
Deprecated.
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() - Method in class kieker.monitoring.writer.dump.DumpQueue
 
poll(long, TimeUnit) - Method in class kieker.monitoring.queue.BlockingQueueDecorator
 
poll(long, TimeUnit) - Method in class kieker.monitoring.writer.dump.DumpQueue
 
port - Variable in class org.graphdrawing.graphml.EndpointType
 
PORT - org.graphdrawing.graphml.KeyForType
 
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__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
 
prefix - Variable in class kieker.model.analysismodel.statistics.impl.SimpleUnitImpl
The cached value of the 'Prefix' attribute.
PREFIX - Static variable in class kieker.analysis.generic.source.file.DatEventDeserializer
 
PREFIX - Static variable in class kieker.monitoring.core.configuration.ConfigurationConstants
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
 
PREFIX_EDEFAULT - Static variable in class kieker.model.analysismodel.statistics.impl.SimpleUnitImpl
The default value of the 'Prefix' attribute.
print(DeploymentModel) - Method in class kieker.analysis.architecture.recovery.DeploymentModelPrinter
 
printDebugLogMessage(String[]) - Method in class kieker.analysis.architecture.trace.AbstractTraceAnalysisStage
Prints a debug message to the logger.
printDebugLogMessage(String[]) - Method in class kieker.tools.trace.analysis.filter.AbstractTraceAnalysisFilter
Deprecated.
Prints a debug message to the logger.
printErrorLogMessage(String[]) - Method in class kieker.analysis.architecture.trace.AbstractTraceAnalysisStage
 
printErrorLogMessage(String[]) - Method in class kieker.tools.trace.analysis.filter.AbstractTraceAnalysisFilter
Deprecated.
 
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.analysis.architecture.trace.AbstractTraceProcessingStage
Returns a user-addressed status message to be logged by the calling tool.
printStatusMessage() - Method in class kieker.analysis.architecture.trace.reconstruction.TraceReconstructionStage
 
printStatusMessage() - Method in class kieker.analysis.architecture.trace.sink.ExecutionTraceWriterFilter
 
printStatusMessage() - Method in class kieker.analysis.architecture.trace.sink.InvalidExecutionTraceWriterSink
 
printStatusMessage() - Method in class kieker.analysis.architecture.trace.sink.MessageTraceWriterFilter
 
printStatusMessage() - Method in class kieker.analysis.plugin.trace.EventRecordTraceCounter
Deprecated.
Returns a user-addressed status message to be logged by the calling tool.
printStatusMessage() - Method in class kieker.tools.trace.analysis.filter.AbstractTraceProcessingFilter
Deprecated.
Returns a user-addressed status message to be logged by the calling tool.
printStatusMessage() - Method in class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
Deprecated.
 
printStatusMessage() - Method in class kieker.tools.trace.analysis.filter.traceWriter.ExecutionTraceWriterFilter
Deprecated.
 
printStatusMessage() - Method in class kieker.tools.trace.analysis.filter.traceWriter.InvalidExecutionTraceWriterFilter
Deprecated.
 
printStatusMessage() - Method in class kieker.tools.trace.analysis.filter.traceWriter.MessageTraceWriterFilter
Deprecated.
 
printStatusMessage() - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
Deprecated.
 
printStatusMessage() - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.TraceCallTreeFilter
Deprecated.
 
printStatusMessage() - Method in class kieker.tools.trace.analysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter
Deprecated.
Returns a user-addressed status message to be logged by the calling tool.
printStatusMessage() - Method in class kieker.visualization.trace.call.tree.AbstractAggregatedCallTreeFilter
 
printStatusMessage() - Method in class kieker.visualization.trace.call.tree.TraceCallTreeFilter
 
printStatusMessage() - Method in class kieker.visualization.trace.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.
ProbeControlStage - Class in kieker.analysis.architecture.adaptation
Receives control events, processes them and in case of error sends the error message to an error sink.
ProbeControlStage(IProbeController) - Constructor for class kieker.analysis.architecture.adaptation.ProbeControlStage
Initiates the filter with a new TcpProbeController.
process(Set<T>, IDistanceFunction<? super T>) - Method in class kieker.analysis.generic.clustering.mtree.ComposedSplitFunction
 
process(Set<T>, IDistanceFunction<? super T>) - Method in interface kieker.analysis.generic.clustering.mtree.IPromotionFunction
Chooses (promotes) a pair of objects according to some criteria that is suitable for the application using the M-Tree.
process(Set<T>, IDistanceFunction<? super T>) - Method in interface kieker.analysis.generic.clustering.mtree.ISplitFunction
Processes the splitting of a node.
process(Set<T>, IDistanceFunction<? super T>) - Method in class kieker.analysis.generic.clustering.mtree.RandomPromotionFunction
 
process(Pair<T>, Set<T>, IDistanceFunction<? super T>) - Method in class kieker.analysis.generic.clustering.mtree.BalancedPartitionFunction
Processes the balanced partition.
process(Pair<T>, Set<T>, IDistanceFunction<? super T>) - Method in interface kieker.analysis.generic.clustering.mtree.IPartitionFunction
Executes the partitioning.
processDataStream(InputStream, ReaderRegistry<String>, String) - Method in class kieker.analysis.generic.source.file.AbstractMapDeserializer
Read a string map from an input stream and initialize the specified registry with the values.
processDataStream(InputStream, ReaderRegistry<String>, String) - Method in class kieker.analysis.generic.source.file.TextMapDeserializer
 
processDataStream(InputStream, OutputPort<IMonitoringRecord>) - Method in class kieker.analysis.generic.source.file.AbstractEventDeserializer
Read an input stream of data, deserialize it and output proper monitoring records.
processDataStream(InputStream, OutputPort<IMonitoringRecord>) - Method in class kieker.analysis.generic.source.file.BinaryEventDeserializer
 
processDataStream(InputStream, OutputPort<IMonitoringRecord>) - Method in class kieker.analysis.generic.source.file.DatEventDeserializer
 
processExecutionTrace(ExecutionTrace) - Method in class kieker.tools.trace.analysis.filter.sessionReconstruction.SessionReconstructionFilter
Deprecated.
Processes an incoming execution.
processGraph(G) - Method in class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFilter
Deprecated.
Processes the given graph.
processInputChannel(InputStream) - Method in class kieker.analysis.plugin.reader.filesystem.TextFileStreamProcessor
Deprecated.
Process an input stream.
processMessage(AbstractMessage, DependencyGraphNode<?>, DependencyGraphNode<?>, TimeUnit) - Method in class kieker.visualization.trace.dependency.graph.AbstractNodeDecorator
Processes a message sent from the given source to the given target node.
processMessage(AbstractMessage, DependencyGraphNode<?>, DependencyGraphNode<?>, TimeUnit) - Method in class kieker.visualization.trace.dependency.graph.ResponseTimeColorNodeDecorator
 
processMessage(AbstractMessage, DependencyGraphNode<?>, DependencyGraphNode<?>, TimeUnit) - Method in class kieker.visualization.trace.dependency.graph.ResponseTimeNodeDecorator
 
processMessage(AbstractMessage, DependencyGraphNode<?>, DependencyGraphNode<?>, TimeUnit) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractNodeDecorator
Deprecated.
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
Deprecated.
 
processMessage(AbstractMessage, DependencyGraphNode<?>, DependencyGraphNode<?>, TimeUnit) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ResponseTimeNodeDecorator
Deprecated.
 
processSignatures(String, String) - Method in class kieker.analysis.architecture.recovery.signature.AbstractSignatureProcessor
 
processSignatures(String, String) - Method in class kieker.analysis.architecture.recovery.signature.NullSignatureProcessor
 
ProduceBeforeAndAfterEventsFromOperationCallsStage - Class in kieker.analysis.code
This filter processes @{link OperationCallEvent} events and transforms them to mini traces which are send out.
ProduceBeforeAndAfterEventsFromOperationCallsStage(String) - Constructor for class kieker.analysis.code.ProduceBeforeAndAfterEventsFromOperationCallsStage
 
programmaticOnly() - Method in annotation type kieker.analysis.plugin.annotation.Plugin
Deprecated.
This flag determines whether the annotated plugin should only be used for programmatic purposes or not.
programmaticOnly() - Method in annotation type kieker.analysis.repository.annotation.Repository
Deprecated.
This flag determines whether the annotated repository should only be used for programmatic purposes or not.
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
Deprecated.
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 - Variable in class kieker.model.analysismodel.statistics.impl.StatisticRecordImpl
The cached value of the 'Properties' map.
Property - Annotation Type in kieker.analysis.plugin.annotation
Deprecated.
since 1.15.1 old plugin api
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__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.
PropertyConstants - Class in kieker.analysis.architecture.dependency
 
provided - Variable in class kieker.model.collection.impl.CouplingImpl
The cached value of the 'Provided' reference.
provided - Variable in class kieker.model.collection.impl.OperationCollectionImpl
The cached value of the 'Provided' reference.
PROVIDED_INTERFACE_TYPE - Static variable in interface kieker.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Provided Interface Type' class.
PROVIDED_INTERFACE_TYPE - Static variable in interface kieker.model.analysismodel.type.TypePackage
The meta object id for the 'Provided Interface Type' class.
PROVIDED_INTERFACE_TYPE__NAME - Static variable in interface kieker.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Name' attribute feature.
PROVIDED_INTERFACE_TYPE__NAME - Static variable in interface kieker.model.analysismodel.type.TypePackage
The feature id for the 'Name' attribute.
PROVIDED_INTERFACE_TYPE__PACKAGE - Static variable in interface kieker.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Package' attribute feature.
PROVIDED_INTERFACE_TYPE__PACKAGE - Static variable in interface kieker.model.analysismodel.type.TypePackage
The feature id for the 'Package' attribute.
PROVIDED_INTERFACE_TYPE__PROVIDED_OPERATION_TYPES - Static variable in interface kieker.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Provided Operation Types' map feature.
PROVIDED_INTERFACE_TYPE__PROVIDED_OPERATION_TYPES - Static variable in interface kieker.model.analysismodel.type.TypePackage
The feature id for the 'Provided Operation Types' map.
PROVIDED_INTERFACE_TYPE__SIGNATURE - Static variable in interface kieker.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Signature' attribute feature.
PROVIDED_INTERFACE_TYPE__SIGNATURE - Static variable in interface kieker.model.analysismodel.type.TypePackage
The feature id for the 'Signature' attribute.
PROVIDED_INTERFACE_TYPE_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.type.TypePackage
The number of structural features of the 'Provided Interface Type' class.
PROVIDED_INTERFACE_TYPE_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.type.TypePackage
The number of operations of the 'Provided Interface Type' class.
providedInterface - Variable in class kieker.model.analysismodel.deployment.impl.DeployedProvidedInterfaceImpl
The cached value of the 'Provided Interface' reference.
providedInterfaces - Variable in class kieker.model.analysismodel.assembly.impl.AssemblyComponentImpl
The cached value of the 'Provided Interfaces' map.
providedInterfaces - Variable in class kieker.model.analysismodel.deployment.impl.DeployedComponentImpl
The cached value of the 'Provided Interfaces' map.
providedInterfaceType - Variable in class kieker.model.analysismodel.assembly.impl.AssemblyProvidedInterfaceImpl
The cached value of the 'Provided Interface Type' reference.
ProvidedInterfaceType - Interface in kieker.model.analysismodel.type
A representation of the model object 'Provided Interface Type'.
ProvidedInterfaceTypeImpl - Class in kieker.model.analysismodel.type.impl
An implementation of the model object 'Provided Interface Type'.
ProvidedInterfaceTypeImpl() - Constructor for class kieker.model.analysismodel.type.impl.ProvidedInterfaceTypeImpl
providedInterfaceTypes - Variable in class kieker.model.analysismodel.type.impl.ComponentTypeImpl
The cached value of the 'Provided Interface Types' containment reference list.
providedOperations - Variable in class kieker.model.analysismodel.type.impl.ComponentTypeImpl
The cached value of the 'Provided Operations' map.
providedOperationTypes - Variable in class kieker.model.analysismodel.type.impl.ProvidedInterfaceTypeImpl
The cached value of the 'Provided Operation Types' map.
providedStorages - Variable in class kieker.model.analysismodel.type.impl.ComponentTypeImpl
The cached value of the 'Provided Storages' map.
put(E) - Method in class kieker.monitoring.queue.BlockingQueueDecorator
 
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(IMonitoringRecord) - Method in class kieker.monitoring.writer.dump.DumpQueue
 
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.
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
 
putBoolean(boolean) - Method in class kieker.extension.cassandra.CassandraValueSerializer
 
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
 
putByte(byte) - Method in class kieker.extension.cassandra.CassandraValueSerializer
 
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
 
putBytes(byte[]) - Method in class kieker.extension.cassandra.CassandraValueSerializer
 
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
 
putChar(char) - Method in class kieker.extension.cassandra.CassandraValueSerializer
 
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
 
putDouble(double) - Method in class kieker.extension.cassandra.CassandraValueSerializer
 
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
 
putEnumeration(T) - Method in class kieker.extension.cassandra.CassandraValueSerializer
 
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
 
putFloat(float) - Method in class kieker.extension.cassandra.CassandraValueSerializer
 
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
 
putInt(int) - Method in class kieker.extension.cassandra.CassandraValueSerializer
 
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
 
putLong(long) - Method in class kieker.extension.cassandra.CassandraValueSerializer
 
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
 
putShort(short) - Method in class kieker.extension.cassandra.CassandraValueSerializer
 
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
 
putString(String) - Method in class kieker.extension.cassandra.CassandraValueSerializer
 
PYTHON_CLASS_MODE - kieker.analysis.generic.EModuleMode
 

Q

Query<T> - Class in kieker.analysis.generic.clustering.mtree.query
An Iterable class which can be iterated to fetch the results of a nearest-neighbors query.
Query(MTree<T>, T, double, int) - Constructor for class kieker.analysis.generic.clustering.mtree.query.Query
 
QUEUE - Static variable in class kieker.common.record.system.DiskUsageRecord
 
QUEUE_PUT_STRATEGY - Static variable in class kieker.monitoring.core.controller.WriterController
The fully qualified name of the put strategy
QUEUE_TAKE_STRATEGY - Static variable in class kieker.monitoring.core.controller.WriterController
The fully qualified name of the take strategy

R

radius - Variable in class kieker.analysis.generic.clustering.mtree.nodes.IndexItem
 
RandomPromotionFunction<T> - Class in kieker.analysis.generic.clustering.mtree
A promotion function object that randomly chooses ("promotes") two data objects.
RandomPromotionFunction() - Constructor for class kieker.analysis.generic.clustering.mtree.RandomPromotionFunction
 
randomSample(Collection<T>, int) - Static method in class kieker.analysis.generic.clustering.mtree.utils.MTreeUtils
Randomly chooses elements from the collection.
RANKDIR - kieker.analysis.generic.sink.graph.dot.attributes.DotGraphAttribute
 
RawDataReaderPlugin - Class in kieker.analysis.plugin.reader.newio
Deprecated.
since 1.15.1 old plugin api
RawDataReaderPlugin(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.reader.newio.RawDataReaderPlugin
Deprecated.
 
read() - Method in class kieker.analysis.generic.MapFileReader
 
read() - Method in class kieker.analysis.generic.source.amqp.AMQPReader
 
read() - Method in class kieker.analysis.generic.source.jms.JMSReader
Starts the reader.
read() - Method in class kieker.analysis.plugin.reader.amqp.AmqpReader
Deprecated.
 
read() - Method in class kieker.analysis.plugin.reader.amqp.ChunkingAmqpReader
Deprecated.
 
read() - Method in class kieker.analysis.plugin.reader.database.DbReader
Deprecated.
Starts the reader.
read() - Method in class kieker.analysis.plugin.reader.filesystem.AsciiLogReader
Deprecated.
Starts the reader.
read() - Method in class kieker.analysis.plugin.reader.filesystem.BinaryLogReader
Deprecated.
Starts the reader.
read() - Method in class kieker.analysis.plugin.reader.filesystem.FSReader
Deprecated.
Starts the reader.
read() - Method in interface kieker.analysis.plugin.reader.IReaderPlugin
Deprecated.
Starts the reader.
read() - Method in class kieker.analysis.plugin.reader.jms.JmsReader
Deprecated.
A call to this method is a blocking call.
read() - Method in class kieker.analysis.plugin.reader.jmx.JmxReader
Deprecated.
Starts the reader.
read() - Method in class kieker.analysis.plugin.reader.kafka.KafkaReader
 
read() - Method in class kieker.analysis.plugin.reader.list.ListReader
Deprecated.
Starts the reader.
read() - Method in class kieker.analysis.plugin.reader.namedRecordPipe.PipeReader
Deprecated.
Blocks until the associated pipe is being closed.
read() - Method in interface kieker.analysis.plugin.reader.newio.IRawDataReader
Deprecated.
Starts the read operation.
read() - Method in class kieker.analysis.plugin.reader.newio.RawDataReaderPlugin
Deprecated.
 
read() - Method in class kieker.analysis.plugin.reader.timer.TimeReader
Deprecated.
Starts the reader.
READ - kieker.model.analysismodel.execution.EDirection
The 'READ' literal object.
READ_BYTES_PER_SECOND - Static variable in class kieker.common.record.system.DiskUsageRecord
 
READ_VALUE - Static variable in enum kieker.model.analysismodel.execution.EDirection
The 'READ' literal value.
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.
ReadFileValueValidator - Class in kieker.tools.settings.validators
Evaluate whether the path exists and the file is readable.
ReadFileValueValidator() - Constructor for class kieker.tools.settings.validators.ReadFileValueValidator
 
readInput(IMonitoringRecord) - Method in class kieker.analysis.plugin.filter.flow.ThreadEvent2TraceEventFilter
Deprecated.
 
readModelRepository(Path, ModelDescriptor...) - Static method in class kieker.analysis.architecture.repository.ArchitectureModelRepositoryFactory
Read a set of model files into a model repository.
ReadOnlyConfiguration - Class in kieker.common.configuration
 
ReadOnlyConfiguration(Properties) - Constructor for class kieker.common.configuration.ReadOnlyConfiguration
Create a read only configuration.
READS_PER_SECOND - Static variable in class kieker.common.record.system.DiskUsageRecord
 
READY - kieker.analysis.AnalysisController.STATE
Deprecated.
The controller has been initialized and is ready to be configured.
READY - kieker.analysis.plugin.IPlugin.STATE
Deprecated.
The plugin has been initialized and is ready to be configured.
RealtimeRecordDelayConsumer - Class in kieker.analysis.generic
Receives records at the input port and stores them in a queue for the RealtimeRecordDelayProducer.
RealtimeRecordDelayConsumer(LinkedBlockingQueue<Object>, Object) - Constructor for class kieker.analysis.generic.RealtimeRecordDelayConsumer
Creates a new instance of this class using the given parameters.
RealtimeRecordDelayFilter - Class in kieker.analysis.generic
Forwards incoming IMonitoringRecords with delays computed from the IMonitoringRecord.getLoggingTimestamp() value (assumed to be in the configured resolution).
RealtimeRecordDelayFilter - Class in kieker.analysis.plugin.filter.record
Deprecated.
since 1.15.1 old plugin api
RealtimeRecordDelayFilter(TimeUnit, double) - Constructor for class kieker.analysis.generic.RealtimeRecordDelayFilter
Creates a new instance of this class using the given parameters.
RealtimeRecordDelayFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.record.RealtimeRecordDelayFilter
Deprecated.
Creates a new instance of this class using the given parameters.
RealtimeRecordDelayProducer - Class in kieker.analysis.generic
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.analysis.generic.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.analysis.architecture.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.analysis.generic.time
Generates time events with a given resolution based on the timestamps of incoming IMonitoringRecords.
RecordCurrentTimeEventGenerationFilter(long) - Constructor for class kieker.analysis.generic.time.RecordCurrentTimeEventGenerationFilter
Creates an event generator which generates time events with the given resolution in timeunits.
RecordDeserializer - Class in kieker.analysis.generic.source
Represents a deserializer that deserializes records based on their id and a byte buffer.
RecordDeserializer(IRecordReceivedListener, ReaderRegistry<String>) - Constructor for class kieker.analysis.generic.source.RecordDeserializer
 
RecordFactory - Annotation Type in kieker.common.record.factory
This annotation specifies the record factory to use for instantiating the annotated record class.
RecordFactoryResolver - Class in kieker.common.record.factory
 
RecordFactoryResolver() - Constructor for class kieker.common.record.factory.RecordFactoryResolver
Creates a new record factory resolver which finds available factory providers automatically using the service locator.
RecordFactoryResolver(Iterable<IRecordFactoryProvider>) - Constructor for class kieker.common.record.factory.RecordFactoryResolver
Creates a new record factory resolver with the given factory providers.
RecordInstantiationException - Exception in kieker.common.exception
Only thrown by the kieker.common.record.factory.old.RecordFactoryWrapper.
RecordInstantiationException(String, Object...) - Constructor for exception kieker.common.exception.RecordInstantiationException
Creates a new instance of a exception utilizing a format string.
RecordInstantiationException(Throwable) - Constructor for exception kieker.common.exception.RecordInstantiationException
Creates a new instance of a exception.
recordOutsideTimePeriodOutputPort - Variable in class kieker.analysis.generic.time.AbstractTimestampFilter
 
recordsTimeUnitFromProjectContext - Variable in class kieker.analysis.analysisComponent.AbstractAnalysisComponent
Deprecated.
The record time unit as provided by the project context.
recordWithinTimePeriodOutputPort - Variable in class kieker.analysis.generic.time.AbstractTimestampFilter
 
RED - Static variable in class kieker.tools.trace.analysis.filter.visualization.graph.Color
The predefined color red.
reference - Variable in class kieker.analysis.util.emf.EReferenceIndex
 
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
 
register(ModelDescriptor, EObject) - Method in class kieker.analysis.architecture.repository.ModelRepository
 
register(IMonitoringRecordReceiver) - Method in class kieker.analysis.plugin.reader.util.ByteBufferDeserializer
Deprecated.
 
registerExecution(Execution) - Method in class kieker.visualization.trace.dependency.graph.ResponseTimeDecoration
Registers a given execution for the decorated vertex.
registerExecution(Execution) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ResponseTimeDecoration
Deprecated.
Registers a given execution for the decorated vertex.
registerFilter(AbstractFilterPlugin) - Method in class kieker.analysis.AnalysisController
Deprecated.
Registers the given filter with this analysis instance.
registerOutput(IEventMatcher<? extends Object>) - Method in class kieker.analysis.generic.DynamicEventDispatcher
 
registerReader(AbstractReaderPlugin) - Method in class kieker.analysis.AnalysisController
Deprecated.
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
Deprecated.
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
Deprecated.
Registers the given instance as a new state observer.
registerStateObserver(AnalysisController.IStateObserver) - Method in interface kieker.analysis.IAnalysisController
Deprecated.
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.generic.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.generic.source.amqp
Runnable to handle incoming registry records.
RegistryRecordHandler - Class in kieker.analysis.plugin.reader
Deprecated.
since 1.15.1 old plugin api
RegistryRecordHandler(StringRegistryCache) - Constructor for class kieker.analysis.plugin.reader.RegistryRecordHandler
Deprecated.
Creates a new registry record handler for the given registry.
RegistryRecordHandler(ReaderRegistry<String>) - Constructor for class kieker.analysis.generic.source.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.generic.source.amqp
Runnable to handle incoming regular records.
RegularRecordHandler - Class in kieker.analysis.plugin.reader
Deprecated.
since 1.15.1 old plugin api
RegularRecordHandler(AMQPReader, ReaderRegistry<String>) - Constructor for class kieker.analysis.generic.source.amqp.RegularRecordHandler
Creates a new regular record handler.
RegularRecordHandler(AbstractStringRegistryReaderPlugin, StringRegistryCache) - Constructor for class kieker.analysis.plugin.reader.RegularRecordHandler
Deprecated.
Creates a new regular record handler.
rejectNewConnection() - Method in class kieker.analysis.generic.source.tcp.MultipleConnectionTcpSourceStage
 
remainingCapacity() - Method in class kieker.monitoring.queue.BlockingQueueDecorator
 
remainingCapacity() - Method in class kieker.monitoring.writer.dump.DumpQueue
 
RemoteControlFailedException - Exception in kieker.analysis.architecture.adaptation
Thrown if the remote command could not be send.
RemoteControlFailedException(Exception) - Constructor for exception kieker.analysis.architecture.adaptation.RemoteControlFailedException
Create a chained exception.
RemoteControlFailedException(String) - Constructor for exception kieker.analysis.architecture.adaptation.RemoteControlFailedException
Create exception with new message.
RemoteControlFailedException(String, Exception) - Constructor for exception kieker.analysis.architecture.adaptation.RemoteControlFailedException
Create a labeled and chained exception.
remove() - Method in class kieker.analysis.generic.clustering.mtree.query.ResultsIterator
 
remove() - Method in class kieker.monitoring.writer.dump.DumpQueue
 
remove(Object) - Method in class kieker.common.configuration.ReadOnlyConfiguration
 
remove(Object) - Method in class kieker.monitoring.writer.dump.DumpQueue
 
remove(T) - Method in class kieker.analysis.generic.clustering.mtree.MTree
Removes a data object from the M-Tree.
REMOVE_RANDOM_ENTRY - kieker.common.util.map.BoundedConcurrentHashMap.BoundedCacheBehaviour
 
removeAll(Collection<?>) - Method in class kieker.monitoring.writer.dump.DumpQueue
 
removeBegin() - Method in class kieker.analysis.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 class kieker.analysis.generic.graph.impl.NodeImpl
 
removeChildGraph() - Method in interface kieker.analysis.generic.graph.INode
 
removeData(T, double) - Method in class kieker.analysis.generic.clustering.mtree.nodes.AbstractNode
 
removeEnd() - Method in class kieker.analysis.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.analysis.generic.graph.IElement
 
removeProperty(String) - Method in class kieker.analysis.generic.graph.impl.ElementImpl
 
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 .
removeTrailingUnderscore(String) - Method in class kieker.analysis.architecture.recovery.signature.AbstractSignatureProcessor
 
reportError(long) - Method in class kieker.analysis.architecture.trace.AbstractTraceProcessingStage
This method can be used to report a trace which has not been processed successfully.
reportError(long) - Method in class kieker.analysis.architecture.trace.InvalidEventRecordTraceCounter
This method can be used to report a trace which has not been processed successfully.
reportError(long) - Method in class kieker.analysis.plugin.trace.EventRecordTraceCounter
Deprecated.
This method can be used to report a trace which has not been processed successfully.
reportError(long) - Method in class kieker.tools.trace.analysis.filter.AbstractTraceProcessingFilter
Deprecated.
This method can be used to report a trace which has not been processed successfully.
reportSuccess(long) - Method in class kieker.analysis.architecture.trace.AbstractTraceProcessingStage
This method can be used to report a trace which has been processed successfully.
reportSuccess(long) - Method in class kieker.analysis.plugin.trace.EventRecordTraceCounter
Deprecated.
This method can be used to report a trace which has been processed successfully.
reportSuccess(long) - Method in class kieker.tools.trace.analysis.filter.AbstractTraceProcessingFilter
Deprecated.
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 - Annotation Type in kieker.analysis.repository.annotation
Deprecated.
since 1.15.1 old plugin api
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__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
Deprecated.
The name of the repository port for the system model repository.
RepositoryConnection(AbstractPlugin, AbstractRepository, String) - Constructor for class kieker.analysis.stage.model.MetaModelHandler.RepositoryConnection
Deprecated.
Creates a new connection between a repository and a filter.
RepositoryPort - Annotation Type in kieker.analysis.plugin.annotation
Deprecated.
since 1.15.1 old plugin api
repositoryPorts() - Method in annotation type kieker.analysis.plugin.annotation.Plugin
Deprecated.
The output ports which the current plugin has.
repositoryType() - Method in annotation type kieker.analysis.plugin.annotation.RepositoryPort
Deprecated.
The event types which are used for this port.
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
Deprecated.
 
requestOriginRetentionPolicy(IOriginRetentionPolicy) - Method in interface kieker.tools.trace.analysis.filter.IGraphProducingFilter
Deprecated.
Requests that the given retention policy is used by this graph producer.
requestOriginRetentionPolicy(IOriginRetentionPolicy) - Method in class kieker.visualization.trace.AbstractGraphProducingFilter
 
requestOriginRetentionPolicy(IOriginRetentionPolicy) - Method in interface kieker.visualization.trace.IGraphProducingFilter
Requests that the given retention policy is used by this graph producer.
required - Variable in class kieker.model.collection.impl.CouplingImpl
The cached value of the 'Required' reference.
required - Variable in class kieker.model.collection.impl.OperationCollectionImpl
The cached value of the 'Required' reference.
required() - Method in annotation type kieker.tools.settings.Setting
Whether this option is required.
REQUIRED_INTERFACE_TYPE - Static variable in interface kieker.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Required Interface Type' class.
REQUIRED_INTERFACE_TYPE - Static variable in interface kieker.model.analysismodel.type.TypePackage
The meta object id for the 'Required Interface Type' class.
REQUIRED_INTERFACE_TYPE__REQUIRES - Static variable in interface kieker.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Requires' reference feature.
REQUIRED_INTERFACE_TYPE__REQUIRES - Static variable in interface kieker.model.analysismodel.type.TypePackage
The feature id for the 'Requires' reference.
REQUIRED_INTERFACE_TYPE_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.type.TypePackage
The number of structural features of the 'Required Interface Type' class.
REQUIRED_INTERFACE_TYPE_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.type.TypePackage
The number of operations of the 'Required Interface Type' class.
requiredInterface - Variable in class kieker.model.analysismodel.deployment.impl.DeployedRequiredInterfaceImpl
The cached value of the 'Required Interface' reference.
requiredInterfaces - Variable in class kieker.model.analysismodel.assembly.impl.AssemblyComponentImpl
The cached value of the 'Required Interfaces' containment reference list.
requiredInterfaces - Variable in class kieker.model.analysismodel.deployment.impl.DeployedComponentImpl
The cached value of the 'Required Interfaces' containment reference list.
requiredInterfaceType - Variable in class kieker.model.analysismodel.assembly.impl.AssemblyRequiredInterfaceImpl
The cached value of the 'Required Interface Type' reference.
RequiredInterfaceType - Interface in kieker.model.analysismodel.type
A representation of the model object 'Required Interface Type'.
RequiredInterfaceTypeImpl - Class in kieker.model.analysismodel.type.impl
An implementation of the model object 'Required Interface Type'.
RequiredInterfaceTypeImpl() - Constructor for class kieker.model.analysismodel.type.impl.RequiredInterfaceTypeImpl
requiredInterfaceTypes - Variable in class kieker.model.analysismodel.type.impl.ComponentTypeImpl
The cached value of the 'Required Interface Types' containment reference list.
requires - Variable in class kieker.model.analysismodel.assembly.impl.AssemblyRequiredInterfaceImpl
The cached value of the 'Requires' reference.
requires - Variable in class kieker.model.analysismodel.deployment.impl.DeployedRequiredInterfaceImpl
The cached value of the 'Requires' reference.
requires - Variable in class kieker.model.analysismodel.type.impl.RequiredInterfaceTypeImpl
The cached value of the 'Requires' reference.
requiresControlEvent(B) - Method in interface kieker.analysis.generic.IControlEventMatcher
Check whether the given event must be handled by the controller
requiresControlEvent(CallEvent) - Method in class kieker.analysis.generic.CallEventMatcher
 
requiresControlEvent(IFlowRecord) - Method in class kieker.analysis.architecture.trace.flow.FlowTraceEventMatcher
 
reset() - Method in class kieker.analysis.generic.clustering.optics.OpticsData
 
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 - Static variable in class kieker.analysis.architecture.dependency.PropertyConstants
 
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
 
ResponseTimeColorNodeDecorator - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
ResponseTimeColorNodeDecorator - Class in kieker.visualization.trace.dependency.graph
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
Deprecated.
Creates a new response time decorator.
ResponseTimeColorNodeDecorator(int) - Constructor for class kieker.visualization.trace.dependency.graph.ResponseTimeColorNodeDecorator
Creates a new response time decorator.
ResponseTimeDecoration - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
ResponseTimeDecoration - Class in kieker.visualization.trace.dependency.graph
Response time decoration for graph vertices.
ResponseTimeDecoration(TimeUnit, TimeUnit) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ResponseTimeDecoration
Deprecated.
Creates a new response time decoration.
ResponseTimeDecoration(TimeUnit, TimeUnit) - Constructor for class kieker.visualization.trace.dependency.graph.ResponseTimeDecoration
Creates a new response time decoration.
responseTimeDecorator - Variable in class kieker.analysis.architecture.dependency.AbstractDependencyGraphBuilder
 
ResponseTimeDecorator - Class in kieker.analysis.architecture.dependency
This class adds corresponding statistics to vertices.
ResponseTimeDecorator(StatisticsModel, ChronoUnit) - Constructor for class kieker.analysis.architecture.dependency.ResponseTimeDecorator
 
ResponseTimeNodeDecorator - Class in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Deprecated.
1.15 ported to teetime
ResponseTimeNodeDecorator - Class in kieker.visualization.trace.dependency.graph
Decorator to attach response time data to graph nodes.
ResponseTimeNodeDecorator(TimeUnit) - Constructor for class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ResponseTimeNodeDecorator
Deprecated.
Creates a new response time decorator.
ResponseTimeNodeDecorator(TimeUnit) - Constructor for class kieker.visualization.trace.dependency.graph.ResponseTimeNodeDecorator
Creates a new response time decorator.
RestService - Class in kieker.analysis.generic.source.rest
Rest service handler for Kieker based on NanoHTTPD.
RestService(RestServiceStage, String, int, IAccessHandler) - Constructor for class kieker.analysis.generic.source.rest.RestService
Create a new rest service.
RestServiceCompositeStage - Class in kieker.tools.source
Multiple TCP input composite stage.
RestServiceCompositeStage(String, int, IAccessHandler) - Constructor for class kieker.tools.source.RestServiceCompositeStage
Create a source composite stage for rest services.
RestServiceCompositeStage(Configuration) - Constructor for class kieker.tools.source.RestServiceCompositeStage
Deprecated. 
RestServiceStage - Class in kieker.analysis.generic.source.rest
REST / HTTP source stage.
RestServiceStage(String, int, IAccessHandler) - Constructor for class kieker.analysis.generic.source.rest.RestServiceStage
Create a rest service stage.
ResultItem<T> - Class in kieker.analysis.generic.clustering.mtree.query
The type of the results for nearest-neighbor queries.
ResultItem(T, double) - Constructor for class kieker.analysis.generic.clustering.mtree.query.ResultItem
 
ResultsIterator<T> - Class in kieker.analysis.generic.clustering.mtree.query
 
ResultsIterator(Query<T>) - Constructor for class kieker.analysis.generic.clustering.mtree.query.ResultsIterator
 
retainAll(Collection<?>) - Method in class kieker.monitoring.writer.dump.DumpQueue
 
RetryPutStrategy - Class in kieker.monitoring.queue.putstrategy
 
RetryPutStrategy(int) - Constructor for class kieker.monitoring.queue.putstrategy.RetryPutStrategy
 
RETURN_TYPE - Static variable in class kieker.analysis.architecture.dependency.PropertyConstants
 
RETURN_TYPE - Static variable in class kieker.common.record.database.AfterDatabaseEvent
 
RETURN_TYPE_EDEFAULT - Static variable in class kieker.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.model.analysismodel.type.impl.OperationTypeImpl
The cached value of the 'Return Type' attribute.
rewrite(Connection, IMonitoringRecord, long, OutputPort<IMonitoringRecord>) - Method in interface kieker.analysis.generic.source.rewriter.ITraceMetadataRewriter
Rewrite a record if necessary.
rewrite(Connection, IMonitoringRecord, long, OutputPort<IMonitoringRecord>) - Method in class kieker.analysis.generic.source.rewriter.NoneTraceMetadataRewriter
 
rewrite(Connection, IMonitoringRecord, long, OutputPort<IMonitoringRecord>) - Method in class kieker.analysis.generic.source.rewriter.PlainTraceMetadataRewriter
Trace data records use unique ids for their respective host.
RewriteBeforeAndAfterEventsStage - Class in kieker.analysis.generic
Rewrite logging information collected by the kieker-lang-pack-c and resolve function pointer references to actual function calls and files.
RewriteBeforeAndAfterEventsStage(File, File, boolean) - Constructor for class kieker.analysis.generic.RewriteBeforeAndAfterEventsStage
 
rewriteClassSignature(String) - Method in class kieker.analysis.behavior.signature.processor.BasicTraceSignatureProcessor
 
rewriteClassSignature(String) - Method in interface kieker.analysis.behavior.signature.processor.ITraceSignatureProcessor
Rewrite the class signature.
rewriteOperationSignature(String) - Method in class kieker.analysis.behavior.signature.processor.BasicTraceSignatureProcessor
 
rewriteOperationSignature(String) - Method in interface kieker.analysis.behavior.signature.processor.ITraceSignatureProcessor
Rewrite the operation signature.
ROOT_ALLOCATION_COMPONENT - Static variable in class kieker.model.repository.AllocationRepository
 
ROOT_ALLOCATION_COMPONENT - Static variable in class kieker.tools.trace.analysis.systemModel.repository.AllocationRepository
 
ROOT_ASSEMBLY_COMPONENT - Static variable in class kieker.model.repository.AssemblyRepository
This constant represents the root assembly component.
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.model.repository.TypeRepository
This constant represents the root 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.model.repository.AbstractRepository
This constant represents the ID of the root element.
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.model.repository.SystemModelRepository
Deprecated.
 
ROOT_EXECUTION - Static variable in class kieker.tools.trace.analysis.systemModel.repository.SystemModelRepository
Deprecated.
 
ROOT_EXECUTION_CONTAINER - Static variable in class kieker.model.repository.ExecutionEnvironmentRepository
The root execution container.
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
Deprecated.
 
ROOT_NODE_ID - Static variable in class kieker.visualization.trace.dependency.graph.DependencyGraphNode
 
ROOT_NODE_LABEL - Static variable in class kieker.model.repository.SystemModelRepository
Deprecated.
 
ROOT_NODE_LABEL - Static variable in class kieker.model.system.model.ModelFactory
Label for the root node in graphs.
ROOT_NODE_LABEL - Static variable in class kieker.tools.trace.analysis.systemModel.ModelFactory
Deprecated.
 
ROOT_NODE_LABEL - Static variable in class kieker.tools.trace.analysis.systemModel.repository.SystemModelRepository
Deprecated.
 
ROOT_OPERATION - Static variable in class kieker.model.repository.OperationRepository
 
ROOT_OPERATION - Static variable in class kieker.tools.trace.analysis.systemModel.repository.OperationRepository
 
ROOT_OPERATION_ID - Static variable in class kieker.model.system.model.Operation
The ID for the root operation.
ROOT_OPERATION_ID - Static variable in class kieker.tools.trace.analysis.systemModel.Operation
Deprecated.
The ID for the root operation.
ROOT_PAIR - Static variable in class kieker.model.repository.AllocationComponentOperationPairFactory
 
ROOT_PAIR - Static variable in class kieker.model.repository.AssemblyComponentOperationPairFactory
 
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.model.repository.OperationRepository
 
ROOT_SIGNATURE - Static variable in class kieker.tools.trace.analysis.systemModel.repository.OperationRepository
 
RootAssemblyComponent - Class in kieker.model.system.model
This class represents a root assembly component.
RootAssemblyComponent - Class in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 moved to kieker-model
RootAssemblyComponent() - Constructor for class kieker.model.system.model.RootAssemblyComponent
Creates a new root assembly component.
RootAssemblyComponent() - Constructor for class kieker.tools.trace.analysis.systemModel.RootAssemblyComponent
Deprecated.
Creates a new root assembly component.
RootExecutionContainer - Class in kieker.model.system.model
Specific subtype for the root execution container.
RootExecutionContainer - Class in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 moved to kieker-model
RootExecutionContainer() - Constructor for class kieker.model.system.model.RootExecutionContainer
Creates a new root execution container.
RootExecutionContainer() - Constructor for class kieker.tools.trace.analysis.systemModel.RootExecutionContainer
Deprecated.
Creates a new root execution container.
RootLeafNode<T> - Class in kieker.analysis.generic.clustering.mtree.nodes
 
RootLeafNode(MTree<T>, T) - Constructor for class kieker.analysis.generic.clustering.mtree.nodes.RootLeafNode
 
rootness - Variable in class kieker.analysis.generic.clustering.mtree.nodes.AbstractNode
 
RootNode<T> - Class in kieker.analysis.generic.clustering.mtree.nodes
 
RootNode(MTree<T>, T) - Constructor for class kieker.analysis.generic.clustering.mtree.nodes.RootNode
 
RootNodeTrait<T> - Class in kieker.analysis.generic.clustering.mtree.nodes
 
RootNodeTrait(AbstractNode<T>) - Constructor for class kieker.analysis.generic.clustering.mtree.nodes.RootNodeTrait
 
rootOperationCall - Variable in class kieker.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
Deprecated.
Starts an AnalysisController instance.
run() - Method in class kieker.analysis.AnalysisControllerThread
Deprecated.
run() - Method in class kieker.analysis.generic.source.amqp.RegistryRecordHandler
 
run() - Method in class kieker.analysis.generic.source.amqp.RegularRecordHandler
 
run() - Method in interface kieker.analysis.IAnalysisController
Deprecated.
Starts an AnalysisController instance.
run() - Method in class kieker.analysis.plugin.reader.filesystem.FSZipReader
Deprecated.
Starts reading and returns after each record has been passed to the registered FSZipReader.recordReceiver.
run() - Method in class kieker.analysis.plugin.reader.RegistryRecordHandler
Deprecated.
 
run() - Method in class kieker.analysis.plugin.reader.RegularRecordHandler
Deprecated.
 
run() - Method in class kieker.analysis.plugin.reader.timer.TimeReader.TimestampEventTask
Deprecated.
Executes the task.
run() - Method in class kieker.analysis.util.debug.hotspotdetection.HotspotDetection
 
run() - Method in class kieker.monitoring.core.controller.tcp.TcpRecordReader
 
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.
RUNNING - kieker.analysis.AnalysisController.STATE
Deprecated.
The analysis is currently running.
RUNNING - kieker.analysis.plugin.IPlugin.STATE
Deprecated.
The plugin is currently running.
RunningMedian<T extends java.lang.Comparable<T>> - Class in kieker.analysis.util
This class represents a median that changes in the course of time.
RunningMedian() - Constructor for class kieker.analysis.util.RunningMedian
 
RunningMedian(BiFunction<T, T, T>) - Constructor for class kieker.analysis.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.
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.
SaveAllenDataStage - Class in kieker.analysis.metrics.graph.entropy
 
SaveAllenDataStage(Path) - Constructor for class kieker.analysis.metrics.graph.entropy.SaveAllenDataStage
 
SaveMultipleResultsAllenMetricSink - Class in kieker.analysis.metrics.graph.entropy
Save multiple Allen metric result sets into a file.
SaveMultipleResultsAllenMetricSink(Path, String, String, Class<? extends CodeMetric>...) - Constructor for class kieker.analysis.metrics.graph.entropy.SaveMultipleResultsAllenMetricSink
Create a Allen metric save routine.
saveProjectToFile(File, MIProject) - Static method in class kieker.analysis.stage.model.MetaModelHandler
Deprecated.
Saves the given meta model project to the given file.
saveSystemToHTMLFile(String) - Method in class kieker.tools.trace.analysis.systemModel.repository.SystemModelRepository
Deprecated.
Writes the contents of this system model to an HTML file.
saveSystemToHTMLFile(Path) - Method in class kieker.model.repository.SystemModelRepository
Deprecated.
Writes the contents of this system model to an HTML file.
saveToFile(File) - Method in class kieker.analysis.AnalysisController
Deprecated.
This method can be used to store the current configuration of this analysis controller in a specified file.
saveToFile(File) - Method in interface kieker.analysis.IAnalysisController
Deprecated.
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
Deprecated.
This method can be used to save the given instance of MIProject within a given file.
saveToFile(String) - Method in class kieker.analysis.AnalysisController
Deprecated.
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
Deprecated.
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
Deprecated.
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() - Method in class kieker.visualization.trace.call.tree.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
Deprecated.
This method saves the given tree as valid dot code into the given file.
saveTreeToDotFile(AbstractCallTreeNode<?>, String, boolean, boolean, boolean) - Static method in class kieker.visualization.trace.call.tree.AbstractCallTreeFilter
This method saves the given tree as valid dot code into the given file.
SCALAR_MEASUREMENT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Scalar Measurement' class.
SCALAR_MEASUREMENT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The meta object id for the 'Scalar Measurement' class.
SCALAR_MEASUREMENT__TIMESTAMP - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Timestamp' attribute.
SCALAR_MEASUREMENT__UNIT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Unit' reference feature.
SCALAR_MEASUREMENT__UNIT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Unit' reference.
SCALAR_MEASUREMENT_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The number of structural features of the 'Scalar Measurement' class.
SCALAR_MEASUREMENT_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The number of operations of the 'Scalar Measurement' class.
ScalarMeasurement - Interface in kieker.model.analysismodel.statistics
A representation of the model object 'Scalar Measurement'.
ScalarMeasurementImpl - Class in kieker.model.analysismodel.statistics.impl
An implementation of the model object 'Scalar Measurement'.
ScalarMeasurementImpl() - Constructor for class kieker.model.analysismodel.statistics.impl.ScalarMeasurementImpl
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.
second - Variable in class kieker.model.analysismodel.execution.impl.TupleImpl
The cached value of the 'Second' reference.
SECOND - kieker.model.analysismodel.statistics.ESIUnitType
The 'Second' literal object.
SECOND_VALUE - Static variable in enum kieker.model.analysismodel.statistics.ESIUnitType
The 'Second' literal value.
select(List<String>, String, String) - Method in class kieker.extension.cassandra.reader.CassandraDb
Select data form the Cassandra cluster.
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
Deprecated.
Sends the current system time as a new timestamp event.
SequenceDiagramFilter - Class in kieker.tools.trace.analysis.filter.visualization.sequenceDiagram
Deprecated.
1.15 ported to teetime
SequenceDiagramFilter - Class in kieker.visualization.trace
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
Deprecated.
Creates a new instance of this class using the given parameters.
SequenceDiagramFilter(SystemModelRepository, SequenceDiagramFilter.SDModes, String, boolean) - Constructor for class kieker.visualization.trace.SequenceDiagramFilter
Creates a new instance of this class using the given parameters.
SequenceDiagramFilter.SDModes - Enum in kieker.tools.trace.analysis.filter.visualization.sequenceDiagram
Deprecated.
 
SequenceDiagramFilter.SDModes - Enum in kieker.visualization.trace
 
serialize(EntryCallEvent, JsonGenerator, SerializerProvider) - Method in class kieker.analysis.behavior.model.EntryCallEventSerializer
 
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
 
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.EntryLevelBeforeOperationEvent
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.operation.object.EntryLevelBeforeOperationObjectEvent
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.OperationCallEvent
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.session.SessionEndEvent
This method serializes this record using the given serializer.
serialize(IValueSerializer) - Method in class kieker.common.record.session.SessionStartEvent
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.
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.generic.source.rest.RestService
 
SERVICE_TIME - Static variable in class kieker.common.record.system.DiskUsageRecord
 
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 - Static variable in class kieker.common.record.session.SessionEndEvent
 
SESSION_ID - Static variable in class kieker.common.record.session.SessionStartEvent
 
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
 
SessionAcceptanceFilter - Class in kieker.analysis.behavior.acceptance.matcher
Tests whether a trace contains only operations which are considered valid trace elements.
SessionAcceptanceFilter(IEntryCallAcceptanceMatcher) - Constructor for class kieker.analysis.behavior.acceptance.matcher.SessionAcceptanceFilter
Create an acceptance filter with an external matcher.
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.
SessionEndEvent - Class in kieker.common.record.session
 
SessionEndEvent(long, String, String) - Constructor for class kieker.common.record.session.SessionEndEvent
Creates a new instance of this class using the given parameters.
SessionEndEvent(IValueDeserializer) - Constructor for class kieker.common.record.session.SessionEndEvent
 
SessionEndEventFactory - Class in kieker.common.record.session
 
SessionEndEventFactory() - Constructor for class kieker.common.record.session.SessionEndEventFactory
 
SessionReconstructionFilter - Class in kieker.analysis.architecture.trace
This filter reconstructs sessions from execution or message traces.
SessionReconstructionFilter - Class in kieker.tools.trace.analysis.filter.sessionReconstruction
Deprecated.
1.15 ported to teetime
SessionReconstructionFilter(TimeUnit, Long) - Constructor for class kieker.analysis.architecture.trace.SessionReconstructionFilter
Creates a new session reconstruction filter using the given configuration.
SessionReconstructionFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.sessionReconstruction.SessionReconstructionFilter
Deprecated.
Creates a new session reconstruction filter using the given configuration.
SessionRegistry - Enum in kieker.monitoring.core.registry
 
SessionStartEvent - Class in kieker.common.record.session
 
SessionStartEvent(long, String, String) - Constructor for class kieker.common.record.session.SessionStartEvent
Creates a new instance of this class using the given parameters.
SessionStartEvent(IValueDeserializer) - Constructor for class kieker.common.record.session.SessionStartEvent
 
SessionStartEventFactory - Class in kieker.common.record.session
 
SessionStartEventFactory() - Constructor for class kieker.common.record.session.SessionStartEventFactory
 
setAssemblyComponent(AssemblyComponent) - Method in interface kieker.model.analysismodel.deployment.DeployedComponent
Sets the value of the 'Assembly Component' reference.
setAssemblyComponent(AssemblyComponent) - Method in class kieker.model.analysismodel.deployment.impl.DeployedComponentImpl
setAssemblyOperation(AssemblyOperation) - Method in interface kieker.model.analysismodel.deployment.DeployedOperation
Sets the value of the 'Assembly Operation' reference.
setAssemblyOperation(AssemblyOperation) - Method in class kieker.model.analysismodel.deployment.impl.DeployedOperationImpl
setAssemblyStorage(AssemblyStorage) - Method in interface kieker.model.analysismodel.deployment.DeployedStorage
Sets the value of the 'Assembly Storage' reference.
setAssemblyStorage(AssemblyStorage) - Method in class kieker.model.analysismodel.deployment.impl.DeployedStorageImpl
setAssumed() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.DependencyGraphNode
Deprecated.
Sets the assumed flag of this node to true.
setAssumed() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.WeightedBidirectionalDependencyGraphEdge
Deprecated.
Sets the assumed flag to true.
setAssumed() - Method in class kieker.visualization.trace.dependency.graph.DependencyGraphNode
Sets the assumed flag of this node to true.
setAssumed() - Method in class kieker.visualization.trace.dependency.graph.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.
setCall(String) - Method in class kieker.analysis.code.data.NotFoundEntry
 
setCallee(String) - Method in class kieker.analysis.code.data.CallerCalleeEntry
 
setCallee(DeployedOperation) - Method in class kieker.model.analysismodel.execution.impl.InvocationImpl
setCallee(DeployedOperation) - Method in class kieker.model.analysismodel.execution.impl.OperationDataflowImpl
setCallee(DeployedOperation) - Method in interface kieker.model.analysismodel.execution.Invocation
Sets the value of the 'Callee' reference.
setCallee(DeployedOperation) - Method in interface kieker.model.analysismodel.execution.OperationDataflow
Sets the value of the 'Callee' reference.
setCaller(String) - Method in class kieker.analysis.code.data.CallerCalleeEntry
 
setCaller(DeployedOperation) - Method in class kieker.model.analysismodel.execution.impl.InvocationImpl
setCaller(DeployedOperation) - Method in class kieker.model.analysismodel.execution.impl.OperationDataflowImpl
setCaller(DeployedOperation) - Method in interface kieker.model.analysismodel.execution.Invocation
Sets the value of the 'Caller' reference.
setCaller(DeployedOperation) - Method in interface kieker.model.analysismodel.execution.OperationDataflow
Sets the value of the 'Caller' reference.
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.
setClassSignature(String) - Method in class kieker.analysis.behavior.events.EntryCallEvent
 
setClusters(Set<Set<T>>) - Method in class kieker.analysis.generic.clustering.Clustering
 
setCode(DeployedOperation) - Method in class kieker.model.analysismodel.execution.impl.StorageDataflowImpl
setCode(DeployedOperation) - Method in interface kieker.model.analysismodel.execution.StorageDataflow
Sets the value of the 'Code' reference.
setColor(Color) - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraphElement
Sets this graph element's color.
setCompleted() - Method in class kieker.model.system.model.AbstractSession
Marks this session as completed, i.e.
setCompleted() - Method in class kieker.tools.trace.analysis.systemModel.AbstractSession
Deprecated.
Marks this session as completed, i.e.
setComponentType(ComponentType) - Method in interface kieker.model.analysismodel.assembly.AssemblyComponent
Sets the value of the 'Component Type' reference.
setComponentType(ComponentType) - Method in class kieker.model.analysismodel.assembly.impl.AssemblyComponentImpl
setContent(String) - Method in class org.graphdrawing.graphml.DataExtensionType
Sets the value of the content property.
setCoreDistance(double) - Method in class kieker.analysis.generic.clustering.optics.OpticsData
 
setCount(int) - Method in class kieker.analysis.architecture.trace.flow.TraceEventRecords
 
setCount(int) - Method in class kieker.analysis.plugin.filter.flow.TraceEventRecords
Deprecated.
 
setCurrentConfiguration(Configuration, boolean) - Method in class kieker.analysis.plugin.AbstractUpdateableFilterPlugin
Deprecated.
Set current configuration.
setDate(Date) - Method in class kieker.analysis.architecture.adaptation.data.Alarms
 
setDate(Date) - Method in interface kieker.analysis.architecture.adaptation.data.IErrorMessages
Set date of error messages.
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.
setDirection(EDirection) - Method in class kieker.analysis.code.data.DataflowEntry
 
setDirection(EDirection) - Method in class kieker.model.analysismodel.execution.impl.OperationDataflowImpl
setDirection(EDirection) - Method in class kieker.model.analysismodel.execution.impl.StorageDataflowImpl
setDirection(EDirection) - Method in interface kieker.model.analysismodel.execution.OperationDataflow
Sets the value of the 'Direction' attribute.
setDirection(EDirection) - Method in interface kieker.model.analysismodel.execution.StorageDataflow
Sets the value of the 'Direction' attribute.
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.
setDistanceToParent(double) - Method in class kieker.analysis.generic.clustering.mtree.nodes.IndexItem
 
setDuration(Duration) - Method in class kieker.model.analysismodel.trace.impl.OperationCallImpl
setDuration(Duration) - Method in interface kieker.model.analysismodel.trace.OperationCall
Sets the value of the 'Duration' attribute.
setDurRatioToParent(float) - Method in class kieker.model.analysismodel.trace.impl.OperationCallImpl
setDurRatioToParent(float) - Method in interface kieker.model.analysismodel.trace.OperationCall
Sets the value of the 'Dur Ratio To Parent' attribute.
setDurRatioToRootParent(float) - Method in class kieker.model.analysismodel.trace.impl.OperationCallImpl
setDurRatioToRootParent(float) - Method in interface kieker.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<E>>) - Method in class kieker.analysis.generic.graph.traversal.AbstractGraphTraverser
 
setEndTime(long) - Method in class kieker.model.system.model.AbstractSession
 
setEndTime(long) - Method in class kieker.tools.trace.analysis.systemModel.AbstractSession
Deprecated.
 
setError(boolean) - Method in class kieker.analysis.generic.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.
setExponent(long) - Method in interface kieker.model.analysismodel.statistics.ComposedUnit
Sets the value of the 'Exponent' attribute.
setExponent(long) - Method in class kieker.model.analysismodel.statistics.impl.ComposedUnitImpl
setFailed(boolean) - Method in class kieker.model.analysismodel.trace.impl.OperationCallImpl
setFailed(boolean) - Method in interface kieker.model.analysismodel.trace.OperationCall
Sets the value of the 'Failed' attribute.
setFailedCause(String) - Method in class kieker.model.analysismodel.trace.impl.OperationCallImpl
setFailedCause(String) - Method in interface kieker.model.analysismodel.trace.OperationCall
Sets the value of the 'Failed Cause' attribute.
setFileName(String) - Method in class kieker.analysis.code.data.NotFoundEntry
 
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.
setFiles(String) - Method in class kieker.analysis.code.data.GlobalDataEntry
 
setFirst(F) - Method in class kieker.model.analysismodel.execution.impl.TupleImpl
setFirst(F) - Method in interface kieker.model.analysismodel.execution.Tuple
Sets the value of the 'First' reference.
setFor(KeyForType) - Method in class org.graphdrawing.graphml.KeyType
Sets the value of the for property.
setFunction(Function<I, O>) - Method in class kieker.analysis.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.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
setHash(int) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
setHash(int) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyProvidedInterfaceMapEntryImpl
setHash(int) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyStorageMapEntryImpl
setHash(int) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
setHash(int) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
setHash(int) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedProvidedInterfaceMapEntryImpl
setHash(int) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedStorageMapEntryImpl
setHash(int) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
setHash(int) - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedOperationsMapEntryImpl
setHash(int) - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedStorageMapEntryImpl
setHash(int) - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToInvocationMapEntryImpl
setHash(int) - Method in class kieker.model.analysismodel.source.impl.EObjectToSourceEntryImpl
setHash(int) - Method in class kieker.model.analysismodel.statistics.impl.EObjectToStatisticsMapEntryImpl
setHash(int) - Method in class kieker.model.analysismodel.statistics.impl.EPropertyTypeToValueImpl
setHash(int) - Method in class kieker.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
setHash(int) - Method in class kieker.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
setHash(int) - Method in class kieker.model.analysismodel.type.impl.EStringToProvidedInterfaceTypeMapEntryImpl
setHash(int) - Method in class kieker.model.analysismodel.type.impl.EStringToStorageTypeMapEntryImpl
setHash(int) - Method in class kieker.model.analysismodel.type.impl.InterfaceEStringToOperationTypeMapEntryImpl
setHash(int) - Method in class kieker.model.collection.impl.CouplingToOperationMapImpl
setHash(int) - Method in class kieker.model.collection.impl.NameToOperationMapImpl
setHostname(String) - Method in class kieker.analysis.architecture.adaptation.events.BasicTcpControlEvent
 
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.
setIp(String) - Method in class kieker.analysis.architecture.adaptation.events.BasicTcpControlEvent
 
setKey(String) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
setKey(String) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
setKey(String) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyProvidedInterfaceMapEntryImpl
setKey(String) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyStorageMapEntryImpl
setKey(String) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
setKey(String) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
setKey(String) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedProvidedInterfaceMapEntryImpl
setKey(String) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedStorageMapEntryImpl
setKey(String) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
setKey(String) - Method in class kieker.model.analysismodel.statistics.impl.EPropertyTypeToValueImpl
setKey(String) - Method in class kieker.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
setKey(String) - Method in class kieker.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
setKey(String) - Method in class kieker.model.analysismodel.type.impl.EStringToProvidedInterfaceTypeMapEntryImpl
setKey(String) - Method in class kieker.model.analysismodel.type.impl.EStringToStorageTypeMapEntryImpl
setKey(String) - Method in class kieker.model.analysismodel.type.impl.InterfaceEStringToOperationTypeMapEntryImpl
setKey(String) - Method in class kieker.model.collection.impl.NameToOperationMapImpl
setKey(String) - Method in class org.graphdrawing.graphml.DataType
Sets the value of the key property.
setKey(Tuple<DeployedOperation, DeployedOperation>) - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedOperationsMapEntryImpl
setKey(Tuple<DeployedOperation, DeployedOperation>) - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToInvocationMapEntryImpl
setKey(Tuple<DeployedOperation, DeployedStorage>) - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedStorageMapEntryImpl
setKey(Coupling) - Method in class kieker.model.collection.impl.CouplingToOperationMapImpl
setKey(EObject) - Method in class kieker.model.analysismodel.source.impl.EObjectToSourceEntryImpl
setKey(EObject) - Method in class kieker.model.analysismodel.statistics.impl.EObjectToStatisticsMapEntryImpl
setLabel(String) - Method in interface kieker.analysis.generic.graph.IGraph
Set the graph label.
setLabel(String) - Method in class kieker.analysis.generic.graph.impl.GraphImpl
 
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.
setMaxNodeCapacity(int) - Method in class kieker.analysis.generic.clustering.mtree.MTreeGeneratorStage
 
setMeasurement(double) - Method in interface kieker.model.analysismodel.statistics.DoubleValue
Sets the value of the 'Measurement' attribute.
setMeasurement(float) - Method in interface kieker.model.analysismodel.statistics.FloatValue
Sets the value of the 'Measurement' attribute.
setMeasurement(int) - Method in interface kieker.model.analysismodel.statistics.IntValue
Sets the value of the 'Measurement' attribute.
setMeasurement(long) - Method in interface kieker.model.analysismodel.statistics.LongValue
Sets the value of the 'Measurement' attribute.
setMessages(List<String>) - Method in class kieker.analysis.architecture.adaptation.data.Alarms
 
setMinNodeCapacity(int) - Method in class kieker.analysis.generic.clustering.mtree.MTreeGeneratorStage
 
setModuleName(String) - Method in class kieker.analysis.code.data.NotFoundEntry
 
setModules(String) - Method in class kieker.analysis.code.data.GlobalDataEntry
 
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.code.data.FileOperationEntry
 
setName(String) - Method in class kieker.analysis.code.data.GlobalDataEntry
 
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.model.analysismodel.deployment.DeploymentContext
Sets the value of the 'Name' attribute.
setName(String) - Method in class kieker.model.analysismodel.deployment.impl.DeploymentContextImpl
setName(String) - Method in interface kieker.model.analysismodel.statistics.CustomUnit
Sets the value of the 'Name' attribute.
setName(String) - Method in class kieker.model.analysismodel.statistics.impl.CustomUnitImpl
setName(String) - Method in interface kieker.model.analysismodel.type.ComponentType
Sets the value of the 'Name' attribute.
setName(String) - Method in class kieker.model.analysismodel.type.impl.ComponentTypeImpl
setName(String) - Method in class kieker.model.analysismodel.type.impl.OperationTypeImpl
setName(String) - Method in class kieker.model.analysismodel.type.impl.ProvidedInterfaceTypeImpl
setName(String) - Method in class kieker.model.analysismodel.type.impl.StorageTypeImpl
setName(String) - Method in interface kieker.model.analysismodel.type.OperationType
Sets the value of the 'Name' attribute.
setName(String) - Method in interface kieker.model.analysismodel.type.ProvidedInterfaceType
Sets the value of the 'Name' attribute.
setName(String) - Method in interface kieker.model.analysismodel.type.StorageType
Sets the value of the 'Name' attribute.
setName(String) - Method in class org.graphdrawing.graphml.PortType
Sets the value of the name property.
setNegativeDelayWarningBound(long, TimeUnit) - Method in class kieker.analysis.generic.RealtimeRecordDelayFilter
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.analysis.generic.RealtimeRecordDelayProducer
Sets the time bound for which a warning is displayed when the computed delay falls below -(time bound).
setNextMatcher(IEventMatcher<? extends Object>) - Method in interface kieker.analysis.generic.IEventMatcher
Set a new following matcher.
setNextMatcher(IEventMatcher<? extends Object>) - Method in class kieker.analysis.generic.ImplementsEventMatcher
 
setNode(String) - Method in class org.graphdrawing.graphml.EndpointType
Sets the value of the node property.
setNodeVisitors(List<INodeVisitor<N>>) - Method in class kieker.analysis.generic.graph.traversal.AbstractGraphTraverser
 
setNoise(Set<T>) - Method in class kieker.analysis.generic.clustering.Clustering
 
setOperation(String) - Method in class kieker.analysis.code.data.NotFoundEntry
 
setOperation(DeployedOperation) - Method in class kieker.model.analysismodel.trace.impl.OperationCallImpl
setOperation(DeployedOperation) - Method in interface kieker.model.analysismodel.trace.OperationCall
Sets the value of the 'Operation' reference.
setOperationName(String) - Method in class kieker.analysis.generic.data.MoveOperationEntry
 
setOperationSignature(String) - Method in class kieker.analysis.behavior.events.EntryCallEvent
 
setOperationType(OperationType) - Method in interface kieker.model.analysismodel.assembly.AssemblyOperation
Sets the value of the 'Operation Type' reference.
setOperationType(OperationType) - Method in class kieker.model.analysismodel.assembly.impl.AssemblyOperationImpl
setOrderIndex(int) - Method in class kieker.model.analysismodel.trace.impl.OperationCallImpl
setOrderIndex(int) - Method in interface kieker.model.analysismodel.trace.OperationCall
Sets the value of the 'Order Index' attribute.
setOutputPort(OutputPort<T>) - Method in interface kieker.analysis.generic.IEventMatcher
Register an event matcher.
setOutputPort(OutputPort<T>) - Method in class kieker.analysis.generic.ImplementsEventMatcher
 
setPackage(String) - Method in interface kieker.model.analysismodel.type.ComponentType
Sets the value of the 'Package' attribute.
setPackage(String) - Method in class kieker.model.analysismodel.type.impl.ComponentTypeImpl
setPackage(String) - Method in class kieker.model.analysismodel.type.impl.ProvidedInterfaceTypeImpl
setPackage(String) - Method in interface kieker.model.analysismodel.type.ProvidedInterfaceType
Sets the value of the 'Package' attribute.
setParent(MIFilter) - Method in class kieker.analysis.model.analysisMetaModel.impl.MInputPort
setParent(MIFilter) - Method in interface kieker.analysis.model.analysisMetaModel.MIInputPort
Sets the value of the 'Parent' container reference.
setParent(MIPlugin) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplay
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(MIPlugin) - Method in interface kieker.analysis.model.analysisMetaModel.MIOutputPort
Sets the value of the 'Parent' container reference.
setParent(OperationCall) - Method in class kieker.model.analysismodel.trace.impl.OperationCallImpl
setParent(OperationCall) - Method in interface kieker.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.
setPath(String) - Method in class kieker.analysis.code.data.FileOperationEntry
 
setPipeReader(IPipeReader) - Method in class kieker.common.namedRecordPipe.Pipe
Sets the pipe reader to a new value.
setPort(int) - Method in class kieker.analysis.architecture.adaptation.events.BasicTcpControlEvent
 
setPort(String) - Method in class org.graphdrawing.graphml.EndpointType
Sets the value of the port property.
setPrefix(EPrefix) - Method in class kieker.model.analysismodel.statistics.impl.SimpleUnitImpl
setPrefix(EPrefix) - Method in interface kieker.model.analysismodel.statistics.SimpleUnit
Sets the value of the 'Prefix' attribute.
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>) - Method in class kieker.monitoring.core.controller.ProbeController
Overwrites the current list of patterns with a new pattern list.
setProbePatternList(List<String>, boolean) - Method in class kieker.monitoring.core.controller.ProbeController
Sets the list of probe patterns.
setProperty(String, boolean) - Method in class kieker.common.configuration.Configuration
Convenience method to set boolean-valued properties.
setProperty(String, double) - Method in class kieker.common.configuration.Configuration
Convenience method to set double-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, Object) - Method in interface kieker.analysis.generic.graph.IElement
 
setProperty(String, Object) - Method in class kieker.analysis.generic.graph.impl.ElementImpl
 
setProperty(String, String) - Method in class kieker.common.configuration.ReadOnlyConfiguration
 
setPropertyIfAbsent(String, Object) - Method in interface kieker.analysis.generic.graph.IElement
 
setPropertyIfAbsent(String, Object) - Method in class kieker.analysis.generic.graph.impl.ElementImpl
 
setProvided(ComponentType) - Method in interface kieker.model.collection.Coupling
Sets the value of the 'Provided' reference.
setProvided(ComponentType) - Method in class kieker.model.collection.impl.CouplingImpl
setProvided(ComponentType) - Method in class kieker.model.collection.impl.OperationCollectionImpl
setProvided(ComponentType) - Method in interface kieker.model.collection.OperationCollection
Sets the value of the 'Provided' reference.
setProvidedInterface(AssemblyProvidedInterface) - Method in interface kieker.model.analysismodel.deployment.DeployedProvidedInterface
Sets the value of the 'Provided Interface' reference.
setProvidedInterface(AssemblyProvidedInterface) - Method in class kieker.model.analysismodel.deployment.impl.DeployedProvidedInterfaceImpl
setProvidedInterfaceType(ProvidedInterfaceType) - Method in interface kieker.model.analysismodel.assembly.AssemblyProvidedInterface
Sets the value of the 'Provided Interface Type' reference.
setProvidedInterfaceType(ProvidedInterfaceType) - Method in class kieker.model.analysismodel.assembly.impl.AssemblyProvidedInterfaceImpl
setReachabilityDistance(double) - Method in class kieker.analysis.generic.clustering.optics.OpticsData
 
setRepository(ModelRepository) - Method in interface kieker.analysis.generic.graph.IGraphElementSelector
 
setRepository(ModelRepository) - Method in class kieker.analysis.generic.graph.selector.AllSelector
 
setRepository(ModelRepository) - Method in class kieker.analysis.generic.graph.selector.AllSelectorColor
 
setRepository(ModelRepository) - Method in class kieker.analysis.generic.graph.selector.DiffSelector
 
setRepository(ModelRepository) - Method in class kieker.analysis.generic.graph.selector.IntersectSelector
 
setRepository(ModelRepository) - Method in class kieker.analysis.generic.graph.selector.SubtractSelector
 
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.
setRequired(ComponentType) - Method in interface kieker.model.collection.Coupling
Sets the value of the 'Required' reference.
setRequired(ComponentType) - Method in class kieker.model.collection.impl.CouplingImpl
setRequired(ComponentType) - Method in class kieker.model.collection.impl.OperationCollectionImpl
setRequired(ComponentType) - Method in interface kieker.model.collection.OperationCollection
Sets the value of the 'Required' reference.
setRequiredInterface(AssemblyRequiredInterface) - Method in interface kieker.model.analysismodel.deployment.DeployedRequiredInterface
Sets the value of the 'Required Interface' reference.
setRequiredInterface(AssemblyRequiredInterface) - Method in class kieker.model.analysismodel.deployment.impl.DeployedRequiredInterfaceImpl
setRequiredInterfaceType(RequiredInterfaceType) - Method in interface kieker.model.analysismodel.assembly.AssemblyRequiredInterface
Sets the value of the 'Required Interface Type' reference.
setRequiredInterfaceType(RequiredInterfaceType) - Method in class kieker.model.analysismodel.assembly.impl.AssemblyRequiredInterfaceImpl
setRequires(AssemblyProvidedInterface) - Method in interface kieker.model.analysismodel.assembly.AssemblyRequiredInterface
Sets the value of the 'Requires' reference.
setRequires(AssemblyProvidedInterface) - Method in class kieker.model.analysismodel.assembly.impl.AssemblyRequiredInterfaceImpl
setRequires(DeployedProvidedInterface) - Method in interface kieker.model.analysismodel.deployment.DeployedRequiredInterface
Sets the value of the 'Requires' reference.
setRequires(DeployedProvidedInterface) - Method in class kieker.model.analysismodel.deployment.impl.DeployedRequiredInterfaceImpl
setRequires(ProvidedInterfaceType) - Method in class kieker.model.analysismodel.type.impl.RequiredInterfaceTypeImpl
setRequires(ProvidedInterfaceType) - Method in interface kieker.model.analysismodel.type.RequiredInterfaceType
Sets the value of the 'Requires' reference.
setReturnType(String) - Method in class kieker.model.analysismodel.type.impl.OperationTypeImpl
setReturnType(String) - Method in interface kieker.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
Deprecated.
Sets the root of the call tree.
setRoot(AbstractAggregatedCallTreeNode<T>) - Method in class kieker.visualization.trace.call.tree.AbstractAggregatedCallTreeFilter
Sets the root of the call tree.
setRootOperationCall(OperationCall) - Method in class kieker.model.analysismodel.trace.impl.TraceImpl
setRootOperationCall(OperationCall) - Method in interface kieker.model.analysismodel.trace.Trace
Sets the value of the 'Root Operation Call' containment reference.
setSecond(S) - Method in class kieker.model.analysismodel.execution.impl.TupleImpl
setSecond(S) - Method in interface kieker.model.analysismodel.execution.Tuple
Sets the value of the 'Second' reference.
setSignature(String) - Method in interface kieker.model.analysismodel.assembly.AssemblyComponent
Sets the value of the 'Signature' attribute.
setSignature(String) - Method in class kieker.model.analysismodel.assembly.impl.AssemblyComponentImpl
setSignature(String) - Method in interface kieker.model.analysismodel.deployment.DeployedComponent
Sets the value of the 'Signature' attribute.
setSignature(String) - Method in class kieker.model.analysismodel.deployment.impl.DeployedComponentImpl
setSignature(String) - Method in interface kieker.model.analysismodel.type.ComponentType
Sets the value of the 'Signature' attribute.
setSignature(String) - Method in class kieker.model.analysismodel.type.impl.ComponentTypeImpl
setSignature(String) - Method in class kieker.model.analysismodel.type.impl.OperationTypeImpl
setSignature(String) - Method in class kieker.model.analysismodel.type.impl.ProvidedInterfaceTypeImpl
setSignature(String) - Method in interface kieker.model.analysismodel.type.OperationType
Sets the value of the 'Signature' attribute.
setSignature(String) - Method in interface kieker.model.analysismodel.type.ProvidedInterfaceType
Sets the value of the 'Signature' attribute.
setSource(String) - Method in class org.graphdrawing.graphml.EdgeType
Sets the value of the source property.
setSourceComponentName(String) - Method in class kieker.analysis.generic.data.MoveOperationEntry
 
setSourceModule(String) - Method in class kieker.analysis.code.data.CallerCalleeEntry
 
setSourceModule(String) - Method in class kieker.analysis.code.data.DataflowEntry
 
setSourceOperation(String) - Method in class kieker.analysis.code.data.DataflowEntry
 
setSourcePath(String) - Method in class kieker.analysis.code.data.CallerCalleeEntry
 
setSourcePath(String) - Method in class kieker.analysis.code.data.DataflowEntry
 
setSourceport(String) - Method in class org.graphdrawing.graphml.EdgeType
Sets the value of the sourceport property.
setStackDepth(int) - Method in class kieker.model.analysismodel.trace.impl.OperationCallImpl
setStackDepth(int) - Method in interface kieker.model.analysismodel.trace.OperationCall
Sets the value of the 'Stack Depth' attribute.
setStart(Instant) - Method in class kieker.model.analysismodel.trace.impl.OperationCallImpl
setStart(Instant) - Method in interface kieker.model.analysismodel.trace.OperationCall
Sets the value of the 'Start' attribute.
setStartTime(long) - Method in class kieker.model.system.model.AbstractSession
 
setStartTime(long) - Method in class kieker.tools.trace.analysis.systemModel.AbstractSession
Deprecated.
 
setState(AbstractSession.ISessionState<T>) - Method in class kieker.model.system.model.AbstractSession
 
setState(AbstractSession.ISessionState<T>) - Method in class kieker.tools.trace.analysis.systemModel.AbstractSession
Deprecated.
 
setStateListener(IStateListener) - Method in class kieker.monitoring.core.controller.StateController
 
setStorage(DeployedStorage) - Method in class kieker.model.analysismodel.execution.impl.StorageDataflowImpl
setStorage(DeployedStorage) - Method in interface kieker.model.analysismodel.execution.StorageDataflow
Sets the value of the 'Storage' reference.
setStorageType(StorageType) - Method in interface kieker.model.analysismodel.assembly.AssemblyStorage
Sets the value of the 'Storage Type' reference.
setStorageType(StorageType) - Method in class kieker.model.analysismodel.assembly.impl.AssemblyStorageImpl
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(String) - Method in class org.graphdrawing.graphml.EdgeType
Sets the value of the target property.
setTargetComponentName(String) - Method in class kieker.analysis.generic.data.MoveOperationEntry
 
setTargetModule(String) - Method in class kieker.analysis.code.data.CallerCalleeEntry
 
setTargetModule(String) - Method in class kieker.analysis.code.data.DataflowEntry
 
setTargetOperation(String) - Method in class kieker.analysis.code.data.DataflowEntry
 
setTargetPath(String) - Method in class kieker.analysis.code.data.CallerCalleeEntry
 
setTargetPath(String) - Method in class kieker.analysis.code.data.DataflowEntry
 
setTargetport(String) - Method in class org.graphdrawing.graphml.EdgeType
Sets the value of the targetport property.
setText(String) - Method in class kieker.analysis.plugin.filter.forward.PlainText
Deprecated.
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(long) - Method in class kieker.common.record.controlflow.BranchingRecord
 
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
 
setTimestamp(long) - Method in class kieker.common.record.session.SessionEndEvent
 
setTimestamp(long) - Method in class kieker.common.record.session.SessionStartEvent
 
setTimestamp(Instant) - Method in class kieker.model.analysismodel.statistics.impl.MeasurementImpl
setTimestamp(Instant) - Method in interface kieker.model.analysismodel.statistics.Measurement
Sets the value of the 'Timestamp' attribute.
setTimestamp(Instant) - Method in interface kieker.model.analysismodel.statistics.Value
Sets the value of the 'Timestamp' attribute.
setTin(long) - Method in class kieker.common.record.controlflow.OperationExecutionRecord
 
Setting - Annotation Type in kieker.tools.settings
Mark settings which should be set by the corresponding named value from a configuration file.
settings - Variable in class kieker.tools.common.AbstractLegacyTool
configuration specified as parameters.
setTout(long) - Method in class kieker.common.record.controlflow.OperationExecutionRecord
 
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
 
setTraceID(long) - Method in class kieker.model.analysismodel.trace.impl.TraceImpl
setTraceID(long) - Method in interface kieker.model.analysismodel.trace.Trace
Sets the value of the 'Trace ID' attribute.
setType(String) - Method in class kieker.model.analysismodel.type.impl.StorageTypeImpl
setType(String) - Method in interface kieker.model.analysismodel.type.StorageType
Sets the value of the 'Type' attribute.
setType(String) - Method in class org.graphdrawing.graphml.LocatorType
Sets the value of the type property.
setType(EndpointTypeType) - Method in class org.graphdrawing.graphml.EndpointType
Sets the value of the type property.
setTypedKey(String) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
setTypedKey(String) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
setTypedKey(String) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyProvidedInterfaceMapEntryImpl
setTypedKey(String) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyStorageMapEntryImpl
setTypedKey(String) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
setTypedKey(String) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
setTypedKey(String) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedProvidedInterfaceMapEntryImpl
setTypedKey(String) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedStorageMapEntryImpl
setTypedKey(String) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
setTypedKey(String) - Method in class kieker.model.analysismodel.statistics.impl.EPropertyTypeToValueImpl
setTypedKey(String) - Method in class kieker.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
setTypedKey(String) - Method in class kieker.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
setTypedKey(String) - Method in class kieker.model.analysismodel.type.impl.EStringToProvidedInterfaceTypeMapEntryImpl
setTypedKey(String) - Method in class kieker.model.analysismodel.type.impl.EStringToStorageTypeMapEntryImpl
setTypedKey(String) - Method in class kieker.model.analysismodel.type.impl.InterfaceEStringToOperationTypeMapEntryImpl
setTypedKey(String) - Method in class kieker.model.collection.impl.NameToOperationMapImpl
setTypedKey(Tuple<DeployedOperation, DeployedOperation>) - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedOperationsMapEntryImpl
setTypedKey(Tuple<DeployedOperation, DeployedOperation>) - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToInvocationMapEntryImpl
setTypedKey(Tuple<DeployedOperation, DeployedStorage>) - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedStorageMapEntryImpl
setTypedKey(Coupling) - Method in class kieker.model.collection.impl.CouplingToOperationMapImpl
setTypedKey(EObject) - Method in class kieker.model.analysismodel.source.impl.EObjectToSourceEntryImpl
setTypedKey(EObject) - Method in class kieker.model.analysismodel.statistics.impl.EObjectToStatisticsMapEntryImpl
setTypedValue(Object) - Method in class kieker.model.analysismodel.statistics.impl.EPropertyTypeToValueImpl
setTypedValue(AssemblyComponent) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
setTypedValue(AssemblyOperation) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
setTypedValue(AssemblyProvidedInterface) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyProvidedInterfaceMapEntryImpl
setTypedValue(AssemblyStorage) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyStorageMapEntryImpl
setTypedValue(DeployedComponent) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
setTypedValue(DeployedOperation) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
setTypedValue(DeployedProvidedInterface) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedProvidedInterfaceMapEntryImpl
setTypedValue(DeployedStorage) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedStorageMapEntryImpl
setTypedValue(DeploymentContext) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
setTypedValue(Invocation) - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToInvocationMapEntryImpl
setTypedValue(OperationDataflow) - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedOperationsMapEntryImpl
setTypedValue(StorageDataflow) - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedStorageMapEntryImpl
setTypedValue(StatisticRecord) - Method in class kieker.model.analysismodel.statistics.impl.EObjectToStatisticsMapEntryImpl
setTypedValue(ComponentType) - Method in class kieker.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
setTypedValue(OperationType) - Method in class kieker.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
setTypedValue(OperationType) - Method in class kieker.model.analysismodel.type.impl.InterfaceEStringToOperationTypeMapEntryImpl
setTypedValue(OperationType) - Method in class kieker.model.collection.impl.NameToOperationMapImpl
setTypedValue(ProvidedInterfaceType) - Method in class kieker.model.analysismodel.type.impl.EStringToProvidedInterfaceTypeMapEntryImpl
setTypedValue(StorageType) - Method in class kieker.model.analysismodel.type.impl.EStringToStorageTypeMapEntryImpl
setTypedValue(OperationCollection) - Method in class kieker.model.collection.impl.CouplingToOperationMapImpl
setUnit(Unit) - Method in class kieker.model.analysismodel.statistics.impl.ScalarMeasurementImpl
setUnit(Unit) - Method in interface kieker.model.analysismodel.statistics.ScalarMeasurement
Sets the value of the 'Unit' reference.
setUnitType(ESIUnitType) - Method in class kieker.model.analysismodel.statistics.impl.SIUnitImpl
setUnitType(ESIUnitType) - Method in interface kieker.model.analysismodel.statistics.SIUnit
Sets the value of the 'Unit Type' attribute.
setValue(double) - Method in interface kieker.model.analysismodel.statistics.DoubleMeasurement
Sets the value of the 'Value' attribute.
setValue(double) - Method in class kieker.model.analysismodel.statistics.impl.DoubleMeasurementImpl
setValue(float) - Method in interface kieker.model.analysismodel.statistics.FloatMeasurement
Sets the value of the 'Value' attribute.
setValue(float) - Method in class kieker.model.analysismodel.statistics.impl.FloatMeasurementImpl
setValue(int) - Method in class kieker.model.analysismodel.statistics.impl.IntMeasurementImpl
setValue(int) - Method in interface kieker.model.analysismodel.statistics.IntMeasurement
Sets the value of the 'Value' attribute.
setValue(long) - Method in class kieker.model.analysismodel.statistics.impl.LongMeasurementImpl
setValue(long) - Method in interface kieker.model.analysismodel.statistics.LongMeasurement
Sets the value of the 'Value' attribute.
setValue(Object) - Method in class kieker.model.analysismodel.statistics.impl.EPropertyTypeToValueImpl
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.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
setValue(AssemblyOperation) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
setValue(AssemblyProvidedInterface) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyProvidedInterfaceMapEntryImpl
setValue(AssemblyStorage) - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyStorageMapEntryImpl
setValue(DeployedComponent) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
setValue(DeployedOperation) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
setValue(DeployedProvidedInterface) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedProvidedInterfaceMapEntryImpl
setValue(DeployedStorage) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedStorageMapEntryImpl
setValue(DeploymentContext) - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
setValue(Invocation) - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToInvocationMapEntryImpl
setValue(OperationDataflow) - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedOperationsMapEntryImpl
setValue(StorageDataflow) - Method in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedStorageMapEntryImpl
setValue(StatisticRecord) - Method in class kieker.model.analysismodel.statistics.impl.EObjectToStatisticsMapEntryImpl
setValue(ComponentType) - Method in class kieker.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
setValue(OperationType) - Method in class kieker.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
setValue(OperationType) - Method in class kieker.model.analysismodel.type.impl.InterfaceEStringToOperationTypeMapEntryImpl
setValue(OperationType) - Method in class kieker.model.collection.impl.NameToOperationMapImpl
setValue(ProvidedInterfaceType) - Method in class kieker.model.analysismodel.type.impl.EStringToProvidedInterfaceTypeMapEntryImpl
setValue(StorageType) - Method in class kieker.model.analysismodel.type.impl.EStringToStorageTypeMapEntryImpl
setValue(OperationCollection) - Method in class kieker.model.collection.impl.CouplingToOperationMapImpl
setValue(EList<String>) - Method in class kieker.model.analysismodel.source.impl.EObjectToSourceEntryImpl
setVariables(String) - Method in class kieker.analysis.code.data.GlobalDataEntry
 
setVisited(boolean) - Method in class kieker.analysis.generic.clustering.optics.OpticsData
 
SHAPE - kieker.analysis.generic.sink.graph.dot.attributes.DotNodeAttribute
 
ShortConverter - Class in kieker.tools.settings.converters
Convert string to short value.
ShortConverter(String) - Constructor for class kieker.tools.settings.converters.ShortConverter
 
shutdown(boolean) - Method in class kieker.analysis.plugin.AbstractPlugin
Deprecated.
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.
SI_UNIT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'SI Unit' class.
SI_UNIT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The meta object id for the 'SI Unit' class.
SI_UNIT__PREFIX - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Prefix' attribute.
SI_UNIT__UNIT_TYPE - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Unit Type' attribute feature.
SI_UNIT__UNIT_TYPE - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Unit Type' attribute.
SI_UNIT_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The number of structural features of the 'SI Unit' class.
SI_UNIT_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The number of operations of the 'SI Unit' class.
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.model.analysismodel.assembly.impl.AssemblyComponentImpl
The cached value of the 'Signature' attribute.
signature - Variable in class kieker.model.analysismodel.deployment.impl.DeployedComponentImpl
The cached value of the 'Signature' attribute.
signature - Variable in class kieker.model.analysismodel.type.impl.ComponentTypeImpl
The cached value of the 'Signature' attribute.
signature - Variable in class kieker.model.analysismodel.type.impl.OperationTypeImpl
The cached value of the 'Signature' attribute.
signature - Variable in class kieker.model.analysismodel.type.impl.ProvidedInterfaceTypeImpl
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.model.analysismodel.assembly.impl.AssemblyComponentImpl
The default value of the 'Signature' attribute.
SIGNATURE_EDEFAULT - Static variable in class kieker.model.analysismodel.deployment.impl.DeployedComponentImpl
The default value of the 'Signature' attribute.
SIGNATURE_EDEFAULT - Static variable in class kieker.model.analysismodel.type.impl.ComponentTypeImpl
The default value of the 'Signature' attribute.
SIGNATURE_EDEFAULT - Static variable in class kieker.model.analysismodel.type.impl.OperationTypeImpl
The default value of the 'Signature' attribute.
SIGNATURE_EDEFAULT - Static variable in class kieker.model.analysismodel.type.impl.ProvidedInterfaceTypeImpl
The default value of the 'Signature' attribute.
SignatureExtractor - Class in kieker.analysis.architecture.recovery.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).
SIMPLE_UNIT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Simple Unit' class.
SIMPLE_UNIT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The meta object id for the 'Simple Unit' class.
SIMPLE_UNIT__PREFIX - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Prefix' attribute feature.
SIMPLE_UNIT__PREFIX - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Prefix' attribute.
SIMPLE_UNIT_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The number of structural features of the 'Simple Unit' class.
SIMPLE_UNIT_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The number of operations of the 'Simple Unit' class.
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<N extends INode,​E extends IEdge> - Class in kieker.analysis.generic.sink.graph.dot
A DotExportMapper 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.analysis.generic.sink.graph.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<N extends INode,​E extends IEdge> - Class in kieker.analysis.generic.graph.mapping
This function maps a graph to a file name with a specific pattern.
SimpleFileNameMapper(Path, String) - Constructor for class kieker.analysis.generic.graph.mapping.SimpleFileNameMapper
Create a simple file mapper.
SimpleUnit - Interface in kieker.model.analysismodel.statistics
A representation of the model object 'Simple Unit'.
SimpleUnitImpl - Class in kieker.model.analysismodel.statistics.impl
An implementation of the model object 'Simple Unit'.
SimpleUnitImpl() - Constructor for class kieker.model.analysismodel.statistics.impl.SimpleUnitImpl
SingleFileTableCsvSink<R,​T> - Class in kieker.analysis.generic.sink
Save tables with a specific row type as a csv files based on a path function.
SingleFileTableCsvSink(Path, Class<T>, boolean, char[]) - Constructor for class kieker.analysis.generic.sink.SingleFileTableCsvSink
Create table sink.
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
 
SIUnit - Interface in kieker.model.analysismodel.statistics
A representation of the model object 'SI Unit'.
SIUnitImpl - Class in kieker.model.analysismodel.statistics.impl
An implementation of the model object 'SI Unit'.
SIUnitImpl() - Constructor for class kieker.model.analysismodel.statistics.impl.SIUnitImpl
size() - Method in class kieker.analysis.behavior.model.UserSession
Return the size of the events for this user session.
size() - Method in class kieker.analysis.plugin.filter.forward.ListCollectionFilter
Deprecated.
 
size() - Method in class kieker.analysis.util.debug.ListCollectionFilter
 
size() - Method in class kieker.analysis.util.timeseries.TimeSeries
Returns the number of time series points in this time series.
size() - Method in class kieker.monitoring.queue.BlockingQueueDecorator
 
size() - Method in class kieker.monitoring.writer.dump.DumpQueue
 
size() - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraph
Deprecated.
Returns the number of nodes contained in this graph.
size() - Method in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraph
Returns the number of nodes contained in this graph.
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.EntryLevelBeforeOperationEvent
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.operation.object.EntryLevelBeforeOperationObjectEvent
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.OperationCallEvent
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.session.SessionEndEvent
Descriptive definition of the serialization size of the record.
SIZE - Static variable in class kieker.common.record.session.SessionStartEvent
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.
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.
SORT_ENTRY_CALL_EVENTS_BY_ENTRY_TIME - Static variable in class kieker.analysis.behavior.model.UserSession
Simple comparator for comparing the entry times.
SORT_ENTRY_CALL_EVENTS_BY_EXIT_TIME - Static variable in class kieker.analysis.behavior.model.UserSession
Simple comparator for comparing the exit times.
sortEventsBy(Comparator<EntryCallEvent>) - Method in class kieker.analysis.behavior.model.UserSession
Sort the internal events by the given Comparator.
sortMapByValue(Map<K, V>) - Static method in class kieker.analysis.util.debug.hotspotdetection.HotspotDetectionStage
 
source - Variable in class org.graphdrawing.graphml.EdgeType
 
SOURCE_COMPONENT - Static variable in class kieker.common.record.misc.OperationCallEvent
default constants.
SOURCE_MODEL - Static variable in class kieker.analysis.architecture.repository.ArchitectureModelUtils
 
SOURCE_MODEL - Static variable in interface kieker.model.analysismodel.source.SourcePackage.Literals
The meta object literal for the 'Model' class.
SOURCE_MODEL - Static variable in interface kieker.model.analysismodel.source.SourcePackage
The meta object id for the 'Model' class.
SOURCE_MODEL__SOURCES - Static variable in interface kieker.model.analysismodel.source.SourcePackage.Literals
The meta object literal for the 'Sources' map feature.
SOURCE_MODEL__SOURCES - Static variable in interface kieker.model.analysismodel.source.SourcePackage
The feature id for the 'Sources' map.
SOURCE_MODEL_DESCRIPTOR - Static variable in class kieker.analysis.architecture.repository.ArchitectureModelRepositoryFactory
Model descriptor for the source model.
SOURCE_MODEL_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.source.SourcePackage
The number of structural features of the 'Model' class.
SOURCE_MODEL_NAME - Static variable in class kieker.analysis.architecture.repository.ArchitectureModelRepositoryFactory
Standard source model file name.
SOURCE_MODEL_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.source.SourcePackage
The number of operations of the 'Model' class.
SOURCE_OPERATION - Static variable in class kieker.common.record.misc.OperationCallEvent
 
SOURCE_PORT - Static variable in class kieker.tools.source.MultipleConnectionTcpSourceCompositeStage
 
SOURCE_STAGE - Static variable in class kieker.tools.common.CommonConfigurationKeys
 
SourceAdapterFactory - Class in kieker.model.analysismodel.source.util
The Adapter Factory for the model.
SourceAdapterFactory() - Constructor for class kieker.model.analysismodel.source.util.SourceAdapterFactory
Creates an instance of the adapter factory.
SourceFactory - Interface in kieker.model.analysismodel.source
The Factory for the model.
SourceFactoryImpl - Class in kieker.model.analysismodel.source.impl
An implementation of the model Factory.
SourceFactoryImpl() - Constructor for class kieker.model.analysismodel.source.impl.SourceFactoryImpl
Creates an instance of the factory.
sourceLabel - Variable in class kieker.analysis.architecture.recovery.storage.AbstractDataflowAssemblerStage
 
sourceModel - Variable in class kieker.analysis.architecture.recovery.storage.AbstractDataflowAssemblerStage
 
SourceModel - Interface in kieker.model.analysismodel.source
A representation of the model object 'Model'.
SourceModelImpl - Class in kieker.model.analysismodel.source.impl
An implementation of the model object 'Model'.
SourceModelImpl() - Constructor for class kieker.model.analysismodel.source.impl.SourceModelImpl
SourcePackage - Interface in kieker.model.analysismodel.source
The Package for the model.
SourcePackage.Literals - Interface in kieker.model.analysismodel.source
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
SourcePackageImpl - Class in kieker.model.analysismodel.source.impl
An implementation of the model Package.
sourceport - Variable in class org.graphdrawing.graphml.EdgeType
 
sources - Variable in class kieker.model.analysismodel.source.impl.SourceModelImpl
The cached value of the 'Sources' map.
SourceStageFactory - Class in kieker.tools.source
Factory to create a source stage depending on the configuration object.
SourceSwitch<T> - Class in kieker.model.analysismodel.source.util
The Switch for the model's inheritance hierarchy.
SourceSwitch() - Constructor for class kieker.model.analysismodel.source.util.SourceSwitch
Creates an instance of the switch.
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
 
SPECIFIC - kieker.tools.trace.analysis.filter.visualization.graph.OriginRetentionPolicyKind
Value to denote that only specific origins should be retained.
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
 
split(String) - Method in class kieker.tools.settings.splitters.PathParameterSplitter
 
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
 
splitNodes() - Method in class kieker.analysis.generic.clustering.mtree.nodes.AbstractNode
 
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.
SplitResult(Pair<R>, Pair<Set<R>>) - Constructor for class kieker.analysis.generic.clustering.mtree.ISplitFunction.SplitResult
The constructor for a ISplitFunction.SplitResult object.
splitter() - Method in annotation type kieker.tools.settings.Setting
 
STACK_DEPTH_EDEFAULT - Static variable in class kieker.model.analysismodel.trace.impl.OperationCallImpl
The default value of the 'Stack Depth' attribute.
stackDepth - Variable in class kieker.model.analysismodel.trace.impl.OperationCallImpl
The cached value of the 'Stack Depth' attribute.
StandardRecordFactoryProvider - Class in kieker.common.record.factory
This factory provider implements the default factory resolution strategy by appending "Factory" to the record class name and loading the respective class.
StandardRecordFactoryProvider() - Constructor for class kieker.common.record.factory.StandardRecordFactoryProvider
 
start - Variable in class kieker.model.analysismodel.trace.impl.OperationCallImpl
The cached value of the 'Start' attribute.
start() - Method in class kieker.analysis.AnalysisControllerThread
Deprecated.
start() - Method in class kieker.analysis.plugin.AbstractPlugin
Deprecated.
Starts this plugin.
start(String) - Method in class kieker.analysis.generic.sink.graph.dot.DotGraphWriter
 
start(DotGraphType, String) - Method in class kieker.analysis.generic.sink.graph.dot.DotGraphWriter
 
START_ATTRS_BRACKET - Static variable in class kieker.analysis.generic.sink.graph.dot.DotGraphConstants
 
START_EDEFAULT - Static variable in class kieker.model.analysismodel.trace.impl.OperationCallImpl
The default value of the 'Start' attribute.
START_GRAPH_BRACKET - Static variable in class kieker.analysis.generic.sink.graph.dot.DotGraphConstants
 
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.
StaticModelsAssemblerStage - Class in kieker.analysis.architecture.recovery
Composite stage covering @{link TypeModel}, @{link AssemblyModel}, @{link DeploymentModel} and @{link SourceModel} in one stage.
StaticModelsAssemblerStage(TypeModel, AssemblyModel, DeploymentModel, SourceModel, String, SignatureExtractor) - Constructor for class kieker.analysis.architecture.recovery.StaticModelsAssemblerStage
Create a static model assembler stage.
STATISTIC_RECORD - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Statistic Record' class.
STATISTIC_RECORD - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The meta object id for the 'Statistic Record' class.
STATISTIC_RECORD__PROPERTIES - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Properties' map feature.
STATISTIC_RECORD__PROPERTIES - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Properties' map.
STATISTIC_RECORD_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The number of structural features of the 'Statistic Record' class.
STATISTIC_RECORD_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The number of operations of the 'Statistic Record' class.
StatisticRecord - Interface in kieker.model.analysismodel.statistics
A representation of the model object 'Statistic Record'.
StatisticRecordImpl - Class in kieker.model.analysismodel.statistics.impl
An implementation of the model object 'Statistic Record'.
StatisticRecordImpl() - Constructor for class kieker.model.analysismodel.statistics.impl.StatisticRecordImpl
statistics - Variable in class kieker.model.analysismodel.statistics.impl.StatisticsModelImpl
The cached value of the 'Statistics' map.
STATISTICS_MODEL - Static variable in class kieker.analysis.architecture.repository.ArchitectureModelUtils
 
STATISTICS_MODEL - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Model' class.
STATISTICS_MODEL - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The meta object id for the 'Model' class.
STATISTICS_MODEL__STATISTICS - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Statistics' map feature.
STATISTICS_MODEL__STATISTICS - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Statistics' map.
STATISTICS_MODEL__UNITS - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Units' containment reference list feature.
STATISTICS_MODEL__UNITS - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Units' containment reference list.
STATISTICS_MODEL_DESCRIPTOR - Static variable in class kieker.analysis.architecture.repository.ArchitectureModelRepositoryFactory
Model descriptor for the statistics model.
STATISTICS_MODEL_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The number of structural features of the 'Model' class.
STATISTICS_MODEL_NAME - Static variable in class kieker.analysis.architecture.repository.ArchitectureModelRepositoryFactory
Standard statistics model file name.
STATISTICS_MODEL_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The number of operations of the 'Model' class.
StatisticsAdapterFactory - Class in kieker.model.analysismodel.statistics.util
The Adapter Factory for the model.
StatisticsAdapterFactory() - Constructor for class kieker.model.analysismodel.statistics.util.StatisticsAdapterFactory
Creates an instance of the adapter factory.
StatisticsDecorator<T> - Class in kieker.analysis.statistics
 
StatisticsDecorator(StatisticsModel, AbstractCalculator<T>, Function<T, EObject>) - Constructor for class kieker.analysis.statistics.StatisticsDecorator
 
StatisticsDecoratorStage<T> - Class in kieker.analysis.statistics
 
StatisticsDecoratorStage(StatisticsModel, AbstractCalculator<T>, Function<T, EObject>) - Constructor for class kieker.analysis.statistics.StatisticsDecoratorStage
 
StatisticsFactory - Interface in kieker.model.analysismodel.statistics
The Factory for the model.
StatisticsFactoryImpl - Class in kieker.model.analysismodel.statistics.impl
An implementation of the model Factory.
StatisticsFactoryImpl() - Constructor for class kieker.model.analysismodel.statistics.impl.StatisticsFactoryImpl
Creates an instance of the factory.
statisticsModel - Variable in class kieker.analysis.architecture.dependency.AbstractDependencyGraphBuilder
 
StatisticsModel - Interface in kieker.model.analysismodel.statistics
A representation of the model object 'Model'.
StatisticsModelImpl - Class in kieker.model.analysismodel.statistics.impl
An implementation of the model object 'Model'.
StatisticsModelImpl() - Constructor for class kieker.model.analysismodel.statistics.impl.StatisticsModelImpl
StatisticsPackage - Interface in kieker.model.analysismodel.statistics
The Package for the model.
StatisticsPackage.Literals - Interface in kieker.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.model.analysismodel.statistics.impl
An implementation of the model Package.
StatisticsSwitch<T> - Class in kieker.model.analysismodel.statistics.util
The Switch for the model's inheritance hierarchy.
StatisticsSwitch() - Constructor for class kieker.model.analysismodel.statistics.util.StatisticsSwitch
Creates an instance of the switch.
STDERR - kieker.analysis.generic.TeeFilter.TeeFilterStreamType
 
STDLOG - kieker.analysis.generic.TeeFilter.TeeFilterStreamType
 
STDOUT - kieker.analysis.generic.TeeFilter.TeeFilterStreamType
 
STEREOTYPE_ALLOCATION_COMPONENT - Static variable in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
Deprecated.
The string used in the node labels for deployment components.
STEREOTYPE_ALLOCATION_COMPONENT - Static variable in class kieker.visualization.trace.dependency.graph.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
Deprecated.
The string used in the node labels for assembly components.
STEREOTYPE_ASSEMBLY_COMPONENT - Static variable in class kieker.visualization.trace.dependency.graph.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
Deprecated.
The string used in the node labels for execution containers.
STEREOTYPE_EXECUTION_CONTAINER - Static variable in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFormatter
The string used in the node labels for execution containers.
storage - Variable in class kieker.model.analysismodel.execution.impl.StorageDataflowImpl
The cached value of the 'Storage' reference.
STORAGE_DATAFLOW - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage.Literals
The meta object literal for the 'Storage Dataflow' class.
STORAGE_DATAFLOW - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The meta object id for the 'Storage Dataflow' class.
STORAGE_DATAFLOW__CODE - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage.Literals
The meta object literal for the 'Code' reference feature.
STORAGE_DATAFLOW__CODE - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The feature id for the 'Code' reference.
STORAGE_DATAFLOW__DIRECTION - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage.Literals
The meta object literal for the 'Direction' attribute feature.
STORAGE_DATAFLOW__DIRECTION - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The feature id for the 'Direction' attribute.
STORAGE_DATAFLOW__STORAGE - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage.Literals
The meta object literal for the 'Storage' reference feature.
STORAGE_DATAFLOW__STORAGE - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The feature id for the 'Storage' reference.
STORAGE_DATAFLOW_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The number of structural features of the 'Storage Dataflow' class.
STORAGE_DATAFLOW_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The number of operations of the 'Storage Dataflow' class.
STORAGE_TYPE - Static variable in interface kieker.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Storage Type' class.
STORAGE_TYPE - Static variable in interface kieker.model.analysismodel.type.TypePackage
The meta object id for the 'Storage Type' class.
STORAGE_TYPE__NAME - Static variable in interface kieker.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Name' attribute feature.
STORAGE_TYPE__NAME - Static variable in interface kieker.model.analysismodel.type.TypePackage
The feature id for the 'Name' attribute.
STORAGE_TYPE__TYPE - Static variable in interface kieker.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Type' attribute feature.
STORAGE_TYPE__TYPE - Static variable in interface kieker.model.analysismodel.type.TypePackage
The feature id for the 'Type' attribute.
STORAGE_TYPE_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.type.TypePackage
The number of structural features of the 'Storage Type' class.
STORAGE_TYPE_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.type.TypePackage
The number of operations of the 'Storage Type' class.
StorageAssemblyModelAssembler - Class in kieker.analysis.architecture.recovery.assembler
Assembler for dataflow between operations and storages.
StorageAssemblyModelAssembler(TypeModel, AssemblyModel, SourceModel, String) - Constructor for class kieker.analysis.architecture.recovery.assembler.StorageAssemblyModelAssembler
 
StorageDataflow - Interface in kieker.model.analysismodel.execution
A representation of the model object 'Storage Dataflow'.
StorageDataflowImpl - Class in kieker.model.analysismodel.execution.impl
An implementation of the model object 'Storage Dataflow'.
StorageDataflowImpl() - Constructor for class kieker.model.analysismodel.execution.impl.StorageDataflowImpl
storageDataflows - Variable in class kieker.model.analysismodel.execution.impl.ExecutionModelImpl
The cached value of the 'Storage Dataflows' map.
StorageDeploymentModelAssembler - Class in kieker.analysis.architecture.recovery.assembler
 
StorageDeploymentModelAssembler(AssemblyModel, DeploymentModel, SourceModel, String) - Constructor for class kieker.analysis.architecture.recovery.assembler.StorageDeploymentModelAssembler
 
StorageEvent - Class in kieker.analysis.architecture.recovery.events
 
StorageEvent(String, String, String, String) - Constructor for class kieker.analysis.architecture.recovery.events.StorageEvent
 
storages - Variable in class kieker.model.analysismodel.assembly.impl.AssemblyComponentImpl
The cached value of the 'Storages' map.
storages - Variable in class kieker.model.analysismodel.deployment.impl.DeployedComponentImpl
The cached value of the 'Storages' map.
storageType - Variable in class kieker.model.analysismodel.assembly.impl.AssemblyStorageImpl
The cached value of the 'Storage Type' reference.
StorageType - Interface in kieker.model.analysismodel.type
A representation of the model object 'Storage Type'.
StorageTypeImpl - Class in kieker.model.analysismodel.type.impl
An implementation of the model object 'Storage Type'.
StorageTypeImpl() - Constructor for class kieker.model.analysismodel.type.impl.StorageTypeImpl
StorageTypeModelAssembler - Class in kieker.analysis.architecture.recovery.assembler
Create storage elements in the type model.
StorageTypeModelAssembler(TypeModel, SourceModel, String, IComponentSignatureExtractor, IStorageSignatureExtractor) - Constructor for class kieker.analysis.architecture.recovery.assembler.StorageTypeModelAssembler
 
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.analysis.util.timeseries.TimeSeries
Returns a sequential Stream with this time series as its source.
STREAM - Static variable in class kieker.monitoring.writer.print.PrintStreamWriter
 
STRING - org.graphdrawing.graphml.KeyTypeType
 
StringBufferFilter - Class in kieker.analysis.plugin.filter.forward
Deprecated.
since 1.15 should be removed in 1.16 does not work anyway
StringBufferFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.forward.StringBufferFilter
Deprecated.
Creates a new instance of this class using the given parameters.
StringFileWriterSink - Class in kieker.analysis.generic.sink
Writes all received strings in a file.
StringFileWriterSink(Path) - Constructor for class kieker.analysis.generic.sink.StringFileWriterSink
 
StringRegistryCache - Class in kieker.analysis.plugin.reader
Deprecated.
since 1.15.1 old plugin api
StringRegistryCache(long, TimeUnit) - Constructor for class kieker.analysis.plugin.reader.StringRegistryCache
Deprecated.
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.
StringValueConverter - Class in kieker.analysis.generic
Select and convert a string for the @{link MapFileReader}.
StringValueConverter(boolean, int) - Constructor for class kieker.analysis.generic.StringValueConverter
 
STYLE - kieker.analysis.generic.sink.graph.dot.attributes.DotClusterAttribute
 
STYLE - kieker.analysis.generic.sink.graph.dot.attributes.DotEdgeAttribute
 
STYLE - kieker.analysis.generic.sink.graph.dot.attributes.DotNodeAttribute
 
SUB_START_TOKEN - Static variable in class kieker.analysis.generic.sink.graph.dot.DotGraphConstants
 
subscribers - Variable in class kieker.analysis.model.analysisMetaModel.impl.MOutputPort
The cached value of the 'Subscribers' reference list.
SubtractSelector - Class in kieker.analysis.generic.graph.selector
 
SubtractSelector(String[]) - Constructor for class kieker.analysis.generic.graph.selector.SubtractSelector
 
SUCCESS - kieker.analysis.plugin.reader.newio.Outcome
Deprecated.
Denotes that the operation has completed successfully.
SUCCESS_EXIT_CODE - Static variable in class kieker.tools.common.AbstractLegacyTool
Exit code for successful operation.
SWAP_FREE - Static variable in class kieker.common.record.system.MemSwapUsageRecord
 
SWAP_TOTAL - Static variable in class kieker.common.record.system.MemSwapUsageRecord
 
SWAP_USED - Static variable in class kieker.common.record.system.MemSwapUsageRecord
 
SynchronousCallMessage - Class in kieker.model.system.model
A specified class of messages which represent synchronous calls.
SynchronousCallMessage - Class in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 moved to kieker-model
SynchronousCallMessage(long, Execution, Execution) - Constructor for class kieker.model.system.model.SynchronousCallMessage
Creates a new instance of this class using the given parameters.
SynchronousCallMessage(long, Execution, Execution) - Constructor for class kieker.tools.trace.analysis.systemModel.SynchronousCallMessage
Deprecated.
Creates a new instance of this class using the given parameters.
SynchronousReplyMessage - Class in kieker.model.system.model
A specified class of messages which represent synchronous replies.
SynchronousReplyMessage - Class in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 moved to kieker-model
SynchronousReplyMessage(long, Execution, Execution) - Constructor for class kieker.model.system.model.SynchronousReplyMessage
Creates a new instance of this class using the given parameters.
SynchronousReplyMessage(long, Execution, Execution) - Constructor for class kieker.tools.trace.analysis.systemModel.SynchronousReplyMessage
Deprecated.
Creates a new instance of this class using the given parameters.
SYSTEM - Static variable in class kieker.common.record.system.CPUUtilizationRecord
 
SYSTEM_NAME - Static variable in class kieker.common.record.misc.HostApplicationMetaData
default constants.
SystemMilliTimer - Class in kieker.monitoring.timer
A timer implementation, counting in milliseconds since a specified offset.
SystemMilliTimer(Configuration) - Constructor for class kieker.monitoring.timer.SystemMilliTimer
Creates a new instance of this class using the given parameters.
SystemModel2FileSink - Class in kieker.analysis.generic.sink
Print out the system model in an HTML file.
SystemModel2FileSink(SystemModelRepository, Path) - Constructor for class kieker.analysis.generic.sink.SystemModel2FileSink
 
SystemModelRepository - Class in kieker.model.repository
Deprecated.
2.0.0 should be removed in future releases
SystemModelRepository - Class in kieker.tools.trace.analysis.systemModel.repository
Deprecated.
since 1.15.2
SystemModelRepository() - Constructor for class kieker.model.repository.SystemModelRepository
Deprecated.
Creates a new instance of this class using the given parameters.
SystemModelRepository(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.systemModel.repository.SystemModelRepository
Deprecated.
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 OshiSamplerFactory as the Servlet is initialized and destroyed respectively.
SystemResourceUsageServletContextListener() - Constructor for class kieker.monitoring.probe.servlet.SystemResourceUsageServletContextListener
Empty constructor.

T

Table<R,​T> - Class in kieker.analysis.generic
 
Table(R) - Constructor for class kieker.analysis.generic.Table
 
TableCsvSink<R,​T> - Class in kieker.analysis.generic.sink
Save tables with a specific row type as a csv files based on a path function.
TableCsvSink(Path, Class<T>, boolean, char[]) - Constructor for class kieker.analysis.generic.sink.TableCsvSink
Create table sink.
TableCsvSink(Path, String, Class<T>, boolean, char[]) - Constructor for class kieker.analysis.generic.sink.TableCsvSink
Create table sink.
TableCsvSink(Function<String, Path>, Class<T>, boolean, char[]) - Constructor for class kieker.analysis.generic.sink.TableCsvSink
Create table sink.
take() - Method in class kieker.monitoring.queue.BlockingQueueDecorator
 
take() - Method in class kieker.monitoring.writer.dump.DumpQueue
 
TakeStrategy - Interface in kieker.monitoring.queue.takestrategy
 
target - Variable in class org.graphdrawing.graphml.EdgeType
 
TARGET_COMPONENT - Static variable in class kieker.common.record.misc.OperationCallEvent
 
TARGET_OPERATION - Static variable in class kieker.common.record.misc.OperationCallEvent
 
targetport - Variable in class org.graphdrawing.graphml.EdgeType
 
TcpActivationControlEvent - Class in kieker.analysis.architecture.adaptation.events
Represents an event for the activation of a probe via TCP.
TcpActivationControlEvent(String, int, String, String, long) - Constructor for class kieker.analysis.architecture.adaptation.events.TcpActivationControlEvent
Creates a complete activation control event.
TcpActivationControlEvent(String, long) - Constructor for class kieker.analysis.architecture.adaptation.events.TcpActivationControlEvent
Creates a new activation control event without content except the pattern.
TcpActivationParameterControlEvent - Class in kieker.analysis.architecture.adaptation.events
Represents an event for the activation of a probe via TCP.
TcpActivationParameterControlEvent(String, int, String, String, long, Map<String, List<String>>) - Constructor for class kieker.analysis.architecture.adaptation.events.TcpActivationParameterControlEvent
Creates a complete parameter activation control event.
TcpActivationParameterControlEvent(String, long, Map<String, List<String>>) - Constructor for class kieker.analysis.architecture.adaptation.events.TcpActivationParameterControlEvent
Creates a parameter activation control event without content except the pattern and parameters.
TcpControlConnection - Class in kieker.analysis.architecture.adaptation
Stores all information concerning a TCP connection to control monitoring probes.
TcpControlConnection(String, int, String, SingleSocketTcpWriter) - Constructor for class kieker.analysis.architecture.adaptation.TcpControlConnection
Only initiates complete data sets.
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.
TcpDeactivationControlEvent - Class in kieker.analysis.architecture.adaptation.events
Represents an event for the deactivation of a probe via TCP.
TcpDeactivationControlEvent(String, int, String, String, long) - Constructor for class kieker.analysis.architecture.adaptation.events.TcpDeactivationControlEvent
Creates a complete deactivation control event.
TcpDeactivationControlEvent(String, long) - Constructor for class kieker.analysis.architecture.adaptation.events.TcpDeactivationControlEvent
Creates a new deactivation control event without content except the pattern.
TcpProbeController - Class in kieker.analysis.architecture.adaptation
Controller to send remote control events for probes to given addresses.
TcpProbeController() - Constructor for class kieker.analysis.architecture.adaptation.TcpProbeController
Create the probe controller.
TcpRecordReader - Class in kieker.monitoring.core.controller.tcp
Represents a TCP reader which reads and reconstructs Kieker records from a single TCP stream.
TcpRecordReader(int, int, Logger, boolean, IRecordReceivedListener) - Constructor for class kieker.monitoring.core.controller.tcp.TcpRecordReader
Create single socket reader.
TcpRecordReader(int, int, Logger, IRecordReceivedListener) - Constructor for class kieker.monitoring.core.controller.tcp.TcpRecordReader
Create single socket reader.
TcpUpdateParameterEvent - Class in kieker.analysis.architecture.adaptation.events
Represents an event for the update of parameters of a probe via TCP.
TcpUpdateParameterEvent(String, int, String, String, long, Map<String, List<String>>) - Constructor for class kieker.analysis.architecture.adaptation.events.TcpUpdateParameterEvent
Creates a complete parameter update control event.
TcpUpdateParameterEvent(String, long, Map<String, List<String>>) - Constructor for class kieker.analysis.architecture.adaptation.events.TcpUpdateParameterEvent
Creates a parameter update control event without content except the pattern and parameters.
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.generic
This filter has exactly one input port and one output port.
TeeFilter - Class in kieker.analysis.plugin.filter.forward
Deprecated.
since 1.15 ported to teetime kieker.analysis.stage.forward.TeeFilter
TeeFilter(String, String, boolean) - Constructor for class kieker.analysis.generic.TeeFilter
Creates a new instance of this class using the given parameters.
TeeFilter(TeeFilter.TeeFilterStreamType, String) - Constructor for class kieker.analysis.generic.TeeFilter
Creates a new instance of this class using the given parameters.
TeeFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.forward.TeeFilter
Deprecated.
Creates a new instance of this class using the given parameters.
TeeFilter.TeeFilterStreamType - Enum in kieker.analysis.generic
Predefined types of streams for the TeeFilter.
STDLOG = standard log
STDOUT = standard output
STDERR = standard error output
NULL = filter doesn't print anything
TERA - kieker.model.analysismodel.statistics.EPrefix
The 'Tera' literal object.
TERA_VALUE - Static variable in enum kieker.model.analysismodel.statistics.EPrefix
The 'Tera' literal value.
terminate() - Method in class kieker.analysis.AnalysisController
Deprecated.
Initiates a termination of the analysis.
terminate() - Method in class kieker.analysis.AnalysisControllerThread
Deprecated.
Initiates a termination of the executed AnalysisController.
terminate() - Method in class kieker.analysis.generic.source.amqp.AMQPReader
Terminates the reader logic by returning from read method.
terminate() - Method in class kieker.analysis.generic.source.jms.JMSReader
Terminates the reader logic and returns iff termination was successful.
terminate() - Method in interface kieker.analysis.IAnalysisController
Deprecated.
Initiates a termination of the analysis.
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() - Method in class kieker.monitoring.core.controller.AbstractController
Permanently terminates this controller.
terminate() - Method in class kieker.monitoring.core.controller.tcp.TcpRecordReader
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.analysis.AnalysisController
Deprecated.
Initiates a termination of the analysis.
terminate(boolean) - Method in interface kieker.analysis.IAnalysisController
Deprecated.
Initiates a termination of the analysis.
terminate(boolean) - Method in class kieker.analysis.plugin.filter.AbstractFilterPlugin
Deprecated.
Initiates a termination of the plugin.
terminate(boolean) - Method in class kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
Deprecated.
Initiates a termination of the plugin.
terminate(boolean) - Method in class kieker.analysis.plugin.filter.flow.TraceAggregationFilter
Deprecated.
Initiates a termination of the plugin.
terminate(boolean) - Method in class kieker.analysis.plugin.filter.forward.TeeFilter
Deprecated.
 
terminate(boolean) - Method in class kieker.analysis.plugin.filter.record.RealtimeRecordDelayFilter
Deprecated.
 
terminate(boolean) - Method in interface kieker.analysis.plugin.IPlugin
Deprecated.
Initiates a termination of the plugin.
terminate(boolean) - Method in class kieker.analysis.plugin.reader.amqp.AmqpReader
Deprecated.
 
terminate(boolean) - Method in class kieker.analysis.plugin.reader.database.DbReader
Deprecated.
Initiates a termination of the plugin.
terminate(boolean) - Method in class kieker.analysis.plugin.reader.filesystem.AsciiLogReader
Deprecated.
Initiates a termination of the plugin.
terminate(boolean) - Method in class kieker.analysis.plugin.reader.filesystem.BinaryLogReader
Deprecated.
Initiates a termination of the plugin.
terminate(boolean) - Method in class kieker.analysis.plugin.reader.filesystem.FSReader
Deprecated.
Initiates a termination of the plugin.
terminate(boolean) - Method in class kieker.analysis.plugin.reader.jms.JmsReader
Deprecated.
Initiates a termination of the plugin.
terminate(boolean) - Method in class kieker.analysis.plugin.reader.jmx.JmxReader
Deprecated.
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
Deprecated.
Initiates a termination of the plugin.
terminate(boolean) - Method in class kieker.analysis.plugin.reader.namedRecordPipe.PipeReader
Deprecated.
Initiates a termination of the plugin.
terminate(boolean) - Method in class kieker.analysis.plugin.reader.newio.RawDataReaderPlugin
Deprecated.
 
terminate(boolean) - Method in class kieker.analysis.plugin.reader.timer.TimeReader
Deprecated.
Initiates a termination of the plugin.
terminate(boolean) - Method in class kieker.tools.trace.analysis.filter.AbstractGraphProducingFilter
Deprecated.
 
terminate(boolean) - Method in class kieker.tools.trace.analysis.filter.sessionReconstruction.SessionReconstructionFilter
Deprecated.
 
terminate(boolean) - Method in class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
Deprecated.
Terminates the filter (internally, all pending traces are processed).
terminate(boolean) - Method in class kieker.tools.trace.analysis.filter.traceWriter.ExecutionTraceWriterFilter
Deprecated.
Initiates a termination of the plugin.
terminate(boolean) - Method in class kieker.tools.trace.analysis.filter.traceWriter.InvalidExecutionTraceWriterFilter
Deprecated.
Initiates a termination of the plugin.
terminate(boolean) - Method in class kieker.tools.trace.analysis.filter.traceWriter.MessageTraceWriterFilter
Deprecated.
Initiates a termination of the plugin.
terminate(boolean) - Method in class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
Deprecated.
Saves the call tree to the dot file if error is not true.
TERMINATED - kieker.analysis.AnalysisController.STATE
Deprecated.
The controller has been terminated without errors.
TERMINATED - kieker.analysis.plugin.IPlugin.STATE
Deprecated.
The plugin has been terminated.
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
 
TERMINATING - kieker.analysis.AnalysisController.STATE
Deprecated.
The controller has initiated a termination.
TERMINATING - kieker.analysis.plugin.IPlugin.STATE
Deprecated.
The plugin has been notified to terminate.
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.
TerminationStage<O> - Class in kieker.analysis.util.stage.trigger
 
TerminationStage(O) - Constructor for class kieker.analysis.util.stage.trigger.TerminationStage
 
TextFileStreamProcessor - Class in kieker.analysis.plugin.reader.filesystem
Deprecated.
1.15 replaced by teetime log reading facilities, can be removed when AsciiLogReaderThread, FSDirectoryReader and FSZipReader (old API) are removed
TextFileStreamProcessor(boolean, ReaderRegistry<String>, IMonitoringRecordReceiver) - Constructor for class kieker.analysis.plugin.reader.filesystem.TextFileStreamProcessor
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.generic.source.file
Reader for text-based mapfiles.
TextMapDeserializer() - Constructor for class kieker.analysis.generic.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.
thisNode - Variable in class kieker.analysis.generic.clustering.mtree.nodes.AbstractNodeTrait
 
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
Deprecated.
1.15 ported teetime kieker.analysis.stage.flow
ThreadEvent2TraceEventFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.flow.ThreadEvent2TraceEventFilter
Deprecated.
 
ThreadEvent2TraceEventStage - Class in kieker.analysis.architecture.trace.flow
 
ThreadEvent2TraceEventStage() - Constructor for class kieker.analysis.architecture.trace.flow.ThreadEvent2TraceEventStage
 
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
 
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_UNIT - Static variable in class kieker.analysis.architecture.dependency.PropertyConstants
 
TIME_UNIT - Static variable in class kieker.common.record.misc.KiekerMetadataRecord
 
TIMER_CLASSNAME - Static variable in class kieker.monitoring.core.configuration.ConfigurationConstants
 
TIMER_CLASSNAME - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
TimeReader - Class in kieker.analysis.plugin.reader.timer
Deprecated.
since 1.15.1 old plugin api
TimeReader(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.reader.timer.TimeReader
Deprecated.
Creates a new timer using the given configuration.
TimeReader.TimestampEventTask - Class in kieker.analysis.plugin.reader.timer
Deprecated.
A simple helper class used to send the current system time.
TimeReaderStage - Class in kieker.analysis.generic.source.time
This plugin provides the current (system) time in regular intervals.
TimeReaderStage(long, Long) - Constructor for class kieker.analysis.generic.source.time.TimeReaderStage
 
timerResolution - Variable in class kieker.analysis.generic.time.AbstractCurrentTimeEventGenerationFilter
The timer resolution used.
TimeSeries<T extends ITimeSeriesPoint> - Class in kieker.analysis.util.timeseries
 
TimeSeries() - Constructor for class kieker.analysis.util.timeseries.TimeSeries
Constructs an empty time series.
TimeSeries(TimeSeries<T>) - Constructor for class kieker.analysis.util.timeseries.TimeSeries
Constructs a copy of the specified time series.
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.
TimeSourceStage - Class in kieker.analysis.generic.source.time
This plugin provides the current (system) time in regular intervals.
TimeSourceStage(long, Long) - Constructor for class kieker.analysis.generic.source.time.TimeSourceStage
 
timestamp - Variable in class kieker.model.analysismodel.statistics.impl.MeasurementImpl
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.session.SessionEndEvent
default constants.
TIMESTAMP - Static variable in class kieker.common.record.session.SessionStartEvent
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.model.analysismodel.statistics.impl.MeasurementImpl
The default value of the 'Timestamp' attribute.
TimestampCurrentTimeEventGenerationFilter - Class in kieker.analysis.generic.time
Generates time events with a given resolution based on the timestamps of incoming IMonitoringRecords.
TimestampCurrentTimeEventGenerationFilter(long) - Constructor for class kieker.analysis.generic.time.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
Deprecated.
Creates a new task.
TimestampFilter - Class in kieker.analysis.generic.time
Allows to filter IMonitoringRecord objects based on their given timestamps.
TimestampFilter - Class in kieker.analysis.plugin.filter.select
Deprecated.
since 1.15.1 old plugin api
TimestampFilter(long, long) - Constructor for class kieker.analysis.generic.time.TimestampFilter
Creates a new instance of this class using the given parameters.
TimestampFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.select.TimestampFilter
Deprecated.
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.analysis.architecture.dependency.IVertexTypeMapper
 
toArray() - Method in class kieker.monitoring.writer.dump.DumpQueue
 
toArray(T[]) - Method in class kieker.monitoring.writer.dump.DumpQueue
 
toMessageTrace(Execution) - Method in class kieker.model.system.model.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.
toMessageTrace(Execution) - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Deprecated.
Returns the message trace representation for this trace.
The transformation to a message trace is only computed during the first execution of this method.
TON - kieker.model.analysismodel.statistics.ESIUnitType
The 'Ton' literal object.
TON_VALUE - Static variable in enum kieker.model.analysismodel.statistics.ESIUnitType
The 'Ton' literal value.
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<N extends INode,​E extends IEdge> - Class in kieker.analysis.generic.graph.flattening
 
TopLevelFlattener() - Constructor for class kieker.analysis.generic.graph.flattening.TopLevelFlattener
 
toProperty(Object[]) - Static method in class kieker.common.configuration.Configuration
Converts the Object[] to a String split by '|'.
toString() - Method in enum kieker.analysis.architecture.dependency.VertexType
 
toString() - Method in class kieker.analysis.architecture.recovery.events.CallEvent
 
toString() - Method in class kieker.analysis.architecture.recovery.events.GenericElementEvent
 
toString() - Method in class kieker.analysis.architecture.recovery.events.OperationEvent
 
toString() - Method in class kieker.analysis.architecture.recovery.events.StorageEvent
 
toString() - Method in class kieker.analysis.architecture.trace.flow.TraceEventRecords
 
toString() - Method in class kieker.analysis.behavior.events.EntryCallEvent
 
toString() - Method in class kieker.analysis.behavior.model.UserSession
 
toString() - Method in class kieker.analysis.code.data.CallerCalleeEntry
 
toString() - Method in enum kieker.analysis.generic.sink.graph.dot.attributes.DotClusterAttribute
 
toString() - Method in enum kieker.analysis.generic.sink.graph.dot.attributes.DotEdgeAttribute
 
toString() - Method in enum kieker.analysis.generic.sink.graph.dot.attributes.DotGraphAttribute
 
toString() - Method in enum kieker.analysis.generic.sink.graph.dot.attributes.DotNodeAttribute
 
toString() - Method in enum kieker.analysis.generic.sink.graph.dot.attributes.DotSubgraphAttribute
 
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
Deprecated.
 
toString() - Method in class kieker.analysis.plugin.filter.forward.PlainText
Deprecated.
 
toString() - Method in class kieker.analysis.util.timeseries.AbstractTimeSeriesPoint
 
toString() - Method in class kieker.analysis.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.EntryLevelBeforeOperationEvent
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.operation.object.EntryLevelBeforeOperationObjectEvent
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.OperationCallEvent
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.session.SessionEndEvent
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.session.SessionStartEvent
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.model.analysismodel.assembly.impl.AssemblyComponentImpl
toString() - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
toString() - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
toString() - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyProvidedInterfaceMapEntryImpl
toString() - Method in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyStorageMapEntryImpl
toString() - Method in class kieker.model.analysismodel.deployment.impl.DeployedComponentImpl
toString() - Method in class kieker.model.analysismodel.deployment.impl.DeploymentContextImpl
toString() - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
toString() - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
toString() - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedProvidedInterfaceMapEntryImpl
toString() - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeployedStorageMapEntryImpl
toString() - Method in class kieker.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
toString() - Method in enum kieker.model.analysismodel.execution.EDirection
Returns the literal value of the enumerator, which is its string representation.
toString() - Method in class kieker.model.analysismodel.execution.impl.OperationDataflowImpl
toString() - Method in class kieker.model.analysismodel.execution.impl.StorageDataflowImpl
toString() - Method in class kieker.model.analysismodel.source.impl.EObjectToSourceEntryImpl
toString() - Method in enum kieker.model.analysismodel.statistics.EPrefix
Returns the literal value of the enumerator, which is its string representation.
toString() - Method in enum kieker.model.analysismodel.statistics.ESIUnitType
Returns the literal value of the enumerator, which is its string representation.
toString() - Method in class kieker.model.analysismodel.statistics.impl.ComposedUnitImpl
toString() - Method in class kieker.model.analysismodel.statistics.impl.CustomUnitImpl
toString() - Method in class kieker.model.analysismodel.statistics.impl.DoubleMeasurementImpl
toString() - Method in class kieker.model.analysismodel.statistics.impl.EPropertyTypeToValueImpl
toString() - Method in class kieker.model.analysismodel.statistics.impl.FloatMeasurementImpl
toString() - Method in class kieker.model.analysismodel.statistics.impl.IntMeasurementImpl
toString() - Method in class kieker.model.analysismodel.statistics.impl.LongMeasurementImpl
toString() - Method in class kieker.model.analysismodel.statistics.impl.MeasurementImpl
toString() - Method in class kieker.model.analysismodel.statistics.impl.SimpleUnitImpl
toString() - Method in class kieker.model.analysismodel.statistics.impl.SIUnitImpl
toString() - Method in class kieker.model.analysismodel.trace.impl.OperationCallImpl
toString() - Method in class kieker.model.analysismodel.trace.impl.TraceImpl
toString() - Method in class kieker.model.analysismodel.type.impl.ComponentTypeImpl
toString() - Method in class kieker.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
toString() - Method in class kieker.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
toString() - Method in class kieker.model.analysismodel.type.impl.EStringToProvidedInterfaceTypeMapEntryImpl
toString() - Method in class kieker.model.analysismodel.type.impl.EStringToStorageTypeMapEntryImpl
toString() - Method in class kieker.model.analysismodel.type.impl.InterfaceEStringToOperationTypeMapEntryImpl
toString() - Method in class kieker.model.analysismodel.type.impl.OperationTypeImpl
toString() - Method in class kieker.model.analysismodel.type.impl.ProvidedInterfaceTypeImpl
toString() - Method in class kieker.model.analysismodel.type.impl.StorageTypeImpl
toString() - Method in class kieker.model.collection.impl.NameToOperationMapImpl
toString() - Method in class kieker.model.system.model.AbstractMessage
 
toString() - Method in class kieker.model.system.model.AllocationComponent
 
toString() - Method in class kieker.model.system.model.AssemblyComponent
 
toString() - Method in class kieker.model.system.model.Execution
 
toString() - Method in class kieker.model.system.model.ExecutionTrace
 
toString() - Method in class kieker.model.system.model.ExecutionTraceBasedSession
 
toString() - Method in class kieker.model.system.model.InvalidExecutionTrace
 
toString() - Method in class kieker.model.system.model.MessageTrace
 
toString() - Method in class kieker.model.system.model.Operation
 
toString() - Method in class kieker.model.system.model.SynchronousCallMessage
 
toString() - Method in class kieker.model.system.model.SynchronousReplyMessage
 
toString() - Method in class kieker.model.system.model.util.AllocationComponentOperationPair
 
toString() - Method in class kieker.model.system.model.util.AssemblyComponentOperationPair
 
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
Deprecated.
 
toString() - Method in class kieker.tools.trace.analysis.filter.visualization.graph.AbstractEdge
 
toString() - Method in class kieker.tools.trace.analysis.systemModel.AbstractMessage
Deprecated.
 
toString() - Method in class kieker.tools.trace.analysis.systemModel.AllocationComponent
Deprecated.
 
toString() - Method in class kieker.tools.trace.analysis.systemModel.AssemblyComponent
Deprecated.
 
toString() - Method in class kieker.tools.trace.analysis.systemModel.Execution
Deprecated.
 
toString() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTrace
Deprecated.
 
toString() - Method in class kieker.tools.trace.analysis.systemModel.ExecutionTraceBasedSession
Deprecated.
 
toString() - Method in class kieker.tools.trace.analysis.systemModel.InvalidExecutionTrace
Deprecated.
 
toString() - Method in class kieker.tools.trace.analysis.systemModel.MessageTrace
Deprecated.
 
toString() - Method in class kieker.tools.trace.analysis.systemModel.Operation
Deprecated.
 
toString() - Method in class kieker.tools.trace.analysis.systemModel.SynchronousCallMessage
Deprecated.
 
toString() - Method in class kieker.tools.trace.analysis.systemModel.SynchronousReplyMessage
Deprecated.
 
toString() - Method in class kieker.tools.trace.analysis.systemModel.util.AllocationComponentOperationPair
 
toString() - Method in class kieker.tools.trace.analysis.systemModel.util.AssemblyComponentOperationPair
 
toString() - Method in class kieker.visualization.trace.call.tree.AbstractCallTreeNode
 
TOTAL_RESPONSE_TIME - Static variable in class kieker.analysis.architecture.dependency.PropertyConstants
 
TOTAL_UTILIZATION - Static variable in class kieker.common.record.system.CPUUtilizationRecord
 
TotalCalculator<T> - Class in kieker.analysis.statistics.calculating
 
TotalCalculator(String, Function<T, Long>) - Constructor for class kieker.analysis.statistics.calculating.TotalCalculator
 
TOUT - Static variable in class kieker.common.record.controlflow.OperationExecutionRecord
 
Trace - Interface in kieker.model.analysismodel.trace
A representation of the model object 'Trace'.
TRACE - Static variable in interface kieker.model.analysismodel.trace.TracePackage.Literals
The meta object literal for the 'Trace' class.
TRACE - Static variable in interface kieker.model.analysismodel.trace.TracePackage
The meta object id for the 'Trace' class.
TRACE__ROOT_OPERATION_CALL - Static variable in interface kieker.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.model.analysismodel.trace.TracePackage
The feature id for the 'Root Operation Call' containment reference.
TRACE__TRACE_ID - Static variable in interface kieker.model.analysismodel.trace.TracePackage.Literals
The meta object literal for the 'Trace ID' attribute feature.
TRACE__TRACE_ID - Static variable in interface kieker.model.analysismodel.trace.TracePackage
The feature id for the 'Trace ID' attribute.
TRACE_FEATURE_COUNT - Static variable in interface kieker.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.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.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.model.analysismodel.trace.util
The Adapter Factory for the model.
TraceAdapterFactory() - Constructor for class kieker.model.analysismodel.trace.util.TraceAdapterFactory
Creates an instance of the adapter factory.
TraceAggregationFilter - Class in kieker.analysis.plugin.filter.flow
Deprecated.
1.15 ported to teetime kieker.analysis.filter.flow
TraceAggregationFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.flow.TraceAggregationFilter
Deprecated.
Creates a new instance of this class using the given parameters.
TraceAggregationStage - Class in kieker.analysis.architecture.trace.flow
This stage collects incoming traces for a specified amount of time.
TraceAggregationStage(TimeUnit, long) - Constructor for class kieker.analysis.architecture.trace.flow.TraceAggregationStage
Creates a new instance of this class using the given parameters.
TraceAggregator - Class in kieker.analysis.architecture.trace.aggregation
This class creates aggregated traces from normal Traces.
TraceAggregator(boolean) - Constructor for class kieker.analysis.architecture.trace.aggregation.TraceAggregator
 
TraceAggregatorStage - Class in kieker.analysis.architecture.trace.aggregation
 
TraceAggregatorStage() - Constructor for class kieker.analysis.architecture.trace.aggregation.TraceAggregatorStage
 
TraceBasedExecutionModelAssembler - Class in kieker.analysis.architecture.recovery.assembler
 
TraceBasedExecutionModelAssembler(ExecutionModel, SourceModel, String) - Constructor for class kieker.analysis.architecture.recovery.assembler.TraceBasedExecutionModelAssembler
 
TraceCallTreeFilter - Class in kieker.tools.trace.analysis.filter.visualization.callTree
Deprecated.
1.15 ported to teetime
TraceCallTreeFilter - Class in kieker.visualization.trace.call.tree
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
Deprecated.
Creates a new instance of this class using the given parameters.
TraceCallTreeFilter(SystemModelRepository, boolean, String) - Constructor for class kieker.visualization.trace.call.tree.TraceCallTreeFilter
Creates a new instance of this class using the given parameters.
TraceCallTreeNode - Class in kieker.tools.trace.analysis.filter.visualization.callTree
Deprecated.
1.15 ported to teetime
TraceCallTreeNode - Class in kieker.visualization.trace.call.tree
This class represents a single node within the trace call tree.
TraceCallTreeNode(int, AllocationComponentOperationPair, boolean, MessageTrace, IOriginRetentionPolicy) - Constructor for class kieker.visualization.trace.call.tree.TraceCallTreeNode
Creates a new instance of this class using the given parameters.
TraceCallTreeNode(int, AllocationComponentOperationPair, boolean, MessageTrace, IOriginRetentionPolicy) - Constructor for class kieker.tools.trace.analysis.filter.visualization.callTree.TraceCallTreeNode
Deprecated.
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
Deprecated.
1.15 ported to teetime
TraceColoringFilter<V extends AbstractVertex<V,​E,​TraceInformation>,​E extends AbstractEdge<V,​E,​TraceInformation>> - Class in kieker.visualization.trace
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
Deprecated.
Creates a new filter using the given configuration.
TraceColoringFilter(TraceColorRepository) - Constructor for class kieker.visualization.trace.TraceColoringFilter
Creates a new filter using the given configuration.
TraceColorRepository - Class in kieker.tools.trace.analysis.repository
Deprecated.
since 2.0.0
TraceColorRepository(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.repository.TraceColorRepository
Deprecated.
Creates a new description repository using the given configuration.
TraceColorRepository(Configuration, TraceColorRepository.TraceColorRepositoryData, IProjectContext) - Constructor for class kieker.tools.trace.analysis.repository.TraceColorRepository
Deprecated.
Creates a new color repository with the given data.
TraceColorRepository.TraceColorRepositoryData - Class in kieker.tools.trace.analysis.repository
Deprecated.
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
Deprecated.
Creates a new data object using the given data.
TraceEndTimestampComparator - Class in kieker.model.system.model.util
Comparator which compares abstract traces according to their end timestamps.
TraceEndTimestampComparator - Class in kieker.tools.trace.analysis.systemModel.util
Comparator which compares abstract traces according to their end timestamps.
TraceEndTimestampComparator() - Constructor for class kieker.model.system.model.util.TraceEndTimestampComparator
 
TraceEndTimestampComparator() - Constructor for class kieker.tools.trace.analysis.systemModel.util.TraceEndTimestampComparator
 
TraceEquivalence - Class in kieker.analysis.architecture.trace.aggregation
This class defines an equivalence for Traces using the class Equivalence.
TraceEquivalence(boolean) - Constructor for class kieker.analysis.architecture.trace.aggregation.TraceEquivalence
 
TraceEquivalence(Equivalence<OperationCall>) - Constructor for class kieker.analysis.architecture.trace.aggregation.TraceEquivalence
 
TraceEquivalenceClassFilter - Class in kieker.analysis.architecture.trace.execution
 
TraceEquivalenceClassFilter - Class in kieker.tools.trace.analysis.filter.traceFilter
Deprecated.
1.15 ported to teetime
TraceEquivalenceClassFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.traceFilter.TraceEquivalenceClassFilter
Deprecated.
Creates a new instance of this class using the given parameters.
TraceEquivalenceClassFilter(SystemModelRepository, TraceEquivalenceClassFilter.TraceEquivalenceClassModes) - Constructor for class kieker.analysis.architecture.trace.execution.TraceEquivalenceClassFilter
Creates a new instance of this class using the given parameters.
TraceEquivalenceClassFilter.TraceEquivalenceClassModes - Enum in kieker.analysis.architecture.trace.execution
This enum represents the different trace equivalence class modes.
TraceEquivalenceClassFilter.TraceEquivalenceClassModes - Enum in kieker.tools.trace.analysis.filter.traceFilter
Deprecated.
This enum represents the different trace equivalence class modes.
TraceEventRecords - Class in kieker.analysis.architecture.trace.flow
 
TraceEventRecords - Class in kieker.analysis.plugin.filter.flow
Deprecated.
1.15 moved to new location kieker.analysis.filter.flow
TraceEventRecords(TraceMetadata, AbstractTraceEvent[]) - Constructor for class kieker.analysis.architecture.trace.flow.TraceEventRecords
Creates a new instance of this class using the given parameters.
TraceEventRecords(TraceMetadata, AbstractTraceEvent[]) - Constructor for class kieker.analysis.plugin.filter.flow.TraceEventRecords
Deprecated.
Creates a new instance of this class using the given parameters.
TraceEventRecords2ExecutionAndMessageTraceFilter - Class in kieker.tools.trace.analysis.filter.flow
Deprecated.
1.15 ported to teetime
TraceEventRecords2ExecutionAndMessageTraceFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
Deprecated.
Creates a new instance of this class using the given parameters.
TraceEventRecords2ExecutionAndMessageTraceStage - Class in kieker.analysis.architecture.trace
Transforms incoming TraceEventRecords into execution and message traces.
TraceEventRecords2ExecutionAndMessageTraceStage(SystemModelRepository, boolean, boolean, boolean) - Constructor for class kieker.analysis.architecture.trace.TraceEventRecords2ExecutionAndMessageTraceStage
Creates a new instance of this class using the given parameters.
TraceFactory - Interface in kieker.model.analysismodel.trace
The Factory for the model.
TraceFactoryImpl - Class in kieker.model.analysismodel.trace.impl
An implementation of the model Factory.
TraceFactoryImpl() - Constructor for class kieker.model.analysismodel.trace.impl.TraceFactoryImpl
Creates an instance of the factory.
traceID - Variable in class kieker.model.analysismodel.trace.impl.TraceImpl
The cached value of the 'Trace ID' attribute.
TraceIdFilter - Class in kieker.analysis.architecture.trace
Allows to filter Traces about their traceIds.
TraceIdFilter - Class in kieker.analysis.plugin.filter.select
Deprecated.
since 1.15.1 old plugin api
TraceIdFilter(boolean, Set<Long>) - Constructor for class kieker.analysis.architecture.trace.TraceIdFilter
Creates a new instance of this class using the given parameters.
TraceIdFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.select.TraceIdFilter
Deprecated.
Creates a new instance of this class using the given parameters.
TraceImpl - Class in kieker.model.analysismodel.trace.impl
An implementation of the model object 'Trace'.
TraceImpl() - Constructor for class kieker.model.analysismodel.trace.impl.TraceImpl
TraceInformation - Class in kieker.model.system.model
This class stores trace meta-information, such as the trace ID.
TraceInformation - Class in kieker.tools.trace.analysis.systemModel
Deprecated.
1.15 moved to kieker-model
TraceInformation(long, String) - Constructor for class kieker.model.system.model.TraceInformation
Creates a new trace information object using the given data.
TraceInformation(long, String) - Constructor for class kieker.tools.trace.analysis.systemModel.TraceInformation
Deprecated.
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.analysis.generic.time
Concrete implementation of AbstractTimestampFilter.
TraceMetadataTimestampFilter(long, long) - Constructor for class kieker.analysis.generic.time.TraceMetadataTimestampFilter
 
TracePackage - Interface in kieker.model.analysismodel.trace
The Package for the model.
TracePackage.Literals - Interface in kieker.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.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.analysis.architecture.trace.reconstruction
 
TraceReconstructionBuffer(DeploymentModel, TraceMetadata, TemporalUnit) - Constructor for class kieker.analysis.architecture.trace.reconstruction.TraceReconstructionBuffer
 
TraceReconstructionFilter - Class in kieker.tools.trace.analysis.filter.traceReconstruction
Deprecated.
1.15 ported to teetime
TraceReconstructionFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.trace.analysis.filter.traceReconstruction.TraceReconstructionFilter
Deprecated.
Creates a new instance of this class using the given parameters.
TraceReconstructionStage - Class in kieker.analysis.architecture.trace.reconstruction
Uses the incoming data to enrich the connected repository with the reconstructed traces.
TraceReconstructionStage(SystemModelRepository, TimeUnit, boolean, Long) - Constructor for class kieker.analysis.architecture.trace.reconstruction.TraceReconstructionStage
Creates a new instance of this class using the given parameters.
TraceRecordsTraceReconstructionStage - Class in kieker.analysis.architecture.trace.flow
Trace Reconstruction Filter (Event) to reconstruct event based (flow) traces based on TraceEventRecords.
TraceRecordsTraceReconstructionStage(TimeUnit, boolean, long, long) - Constructor for class kieker.analysis.architecture.trace.flow.TraceRecordsTraceReconstructionStage
Creates a new instance of this class using the given parameters.
TraceRegistry - Enum in kieker.monitoring.core.registry
 
TraceSignatureProcessorConverter - Class in kieker.analysis.behavior.signature.processor
 
TraceSignatureProcessorConverter() - Constructor for class kieker.analysis.behavior.signature.processor.TraceSignatureProcessorConverter
 
TraceSignatureProcessorFilter - Class in kieker.analysis.behavior.signature.processor
Filter to rewrite and process class and operation signatures.
TraceSignatureProcessorFilter(ITraceSignatureProcessor) - Constructor for class kieker.analysis.behavior.signature.processor.TraceSignatureProcessorFilter
Create the cleanup.
TraceStartTimestampComparator - Class in kieker.model.system.model.util
Comparator which compares abstract traces according to their start timestamps.
TraceStartTimestampComparator - Class in kieker.tools.trace.analysis.systemModel.util
Comparator which compares abstract traces according to their start timestamps.
TraceStartTimestampComparator() - Constructor for class kieker.model.system.model.util.TraceStartTimestampComparator
 
TraceStartTimestampComparator() - Constructor for class kieker.tools.trace.analysis.systemModel.util.TraceStartTimestampComparator
 
TraceStatisticsDecoratorStage - Class in kieker.analysis.architecture.trace.reconstruction
This class is a TeeTime stage adding statistics to instances of TraceRoot.
TraceStatisticsDecoratorStage() - Constructor for class kieker.analysis.architecture.trace.reconstruction.TraceStatisticsDecoratorStage
 
TraceSwitch<T> - Class in kieker.model.analysismodel.trace.util
The Switch for the model's inheritance hierarchy.
TraceSwitch() - Constructor for class kieker.model.analysismodel.trace.util.TraceSwitch
Creates an instance of the switch.
TraceToGraphTransformer - Class in kieker.analysis.architecture.trace.graph
 
TraceToGraphTransformer() - Constructor for class kieker.analysis.architecture.trace.graph.TraceToGraphTransformer
 
TraceToGraphTransformerStage - Class in kieker.analysis.architecture.trace.graph
 
TraceToGraphTransformerStage() - Constructor for class kieker.analysis.architecture.trace.graph.TraceToGraphTransformerStage
 
TraceTraverser - Class in kieker.analysis.architecture.trace.traversal
A class that traverses Traces along with one or multiple IOperationCallVisitors.
TraceTraverser() - Constructor for class kieker.analysis.architecture.trace.traversal.TraceTraverser
 
transform() - Method in class kieker.analysis.generic.sink.graph.AbstractTransformer
 
transform(Trace) - Method in class kieker.analysis.architecture.trace.graph.TraceToGraphTransformer
 
transformEdge(E) - Method in class kieker.analysis.generic.sink.graph.AbstractTransformer
 
transformEdge(E) - Method in class kieker.analysis.generic.sink.graph.blueprints.BlueprintsTransformer
 
transformEdge(E) - Method in class kieker.analysis.generic.sink.graph.graphml.GraphMLTransformer
 
transformVertex(INode) - Method in class kieker.analysis.generic.sink.graph.graphml.GraphMLTransformer
 
transformVertex(N) - Method in class kieker.analysis.generic.sink.graph.AbstractTransformer
 
transformVertex(N) - Method in class kieker.analysis.generic.sink.graph.blueprints.BlueprintsTransformer
 
traverse(MutableNetwork<N, E>) - Method in class kieker.analysis.generic.graph.traversal.AbstractGraphTraverser
 
traverse(MutableNetwork<N, E>) - Method in class kieker.analysis.generic.graph.traversal.DeepGraphTraverser
 
traverse(MutableNetwork<N, E>) - Method in class kieker.analysis.generic.graph.traversal.FlatGraphTraverser
 
traverse(Trace, Collection<IOperationCallVisitor>) - Method in class kieker.analysis.architecture.trace.traversal.TraceTraverser
 
traverse(Trace, IOperationCallVisitor) - Method in class kieker.analysis.architecture.trace.traversal.TraceTraverser
 
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.analysis.util.stage.trigger
 
Trigger() - Constructor for class kieker.analysis.util.stage.trigger.Trigger
 
TriggerEveryXthStage - Class in kieker.analysis.util.stage.trigger
This stage sends a Trigger after every x-th incoming object.
TriggerEveryXthStage(int) - Constructor for class kieker.analysis.util.stage.trigger.TriggerEveryXthStage
 
TriggerOnTerminationStage<T> - Class in kieker.analysis.util.stage.trigger
This stage sends a Trigger after the terminating signal was received.
TriggerOnTerminationStage(T) - Constructor for class kieker.analysis.util.stage.trigger.TriggerOnTerminationStage
 
TriggerToModelSnapshotStage<T> - Class in kieker.analysis.architecture
 
TriggerToModelSnapshotStage(ModelRepository) - Constructor for class kieker.analysis.architecture.TriggerToModelSnapshotStage
 
TrimmedAlgorithm<T> - Class in kieker.analysis.generic.clustering.mtree
An implementation of the trimmed algorithm.
TrimmedAlgorithm(T[], IDistanceFunction<T>) - Constructor for class kieker.analysis.generic.clustering.mtree.TrimmedAlgorithm
 
tryRegisterComponentName(String) - Method in class kieker.analysis.AnalysisController
Deprecated.
This method tries to atomically register the given name for a component.
Tuple<F,​S> - Class in kieker.analysis.util
Plain Java tuple class.
Tuple<F,​S> - Interface in kieker.model.analysismodel.execution
A representation of the model object 'Tuple'.
Tuple(F, S) - Constructor for class kieker.analysis.util.Tuple
 
TUPLE - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage.Literals
The meta object literal for the 'Tuple' class.
TUPLE - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The meta object id for the 'Tuple' class.
TUPLE___EQUALS__OBJECT - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage.Literals
The meta object literal for the 'Equals' operation.
TUPLE___EQUALS__OBJECT - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The operation id for the 'Equals' operation.
TUPLE___HASH_CODE - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage.Literals
The meta object literal for the 'Hash Code' operation.
TUPLE___HASH_CODE - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The operation id for the 'Hash Code' operation.
TUPLE__FIRST - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage.Literals
The meta object literal for the 'First' reference feature.
TUPLE__FIRST - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The feature id for the 'First' reference.
TUPLE__SECOND - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage.Literals
The meta object literal for the 'Second' reference feature.
TUPLE__SECOND - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The feature id for the 'Second' reference.
TUPLE_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The number of structural features of the 'Tuple' class.
TUPLE_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.execution.ExecutionPackage
The number of operations of the 'Tuple' class.
TupleImpl<F,​S> - Class in kieker.model.analysismodel.execution.impl
An implementation of the model object 'Tuple'.
TupleImpl() - Constructor for class kieker.model.analysismodel.execution.impl.TupleImpl
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 - Variable in class kieker.model.analysismodel.type.impl.StorageTypeImpl
The cached value of the 'Type' attribute.
type - Variable in class org.graphdrawing.graphml.EndpointType
 
type - Variable in class org.graphdrawing.graphml.LocatorType
 
TYPE - Static variable in class kieker.analysis.architecture.dependency.PropertyConstants
 
TYPE_EDEFAULT - Static variable in class kieker.model.analysismodel.type.impl.StorageTypeImpl
The default value of the 'Type' attribute.
TYPE_MODEL - Static variable in class kieker.analysis.architecture.repository.ArchitectureModelUtils
 
TYPE_MODEL - Static variable in interface kieker.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Model' class.
TYPE_MODEL - Static variable in interface kieker.model.analysismodel.type.TypePackage
The meta object id for the 'Model' class.
TYPE_MODEL__COMPONENT_TYPES - Static variable in interface kieker.model.analysismodel.type.TypePackage.Literals
The meta object literal for the 'Component Types' map feature.
TYPE_MODEL__COMPONENT_TYPES - Static variable in interface kieker.model.analysismodel.type.TypePackage
The feature id for the 'Component Types' map.
TYPE_MODEL_DESCRIPTOR - Static variable in class kieker.analysis.architecture.repository.ArchitectureModelRepositoryFactory
Model descriptor for the type model.
TYPE_MODEL_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.type.TypePackage
The number of structural features of the 'Model' class.
TYPE_MODEL_NAME - Static variable in class kieker.analysis.architecture.repository.ArchitectureModelRepositoryFactory
Standard type model file name.
TYPE_MODEL_OPERATION_COUNT - Static variable in interface kieker.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.model.analysismodel.type.util
The Adapter Factory for the model.
TypeAdapterFactory() - Constructor for class kieker.model.analysismodel.type.util.TypeAdapterFactory
Creates an instance of the adapter factory.
TypeFactory - Interface in kieker.model.analysismodel.type
The Factory for the model.
TypeFactoryImpl - Class in kieker.model.analysismodel.type.impl
An implementation of the model Factory.
TypeFactoryImpl() - Constructor for class kieker.model.analysismodel.type.impl.TypeFactoryImpl
Creates an instance of the factory.
TypeFilter - Class in kieker.analysis.generic
This filter has exactly one input port and one output port.
TypeFilter - Class in kieker.analysis.plugin.filter.select
Deprecated.
since 1.15.1 old plugin api
TypeFilter(Class<?>[]) - Constructor for class kieker.analysis.generic.TypeFilter
Creates a new instance of this class using the given parameters.
TypeFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.select.TypeFilter
Deprecated.
Creates a new instance of this class using the given parameters.
TypeLevelComponentDependencyGraphBuilder - Class in kieker.analysis.architecture.dependency
Dependency graph builder for component dependency graphs at the type level.
TypeLevelComponentDependencyGraphBuilder() - Constructor for class kieker.analysis.architecture.dependency.TypeLevelComponentDependencyGraphBuilder
 
TypeLevelComponentDependencyGraphBuilderFactory - Class in kieker.analysis.architecture.dependency
 
TypeLevelComponentDependencyGraphBuilderFactory() - Constructor for class kieker.analysis.architecture.dependency.TypeLevelComponentDependencyGraphBuilderFactory
 
TypeLevelOperationDependencyGraphBuilder - Class in kieker.analysis.architecture.dependency
Dependency graph builder for operation dependency graphs at the type level.
TypeLevelOperationDependencyGraphBuilder() - Constructor for class kieker.analysis.architecture.dependency.TypeLevelOperationDependencyGraphBuilder
 
TypeLevelOperationDependencyGraphBuilderFactory - Class in kieker.analysis.architecture.dependency
 
TypeLevelOperationDependencyGraphBuilderFactory() - Constructor for class kieker.analysis.architecture.dependency.TypeLevelOperationDependencyGraphBuilderFactory
 
TypeModel - Interface in kieker.model.analysismodel.type
A representation of the model object 'Model'.
TypeModelImpl - Class in kieker.model.analysismodel.type.impl
An implementation of the model object 'Model'.
TypeModelImpl() - Constructor for class kieker.model.analysismodel.type.impl.TypeModelImpl
TypePackage - Interface in kieker.model.analysismodel.type
The Package for the model.
TypePackage.Literals - Interface in kieker.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.model.analysismodel.type.impl
An implementation of the model Package.
TypeRepository - Class in kieker.model.repository
This is a repository in which the different component types (ComponentType) can be stored.
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.model.repository.TypeRepository
Creates a new instance of this class using the given parameters.
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.EntryLevelBeforeOperationEvent
 
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.operation.object.EntryLevelBeforeOperationObjectEvent
 
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.OperationCallEvent
 
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.session.SessionEndEvent
 
TYPES - Static variable in class kieker.common.record.session.SessionStartEvent
 
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.model.analysismodel.type.util
The Switch for the model's inheritance hierarchy.
TypeSwitch() - Constructor for class kieker.model.analysismodel.type.util.TypeSwitch
Creates an instance of the switch.

U

UNDEFINED - Static variable in class kieker.analysis.generic.clustering.optics.OpticsData
 
UNDIR - org.graphdrawing.graphml.EndpointTypeType
 
UNDIRECTED - kieker.analysis.generic.sink.graph.dot.DotGraphType
 
UNDIRECTED - org.graphdrawing.graphml.GraphEdgedefaultType
 
UNDIRECTED_EDGE_CONNECTOR - Static variable in class kieker.analysis.generic.sink.graph.dot.DotGraphConstants
 
UNDIRECTED_START_TOKEN - Static variable in class kieker.analysis.generic.sink.graph.dot.DotGraphConstants
 
unindent() - Method in class kieker.analysis.generic.sink.IndentWriter
 
unit - Variable in class kieker.model.analysismodel.statistics.impl.ScalarMeasurementImpl
The cached value of the 'Unit' reference.
Unit - Interface in kieker.model.analysismodel.statistics
A representation of the model object 'Unit'.
UNIT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Unit' class.
UNIT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The meta object id for the 'Unit' class.
UNIT_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The number of structural features of the 'Unit' class.
UNIT_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The number of operations of the 'Unit' class.
UNIT_TYPE_EDEFAULT - Static variable in class kieker.model.analysismodel.statistics.impl.SIUnitImpl
The default value of the 'Unit Type' attribute.
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
 
UnitImpl - Class in kieker.model.analysismodel.statistics.impl
An implementation of the model object 'Unit'.
UnitImpl() - Constructor for class kieker.model.analysismodel.statistics.impl.UnitImpl
units - Variable in class kieker.model.analysismodel.statistics.impl.ComposedUnitImpl
The cached value of the 'Units' containment reference list.
units - Variable in class kieker.model.analysismodel.statistics.impl.StatisticsModelImpl
The cached value of the 'Units' containment reference list.
unitType - Variable in class kieker.model.analysismodel.statistics.impl.SIUnitImpl
The cached value of the 'Unit Type' attribute.
UNKNOWN_COMPONENT - Static variable in class kieker.analysis.code.CodeUtils
 
UNKNOWN_OPERATION - Static variable in class kieker.analysis.code.CodeUtils
 
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
Deprecated.
Unregisters the given instance from the state observers.
unregisterStateObserver(AnalysisController.IStateObserver) - Method in interface kieker.analysis.IAnalysisController
Deprecated.
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
Deprecated.
This method will be called for every update of the state.
updateable() - Method in annotation type kieker.analysis.plugin.annotation.Property
Deprecated.
The definition whether a property can be updated while the plugin is used
updateMetrics(IndexItem<T>, double) - Method in class kieker.analysis.generic.clustering.mtree.nodes.AbstractNode
 
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
 
updateProbeParameter(String, int, String, String, Map<String, List<String>>) - Method in class kieker.analysis.architecture.adaptation.DummyProbeController
Updates the given parameters for a probe.
updateProbeParameter(String, int, String, String, Map<String, List<String>>) - Method in class kieker.analysis.architecture.adaptation.TcpProbeController
Updates the given parameters for a probe.
updateRadius(IndexItem<T>) - Method in class kieker.analysis.generic.clustering.mtree.nodes.AbstractNode
 
updateSourceModel(EObject) - Method in class kieker.analysis.architecture.recovery.assembler.AbstractModelAssembler
 
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.ConfigurationConstants
 
USE_SHUTDOWN_HOOK - Static variable in interface kieker.monitoring.core.configuration.Keys
Deprecated.
 
USER - Static variable in class kieker.common.record.system.CPUUtilizationRecord
 
UserBehaviorCostFunction - Class in kieker.analysis.behavior.clustering
Special cost function for user behavior.
UserBehaviorCostFunction(double, double, double, IParameterWeighting) - Constructor for class kieker.analysis.behavior.clustering.UserBehaviorCostFunction
 
UserBehaviorEdge - Class in kieker.analysis.behavior.model
The edge between two nodes of a BehaviorModel.
UserBehaviorEdge(String) - Constructor for class kieker.analysis.behavior.model.UserBehaviorEdge
Create a new edge without an entry call event attached.
UserBehaviorEdge(String, EntryCallEvent) - Constructor for class kieker.analysis.behavior.model.UserBehaviorEdge
Create a new edge between two nodes.
UserSession - Class in kieker.analysis.behavior.model
Represents a user session.
UserSession(String, String) - Constructor for class kieker.analysis.behavior.model.UserSession
Simple constructor.
UserSessionGeneratorCompositeStage - Class in kieker.analysis.behavior
Create user sessions based on @{link EntryCallEvent}s.
UserSessionGeneratorCompositeStage(IEntryCallAcceptanceMatcher, ITraceSignatureProcessor, Long) - Constructor for class kieker.analysis.behavior.UserSessionGeneratorCompositeStage
Create the user session generator stage.
UserSessionToBehaviorModelTransformation - Class in kieker.analysis.behavior
Converts User Sessions into BehaviorModels.
UserSessionToBehaviorModelTransformation() - Constructor for class kieker.analysis.behavior.UserSessionToBehaviorModelTransformation
 
useShortLabels - Variable in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatterVisitor
Deprecated.
The flag determining whether to use short labels or not.
useShortLabels - Variable in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFormatterVisitor
The flag determining whether to use short labels or not.
UTILIZATION - Static variable in class kieker.common.record.system.ResourceUtilizationRecord
 

V

validate(String, File) - Method in class kieker.tools.settings.validators.DirectoryReadValidator
 
validate(String, String) - Method in class kieker.tools.settings.validators.ParentPathIsDirectoryValidator
 
validate(String, String) - Method in class kieker.tools.settings.validators.ParentPathIsWriteableValidator
 
validate(String, String) - Method in class kieker.tools.settings.validators.PathIsDirectoryValidator
 
validate(String, String) - Method in class kieker.tools.settings.validators.PathIsModelDirectoryValidator
 
validate(String, String) - Method in class kieker.tools.settings.validators.PathIsReadableValidator
 
validate(String, String) - Method in class kieker.tools.settings.validators.PathIsWriteableValidator
 
validate(String, Path) - Method in class kieker.tools.settings.validators.ParentPathValueValidator
 
validate(String, Path) - Method in class kieker.tools.settings.validators.ReadFileValueValidator
 
validate(String, Path) - Method in class kieker.tools.settings.validators.WritePathValueValidator
 
validators() - Method in annotation type kieker.tools.settings.Setting
Validate the value for this parameter.
ValidEventRecordTraceCounter - Class in kieker.analysis.architecture.trace
This sink counts and reports the number of incoming valid TraceEventRecords.
ValidEventRecordTraceCounter() - Constructor for class kieker.analysis.architecture.trace.ValidEventRecordTraceCounter
Creates a new instance of this class using the given parameters.
value - Variable in class kieker.analysis.model.analysisMetaModel.impl.MProperty
The cached value of the 'Value' attribute.
value - Variable in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyComponentMapEntryImpl
The cached value of the 'Value' containment reference.
value - Variable in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyOperationMapEntryImpl
The cached value of the 'Value' containment reference.
value - Variable in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyProvidedInterfaceMapEntryImpl
The cached value of the 'Value' containment reference.
value - Variable in class kieker.model.analysismodel.assembly.impl.EStringToAssemblyStorageMapEntryImpl
The cached value of the 'Value' containment reference.
value - Variable in class kieker.model.analysismodel.deployment.impl.EStringToDeployedComponentMapEntryImpl
The cached value of the 'Value' containment reference.
value - Variable in class kieker.model.analysismodel.deployment.impl.EStringToDeployedOperationMapEntryImpl
The cached value of the 'Value' containment reference.
value - Variable in class kieker.model.analysismodel.deployment.impl.EStringToDeployedProvidedInterfaceMapEntryImpl
The cached value of the 'Value' containment reference.
value - Variable in class kieker.model.analysismodel.deployment.impl.EStringToDeployedStorageMapEntryImpl
The cached value of the 'Value' containment reference.
value - Variable in class kieker.model.analysismodel.deployment.impl.EStringToDeploymentContextMapEntryImpl
The cached value of the 'Value' containment reference.
value - Variable in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedOperationsMapEntryImpl
The cached value of the 'Value' containment reference.
value - Variable in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToDeployedStorageMapEntryImpl
The cached value of the 'Value' containment reference.
value - Variable in class kieker.model.analysismodel.execution.impl.DeployedOperationsPairToInvocationMapEntryImpl
The cached value of the 'Value' containment reference.
value - Variable in class kieker.model.analysismodel.source.impl.EObjectToSourceEntryImpl
The cached value of the 'Value' attribute list.
value - Variable in class kieker.model.analysismodel.statistics.impl.DoubleMeasurementImpl
The cached value of the 'Value' attribute.
value - Variable in class kieker.model.analysismodel.statistics.impl.EObjectToStatisticsMapEntryImpl
The cached value of the 'Value' containment reference.
value - Variable in class kieker.model.analysismodel.statistics.impl.EPropertyTypeToValueImpl
The cached value of the 'Value' attribute.
value - Variable in class kieker.model.analysismodel.statistics.impl.FloatMeasurementImpl
The cached value of the 'Value' attribute.
value - Variable in class kieker.model.analysismodel.statistics.impl.IntMeasurementImpl
The cached value of the 'Value' attribute.
value - Variable in class kieker.model.analysismodel.statistics.impl.LongMeasurementImpl
The cached value of the 'Value' attribute.
value - Variable in class kieker.model.analysismodel.type.impl.EStringToComponentTypeMapEntryImpl
The cached value of the 'Value' containment reference.
value - Variable in class kieker.model.analysismodel.type.impl.EStringToOperationTypeMapEntryImpl
The cached value of the 'Value' containment reference.
value - Variable in class kieker.model.analysismodel.type.impl.EStringToProvidedInterfaceTypeMapEntryImpl
The cached value of the 'Value' containment reference.
value - Variable in class kieker.model.analysismodel.type.impl.EStringToStorageTypeMapEntryImpl
The cached value of the 'Value' containment reference.
value - Variable in class kieker.model.analysismodel.type.impl.InterfaceEStringToOperationTypeMapEntryImpl
The cached value of the 'Value' reference.
value - Variable in class kieker.model.collection.impl.CouplingToOperationMapImpl
The cached value of the 'Value' containment reference.
value - Variable in class kieker.model.collection.impl.NameToOperationMapImpl
The cached value of the 'Value' reference.
value() - Method in annotation type kieker.common.record.factory.RecordFactory
The record factory class to use for instantiating the annotated record class.
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 - Interface in kieker.model.analysismodel.statistics
A representation of the model object 'Value'.
VALUE - Static variable in class kieker.common.record.remotecontrol.AddParameterValueEvent
 
VALUE - Static variable in class kieker.common.record.remotecontrol.RemoveParameterValueEvent
 
VALUE_EDEFAULT - Static variable in class kieker.analysis.model.analysisMetaModel.impl.MProperty
The default value of the 'Value' attribute.
VALUE_EDEFAULT - Static variable in class kieker.model.analysismodel.statistics.impl.DoubleMeasurementImpl
The default value of the 'Value' attribute.
VALUE_EDEFAULT - Static variable in class kieker.model.analysismodel.statistics.impl.EPropertyTypeToValueImpl
The default value of the 'Value' attribute.
VALUE_EDEFAULT - Static variable in class kieker.model.analysismodel.statistics.impl.FloatMeasurementImpl
The default value of the 'Value' attribute.
VALUE_EDEFAULT - Static variable in class kieker.model.analysismodel.statistics.impl.IntMeasurementImpl
The default value of the 'Value' attribute.
VALUE_EDEFAULT - Static variable in class kieker.model.analysismodel.statistics.impl.LongMeasurementImpl
The default value of the 'Value' attribute.
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.EntryLevelBeforeOperationEvent
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.operation.object.EntryLevelBeforeOperationObjectEvent
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.OperationCallEvent
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.session.SessionEndEvent
property name array.
VALUE_NAMES - Static variable in class kieker.common.record.session.SessionStartEvent
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.
valueOf(String) - Static method in enum kieker.analysis.AnalysisController.STATE
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.analysis.architecture.dependency.VertexType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.analysis.architecture.trace.execution.TraceEquivalenceClassFilter.TraceEquivalenceClassModes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.analysis.behavior.acceptance.matcher.EAcceptanceMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.analysis.generic.EModuleMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.analysis.generic.graph.EGraphGenerationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.analysis.generic.sink.graph.dot.attributes.DotClusterAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.analysis.generic.sink.graph.dot.attributes.DotEdgeAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.analysis.generic.sink.graph.dot.attributes.DotGraphAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.analysis.generic.sink.graph.dot.attributes.DotNodeAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.analysis.generic.sink.graph.dot.attributes.DotSubgraphAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.analysis.generic.sink.graph.dot.DotGraphType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.analysis.generic.TeeFilter.TeeFilterStreamType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.analysis.plugin.filter.forward.ListCollectionFilter.ListFullBehavior
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.analysis.plugin.IPlugin.STATE
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.analysis.plugin.reader.newio.Outcome
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.analysis.util.debug.ListCollectionFilter.ListFullBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.analysis.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.model.analysismodel.execution.EDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.model.analysismodel.statistics.EPrefix
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.model.analysismodel.statistics.ESIUnitType
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.tools.trace.analysis.filter.traceFilter.TraceEquivalenceClassFilter.TraceEquivalenceClassModes
Deprecated.
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
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.visualization.trace.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 - Variable in class kieker.model.analysismodel.statistics.impl.VectorMeasurementImpl
The cached value of the 'Values' containment reference list.
values() - Static method in enum kieker.analysis.AnalysisController.STATE
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.analysis.architecture.dependency.VertexType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.analysis.architecture.trace.execution.TraceEquivalenceClassFilter.TraceEquivalenceClassModes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.analysis.behavior.acceptance.matcher.EAcceptanceMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.analysis.generic.EModuleMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.analysis.generic.graph.EGraphGenerationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.analysis.generic.sink.graph.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.analysis.generic.sink.graph.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.analysis.generic.sink.graph.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.analysis.generic.sink.graph.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.analysis.generic.sink.graph.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.analysis.generic.sink.graph.dot.DotGraphType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.analysis.generic.TeeFilter.TeeFilterStreamType
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
Deprecated.
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
Deprecated.
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
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.analysis.util.debug.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.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.model.analysismodel.execution.EDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.model.analysismodel.statistics.EPrefix
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.model.analysismodel.statistics.ESIUnitType
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.tools.trace.analysis.filter.traceFilter.TraceEquivalenceClassFilter.TraceEquivalenceClassModes
Deprecated.
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
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.visualization.trace.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.
VALUES - Static variable in enum kieker.model.analysismodel.execution.EDirection
A public read-only list of all the 'EDirection' enumerators.
VALUES - Static variable in enum kieker.model.analysismodel.statistics.EPrefix
A public read-only list of all the 'EPrefix' enumerators.
VALUES - Static variable in enum kieker.model.analysismodel.statistics.ESIUnitType
A public read-only list of all the 'ESI Unit Type' enumerators.
valueToString() - Method in class kieker.analysis.util.timeseries.AbstractTimeSeriesPoint
 
valueToString() - Method in class kieker.analysis.util.timeseries.DoubleTimeSeriesPoint
 
valueToString() - Method in class kieker.analysis.util.timeseries.LongTimeSeriesPoint
 
valueToString() - Method in class kieker.analysis.util.timeseries.ObjectTimeSeriesPoint
 
variableArity() - Method in annotation type kieker.tools.settings.Setting
 
VariableLengthEncoding - Class in kieker.common.util.dataformat
Utility functions for variable-length encoding of integers.
VECTOR_MEASUREMENT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Vector Measurement' class.
VECTOR_MEASUREMENT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The meta object id for the 'Vector Measurement' class.
VECTOR_MEASUREMENT__TIMESTAMP - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Timestamp' attribute.
VECTOR_MEASUREMENT__VALUES - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage.Literals
The meta object literal for the 'Values' containment reference list feature.
VECTOR_MEASUREMENT__VALUES - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The feature id for the 'Values' containment reference list.
VECTOR_MEASUREMENT_FEATURE_COUNT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The number of structural features of the 'Vector Measurement' class.
VECTOR_MEASUREMENT_OPERATION_COUNT - Static variable in interface kieker.model.analysismodel.statistics.StatisticsPackage
The number of operations of the 'Vector Measurement' class.
VectorMeasurement - Interface in kieker.model.analysismodel.statistics
A representation of the model object 'Vector Measurement'.
VectorMeasurementImpl - Class in kieker.model.analysismodel.statistics.impl
An implementation of the model object 'Vector Measurement'.
VectorMeasurementImpl() - Constructor for class kieker.model.analysismodel.statistics.impl.VectorMeasurementImpl
VERBOSE - Static variable in class kieker.tools.source.LogsReaderCompositeStage
 
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).
VERSION - Static variable in class kieker.common.record.misc.KiekerMetadataRecord
default constants.
VertexType - Enum in kieker.analysis.architecture.dependency
Enumeration representing the different types of vertices in a Kieker dependency graph with their names used in the graphics.
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.analysis.architecture.trace.graph.GraphTransformerVisitor
 
visit(OperationCall) - Method in class kieker.analysis.architecture.trace.reconstruction.DurRatioToParentCalculator
 
visit(OperationCall) - Method in class kieker.analysis.architecture.trace.reconstruction.DurRatioToRootParentCalculator
 
visit(OperationCall) - Method in interface kieker.analysis.architecture.trace.traversal.IOperationCallVisitor
 
visitEdge(E) - Method in interface kieker.analysis.generic.graph.traversal.IEdgeVisitor
 
visitEdge(E) - Method in class kieker.analysis.generic.sink.graph.AbstractTransformer
 
visitEdge(E) - Method in class kieker.tools.trace.analysis.filter.visualization.descriptions.DescriptionDecoratorFilter
Deprecated.
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
Deprecated.
Call-back operation that is invoked when an edge is encountered during graph traversal.
visitEdge(E) - Method in class kieker.visualization.trace.descriptions.DescriptionDecoratorFilter
Call-back operation that is invoked when an edge is encountered during graph traversal.
visitEdge(E) - Method in class kieker.visualization.trace.TraceColoringFilter
Call-back operation that is invoked when an edge is encountered during graph traversal.
visitEdge(IEdge) - Method in class kieker.analysis.generic.graph.flattening.TopLevelFlattener
 
visitEdge(WeightedBidirectionalDependencyGraphEdge<T>) - Method in class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatterVisitor
Deprecated.
 
visitEdge(WeightedBidirectionalDependencyGraphEdge<T>) - Method in class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFormatterVisitor
 
visitNode(INode) - Method in class kieker.analysis.generic.graph.flattening.TopLevelFlattener
 
visitNode(N) - Method in interface kieker.analysis.generic.graph.traversal.INodeVisitor
Visitor for nodes.
visitNode(N) - Method in class kieker.analysis.generic.sink.graph.AbstractTransformer
 
visitVertex(V) - Method in class kieker.tools.trace.analysis.filter.visualization.descriptions.DescriptionDecoratorFilter
Deprecated.
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
Deprecated.
Call-back operation that is invoked when a vertex is encountered during graph traversal.
visitVertex(V) - Method in class kieker.visualization.trace.descriptions.DescriptionDecoratorFilter
Call-back operation that is invoked when a vertex is encountered during graph traversal.
visitVertex(V) - Method in class kieker.visualization.trace.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
Deprecated.
1.15 ported to teetime
WeightedBidirectionalDependencyGraphEdge<T extends ISystemModelElement> - Class in kieker.visualization.trace.dependency.graph
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
Deprecated.
Creates a new instance of this class using the given parameters.
WeightedBidirectionalDependencyGraphEdge(DependencyGraphNode<T>, DependencyGraphNode<T>, TraceInformation, IOriginRetentionPolicy) - Constructor for class kieker.visualization.trace.dependency.graph.WeightedBidirectionalDependencyGraphEdge
Creates a new instance of this class using the given parameters.
WeightedDirectedCallTreeEdge<T> - Class in kieker.tools.trace.analysis.filter.visualization.callTree
Deprecated.
1.15 moved to new location
WeightedDirectedCallTreeEdge<T> - Class in kieker.visualization.trace.call.tree
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
Deprecated.
Creates a new instance of this class using the given parameters.
WeightedDirectedCallTreeEdge(AbstractCallTreeNode<T>, AbstractCallTreeNode<T>, MessageTrace, IOriginRetentionPolicy) - Constructor for class kieker.visualization.trace.call.tree.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.analysis.generic.source.amqp.AMQPReaderStage
Terminates the reader logic by returning from read method and terminates the execution of the stage.
workCompleted() - Method in class kieker.analysis.generic.source.jms.JMSReaderStage
Terminates the reader logic in addition to the following.
write(char[], int, int) - Method in class kieker.analysis.generic.sink.IndentWriter
 
WRITE - kieker.model.analysismodel.execution.EDirection
The 'WRITE' literal object.
WRITE_BYTES_PER_SECOND - Static variable in class kieker.common.record.system.DiskUsageRecord
 
WRITE_VALUE - Static variable in enum kieker.model.analysismodel.execution.EDirection
The 'WRITE' literal value.
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
Deprecated.
Write dot info for message trace.
writeDotForMessageTrace(AbstractCallTreeNode<T>, AbstractCallTreeFilter.IPairFactory<T>, MessageTrace, String, boolean, boolean) - Static method in class kieker.visualization.trace.call.tree.AbstractCallTreeFilter
Write dot info for message trace.
writeGraph(AbstractGraph<?, ?, ?>) - Method in class kieker.tools.trace.analysis.filter.visualization.GraphWriterPlugin
Deprecated.
Formats a given graph and saves the generated specification to disk.
writeln(String) - Method in class kieker.analysis.generic.sink.IndentWriter
 
writeModelRepository(Path, ModelRepository) - Static method in class kieker.analysis.architecture.repository.ArchitectureModelRepositoryFactory
Write a model repository to the file system.
writeMonitoringRecord(IMonitoringRecord) - Method in class kieker.common.namedRecordPipe.Pipe
Passes the monitoring record to the registered pipe reader.
writeMonitoringRecord(IMonitoringRecord) - Method in class kieker.extension.cassandra.writer.CassandraDbWriter
 
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.filesystem.FileWriter
 
writeMonitoringRecord(IMonitoringRecord) - Method in class kieker.monitoring.writer.influxdb.InfluxDBWriter
Deprecated.
 
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
 
WritePathValueValidator - Class in kieker.tools.settings.validators
Evaluate whether the parent directory exists and the path is writable.
WritePathValueValidator() - Constructor for class kieker.tools.settings.validators.WritePathValueValidator
 
writePicForMessageTrace(MessageTrace, SequenceDiagramFilter.SDModes, String, boolean) - Static method in class kieker.visualization.trace.SequenceDiagramFilter
This method writes the pic code for the given message trace into the given file.
writePicForMessageTrace(MessageTrace, SequenceDiagramFilter.SDModes, String, boolean) - Static method in class kieker.tools.trace.analysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter
Deprecated.
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.ConfigurationConstants
 
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.analysis.generic.sink.graph.dot.DotWriterStage
 
writerRegistry - Variable in class kieker.monitoring.writer.filesystem.AbstractLogStreamHandler
 
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.
WriterUtil - Class in kieker.monitoring.writer
 
WRITES_PER_SECOND - Static variable in class kieker.common.record.system.DiskUsageRecord
 
WrongParameterException - Exception in kieker.analysis.generic
 
WrongParameterException() - Constructor for exception kieker.analysis.generic.WrongParameterException
 

X

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.generic.depcompression
Decompression filter for stream reading stages providing XZ-decompression.
XZDecompressionFilter() - Constructor for class kieker.analysis.generic.depcompression.XZDecompressionFilter
Create a new XZ decompression filter.

Y

YamlProducer<T> - Class in kieker.analysis.generic.source
 
YamlProducer() - Constructor for class kieker.analysis.generic.source.YamlProducer
 
YamlSink<T> - Class in kieker.analysis.generic.sink
Sink creating a yaml file.
YamlSink(Path) - Constructor for class kieker.analysis.generic.sink.YamlSink
 
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
 
YOCTO - kieker.model.analysismodel.statistics.EPrefix
The 'Yocto' literal object.
YOCTO_VALUE - Static variable in enum kieker.model.analysismodel.statistics.EPrefix
The 'Yocto' literal value.
YOTTA - kieker.model.analysismodel.statistics.EPrefix
The 'Yotta' literal object.
YOTTA_VALUE - Static variable in enum kieker.model.analysismodel.statistics.EPrefix
The 'Yotta' literal value.

Z

ZEPTO - kieker.model.analysismodel.statistics.EPrefix
The 'Zepto' literal object.
ZEPTO_VALUE - Static variable in enum kieker.model.analysismodel.statistics.EPrefix
The 'Zepto' literal value.
ZETTA - kieker.model.analysismodel.statistics.EPrefix
The 'Zetta' literal object.
ZETTA_VALUE - Static variable in enum kieker.model.analysismodel.statistics.EPrefix
The 'Zetta' literal value.
ZIP - kieker.common.util.filesystem.BinaryCompressionMethod
Deprecated.
A binary compression method using the compression format "ZIP".
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.generic.depcompression
Decompression filter for stream reading stages providing Zip-decompression.
ZipDecompressionFilter() - Constructor for class kieker.analysis.generic.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 _ 
All Classes All Packages