Kieker 1.7
A B C D E F G H I J K L M N O P R S T U V W Z

A

AbstractAggregatedCallTreeFilter<T> - Class in kieker.tools.traceAnalysis.filter.visualization.callTree
This class has exactly one input port named "in".
AbstractAggregatedCallTreeFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
Creates a new instance of this class using the given parameters.
AbstractAggregatedCallTreeFilter(Configuration) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
Deprecated. To be removed in Kieker 1.8.
AbstractAggregatedCallTreeNode<T> - Class in kieker.tools.traceAnalysis.filter.visualization.callTree
This is an abstract base for a single node within an aggregated call tree.
AbstractAggregatedCallTreeNode(int, T, boolean, MessageTrace, IOriginRetentionPolicy) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractAggregatedCallTreeNode
 
AbstractAnalysisComponent - Class in kieker.analysis.analysisComponent
Do not inherit directly from this class! Instead inherit from the class AbstractFilterPlugin, AbstractReaderPlugin or AbstractRepository.
AbstractAnalysisComponent(Configuration) - Constructor for class kieker.analysis.analysisComponent.AbstractAnalysisComponent
Deprecated. To be removed in Kieker 1.8.
AbstractAnalysisComponent(Configuration, IProjectContext) - Constructor for class kieker.analysis.analysisComponent.AbstractAnalysisComponent
Each AnalysisComponent requires a constructor with a Configuration object and a IProjectContext.
AbstractAspect - Class in kieker.monitoring.probe.aspectj.flow.construction
 
AbstractAspect() - Constructor for class kieker.monitoring.probe.aspectj.flow.construction.AbstractAspect
 
AbstractAspect - Class in kieker.monitoring.probe.aspectj.flow.constructorCall
 
AbstractAspect() - Constructor for class kieker.monitoring.probe.aspectj.flow.constructorCall.AbstractAspect
 
AbstractAspect - Class in kieker.monitoring.probe.aspectj.flow.constructorExecution
 
AbstractAspect() - Constructor for class kieker.monitoring.probe.aspectj.flow.constructorExecution.AbstractAspect
 
AbstractAspect - Class in kieker.monitoring.probe.aspectj.flow.operationCall
 
AbstractAspect() - Constructor for class kieker.monitoring.probe.aspectj.flow.operationCall.AbstractAspect
 
AbstractAspect - Class in kieker.monitoring.probe.aspectj.flow.operationCallObject
 
AbstractAspect() - Constructor for class kieker.monitoring.probe.aspectj.flow.operationCallObject.AbstractAspect
 
AbstractAspect - Class in kieker.monitoring.probe.aspectj.flow.operationExecution
 
AbstractAspect() - Constructor for class kieker.monitoring.probe.aspectj.flow.operationExecution.AbstractAspect
 
AbstractAspect - Class in kieker.monitoring.probe.aspectj.flow.operationExecutionObject
 
AbstractAspect() - Constructor for class kieker.monitoring.probe.aspectj.flow.operationExecutionObject.AbstractAspect
 
AbstractAspectJProbe - Class in kieker.monitoring.probe.aspectj
 
AbstractAspectJProbe() - Constructor for class kieker.monitoring.probe.aspectj.AbstractAspectJProbe
 
AbstractAsyncFSWriter - Class in kieker.monitoring.writer.filesystem
 
AbstractAsyncThread - Class in kieker.monitoring.writer
 
AbstractAsyncThread(IMonitoringController, BlockingQueue<IMonitoringRecord>) - Constructor for class kieker.monitoring.writer.AbstractAsyncThread
Creates a new instance of this class using the given parameters.
AbstractAsyncWriter - Class in kieker.monitoring.writer
 
AbstractAsyncZipWriter - Class in kieker.monitoring.writer.filesystem
 
AbstractAsyncZipWriter(Configuration) - Constructor for class kieker.monitoring.writer.filesystem.AbstractAsyncZipWriter
 
AbstractCallTreeFilter<T> - Class in kieker.tools.traceAnalysis.filter.visualization.callTree
Plugin providing the creation of calling trees both for individual traces and an aggregated form multiple traces.
AbstractCallTreeFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractCallTreeFilter
Creates a new instance of this class using the given parameters.
AbstractCallTreeFilter(Configuration) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractCallTreeFilter
Deprecated. To be removed in Kieker 1.8.
AbstractCallTreeFilter.IPairFactory<T> - Interface in kieker.tools.traceAnalysis.filter.visualization.callTree
 
AbstractCallTreeNode<T> - Class in kieker.tools.traceAnalysis.filter.visualization.callTree
This is an abstract base for a single node within a call tree.
AbstractCallTreeNode(int, T, boolean, MessageTrace, IOriginRetentionPolicy) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractCallTreeNode
Creates a new instance of this class using the given parameters.
AbstractComponentDependencyGraphFormatter<G extends AbstractDependencyGraph<?>> - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
Abstract superclass for formatters for component-based dependency graphs.
AbstractComponentDependencyGraphFormatter() - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractComponentDependencyGraphFormatter
 
AbstractController - Class in kieker.monitoring.core.controller
 
AbstractDependencyGraph<T extends ISystemModelElement> - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
Abstract superclass for dependency graphs.
AbstractDependencyGraph(T) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraph
Creates a new dependency graph with the given root entity.
AbstractDependencyGraphFilter<T extends ISystemModelElement> - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
Refactored copy from LogAnalysis-legacy tool.
AbstractDependencyGraphFilter(Configuration, IProjectContext, AbstractDependencyGraph<T>) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFilter
Creates a new abstract dependency graph filter using the given data.
AbstractDependencyGraphFilter(Configuration, AbstractDependencyGraph<T>) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFilter
Deprecated. To be removed in Kieker 1.8.
AbstractDependencyGraphFormatter<G extends AbstractDependencyGraph<?>> - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
Abstract superclass for all dependency-graph formatters.
AbstractDependencyGraphFormatter() - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
 
AbstractDependencyGraphFormatterVisitor<T extends ISystemModelElement> - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
Abstract base class for dependency-graph-formatting visitors.
AbstractDependencyGraphFormatterVisitor(StringBuilder, boolean, boolean, boolean) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatterVisitor
Creates a new formatter visitor using the given arguments.
AbstractDisplay - Class in kieker.analysis.display
This is the abstract class which should be the base class for all other display types.
AbstractDisplay() - Constructor for class kieker.analysis.display.AbstractDisplay
Creates a new instance of this class.
AbstractEdge<V extends AbstractVertex<V,E,O>,E extends AbstractEdge<V,E,O>,O> - Class in kieker.tools.traceAnalysis.filter.visualization.graph
Generic superclass for all graph edges in the visualization package.
AbstractEdge(V, V, O, IOriginRetentionPolicy) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractEdge
Creates a new edge between the given vertices.
AbstractEvent - Class in kieker.common.record.flow
 
AbstractEvent(long) - Constructor for class kieker.common.record.flow.AbstractEvent
This constructor uses the given parameter to initialize the field of this record.
AbstractExecutionTraceProcessingFilter - Class in kieker.tools.traceAnalysis.filter
This is the abstract base for a filter processing execution traces.
AbstractExecutionTraceProcessingFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.AbstractExecutionTraceProcessingFilter
Creates a new instance of this class using the given parameters.
AbstractExecutionTraceProcessingFilter(Configuration) - Constructor for class kieker.tools.traceAnalysis.filter.AbstractExecutionTraceProcessingFilter
Deprecated. To be removed in Kieker 1.8.
AbstractFilterPlugin - Class in kieker.analysis.plugin.filter
This class should be used as a base for every analysis plugin used within Kieker.
AbstractFilterPlugin(Configuration) - Constructor for class kieker.analysis.plugin.filter.AbstractFilterPlugin
Deprecated. To be removed in Kieker 1.8.
AbstractFilterPlugin(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.AbstractFilterPlugin
Each Plugin requires a constructor with a Configuration object and a IProjectContext.
AbstractFsWriterThread - Class in kieker.monitoring.writer.filesystem.async
 
AbstractFsWriterThread(IMonitoringController, BlockingQueue<IMonitoringRecord>, MappingFileWriter, String, int, int, int) - Constructor for class kieker.monitoring.writer.filesystem.async.AbstractFsWriterThread
 
AbstractGraph<V extends AbstractVertex<V,E,O>,E extends AbstractEdge<V,E,O>,O> - Class in kieker.tools.traceAnalysis.filter.visualization.graph
Generic superclass for all graphs in the visualization package.
AbstractGraph() - Constructor for class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractGraph
 
AbstractGraph.IGraphVisitor<V,E> - Interface in kieker.tools.traceAnalysis.filter.visualization.graph
Interface for abstract-graph visitors.
AbstractGraphElement<O> - Class in kieker.tools.traceAnalysis.filter.visualization.graph
Superclass for graph elements, i.e.
AbstractGraphFilter<G extends AbstractGraph<V,E,O>,V extends AbstractVertex<V,E,O>,E extends AbstractEdge<V,E,O>,O> - Class in kieker.tools.traceAnalysis.filter.visualization
Abstract superclass for all graph filters.
AbstractGraphFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.AbstractGraphFilter
Creates a new filter with the given configuration.
AbstractGraphFilter(Configuration) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.AbstractGraphFilter
Deprecated. To be removed in Kieker 1.8.
AbstractGraphFormatter<G extends AbstractGraph<?,?,?>> - Class in kieker.tools.traceAnalysis.filter.visualization
Abstract superclass for all graph formatters.
AbstractGraphFormatter() - Constructor for class kieker.tools.traceAnalysis.filter.visualization.AbstractGraphFormatter
 
AbstractGraphProducingFilter<G extends AbstractGraph<?,?,?>> - Class in kieker.tools.traceAnalysis.filter
Abstract superclass for graph-producing filters.
AbstractGraphProducingFilter(Configuration, IProjectContext, G) - Constructor for class kieker.tools.traceAnalysis.filter.AbstractGraphProducingFilter
Creates a new graph-producing filter using the given configuration and the given graph.
AbstractGraphProducingFilter(Configuration, G) - Constructor for class kieker.tools.traceAnalysis.filter.AbstractGraphProducingFilter
Deprecated. To be removed in Kieker 1.8.
AbstractInvalidExecutionTraceProcessingFilter - Class in kieker.tools.traceAnalysis.filter
This is an abstract base for filters processing invalid execution traces.
AbstractInvalidExecutionTraceProcessingFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.AbstractInvalidExecutionTraceProcessingFilter
Creates a new instance of this class using the given parameters.
AbstractInvalidExecutionTraceProcessingFilter(Configuration) - Constructor for class kieker.tools.traceAnalysis.filter.AbstractInvalidExecutionTraceProcessingFilter
Deprecated. To be removed in Kieker 1.8.
AbstractLogReplayer - Class in kieker.tools.logReplayer
Replays a monitoring log to a IMonitoringController with a given Configuration.
AbstractLogReplayer(String, boolean, boolean, int, long, long) - Constructor for class kieker.tools.logReplayer.AbstractLogReplayer
 
AbstractMessage - Class in kieker.tools.traceAnalysis.systemModel
An abstract base for messages which can later be used and combined in a MessageTrace.
AbstractMessage(long, Execution, Execution) - Constructor for class kieker.tools.traceAnalysis.systemModel.AbstractMessage
Creates a new instance of this class using the given parameters.
AbstractMessageTraceProcessingFilter - Class in kieker.tools.traceAnalysis.filter
This is an abstract base for components which process message traces.
AbstractMessageTraceProcessingFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.AbstractMessageTraceProcessingFilter
Creates a new instance of this class using the given parameters.
AbstractMessageTraceProcessingFilter(Configuration) - Constructor for class kieker.tools.traceAnalysis.filter.AbstractMessageTraceProcessingFilter
Deprecated. To be removed in Kieker 1.8.
AbstractMonitoringRecord - Class in kieker.common.record
 
AbstractMonitoringRecord() - Constructor for class kieker.common.record.AbstractMonitoringRecord
 
AbstractMonitoringWriter - Class in kieker.monitoring.writer
 
AbstractNodeDecorator - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
Abstract superclass for all node decorators.
AbstractNodeDecorator() - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractNodeDecorator
 
AbstractOperationDependencyGraphFormatter<T extends AbstractDependencyGraph<?>> - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
Abstract for formatters for operation-level dependency graph.
AbstractOperationDependencyGraphFormatter() - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractOperationDependencyGraphFormatter
 
AbstractOperationEvent - Class in kieker.common.record.flow.trace.operation
 
AbstractOperationEvent(long, long, int, String, String) - Constructor for class kieker.common.record.flow.trace.operation.AbstractOperationEvent
This constructor uses the given parameters to initialize the fields of this record.
AbstractOperationExecutionAspect - Class in kieker.monitoring.probe.aspectj.operationExecution
 
AbstractOperationExecutionAspect() - Constructor for class kieker.monitoring.probe.aspectj.operationExecution.AbstractOperationExecutionAspect
 
AbstractOperationExecutionAspectServlet - Class in kieker.monitoring.probe.aspectj.operationExecution
 
AbstractOperationExecutionAspectServlet() - Constructor for class kieker.monitoring.probe.aspectj.operationExecution.AbstractOperationExecutionAspectServlet
 
AbstractOriginRetentionPolicy - Class in kieker.tools.traceAnalysis.filter.visualization.graph
Abstract superclass for all origin retention policies.
AbstractPayloadedVertex<V extends AbstractPayloadedVertex<V,E,O,P>,E extends AbstractEdge<V,E,O>,O,P> - Class in kieker.tools.traceAnalysis.filter.visualization.graph
Abstract superclass for "payloaded" vertices, i.e.
AbstractPlugin - Class in kieker.analysis.plugin
Do not inherit directly from this class! Instead inherit from the class AbstractFilterPlugin or AbstractReaderPlugin.
AbstractPlugin(Configuration) - Constructor for class kieker.analysis.plugin.AbstractPlugin
Deprecated. To be removed in Kieker 1.8.
AbstractPlugin(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.AbstractPlugin
Each Plugin requires a constructor with a Configuration object and a IProjectContext.
AbstractReaderPlugin - Class in kieker.analysis.plugin.reader
This class should be used as a base for every reader used within Kieker.
AbstractReaderPlugin(Configuration) - Constructor for class kieker.analysis.plugin.reader.AbstractReaderPlugin
Deprecated. To be removed in Kieker 1.8.
AbstractReaderPlugin(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.reader.AbstractReaderPlugin
Each Plugin requires a constructor with a Configuration object and a IProjectContext.
AbstractRepository - Class in kieker.analysis.repository
This class should be used as a base for every repository used within Kieker.
AbstractRepository(Configuration) - Constructor for class kieker.analysis.repository.AbstractRepository
Deprecated. To be removed in Kieker 1.8.
AbstractRepository(Configuration, IProjectContext) - Constructor for class kieker.analysis.repository.AbstractRepository
The second "default constructor".
AbstractSigarSampler - Class in kieker.monitoring.sampler.sigar.samplers
Eases the implementation of ISamplers which collect system-level sensor data via the Sigar API and store this data as IMonitoringRecords via WriterController.newMonitoringRecord(kieker.common.record.IMonitoringRecord) .
AbstractSigarSampler(SigarProxy) - Constructor for class kieker.monitoring.sampler.sigar.samplers.AbstractSigarSampler
Constructs a new AbstractSigarSampler with given SigarProxy instance used to retrieve the sensor data.
AbstractSystemSubRepository - Class in kieker.tools.traceAnalysis.systemModel.repository
 
AbstractSystemSubRepository(SystemModelRepository) - Constructor for class kieker.tools.traceAnalysis.systemModel.repository.AbstractSystemSubRepository
Creates a new instance of this class using the given parameters.
AbstractTimeSource - Class in kieker.monitoring.timer
 
AbstractTimestampFilter - Class in kieker.tools.traceAnalysis.filter
Deprecated. To be removed in Kieker 1.8
AbstractTimestampFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.AbstractTimestampFilter
Deprecated. Creates a new instance of this class using the given parameters.
AbstractTimestampFilter(Configuration) - Constructor for class kieker.tools.traceAnalysis.filter.AbstractTimestampFilter
Deprecated. To be removed in Kieker 1.8.
AbstractTrace - Class in kieker.tools.traceAnalysis.systemModel
This is the abstract base for a trace (like a message trace e.g.).
AbstractTrace(long) - Constructor for class kieker.tools.traceAnalysis.systemModel.AbstractTrace
 
AbstractTrace(long, String) - Constructor for class kieker.tools.traceAnalysis.systemModel.AbstractTrace
 
AbstractTraceAnalysisFilter - Class in kieker.tools.traceAnalysis.filter
 
AbstractTraceAnalysisFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
Creates a new instance of this class using the given parameters.
AbstractTraceAnalysisFilter(Configuration) - Constructor for class kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
Deprecated. To be removed in Kieker 1.8.
AbstractTraceEvent - Class in kieker.common.record.flow.trace
 
AbstractTraceEvent(long, long, int) - Constructor for class kieker.common.record.flow.trace.AbstractTraceEvent
 
AbstractTraceIdFilter - Class in kieker.tools.traceAnalysis.filter
Deprecated. To be removed in Kieker 1.8
AbstractTraceIdFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.AbstractTraceIdFilter
Deprecated. Creates a new instance of this class using the given parameters.
AbstractTraceIdFilter(Configuration) - Constructor for class kieker.tools.traceAnalysis.filter.AbstractTraceIdFilter
Deprecated. To be removed in Kieker 1.8.
AbstractTraceProcessingFilter - Class in kieker.tools.traceAnalysis.filter
This is an abstract base for filters processing traces.
AbstractTraceProcessingFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.AbstractTraceProcessingFilter
Creates a new instance of this class using the given parameters.
AbstractTraceProcessingFilter(Configuration) - Constructor for class kieker.tools.traceAnalysis.filter.AbstractTraceProcessingFilter
Deprecated. To be removed in Kieker 1.8.
AbstractVertex<V extends AbstractVertex<V,E,O>,E extends AbstractEdge<V,E,O>,O> - Class in kieker.tools.traceAnalysis.filter.visualization.graph
Generic superclass for all vertices in the visualization package.
AbstractVertexDecoration - Class in kieker.tools.traceAnalysis.filter.visualization.graph
This is an abstract base for vertex decorations.
AbstractVertexDecoration() - Constructor for class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractVertexDecoration
 
AbstractWeightedEdge<V extends AbstractVertex<V,E,O>,E extends AbstractEdge<V,E,O>,O> - Class in kieker.tools.traceAnalysis.filter.visualization.graph
Abstract superclass for weighted edges in the visualization package.
AbstractWeightedEdge(V, V, O, IOriginRetentionPolicy) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractWeightedEdge
Creates a new weighted edge between the given vertices.
AbstractZipWriterThread - Class in kieker.monitoring.writer.filesystem.async
 
AbstractZipWriterThread(IMonitoringController, BlockingQueue<IMonitoringRecord>, StringMappingFileWriter, String, int, int) - Constructor for class kieker.monitoring.writer.filesystem.async.AbstractZipWriterThread
 
acquirePipe(String) - Method in enum kieker.common.namedRecordPipe.Broker
Returns a connection with name pipeName.
activateProbe(String) - Method in interface kieker.monitoring.core.controller.IProbeController
Activates a probe.
activateProbe(String) - Method in class kieker.monitoring.core.controller.MonitoringController
Activates a probe.
activateProbe(String) - Method in class kieker.monitoring.core.controller.ProbeController
Activates a probe.
add(Execution) - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionTrace
Adds an execution to the trace.
addAllObjects(List<T>) - Method in class kieker.analysis.plugin.reader.list.ListReader
This method adds all given records to our list.
addChildContainer(ExecutionContainer) - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionContainer
This method adds a given container to the list of child containers.
addDecoration(AbstractVertexDecoration) - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractVertex
Adds a decoration to this vertex.
addDecorator(AbstractNodeDecorator) - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFilter
Adds a node decorator to this graph.
addIncomingDependency(DependencyGraphNode<T>, TraceInformation, IOriginRetentionPolicy) - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.DependencyGraphNode
Adds an incoming dependency to this node.
addIncomingDependency(DependencyGraphNode<T>, boolean, TraceInformation, IOriginRetentionPolicy) - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.DependencyGraphNode
Adds an incoming dependency to this node.
addObject(T) - Method in class kieker.analysis.plugin.reader.list.ListReader
This method adds the given object to our list.
addOperation(Operation) - Method in class kieker.tools.traceAnalysis.systemModel.ComponentType
This method adds a given operation to the list of available operations.
addOrigin(O) - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractGraphElement
Adds a new origin object to this element.
addOutgoingDependency(DependencyGraphNode<T>, TraceInformation, IOriginRetentionPolicy) - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.DependencyGraphNode
Adds an outgoing dependency to this node.
addOutgoingDependency(DependencyGraphNode<T>, boolean, TraceInformation, IOriginRetentionPolicy) - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.DependencyGraphNode
Adds an outgoing dependency to this node.
afterCompletion(WebRequest, Exception) - Method in class kieker.monitoring.probe.spring.executions.OperationExecutionWebRequestRegistrationInterceptor
 
afterConstruction(Object, JoinPoint.StaticPart) - Method in class kieker.monitoring.probe.aspectj.flow.construction.AbstractAspect
This is an advice which will be used after the construction of an object.
AfterConstructorEvent - Class in kieker.common.record.flow.trace.operation.constructor
 
AfterConstructorEvent(long, long, int, String, String) - Constructor for class kieker.common.record.flow.trace.operation.constructor.AfterConstructorEvent
This constructor initializes the fields of the record using the given parameters.
AfterConstructorEvent(Object[]) - Constructor for class kieker.common.record.flow.trace.operation.constructor.AfterConstructorEvent
This constructor converts the given array into a record.
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
This constructor initializes the fields of the record using the given parameters.
AfterConstructorFailedEvent(Object[]) - Constructor for class kieker.common.record.flow.trace.operation.constructor.AfterConstructorFailedEvent
This constructor converts the given array into a record.
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
This constructor initializes the fields of the record using the given parameters.
AfterOperationEvent(Object[]) - Constructor for class kieker.common.record.flow.trace.operation.AfterOperationEvent
This constructor converts the given array into a record.
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
This constructor initializes the fields of the record using the given parameters.
AfterOperationFailedEvent(Object[]) - Constructor for class kieker.common.record.flow.trace.operation.AfterOperationFailedEvent
This constructor converts the given array into a record.
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
This constructor initializes the fields of the record using the given parameters.
AfterOperationFailedObjectEvent(Object[]) - Constructor for class kieker.common.record.flow.trace.operation.object.AfterOperationFailedObjectEvent
This constructor converts the given array into a record.
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
This constructor initializes the fields of the record using the given parameters.
AfterOperationObjectEvent(Object[]) - Constructor for class kieker.common.record.flow.trace.operation.object.AfterOperationObjectEvent
This constructor converts the given array into a record.
AGGREGATED_ALLOCATION_CALL_TREE_FN_PREFIX - Static variable in class kieker.tools.traceAnalysis.Constants
 
AGGREGATED_ASSEMBLY_CALL_TREE_FN_PREFIX - Static variable in class kieker.tools.traceAnalysis.Constants
 
AggregatedAllocationComponentOperationCallTreeFilter - Class in kieker.tools.traceAnalysis.filter.visualization.callTree
 
AggregatedAllocationComponentOperationCallTreeFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.callTree.AggregatedAllocationComponentOperationCallTreeFilter
Creates a new instance of this class using the given parameters.
AggregatedAllocationComponentOperationCallTreeFilter(Configuration) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.callTree.AggregatedAllocationComponentOperationCallTreeFilter
Deprecated. To be removed in Kieker 1.8.
AggregatedAssemblyComponentOperationCallTreeFilter - Class in kieker.tools.traceAnalysis.filter.visualization.callTree
 
AggregatedAssemblyComponentOperationCallTreeFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.callTree.AggregatedAssemblyComponentOperationCallTreeFilter
Creates a new instance of this class using the given parameters.
AggregatedAssemblyComponentOperationCallTreeFilter(Configuration) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.callTree.AggregatedAssemblyComponentOperationCallTreeFilter
Deprecated. To be removed in Kieker 1.8.
ALLOCATION_COMPONENT_DEPENDENCY_GRAPH_FN_PREFIX - Static variable in class kieker.tools.traceAnalysis.Constants
The prefix for the files of the allocation component dependency graphs.
ALLOCATION_OPERATION_DEPENDENCY_GRAPH_FN_PREFIX - Static variable in class kieker.tools.traceAnalysis.Constants
The prefix for the files of the allocation operation dependency graphs.
ALLOCATION_SEQUENCE_DIAGRAM_FN_PREFIX - Static variable in class kieker.tools.traceAnalysis.Constants
The prefix for the files of the allocation sequence diagram.
AllocationComponent - Class in kieker.tools.traceAnalysis.systemModel
 
AllocationComponent(int, AssemblyComponent, ExecutionContainer) - Constructor for class kieker.tools.traceAnalysis.systemModel.AllocationComponent
 
AllocationComponentOperationPair - Class in kieker.tools.traceAnalysis.systemModel.util
This class represents a pair consisting of an Operation and an AllocationComponent.
AllocationComponentOperationPair(int, Operation, AllocationComponent) - Constructor for class kieker.tools.traceAnalysis.systemModel.util.AllocationComponentOperationPair
Creates a new instance of this class using the given parameters.
AllocationComponentOperationPairFactory - Class in kieker.tools.traceAnalysis.systemModel.repository
 
AllocationComponentOperationPairFactory(SystemModelRepository) - Constructor for class kieker.tools.traceAnalysis.systemModel.repository.AllocationComponentOperationPairFactory
Creates a new instance of this class using the given parameters.
AllocationRepository - Class in kieker.tools.traceAnalysis.systemModel.repository
 
AllocationRepository(SystemModelRepository) - Constructor for class kieker.tools.traceAnalysis.systemModel.repository.AllocationRepository
Creates a new instance of this class using the given parameters.
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__NAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Name' attribute.
ANALYSIS_COMPONENT__NAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Name' attribute feature.
ANALYSIS_COMPONENT__PROPERTIES - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Properties' containment reference list.
ANALYSIS_COMPONENT__PROPERTIES - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Properties' containment reference list feature.
ANALYSIS_COMPONENT_FEATURE_COUNT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The number of structural features of the 'Analysis Component' class.
AnalysisConfigurationException - Exception in kieker.analysis.exception
An exception to show that something went wrong during the configuration of an analysis.
AnalysisConfigurationException(String, Throwable) - Constructor for exception kieker.analysis.exception.AnalysisConfigurationException
Creates a new instance of this class using the given parameters.
AnalysisConfigurationException(String) - Constructor for exception kieker.analysis.exception.AnalysisConfigurationException
Creates a new instance of this class using the given parameters.
AnalysisController - Class in kieker.analysis
The AnalysisController can be used to configure, control, save and load an analysis instance.
AnalysisController() - Constructor for class kieker.analysis.AnalysisController
Constructs an AnalysisController instance.
AnalysisController(String) - Constructor for class kieker.analysis.AnalysisController
Constructs an AnalysisController instance using the given parameter.
AnalysisController(File) - Constructor for class kieker.analysis.AnalysisController
This constructors creates an AnalysisController instance, using the given file to load an analysis model.
AnalysisController(File, ClassLoader) - Constructor for class kieker.analysis.AnalysisController
This constructors creates an AnalysisController instance, using the given file to load an analysis model and the given classloader to initialize the objects.
AnalysisController(MIProject) - Constructor for class kieker.analysis.AnalysisController
Creates a new instance of the class AnalysisController but uses the given instance of MIProject to construct the analysis.
AnalysisController(MIProject, ClassLoader) - Constructor for class kieker.analysis.AnalysisController
Creates a new instance of the class AnalysisController but uses the given instance of @link{Project} to construct the analysis.
AnalysisController(Configuration) - Constructor for class kieker.analysis.AnalysisController
Constructs an AnalysisController instance using the given parameter.
AnalysisController - Annotation Type in kieker.analysis.annotation
This is the annotation to supply a default configuration for the analysis controller.
AnalysisController.AnalysisControllerWithMapping - Class in kieker.analysis
This is a wrapper for the AnalysisController which contains a mapping between the model instances and the actual objects as well.
AnalysisController.AnalysisControllerWithMapping(AnalysisController, Map<MIPlugin, AbstractPlugin>, Map<MIRepository, AbstractRepository>) - Constructor for class kieker.analysis.AnalysisController.AnalysisControllerWithMapping
Creates a new instance of this class using the given parameters.
AnalysisController.IStateObserver - Interface in kieker.analysis
This interface can be used for observers which want to get notified about state changes of an analysis controller.
AnalysisController.STATE - Enum in kieker.analysis
An enumeration used to describe the state of an AnalysisController.
AnalysisControllerThread - Class in kieker.analysis
Allows spawn the execution of an AnalysisController into a separate Thread.
AnalysisControllerThread(AnalysisController) - Constructor for class kieker.analysis.AnalysisControllerThread
Creates a new instance of this class using the given parameters.
AnalysisMetaModelAdapterFactory - Class in kieker.analysis.model.analysisMetaModel.util
The Adapter Factory for the model.
AnalysisMetaModelAdapterFactory() - Constructor for class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
Creates an instance of the adapter factory.
AnalysisMetaModelSwitch<T> - Class in kieker.analysis.model.analysisMetaModel.util
The Switch for the model's inheritance hierarchy.
AnalysisMetaModelSwitch() - Constructor for class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
Creates an instance of the switch.
Annotation - Class in kieker.monitoring.probe.aspectj.flow.construction
 
Annotation() - Constructor for class kieker.monitoring.probe.aspectj.flow.construction.Annotation
Default constructor.
Annotation - Class in kieker.monitoring.probe.aspectj.flow.constructorCall
 
Annotation() - Constructor for class kieker.monitoring.probe.aspectj.flow.constructorCall.Annotation
Default constructor.
Annotation - Class in kieker.monitoring.probe.aspectj.flow.constructorExecution
 
Annotation() - Constructor for class kieker.monitoring.probe.aspectj.flow.constructorExecution.Annotation
Default constructor.
Annotation - Class in kieker.monitoring.probe.aspectj.flow.operationCall
 
Annotation() - Constructor for class kieker.monitoring.probe.aspectj.flow.operationCall.Annotation
Default constructor.
Annotation - Class in kieker.monitoring.probe.aspectj.flow.operationCallObject
 
Annotation() - Constructor for class kieker.monitoring.probe.aspectj.flow.operationCallObject.Annotation
Default constructor.
Annotation - Class in kieker.monitoring.probe.aspectj.flow.operationExecution
 
Annotation() - Constructor for class kieker.monitoring.probe.aspectj.flow.operationExecution.Annotation
Default constructor.
Annotation - Class in kieker.monitoring.probe.aspectj.flow.operationExecutionObject
 
Annotation() - Constructor for class kieker.monitoring.probe.aspectj.flow.operationExecutionObject.Annotation
Default constructor.
areAllRepositoryPortsConnected() - Method in class kieker.analysis.plugin.AbstractPlugin
This method checks whether all repository ports of the current plugin are connected.
AsciiZipWriterThread - Class in kieker.monitoring.writer.filesystem.async
 
AsciiZipWriterThread(IMonitoringController, BlockingQueue<IMonitoringRecord>, StringMappingFileWriter, String, int, int, int) - Constructor for class kieker.monitoring.writer.filesystem.async.AsciiZipWriterThread
 
ASSEMBLY_COMPONENT_DEPENDENCY_GRAPH_FN_PREFIX - Static variable in class kieker.tools.traceAnalysis.Constants
The prefix for the files of the assembly component dependency graphs.
ASSEMBLY_OPERATION_DEPENDENCY_GRAPH_FN_PREFIX - Static variable in class kieker.tools.traceAnalysis.Constants
 
ASSEMBLY_SEQUENCE_DIAGRAM_FN_PREFIX - Static variable in class kieker.tools.traceAnalysis.Constants
The prefix for the files of the assembly sequence diagram.
AssemblyComponent - Class in kieker.tools.traceAnalysis.systemModel
 
AssemblyComponent(int, String, ComponentType) - Constructor for class kieker.tools.traceAnalysis.systemModel.AssemblyComponent
Creates a new instance of this class using the given parameters.
AssemblyComponentOperationPair - Class in kieker.tools.traceAnalysis.systemModel.util
This class represents a pair consisting of an Operation and an AssemblyComponent.
AssemblyComponentOperationPair(int, Operation, AssemblyComponent) - Constructor for class kieker.tools.traceAnalysis.systemModel.util.AssemblyComponentOperationPair
Creates a new instance of this class using the given parameters.
AssemblyComponentOperationPairFactory - Class in kieker.tools.traceAnalysis.systemModel.repository
 
AssemblyComponentOperationPairFactory(SystemModelRepository) - Constructor for class kieker.tools.traceAnalysis.systemModel.repository.AssemblyComponentOperationPairFactory
Creates a new instance of this class using the given parameters.
AssemblyRepository - Class in kieker.tools.traceAnalysis.systemModel.repository
 
AssemblyRepository(SystemModelRepository) - Constructor for class kieker.tools.traceAnalysis.systemModel.repository.AssemblyRepository
Creates a new instance of this class using the given parameters.
AsyncAsciiZipWriter - Class in kieker.monitoring.writer.filesystem
 
AsyncAsciiZipWriter(Configuration) - Constructor for class kieker.monitoring.writer.filesystem.AsyncAsciiZipWriter
Creates a new instance of this class using the given parameters.
AsyncBinaryFsWriter - Class in kieker.monitoring.writer.filesystem
 
AsyncBinaryFsWriter(Configuration) - Constructor for class kieker.monitoring.writer.filesystem.AsyncBinaryFsWriter
Creates a new instance of this class using the given parameters.
AsyncBinaryZipWriter - Class in kieker.monitoring.writer.filesystem
 
AsyncBinaryZipWriter(Configuration) - Constructor for class kieker.monitoring.writer.filesystem.AsyncBinaryZipWriter
Creates a new instance of this class using the given parameters.
AsyncDbWriter - Class in kieker.monitoring.writer.database
Stores monitoring data into a database.
AsyncDbWriter(Configuration) - Constructor for class kieker.monitoring.writer.database.AsyncDbWriter
Creates a new instance of this class using the given parameters.
AsyncFsWriter - Class in kieker.monitoring.writer.filesystem
 
AsyncFsWriter(Configuration) - Constructor for class kieker.monitoring.writer.filesystem.AsyncFsWriter
Creates a new instance of this class using the given parameters.
AsyncJMSWriter - Class in kieker.monitoring.writer.jms
 
AsyncJMSWriter(Configuration) - Constructor for class kieker.monitoring.writer.jms.AsyncJMSWriter
Creates a new instance of this class using the given parameters.
awaitTermination(long, TimeUnit) - Method in class kieker.analysis.AnalysisControllerThread
Awaits (with timeout) the termination of the contained AnalysisController.
awaitTermination() - Method in class kieker.analysis.AnalysisControllerThread
Awaits the termination of the contained AnalysisController.

B

basicGetDisplay() - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplayConnector
 
basicGetRepository() - Method in class kieker.analysis.model.analysisMetaModel.impl.MRepositoryConnector
 
basicSetParent(MIPlugin, NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplay
 
basicSetParent(MIFilter, NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MInputPort
 
basicSetParent(MIPlugin, NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MOutputPort
 
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
This constructor uses the given parameters to initialize the fields of this record.
BeforeConstructorEvent(Object[]) - Constructor for class kieker.common.record.flow.trace.operation.constructor.BeforeConstructorEvent
This constructor converts the given array into a record.
beforeNewThread(Thread) - Method in class kieker.monitoring.probe.aspectj.flow.concurrency.ThreadingAspect
This method represents the advice which is used before the actual start of a thread.
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
This constructor uses the given parameters to initialize the fields of this record.
BeforeOperationEvent(Object[]) - Constructor for class kieker.common.record.flow.trace.operation.BeforeOperationEvent
This constructor converts the given array into a record.
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
This constructor uses the given parameters to initialize the fields of this record.
BeforeOperationObjectEvent(Object[]) - Constructor for class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectEvent
This constructor converts the given array into a record.
BinaryCompressionMethod - Enum in kieker.common.util.filesystem
This enum delivers different compression methods, which can be used to read and write compressed binary files.
BinaryFsWriterThread - Class in kieker.monitoring.writer.filesystem.async
 
BinaryFsWriterThread(IMonitoringController, BlockingQueue<IMonitoringRecord>, MappingFileWriter, String, int, int, int, int, BinaryCompressionMethod) - Constructor for class kieker.monitoring.writer.filesystem.async.BinaryFsWriterThread
 
BinaryZipWriterThread - Class in kieker.monitoring.writer.filesystem.async
 
BinaryZipWriterThread(IMonitoringController, BlockingQueue<IMonitoringRecord>, StringMappingFileWriter, String, int, int, int) - Constructor for class kieker.monitoring.writer.filesystem.async.BinaryZipWriterThread
 
BLACK - Static variable in class kieker.tools.traceAnalysis.filter.visualization.graph.Color
The predefined color black.
BLUE - Static variable in class kieker.tools.traceAnalysis.filter.visualization.graph.Color
The predefined color blue.
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
 
BranchingRecord(Object[]) - Constructor for class kieker.common.record.controlflow.BranchingRecord
This constructor converts the given array into a record.
Broker - Enum in kieker.common.namedRecordPipe
 

C

CALL_TREE_FN_PREFIX - Static variable in class kieker.tools.traceAnalysis.Constants
The prefix for the call tree files.
CallConstructorEvent - Class in kieker.common.record.flow.trace.operation.constructor
 
CallConstructorEvent(long, long, int, String, String, String, String) - Constructor for class kieker.common.record.flow.trace.operation.constructor.CallConstructorEvent
This constructor uses the given parameters to initialize the fields of this record.
CallConstructorEvent(Object[]) - Constructor for class kieker.common.record.flow.trace.operation.constructor.CallConstructorEvent
This constructor converts the given array into a record.
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
This constructor uses the given parameters to initialize the fields of this record.
CallOperationEvent(Object[]) - Constructor for class kieker.common.record.flow.trace.operation.CallOperationEvent
This constructor converts the given array into a record.
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
This constructor uses the given parameters to initialize the fields of this record.
CallOperationObjectEvent(Object[]) - Constructor for class kieker.common.record.flow.trace.operation.object.CallOperationObjectEvent
Creates a new instance of this class using the given array.
callsReferencedOperationOf(IOperationRecord) - Method in interface kieker.common.record.flow.ICallRecord
 
callsReferencedOperationOf(IOperationRecord) - Method in class kieker.common.record.flow.trace.operation.CallOperationEvent
 
CallTreeNode - Class in kieker.tools.traceAnalysis.filter.visualization.callTree
Deprecated. To be removed in Kieker 1.8.
CallTreeNode(CallTreeNode, CallTreeOperationHashKey) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.callTree.CallTreeNode
Deprecated. To be removed in Kieker 1.8.
CallTreeOperationHashKey - Class in kieker.tools.traceAnalysis.filter.visualization.callTree
Deprecated. To be removed in Kieker 1.8.
CallTreeOperationHashKey(AllocationComponent, Operation) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.callTree.CallTreeOperationHashKey
Deprecated. Creates a new instance of this class using the given parameters.
caseAnalysisComponent(MIAnalysisComponent) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
Returns the result of interpreting the object as an instance of 'Analysis Component'.
caseDependency(MIDependency) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
Returns the result of interpreting the object as an instance of 'Dependency'.
caseDisplay(MIDisplay) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
Returns the result of interpreting the object as an instance of 'Display'.
caseDisplayConnector(MIDisplayConnector) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
Returns the result of interpreting the object as an instance of 'Display Connector'.
caseFilter(MIFilter) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
Returns the result of interpreting the object as an instance of 'Filter'.
caseInputPort(MIInputPort) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
Returns the result of interpreting the object as an instance of 'Input Port'.
caseOutputPort(MIOutputPort) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
Returns the result of interpreting the object as an instance of 'Output Port'.
casePlugin(MIPlugin) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
Returns the result of interpreting the object as an instance of 'Plugin'.
casePort(MIPort) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
Returns the result of interpreting the object as an instance of 'Port'.
caseProject(MIProject) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
Returns the result of interpreting the object as an instance of 'Project'.
caseProperty(MIProperty) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
Returns the result of interpreting the object as an instance of 'Property'.
caseReader(MIReader) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
Returns the result of interpreting the object as an instance of 'Reader'.
caseRepository(MIRepository) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
Returns the result of interpreting the object as an instance of 'Repository'.
caseRepositoryConnector(MIRepositoryConnector) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
Returns the result of interpreting the object as an instance of 'Repository Connector'.
caseView(MIView) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
Returns the result of interpreting the object as an instance of 'View'.
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.
classForName(String) - Static method in class kieker.common.record.AbstractMonitoringRecord
This method tries to find a monitoring record class with the given name.
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.
clear() - Method in class kieker.analysis.plugin.filter.forward.ListCollectionFilter
Clears the list.
clear() - Method in class kieker.common.logging.LogImplWebguiLogging
Clears the saved entries within this logger.
clear() - Method in class kieker.monitoring.core.registry.Registry
Clears the whole registry.
CLIHelpFormatter - Class in kieker.tools.util
Slightly changes default output of Common CLI's HelpFormatter starting the descriptions in a new line rather then indented in a column right to the longest option and adding an empty line between options.
CLIHelpFormatter() - Constructor for class kieker.tools.util.CLIHelpFormatter
Creates a new instance of this class.
close() - Method in class kieker.common.namedRecordPipe.Pipe
This method closes the pipe and notifies the pipe reader about this event as well.
CMD_HELP_FORMATTER - Static variable in class kieker.tools.traceAnalysis.Constants
 
CMD_OPT_NAME_ADD_DESCRIPTIONS - Static variable in class kieker.tools.traceAnalysis.Constants
 
CMD_OPT_NAME_IGNOREEXECUTIONSAFTERDATE - Static variable in class kieker.tools.traceAnalysis.Constants
 
CMD_OPT_NAME_IGNOREEXECUTIONSBEFOREDATE - Static variable in class kieker.tools.traceAnalysis.Constants
 
CMD_OPT_NAME_IGNOREINVALIDTRACES - Static variable in class kieker.tools.traceAnalysis.Constants
Command whether to ignore invalid traces or not.
CMD_OPT_NAME_INCLUDESELFLOOPS - Static variable in class kieker.tools.traceAnalysis.Constants
Command whether to include self loops or not.
CMD_OPT_NAME_INPUTDIRS - Static variable in class kieker.tools.traceAnalysis.Constants
Command for the input directories containing monitoring records.
CMD_OPT_NAME_MAXTRACEDURATION - Static variable in class kieker.tools.traceAnalysis.Constants
 
CMD_OPT_NAME_OUTPUTDIR - Static variable in class kieker.tools.traceAnalysis.Constants
Command for the output directories.
CMD_OPT_NAME_OUTPUTFNPREFIX - Static variable in class kieker.tools.traceAnalysis.Constants
 
CMD_OPT_NAME_SELECTTRACES - Static variable in class kieker.tools.traceAnalysis.Constants
 
CMD_OPT_NAME_SHORTLABELS - Static variable in class kieker.tools.traceAnalysis.Constants
Command whether to use short labels or not.
CMD_OPT_NAME_TASK_ALLOCATIONEQUIVCLASSREPORT - Static variable in class kieker.tools.traceAnalysis.Constants
 
CMD_OPT_NAME_TASK_ASSEMBLYEQUIVCLASSREPORT - Static variable in class kieker.tools.traceAnalysis.Constants
 
CMD_OPT_NAME_TASK_PLOTAGGREGATEDALLOCATIONCALLTREE - Static variable in class kieker.tools.traceAnalysis.Constants
Command whether to plot aggregated deployment call trees or not.
CMD_OPT_NAME_TASK_PLOTAGGREGATEDASSEMBLYCALLTREE - Static variable in class kieker.tools.traceAnalysis.Constants
Command whether to plot aggregated assembly call trees or not.
CMD_OPT_NAME_TASK_PLOTALLOCATIONCOMPONENTDEPG - Static variable in class kieker.tools.traceAnalysis.Constants
Command whether to plot deployment component dependency graphs or not.
CMD_OPT_NAME_TASK_PLOTALLOCATIONOPERATIONDEPG - Static variable in class kieker.tools.traceAnalysis.Constants
Command whether to plot deployment operation dependency graphs or not.
CMD_OPT_NAME_TASK_PLOTALLOCATIONSEQDS - Static variable in class kieker.tools.traceAnalysis.Constants
Command whether to plot deployment sequence diagrams or not.
CMD_OPT_NAME_TASK_PLOTASSEMBLYCOMPONENTDEPG - Static variable in class kieker.tools.traceAnalysis.Constants
Command whether to plot assembly component dependency graphs or not.
CMD_OPT_NAME_TASK_PLOTASSEMBLYOPERATIONDEPG - Static variable in class kieker.tools.traceAnalysis.Constants
Command whether to plot assembly operation dependency graphs or not.
CMD_OPT_NAME_TASK_PLOTASSEMBLYSEQDS - Static variable in class kieker.tools.traceAnalysis.Constants
Command whether to plot assembly sequence diagrams or not.
CMD_OPT_NAME_TASK_PLOTCALLTREES - Static variable in class kieker.tools.traceAnalysis.Constants
Command whether to plot call trees or not.
CMD_OPT_NAME_TASK_PLOTCONTAINERDEPG - Static variable in class kieker.tools.traceAnalysis.Constants
Command whether to plot container dependency graphs or not.
CMD_OPT_NAME_TASK_PRINTEXECTRACES - Static variable in class kieker.tools.traceAnalysis.Constants
Command whether to print execution traces or not.
CMD_OPT_NAME_TASK_PRINTINVALIDEXECTRACES - Static variable in class kieker.tools.traceAnalysis.Constants
Command whether to print invalid execution traces or not.
CMD_OPT_NAME_TASK_PRINTMSGTRACES - Static variable in class kieker.tools.traceAnalysis.Constants
Command whether to print message traces or not.
CMD_OPT_NAME_TRACE_COLORING - Static variable in class kieker.tools.traceAnalysis.Constants
 
CMDL_OPTIONS - Static variable in class kieker.tools.traceAnalysis.Constants
 
COLONS - Static variable in class kieker.monitoring.core.signaturePattern.SignatureFactory
This constant contains the colons, which are used to separate the elements in the signature.
Color - Class in kieker.tools.traceAnalysis.filter.visualization.graph
(RGB-based) Color implementation for the visualization package.
Color(byte, byte, byte) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.graph.Color
Creates a new color from the given values.
Color(int) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.graph.Color
Creates a new color with the given RGB value.
COLOR_REPOSITORY_PORT_NAME - Static variable in class kieker.tools.traceAnalysis.filter.visualization.traceColoring.TraceColoringFilter
Port name at which the color repository must be connected.
COLORING_FILE_OPTION_NAME - Static variable in class kieker.tools.traceAnalysis.Constants
 
compareTo(IMonitoringRecord) - Method in class kieker.common.record.AbstractMonitoringRecord
Provides an ordering of IMonitoringRecords by the loggingTimestamp.
CompleteOriginRetentionPolicy - Class in kieker.tools.traceAnalysis.filter.visualization.graph
The complete origin retention policy represents the intention that every origin should be retained in the graph model and corresponds to the kind OriginRetentionPolicyKind.ALL.
ComponentAllocationDependencyGraph - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
This class represents component dependency graphs on the allocation level.
ComponentAllocationDependencyGraph(AllocationComponent) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ComponentAllocationDependencyGraph
Creates a new graph with the given root entity.
ComponentAllocationDependencyGraphFormatter - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
Formatter class for component dependency graphs on the allocation level (see ComponentAllocationDependencyGraph) .
ComponentAllocationDependencyGraphFormatter() - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ComponentAllocationDependencyGraphFormatter
Creates a new formatter.
ComponentAssemblyDependencyGraph - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
This class represents component dependency graphs on the assembly level.
ComponentAssemblyDependencyGraph(AssemblyComponent) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ComponentAssemblyDependencyGraph
Creates a new graph with the given root entity.
ComponentAssemblyDependencyGraphFormatter - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
Formatter class for component dependency graphs on the assembly level (see ComponentAssemblyDependencyGraph).
ComponentAssemblyDependencyGraphFormatter() - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ComponentAssemblyDependencyGraphFormatter
Creates a new formatter.
ComponentDependencyGraphAllocationFilter - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in".
ComponentDependencyGraphAllocationFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ComponentDependencyGraphAllocationFilter
Creates a new filter using the given configuration.
ComponentDependencyGraphAllocationFilter(Configuration) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ComponentDependencyGraphAllocationFilter
Deprecated. To be removed in Kieker 1.8.
ComponentDependencyGraphAssemblyFilter - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in".
ComponentDependencyGraphAssemblyFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ComponentDependencyGraphAssemblyFilter
Creates a new filter using the given parameters.
ComponentDependencyGraphAssemblyFilter(Configuration) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ComponentDependencyGraphAssemblyFilter
Deprecated. To be removed in Kieker 1.8.
ComponentType - Class in kieker.tools.traceAnalysis.systemModel
This class represents the type of a component within the trace analysis tool.
ComponentType(int, String, String) - Constructor for class kieker.tools.traceAnalysis.systemModel.ComponentType
Creates a new instance of this class using the given parameters.
ComponentType(int, String) - Constructor for class kieker.tools.traceAnalysis.systemModel.ComponentType
Creates a new instance of this class using the given parameters.
CONFIG_BEHAVIOR - Static variable in class kieker.monitoring.writer.AbstractAsyncWriter
The name of the configuration determining the behavior of this writer in case of a full queue.
CONFIG_BUFFER - Static variable in class kieker.monitoring.writer.filesystem.AbstractAsyncZipWriter
The name of the configuration determining the size of the buffer.
CONFIG_BUFFER - Static variable in class kieker.monitoring.writer.filesystem.AsyncBinaryFsWriter
 
CONFIG_BUFFER - Static variable in class kieker.monitoring.writer.filesystem.AsyncFsWriter
 
CONFIG_BUFFER - Static variable in class kieker.monitoring.writer.filesystem.SyncFsWriter
 
CONFIG_COMPRESS - Static variable in class kieker.monitoring.writer.filesystem.AsyncBinaryFsWriter
 
CONFIG_COMPRESS_LEVEL - Static variable in class kieker.monitoring.writer.filesystem.AbstractAsyncZipWriter
The name of the configuration determining the compression level.
CONFIG_CONNECTIONSTRING - Static variable in class kieker.monitoring.writer.database.AsyncDbWriter
 
CONFIG_CONNECTIONSTRING - Static variable in class kieker.monitoring.writer.database.SyncDbWriter
 
CONFIG_CONTEXTFACTORYTYPE - Static variable in class kieker.monitoring.writer.jms.AsyncJMSWriter
 
CONFIG_DOMAIN - Static variable in class kieker.monitoring.writer.jmx.JMXWriter
 
CONFIG_DRIVERCLASSNAME - Static variable in class kieker.monitoring.writer.database.AsyncDbWriter
 
CONFIG_DRIVERCLASSNAME - Static variable in class kieker.monitoring.writer.database.SyncDbWriter
 
CONFIG_ENHANCE_CALL_DETECTION - Static variable in class kieker.tools.traceAnalysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
 
CONFIG_ENHANCE_JAVA_CONSTRUCTORS - Static variable in class kieker.tools.traceAnalysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
 
CONFIG_FACTORYLOOKUPNAME - Static variable in class kieker.monitoring.writer.jms.AsyncJMSWriter
 
CONFIG_FLUSH - Static variable in class kieker.monitoring.writer.filesystem.AsyncFsWriter
 
CONFIG_FLUSH - Static variable in class kieker.monitoring.writer.filesystem.SyncFsWriter
 
CONFIG_LOGNAME - Static variable in class kieker.monitoring.writer.jmx.JMXWriter
 
CONFIG_MAXENTRIESINFILE - Static variable in class kieker.monitoring.writer.filesystem.AbstractAsyncFSWriter
The name of the configuration determining the maximal number of entries in a file.
CONFIG_MAXENTRIESINFILE - Static variable in class kieker.monitoring.writer.filesystem.AbstractAsyncZipWriter
The name of the configuration determining the maximal number of entries in a file.
CONFIG_MAXENTRIESINFILE - Static variable in class kieker.monitoring.writer.filesystem.SyncFsWriter
 
CONFIG_MAXLOGFILES - Static variable in class kieker.monitoring.writer.filesystem.AbstractAsyncFSWriter
The name of the configuration determining the maximal number of log files.
CONFIG_MAXLOGFILES - Static variable in class kieker.monitoring.writer.filesystem.SyncFsWriter
 
CONFIG_MAXLOGSIZE - Static variable in class kieker.monitoring.writer.filesystem.AbstractAsyncFSWriter
The name of the configuration determining the maximal size of the files in MiB.
CONFIG_MAXLOGSIZE - Static variable in class kieker.monitoring.writer.filesystem.SyncFsWriter
 
CONFIG_MESSAGETTL - Static variable in class kieker.monitoring.writer.jms.AsyncJMSWriter
 
CONFIG_NAME - Static variable in class kieker.analysis.analysisComponent.AbstractAnalysisComponent
The name of the property for the name.
CONFIG_NRCONN - Static variable in class kieker.monitoring.writer.database.AsyncDbWriter
 
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_OVERWRITE - Static variable in class kieker.monitoring.writer.database.AsyncDbWriter
 
CONFIG_OVERWRITE - Static variable in class kieker.monitoring.writer.database.SyncDbWriter
 
CONFIG_PATH - Static variable in class kieker.monitoring.writer.filesystem.AbstractAsyncFSWriter
The name of the configuration for the custom storage path if the writer is advised not to store in the temporary directory.
CONFIG_PATH - Static variable in class kieker.monitoring.writer.filesystem.AbstractAsyncZipWriter
The name of the configuration for the custom storage path if the writer is advised not to store in the temporary directory.
CONFIG_PATH - Static variable in class kieker.monitoring.writer.filesystem.SyncFsWriter
 
CONFIG_PIPENAME - Static variable in class kieker.monitoring.writer.namedRecordPipe.PipeWriter
 
CONFIG_PROPERTY_NAME_ADDITIONAL_SHUTDOWN_DELAY_SECONDS - Static variable in class kieker.analysis.plugin.filter.forward.RealtimeRecordDelayFilter
The number of additional seconds to wait before execute the termination (after all records have been forwarded).
CONFIG_PROPERTY_NAME_AWAIT_TERMINATION - Static variable in class kieker.analysis.plugin.reader.list.ListReader
The name of the configuration determining whether the reader terminates after all objects have been delivered of whether it waits for a terminate signal.
CONFIG_PROPERTY_NAME_CONNECTIONSTRING - Static variable in class kieker.analysis.plugin.reader.database.DbReader
The name of the property containing the string to connect to the database.
CONFIG_PROPERTY_NAME_DESCRIPTION_FILE_NAME - Static variable in class kieker.tools.traceAnalysis.repository.DescriptionRepository
Name of the configuration property that contains the file name of the description file.
CONFIG_PROPERTY_NAME_DESTINATION - Static variable in class kieker.analysis.plugin.reader.jms.JMSReader
The name of the configuration determining the JMS destination (e.g.
CONFIG_PROPERTY_NAME_DOMAIN - Static variable in class kieker.analysis.plugin.reader.jmx.JMXReader
The name of the configuration determining the JMX domain.
CONFIG_PROPERTY_NAME_DRIVERCLASSNAME - Static variable in class kieker.analysis.plugin.reader.database.DbReader
The name of the property containing the class name of the driver.
CONFIG_PROPERTY_NAME_ENCODING - Static variable in class kieker.analysis.plugin.filter.forward.TeeFilter
The name of the property determining the used encoding.
CONFIG_PROPERTY_NAME_EQUIVALENCE_MODE - Static variable in class kieker.tools.traceAnalysis.filter.traceFilter.TraceEquivalenceClassFilter
This is the name of the property determining the equivalence mode.
CONFIG_PROPERTY_NAME_FACTORYLOOKUP - Static variable in class kieker.analysis.plugin.reader.jms.JMSReader
The name of the configuration determining the name of the used JMS factory.
CONFIG_PROPERTY_NAME_HTML_OUTPUT_FN - Static variable in class kieker.tools.traceAnalysis.filter.systemModel.SystemModel2FileFilter
Name of the configuration property to pass the filename of the HTML output.
CONFIG_PROPERTY_NAME_IGNORE_AFTER_TIMESTAMP - Static variable in class kieker.analysis.plugin.filter.select.TimestampFilter
This is the name of the property for the upper limit of the records.
CONFIG_PROPERTY_NAME_IGNORE_AFTER_TIMESTAMP - Static variable in class kieker.tools.traceAnalysis.filter.executionFilter.TimestampFilter
Deprecated. The name of the property determining the upper limit of the filter.
CONFIG_PROPERTY_NAME_IGNORE_BEFORE_TIMESTAMP - Static variable in class kieker.analysis.plugin.filter.select.TimestampFilter
This is the name of the property for the lower limit of the records.
CONFIG_PROPERTY_NAME_IGNORE_BEFORE_TIMESTAMP - Static variable in class kieker.tools.traceAnalysis.filter.executionFilter.TimestampFilter
Deprecated. The name of the property determining the lower limit of the filter.
CONFIG_PROPERTY_NAME_IGNORE_INVALID_TRACES - Static variable in class kieker.tools.traceAnalysis.filter.traceReconstruction.TraceReconstructionFilter
This is the name of the property determining whether to ignore invalid traces or not.
CONFIG_PROPERTY_NAME_IGNORE_UNKNOWN_RECORD_TYPES - Static variable in class kieker.analysis.plugin.reader.filesystem.FSReader
The name of the configuration determining whether the reader ignores unknown record types or not.
CONFIG_PROPERTY_NAME_INCLUDE_WEIGHTS - Static variable in class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
The name of the configuration determining whether to include weights or not.
CONFIG_PROPERTY_NAME_INCLUDE_WEIGHTS - Static variable in class kieker.tools.traceAnalysis.filter.visualization.GraphWriterPlugin
Name of the configuration property indicating that weights should be included.
CONFIG_PROPERTY_NAME_INPUTDIRS - Static variable in class kieker.analysis.plugin.reader.filesystem.FSReader
The name of the configuration determining the input directories for this plugin.
CONFIG_PROPERTY_NAME_INTERVAL_SIZE - Static variable in class kieker.analysis.plugin.filter.forward.CountingThroughputFilter
The name of the property determining the interval size.
CONFIG_PROPERTY_NAME_INTERVALS_BASED_ON_1ST_TSTAMP - Static variable in class kieker.analysis.plugin.filter.forward.CountingThroughputFilter
If the value is set to false, the intervals are computed based on time since 1970-1-1.
CONFIG_PROPERTY_NAME_LOG_FILTER_EXECUTION - Static variable in class kieker.monitoring.probe.servlet.SessionAndTraceRegistrationFilter
 
CONFIG_PROPERTY_NAME_LOG_INVALID - Static variable in class kieker.tools.traceAnalysis.filter.flow.EventRecordTraceCounter
This is the name of the configuration determining whether to log invalid traces or not.
CONFIG_PROPERTY_NAME_LOGNAME - Static variable in class kieker.analysis.plugin.reader.jmx.JMXReader
The name of the configuration determining the logname used by the reader.
CONFIG_PROPERTY_NAME_MAX_TRACE_DURATION - Static variable in class kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
The name of the property determining the maximal trace duration.
CONFIG_PROPERTY_NAME_MAX_TRACE_DURATION - Static variable in class kieker.tools.traceAnalysis.filter.traceReconstruction.TraceReconstructionFilter
This is the name of the property determining the maximal duration of a trace.
CONFIG_PROPERTY_NAME_MAX_TRACE_TIMEOUT - Static variable in class kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
The name of the property determining the maximal trace timeout.
CONFIG_PROPERTY_NAME_MONITORING_PROPS_FN - Static variable in class kieker.tools.logReplayer.filter.MonitoringRecordLoggerFilter
 
CONFIG_PROPERTY_NAME_NUM_WORKERS - Static variable in class kieker.analysis.plugin.filter.forward.RealtimeRecordDelayFilter
The number of threads to be used for the internal ThreadPoolExecutor, processing the scheduled IMonitoringRecords.
CONFIG_PROPERTY_NAME_OUTPUT_FILE_NAME - Static variable in class kieker.tools.traceAnalysis.filter.visualization.GraphWriterPlugin
Name of the configuration property containing the output file name.
CONFIG_PROPERTY_NAME_OUTPUT_FILENAME - Static variable in class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
The name of the configuration determining the dot output file name.
CONFIG_PROPERTY_NAME_OUTPUT_FILENAME - Static variable in class kieker.tools.traceAnalysis.filter.visualization.callTree.TraceCallTreeFilter
This is the name of the property determining the output file name.
CONFIG_PROPERTY_NAME_OUTPUT_FN - Static variable in class kieker.tools.traceAnalysis.filter.traceWriter.ExecutionTraceWriterFilter
The name of the configuration determining the output file name.
CONFIG_PROPERTY_NAME_OUTPUT_FN - Static variable in class kieker.tools.traceAnalysis.filter.traceWriter.InvalidExecutionTraceWriterFilter
The name of the configuration determining the output file name.
CONFIG_PROPERTY_NAME_OUTPUT_FN - Static variable in class kieker.tools.traceAnalysis.filter.traceWriter.MessageTraceWriterFilter
The name of the configuration determining the output file name.
CONFIG_PROPERTY_NAME_OUTPUT_FN_BASE - Static variable in class kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter
The name of the configuration determining the used output filename base.
CONFIG_PROPERTY_NAME_OUTPUT_PATH_NAME - Static variable in class kieker.tools.traceAnalysis.filter.visualization.GraphWriterPlugin
Name of the configuration property containing the output path name.
CONFIG_PROPERTY_NAME_OUTPUT_SDMODE - Static variable in class kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter
The name of the configuration determining the used mode.
CONFIG_PROPERTY_NAME_OUTPUT_SHORTLABES - Static variable in class kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter
The name of the configuration determining whether to use short labels or not.
CONFIG_PROPERTY_NAME_PIPENAME - Static variable in class kieker.analysis.plugin.reader.namedRecordPipe.PipeReader
This is the configuration-parameter for the name of the pipe to be used.
CONFIG_PROPERTY_NAME_PORT - Static variable in class kieker.analysis.plugin.reader.jmx.JMXReader
The name of the configuration determining the JMX port.
CONFIG_PROPERTY_NAME_PROJECT_NAME - Static variable in interface kieker.analysis.IProjectContext
This is the name of the property containing the project name.
CONFIG_PROPERTY_NAME_PROVIDERURL - Static variable in class kieker.analysis.plugin.reader.jms.JMSReader
The name of the configuration determining the JMS provider URL.
CONFIG_PROPERTY_NAME_RECORDS_TIME_UNIT - Static variable in interface kieker.analysis.IProjectContext
This is the name of the property containing the time unit for the monitoring records.
CONFIG_PROPERTY_NAME_SELECT_ALL_TRACES - Static variable in class kieker.analysis.plugin.filter.select.TraceIdFilter
 
CONFIG_PROPERTY_NAME_SELECT_ALL_TRACES - Static variable in class kieker.tools.traceAnalysis.filter.executionFilter.TraceIdFilter
Deprecated.  
CONFIG_PROPERTY_NAME_SELECTED_TRACES - Static variable in class kieker.analysis.plugin.filter.select.TraceIdFilter
 
CONFIG_PROPERTY_NAME_SELECTED_TRACES - Static variable in class kieker.tools.traceAnalysis.filter.executionFilter.TraceIdFilter
Deprecated.  
CONFIG_PROPERTY_NAME_SELFLOOPS - Static variable in class kieker.tools.traceAnalysis.filter.visualization.GraphWriterPlugin
Name of the configuration property indicating that self-loops should be displayed.
CONFIG_PROPERTY_NAME_SERVER - Static variable in class kieker.analysis.plugin.reader.jmx.JMXReader
The name of the configuration determining the JMX server.
CONFIG_PROPERTY_NAME_SERVICEURL - Static variable in class kieker.analysis.plugin.reader.jmx.JMXReader
The name of the configuration determining the optional service URL.
CONFIG_PROPERTY_NAME_SHORT_LABELS - Static variable in class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
The name of the configuration determining whether to use short labels in the call tree or not.
CONFIG_PROPERTY_NAME_SHORT_LABELS - Static variable in class kieker.tools.traceAnalysis.filter.visualization.callTree.TraceCallTreeFilter
This is the name of the property determining whether to use short labels or not.
CONFIG_PROPERTY_NAME_SHORTLABELS - Static variable in class kieker.tools.traceAnalysis.filter.visualization.GraphWriterPlugin
Name of the configuration property indicating that short labels should be used.
CONFIG_PROPERTY_NAME_SILENT - Static variable in class kieker.analysis.plugin.reader.jmx.JMXReader
The name of the configuration determining whether the reader silently reconnects on any errors.
CONFIG_PROPERTY_NAME_STREAM - Static variable in class kieker.analysis.plugin.filter.forward.TeeFilter
The name of the property determining the stream in which the incoming data will be printed.
CONFIG_PROPERTY_NAME_TABLEPREFIX - Static variable in class kieker.analysis.plugin.reader.database.DbReader
The name of the property containing the prefix for the tables to read.
CONFIG_PROPERTY_NAME_TIME_RESOLUTION - Static variable in class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
This is the name of the property to determine the time resolution.
CONFIG_PROPERTY_NAME_TIMER - Static variable in class kieker.analysis.plugin.filter.forward.RealtimeRecordDelayFilter
The precision of the used timer (MILLISECONDS or NANOSECONDS).
CONFIG_PROPERTY_NAME_TIMEUNIT - Static variable in class kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
The name of the property determining the time unit.
CONFIG_PROPERTY_NAME_TIMEUNIT - Static variable in class kieker.analysis.plugin.filter.forward.CountingThroughputFilter
The name of the property determining the time unit.
CONFIG_PROPERTY_NAME_TIMEUNIT - Static variable in class kieker.analysis.plugin.filter.select.TimestampFilter
This is the name of the property for the used time unit.
CONFIG_PROPERTY_NAME_TIMEUNIT - Static variable in class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
 
CONFIG_PROPERTY_NAME_TIMEUNIT - Static variable in class kieker.tools.traceAnalysis.filter.traceReconstruction.TraceReconstructionFilter
This is the name of the property determining the used time unit.
CONFIG_PROPERTY_NAME_TRACE_COLOR_FILE_NAME - Static variable in class kieker.tools.traceAnalysis.repository.TraceColorRepository
Name of the configuration property that contains the file name of the trace color file.
CONFIG_PROPERTY_NAME_TYPES - Static variable in class kieker.analysis.plugin.filter.select.TypeFilter
The name of the property determining which types will be filtered.
CONFIG_PROPERTY_NAME_WARN_NEGATIVE_DELAY_SECONDS - Static variable in class kieker.analysis.plugin.filter.forward.RealtimeRecordDelayFilter
The number of seconds of negative scheduling time that produces a warning.
CONFIG_PROPERTY_VALUE_DEFAULT_ENCODING - Static variable in class kieker.analysis.plugin.filter.forward.TeeFilter
The default value of the encoding property which determines that the filter uses utf-8.
CONFIG_PROPERTY_VALUE_INCLUDE_WEIGHTS_DEFAULT - Static variable in class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
The default used value determining whether to include weights or not.
CONFIG_PROPERTY_VALUE_INTERVAL_SIZE_ONE_MINUTE - Static variable in class kieker.analysis.plugin.filter.forward.CountingThroughputFilter
The configuration property value for CountingThroughputFilter.CONFIG_PROPERTY_NAME_INTERVAL_SIZE, leading to a bin size of 1 minute.
CONFIG_PROPERTY_VALUE_MAX_TIME - Static variable in class kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
The default value of the properties for the maximal trace duration and timeout.
CONFIG_PROPERTY_VALUE_MAX_TIMESTAMP - Static variable in class kieker.analysis.plugin.filter.select.TimestampFilter
The default used upper limit for the records.
CONFIG_PROPERTY_VALUE_MAX_TRACE_DURATION - Static variable in class kieker.tools.traceAnalysis.filter.traceReconstruction.TraceReconstructionFilter
This is the default value for the maximal duration of a trace.
CONFIG_PROPERTY_VALUE_MIN_TIMESTAMP - Static variable in class kieker.analysis.plugin.filter.select.TimestampFilter
The default used lower limit for the records.
CONFIG_PROPERTY_VALUE_OUTPUT_FILENAME_DEFAULT - Static variable in class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
The default used output file name.
CONFIG_PROPERTY_VALUE_OUTPUT_FILENAME_DEFAULT - Static variable in class kieker.tools.traceAnalysis.filter.visualization.callTree.TraceCallTreeFilter
This is the default used output file name.
CONFIG_PROPERTY_VALUE_OUTPUT_FN_BASE_DEFAULT - Static variable in class kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter
This constant determines the default used output filename base.
CONFIG_PROPERTY_VALUE_PIPENAME_DEFAULT - Static variable in class kieker.analysis.plugin.reader.namedRecordPipe.PipeReader
The default used pipe name.
CONFIG_PROPERTY_VALUE_SHORT_LABELS_DEFAULT - Static variable in class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
The default used value determining whether to use short labels in the call tree or not.
CONFIG_PROPERTY_VALUE_SHORT_LABELS_DEFAULT - Static variable in class kieker.tools.traceAnalysis.filter.visualization.callTree.TraceCallTreeFilter
This is the default value whether to use short labels or not.
CONFIG_PROPERTY_VALUE_STREAM_NULL - Static variable in class kieker.analysis.plugin.filter.forward.TeeFilter
The value of the stream property which determines that the filter doesn't print anything.
CONFIG_PROPERTY_VALUE_STREAM_STDERR - Static variable in class kieker.analysis.plugin.filter.forward.TeeFilter
The value of the stream property which determines that the filter uses the standard error output.
CONFIG_PROPERTY_VALUE_STREAM_STDLOG - Static variable in class kieker.analysis.plugin.filter.forward.TeeFilter
The value of the stream property which determines that the filter uses the standard log.
CONFIG_PROPERTY_VALUE_STREAM_STDOUT - Static variable in class kieker.analysis.plugin.filter.forward.TeeFilter
The value of the stream property which determines that the filter uses the standard output.
CONFIG_PROPERTY_VALUE_TIMEUNIT - Static variable in class kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
The default value of the time unit property (nanoseconds).
CONFIG_PROPERTY_VALUE_TIMEUNIT - Static variable in class kieker.analysis.plugin.filter.forward.CountingThroughputFilter
The default value of the time unit property (nanoseconds).
CONFIG_PROPERTY_VALUE_TIMEUNIT - Static variable in class kieker.analysis.plugin.filter.select.TimestampFilter
The default used time unit.
CONFIG_PROPERTY_VALUE_TIMEUNIT - Static variable in class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
 
CONFIG_PROPERTY_VALUE_TIMEUNIT - Static variable in class kieker.tools.traceAnalysis.filter.traceReconstruction.TraceReconstructionFilter
This is the default used time unit.
CONFIG_PROVIDERURL - Static variable in class kieker.monitoring.writer.jms.AsyncJMSWriter
 
CONFIG_QUEUESIZE - Static variable in class kieker.monitoring.writer.AbstractAsyncWriter
The name of the configuration determining the size of the queue of this writer.
CONFIG_SHUTDOWNDELAY - Static variable in class kieker.monitoring.writer.AbstractAsyncWriter
The name of the configuration determining the maximal shutdown delay of this writer (in milliseconds).
CONFIG_STREAM_STDERR - Static variable in class kieker.monitoring.writer.PrintStreamWriter
 
CONFIG_STREAM_STDOUT - Static variable in class kieker.monitoring.writer.PrintStreamWriter
 
CONFIG_TABLEPREFIX - Static variable in class kieker.monitoring.writer.database.AsyncDbWriter
 
CONFIG_TABLEPREFIX - Static variable in class kieker.monitoring.writer.database.SyncDbWriter
 
CONFIG_TEMP - Static variable in class kieker.monitoring.writer.filesystem.AbstractAsyncFSWriter
The name of the configuration determining whether to store the data in the temporary directory or not.
CONFIG_TEMP - Static variable in class kieker.monitoring.writer.filesystem.AbstractAsyncZipWriter
The name of the configuration determining whether to store the data in the temporary directory or not.
CONFIG_TEMP - Static variable in class kieker.monitoring.writer.filesystem.SyncFsWriter
 
CONFIG_TOPIC - Static variable in class kieker.monitoring.writer.jms.AsyncJMSWriter
 
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).
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.
ConfigurationFactory - Class in kieker.monitoring.core.configuration
A ConfigurationFactory for kieker.monitoring.
connect(AbstractPlugin, String, AbstractPlugin, String) - Method in class kieker.analysis.AnalysisController
This method should be used to connect two plugins.
connect(AbstractPlugin, String, AbstractRepository) - Method in class kieker.analysis.AnalysisController
Connects the given repository to this plugin via the given name.
connect(AbstractPlugin, String, AbstractPlugin, String) - Method in interface kieker.analysis.IAnalysisController
This method should be used to connect two plugins.
connect(AbstractPlugin, String, AbstractRepository) - Method in interface kieker.analysis.IAnalysisController
Connects the given repository to this plugin via the given name.
connect(String, AbstractRepository) - Method in class kieker.analysis.plugin.AbstractPlugin
Connects the given repository to this plugin via the given name.
connect(AbstractPlugin, String, AbstractPlugin, String) - Static method in class kieker.analysis.plugin.AbstractPlugin
This method connects two plugins.
connect(String, AbstractRepository) - Method in interface kieker.analysis.plugin.IPlugin
Connects the given repository to this plugin via the given name.
Constants - Class in kieker.tools.traceAnalysis
Externalized Strings from TraceAnalysisTool.
ConstructionEvent - Class in kieker.common.record.flow.trace
 
ConstructionEvent(long, long, int, String, int) - Constructor for class kieker.common.record.flow.trace.ConstructionEvent
This constructor uses the given parameters to initialize the fields of this record.
ConstructionEvent(Object[]) - Constructor for class kieker.common.record.flow.trace.ConstructionEvent
This constructor converts the given array into a record.
ConstructionMonitoringProbe - Annotation Type in kieker.monitoring.annotation
This annotation represents a runtime probe for a constructor.
constructor(Object, ProceedingJoinPoint) - Method in class kieker.monitoring.probe.aspectj.flow.constructorExecution.AbstractAspect
The advice used around the constructor executions.
CONTAINER_DEPENDENCY_GRAPH_FN_PREFIX - Static variable in class kieker.tools.traceAnalysis.Constants
The prefix for the files of the container dependency graphs.
ContainerDependencyGraph - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
This class represents container dependency graphs.
ContainerDependencyGraph(ExecutionContainer) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ContainerDependencyGraph
Creates a new graph with the given root entity.
ContainerDependencyGraphFilter - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in".
ContainerDependencyGraphFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ContainerDependencyGraphFilter
Creates a new filter using the given parameters.
ContainerDependencyGraphFilter(Configuration) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ContainerDependencyGraphFilter
Deprecated. To be removed in Kieker 1.8.
ContainerDependencyGraphFormatter - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
Formatter for container dependency graphs.
ContainerDependencyGraphFormatter() - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ContainerDependencyGraphFormatter
Creates a new formatter.
CONTEXT_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_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.
contextDestroyed(ServletContextEvent) - Method in class kieker.monitoring.core.servlet.TerminationServletContextListener
contextDestroyed(ServletContextEvent) - Method in class kieker.monitoring.probe.servlet.CPUMemUsageServletContextListener
contextDestroyed(ServletContextEvent) - Method in class kieker.monitoring.probe.servlet.CPUsCombinedServletContextListener
contextInitialized(ServletContextEvent) - Method in class kieker.monitoring.core.servlet.TerminationServletContextListener
contextInitialized(ServletContextEvent) - Method in class kieker.monitoring.probe.servlet.CPUMemUsageServletContextListener
contextInitialized(ServletContextEvent) - Method in class kieker.monitoring.probe.servlet.CPUsCombinedServletContextListener
ControlFlowRegistry - Enum in kieker.monitoring.core.registry
 
convertDatetimeStringToUTCDate(String) - Static method in class kieker.tools.util.LoggingTimestampConverter
Converts a datetime string of format yyyyMMdd-HHmmss (UTC timezone) into a Date object.
convertDatetimeStringToUTCLoggingTimestamp(String) - Static method in class kieker.tools.util.LoggingTimestampConverter
Converts a datetime string of format yyyyMMdd-HHmmss (UTC timezone) into a timestamp representing the number of nanoseconds since Jan 1, 1970 UTC.
convertLoggingTimestampLocalTimeZoneString(long) - Static method in class kieker.tools.util.LoggingTimestampConverter
Converts a timestamp representing the number of nanoseconds since Jan 1, 1970 UTC into a human-readable datetime string given in the local timezone.
convertLoggingTimestampToUTCString(long) - Static method in class kieker.tools.util.LoggingTimestampConverter
Converts a timestamp representing the number of nanoseconds since Jan 1, 1970 UTC into a human-readable datetime string given in the UTC timezone.
convertToPath(String) - Static method in class kieker.common.configuration.Configuration
Tries to simplify a given filesystem path.
countDisplay(PlainText) - Method in class kieker.analysis.plugin.filter.forward.CountingFilter
This method is being used to display the currently stored value within this counter.
CountingFilter - Class in kieker.analysis.plugin.filter.forward
An instance of this class receives any objects, increments an intern tread-safe counter without printing any message and delivers the unchanged objects to the output.
CountingFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.forward.CountingFilter
Creates a new instance of this class using the given parameters.
CountingFilter(Configuration) - Constructor for class kieker.analysis.plugin.filter.forward.CountingFilter
Deprecated. To be removed in Kieker 1.8.
CountingThroughputFilter - Class in kieker.analysis.plugin.filter.forward
An instance of this class computes the throughput in terms of the number of events received per time unit.
CountingThroughputFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.forward.CountingThroughputFilter
Creates a new instance of this class using the given parameters.
CountingThroughputFilter(Configuration) - Constructor for class kieker.analysis.plugin.filter.forward.CountingThroughputFilter
Deprecated. To be removed in Kieker 1.8.
CPUMemUsageServletContextListener - Class in kieker.monitoring.probe.servlet
Starts and stops the periodic logging of CPU utilization and Memory usage employing the SigarSamplerFactory as the Servlet is initialized and destroyed respectively.
CPUMemUsageServletContextListener() - Constructor for class kieker.monitoring.probe.servlet.CPUMemUsageServletContextListener
Default constructor.
CPUsCombinedPercSampler - Class in kieker.monitoring.sampler.sigar.samplers
Logs the combined (i.e., User + Sys + Nice + Wait) cpu utilization for each CPU in the system, retrieved via CpuPerc.getCombined(), as ResourceUtilizationRecords via IWriterController.newMonitoringRecord(kieker.common.record.IMonitoringRecord) .
CPUsCombinedPercSampler(SigarProxy) - Constructor for class kieker.monitoring.sampler.sigar.samplers.CPUsCombinedPercSampler
Constructs a new AbstractSigarSampler with given SigarProxy instance used to retrieve the sensor data.
CPUsCombinedServletContextListener - Class in kieker.monitoring.probe.servlet
Starts and stops the periodic logging of CPU utilization employing the SigarSamplerFactory as the Servlet is initialized and destroyed respectively.
CPUsCombinedServletContextListener() - Constructor for class kieker.monitoring.probe.servlet.CPUsCombinedServletContextListener
Creates a new instance of this class.
CPUsDetailedPercSampler - Class in kieker.monitoring.sampler.sigar.samplers
Logs detailed utilization statistics for each CPU in the system, retrieved from CpuPerc, as CPUUtilizationRecords via IWriterController.newMonitoringRecord(kieker.common.record.IMonitoringRecord) .
CPUsDetailedPercSampler(SigarProxy) - Constructor for class kieker.monitoring.sampler.sigar.samplers.CPUsDetailedPercSampler
Constructs a new AbstractSigarSampler with given SigarProxy instance used to retrieve the sensor data.
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
Constructs a new CPUUtilizationRecord with the given values.
CPUUtilizationRecord(Object[]) - Constructor for class kieker.common.record.system.CPUUtilizationRecord
This constructor converts the given array into a record.
create(EClass) - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelFactory
 
createAdapter(Notifier) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
Creates an adapter for the target.
createAnalysisComponentAdapter() - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
Creates a new adapter for an object of class 'Analysis Component'.
createAnalysisController(MIProject, ClassLoader) - Static method in class kieker.analysis.AnalysisController
This is a factory method which can be used to create a new instance of AnalysisController, but delivers the mapping between the MIProject and the actual analysis.
createAndRegisterAllocationComponentInstance(String, AssemblyComponent, ExecutionContainer) - Method in class kieker.tools.traceAnalysis.systemModel.repository.AllocationRepository
 
createAndRegisterAssemblyComponentInstance(String, ComponentType) - Method in class kieker.tools.traceAnalysis.systemModel.repository.AssemblyRepository
Creates a new assembly component instance and registers it as well.
createAndRegisterComponentType(String, String) - Method in class kieker.tools.traceAnalysis.systemModel.repository.TypeRepository
Creates and registers a component type that has not been registered yet.
createAndRegisterExecutionContainer(String, String) - Method in class kieker.tools.traceAnalysis.systemModel.repository.ExecutionEnvironmentRepository
This method creates a new execution container and registers it as well.
createAndRegisterOperation(String, ComponentType, Signature) - Method in class kieker.tools.traceAnalysis.systemModel.repository.OperationRepository
 
createCluster(String, String, String, String, String, String, String, String, double, String) - Static method in class kieker.tools.traceAnalysis.filter.visualization.util.dot.DotFactory
Constructs dot code for a cluster from the specified elements.
createConfigurationFromFile(String) - Static method in class kieker.monitoring.core.configuration.ConfigurationFactory
Creates a new configuration based on the given properties file with fallback on the default values.
createConnection(String, String, String, String, String, String) - Static method in class kieker.tools.traceAnalysis.filter.visualization.util.dot.DotFactory
Creates dot code for a connection.
createConnection(String, String, String, String, String, String, String) - Static method in class kieker.tools.traceAnalysis.filter.visualization.util.dot.DotFactory
Creates dot code for a connection.
createConnection(String, String, String, double, double) - Static method in class kieker.tools.traceAnalysis.filter.visualization.util.dot.DotFactory
This method creates dot code for a connection.
createCPUSignature(int) - Static method in class kieker.monitoring.core.signaturePattern.SignatureFactory
Creates a cpu signature with a given cpu id.
createCPUSignature() - Static method in class kieker.monitoring.core.signaturePattern.SignatureFactory
 
createDefaultConfiguration() - Static method in class kieker.monitoring.core.configuration.ConfigurationFactory
Returns an empty properties map with a fallback on the default configuration.
createDependency() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelFactory
 
createDependency() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelFactory
Returns a new object of class 'Dependency'.
createDependencyAdapter() - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
Creates a new adapter for an object of class 'Dependency'.
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'.
createEdgeDefaults(String, String, String) - Static method in class kieker.tools.traceAnalysis.filter.visualization.util.dot.DotFactory
Constructs dot code for the edge defaults.
createEObjectAdapter() - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
Creates a new adapter for the default case.
createExecutionByEntityNames(SystemModelRepository, String, String, String, Signature, long, String, int, int, long, long, boolean) - Static method in class kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
 
createExecutionByEntityNames(SystemModelRepository, String, String, Signature, long, String, int, int, long, long, boolean) - Static method in class kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
 
createExecutionTraceComparator() - Static method in class kieker.tools.traceAnalysis.systemModel.ExecutionTrace
Returns an instance of the Comparator used by the internal TreeSet to compare Executions.
createFilter() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelFactory
 
createFilter() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelFactory
Returns a new object of class 'Filter'.
createFilterAdapter() - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
Creates a new adapter for an object of class 'Filter'.
createFormattedOutput() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ResponseTimeDecoration
 
createFormattedOutput() - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractVertexDecoration
Creates formatted output for this decoration.
createFormattedRepresentation(AbstractGraph<?, ?, ?>, boolean, boolean, boolean) - Method in class kieker.tools.traceAnalysis.filter.visualization.AbstractGraphFormatter
Creates a formatted representation of the given graph.
createFromArray(Class<? extends IMonitoringRecord>, Object[]) - Static method in class kieker.common.record.AbstractMonitoringRecord
This method creates a new monitoring record from the given data.
createFromFile(String) - Static method in class kieker.tools.traceAnalysis.repository.DescriptionRepository
Deprecated. To be removed in Kieker 1.8.
createFromFile(String, IProjectContext) - Static method in class kieker.tools.traceAnalysis.repository.DescriptionRepository
Initializes a new description repository from the given file.
createFromFile(String) - Static method in class kieker.tools.traceAnalysis.repository.TraceColorRepository
Deprecated. To be removed in Kieker 1.8.
createFromFile(String, IProjectContext) - Static method in class kieker.tools.traceAnalysis.repository.TraceColorRepository
Initializes a trace color repository from a given file.
createFromName(String) - Static method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractNodeDecorator
Creates a node decorator from its option name.
createFromStringArray(Class<? extends IMonitoringRecord>, String[]) - Static method in class kieker.common.record.AbstractMonitoringRecord
 
createHeader(String, String, String, String, double) - Static method in class kieker.tools.traceAnalysis.filter.visualization.util.dot.DotFactory
This method constructs the neccesary dot code for a directed graph (digraph) file header (Should be called only once per dot file).
createIndexTable() - Method in class kieker.monitoring.writer.database.DBWriterHelper
 
createInputPort() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelFactory
 
createInputPort() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelFactory
Returns a new object of class 'Input Port'.
createInputPortAdapter() - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
Creates a new adapter for an object of class 'Input Port'.
createInstance(Configuration) - Static method in class kieker.monitoring.core.controller.MonitoringController
This is a factory method creating a new monitoring controller instance using the given configuration.
createInstance() - Static method in class kieker.tools.traceAnalysis.filter.visualization.graph.CompleteOriginRetentionPolicy
Factory method for the complete origin retention policy.
createInstance() - Static method in class kieker.tools.traceAnalysis.filter.visualization.graph.NoOriginRetentionPolicy
Factory method for the no-origin-retention policy.
createInstance(Set<?>) - Static method in class kieker.tools.traceAnalysis.filter.visualization.graph.SpecificOriginRetentionPolicy
Factory method for the specific origin retention policy.
createMemSwapSignature() - Static method in class kieker.monitoring.core.signaturePattern.SignatureFactory
 
createMethodSignature(String[], String, String, String, String[], String[]) - Static method in class kieker.monitoring.core.signaturePattern.SignatureFactory
Creates a method signature.
createNewChild(AllocationComponent, Operation) - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.CallTreeNode
Deprecated. Creates a new child and adds it to the nodes list of children.
createNode(String, String, String, String, String, String, String, String, double, String, String, String) - Static method in class kieker.tools.traceAnalysis.filter.visualization.util.dot.DotFactory
Constructs dot code for a node from the specified elements.
createNodeDefaults(String, String, String, String, String, double, String) - Static method in class kieker.tools.traceAnalysis.filter.visualization.util.dot.DotFactory
This method constructs the necessary dot code for the node defaults.
createOperationSignatureString(String, Signature) - Static method in class kieker.common.util.signature.ClassOperationSignaturePair
Given a fully-qualified class name fqClassName (e.g., a.b.c.D) and a Signature (e.g., for operation op1 with modifiers public and static, the return type Boolean , and the parameter types Integer and Long), the method returns an operation signature string (e.g., public static Boolean a.b.c.D.op1(Integer, Long)).
createOutputPort() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelFactory
 
createOutputPort() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelFactory
Returns a new object of class 'Output Port'.
createOutputPortAdapter() - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
Creates a new adapter for an object of class 'Output Port'.
createPackageContents() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
Creates the meta-model objects for the package.
createPair(SynchronousCallMessage) - Method in interface kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractCallTreeFilter.IPairFactory
This method creates an actual pair using the given call message.
createPluginAdapter() - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
Creates a new adapter for an object of class 'Plugin'.
createPortAdapter() - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
Creates a new adapter for an object of class 'Port'.
createProject() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelFactory
 
createProject() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelFactory
Returns a new object of class 'Project'.
createProjectAdapter() - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
Creates a new adapter for an object of class 'Project'.
createProperty() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelFactory
 
createProperty() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelFactory
Returns a new object of class 'Property'.
createPropertyAdapter() - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
Creates a new adapter for an object of class 'Property'.
createReader() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelFactory
 
createReader() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelFactory
Returns a new object of class 'Reader'.
createReaderAdapter() - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
Creates a new adapter for an object of class 'Reader'.
createRepository() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelFactory
 
createRepository() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelFactory
Returns a new object of class 'Repository'.
createRepositoryAdapter() - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
Creates a new adapter for an object of class 'Repository'.
createRepositoryConnector() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelFactory
 
createRepositoryConnector() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelFactory
Returns a new object of class 'Repository Connector'.
createRepositoryConnectorAdapter() - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
Creates a new adapter for an object of class 'Repository Connector'.
createSensorCPUsCombinedPerc() - Method in interface kieker.monitoring.sampler.sigar.ISigarSamplerFactory
Creates an instance of CPUsCombinedPercSampler.
createSensorCPUsCombinedPerc() - Method in enum kieker.monitoring.sampler.sigar.SigarSamplerFactory
Creates an instance of CPUsCombinedPercSampler.
createSensorCPUsDetailedPerc() - Method in interface kieker.monitoring.sampler.sigar.ISigarSamplerFactory
Creates an instance of CPUsDetailedPercSampler.
createSensorCPUsDetailedPerc() - Method in enum kieker.monitoring.sampler.sigar.SigarSamplerFactory
Creates an instance of CPUsDetailedPercSampler.
createSensorMemSwapUsage() - Method in interface kieker.monitoring.sampler.sigar.ISigarSamplerFactory
Creates an instance of MemSwapUsageSampler.
createSensorMemSwapUsage() - Method in enum kieker.monitoring.sampler.sigar.SigarSamplerFactory
Creates an instance of MemSwapUsageSampler.
createSingletonConfiguration() - Static method in class kieker.monitoring.core.configuration.ConfigurationFactory
Creates the configuration for the singleton controller instance.
createTable(String, Class<?>...) - Method in class kieker.monitoring.writer.database.DBWriterHelper
Creates a table using the given parameters.
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'.
CurrentTimeEventGenerationFilter - Class in kieker.tools.currentTimeEventGenerator
Generates time events with a given resolution based on the timestamps of incoming IMonitoringRecords.
CurrentTimeEventGenerationFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
Creates an event generator which generates time events with the given resolution in timeunits via the output port CurrentTimeEventGenerationFilter.OUTPUT_PORT_NAME_CURRENT_TIME_RECORD.
CurrentTimeEventGenerationFilter(Configuration) - Constructor for class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
Deprecated. To be removed in Kieker 1.8.
CUSTOM_LOGGER_JVM - Static variable in class kieker.common.logging.LogFactory
This constant should point to the fully qualified class name of the custom JVM logger.

D

DATE_FORMAT_PATTERN - Static variable in class kieker.tools.traceAnalysis.Constants
The format pattern which is used to print the date.
DATE_FORMAT_PATTERN_CMD_USAGE_HELP - Static variable in class kieker.tools.traceAnalysis.TraceAnalysisTool
 
DbReader - Class in kieker.analysis.plugin.reader.database
A very simple database reader that probably only works for small data sets.
DbReader(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.reader.database.DbReader
Creates a new instance of this class using the given parameters.
DbReader(Configuration) - Constructor for class kieker.analysis.plugin.reader.database.DbReader
Deprecated. To be removed in Kieker 1.8.
DBWriterHelper - Class in kieker.monitoring.writer.database
 
DBWriterHelper(Connection, String, boolean) - Constructor for class kieker.monitoring.writer.database.DBWriterHelper
Creates a new instance of this class using the given parameters.
DBWriterHelper(Connection, String, AtomicInteger, boolean) - Constructor for class kieker.monitoring.writer.database.DBWriterHelper
Creates a new instance of this class using the given parameters.
deactivateProbe(String) - Method in interface kieker.monitoring.core.controller.IProbeController
Deactivates a probe.
deactivateProbe(String) - Method in class kieker.monitoring.core.controller.MonitoringController
Deactivates a probe.
deactivateProbe(String) - Method in class kieker.monitoring.core.controller.ProbeController
Deactivates a probe.
debug(String) - Method in interface kieker.common.logging.Log
Log a message with debug log level.
debug(String, Throwable) - Method in interface kieker.common.logging.Log
Log an error with debug log level.
debug(String) - Method in class kieker.common.logging.LogImplCommonsLogging

Log a message with debug log level.

debug(String, Throwable) - Method in class kieker.common.logging.LogImplCommonsLogging

Log an error with debug log level.

debug(String) - Method in class kieker.common.logging.LogImplJDK14

Log a message with debug log level.

debug(String, Throwable) - Method in class kieker.common.logging.LogImplJDK14

Log an error with debug log level.

debug(String) - Method in class kieker.common.logging.LogImplJUnit

Log a message with debug log level.

debug(String, Throwable) - Method in class kieker.common.logging.LogImplJUnit

Log an error with debug log level.

debug(String) - Method in class kieker.common.logging.LogImplNone

Log a message with debug log level.

debug(String, Throwable) - Method in class kieker.common.logging.LogImplNone

Log an error with debug log level.

debug(String) - Method in class kieker.common.logging.LogImplSLF4JLogging

Log a message with debug log level.

debug(String, Throwable) - Method in class kieker.common.logging.LogImplSLF4JLogging

Log an error with debug log level.

debug(String) - Method in class kieker.common.logging.LogImplWebguiLogging

Log a message with debug log level.

debug(String, Throwable) - Method in class kieker.common.logging.LogImplWebguiLogging

Log an error with debug log level.

decodeNewline(String) - Static method in class kieker.common.util.filesystem.FSUtil
Decodes the given line (replaces \\\\ with \\, \\r with \r and \\n with \n).
DECORATOR_SEPARATOR - Static variable in class kieker.tools.traceAnalysis.Constants
 
DECORATORS_OPTION_NAME - Static variable in class kieker.tools.traceAnalysis.Constants
 
DEFAULT_EQUIVALENCE_MODE - Static variable in class kieker.tools.traceAnalysis.filter.traceFilter.TraceEquivalenceClassFilter
This constant determines the default equivalence mode (the default value is disabled).
DEFAULT_SENSOR_INITIAL_DELAY_SECONDS - Static variable in class kieker.monitoring.probe.servlet.CPUMemUsageServletContextListener
The default used initial delay in seconds.
DEFAULT_SENSOR_INITIAL_DELAY_SECONDS - Static variable in class kieker.monitoring.probe.servlet.CPUsCombinedServletContextListener
The default used initial delay in seconds.
DEFAULT_SENSOR_INTERVAL_SECONDS - Static variable in class kieker.monitoring.probe.servlet.CPUMemUsageServletContextListener
The default used sensor interval in seconds.
DEFAULT_SENSOR_INTERVAL_SECONDS - Static variable in class kieker.monitoring.probe.servlet.CPUsCombinedServletContextListener
The default used sensor interval in seconds.
DEFAULT_VALUE - Static variable in class kieker.common.record.system.MemSwapUsageRecord
A constant which can be used as a default value for non existing fields of the record.
defaultCase(EObject) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelSwitch
Returns the result of interpreting the object as an instance of 'EObject'.
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.
DependencyGraphNode<T extends ISystemModelElement> - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
This class represents a single node within a dependency graph.
DependencyGraphNode(int, T, TraceInformation, IOriginRetentionPolicy) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.DependencyGraphNode
Creates a new instance of this class using the given parameters.
dependsOn(IOriginRetentionPolicy) - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractOriginRetentionPolicy
Checks whether this origin retention policy depends on the given policy.
dependsOn(IOriginRetentionPolicy) - Method in interface kieker.tools.traceAnalysis.filter.visualization.graph.IOriginRetentionPolicy
Checks whether this origin retention policy depends on the given policy.
dependsOn(IOriginRetentionPolicy) - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.SpecificOriginRetentionPolicy
 
DESCRIPTION_REPOSITORY_PORT_NAME - Static variable in class kieker.tools.traceAnalysis.filter.visualization.descriptions.DescriptionDecoratorFilter
Port name at which the description repository must be connected.
DescriptionDecoratorFilter<V extends AbstractPayloadedVertex<V,E,O,ISystemModelElement>,E extends AbstractEdge<V,E,O>,O> - Class in kieker.tools.traceAnalysis.filter.visualization.descriptions
A filter which attaches decorations from a repository to graph entities.
DescriptionDecoratorFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.descriptions.DescriptionDecoratorFilter
Creates a new description decorator filter using the given configuration.
DescriptionDecoratorFilter(Configuration) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.descriptions.DescriptionDecoratorFilter
Deprecated. To be removed in Kieker 1.8.
DescriptionRepository - Class in kieker.tools.traceAnalysis.repository
Implementation of a description repository which stores descriptions for names.
DescriptionRepository(Configuration) - Constructor for class kieker.tools.traceAnalysis.repository.DescriptionRepository
Deprecated. To be removed in Kieker 1.8.
DescriptionRepository(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.repository.DescriptionRepository
Creates a new description repository using the given configuration.
DescriptionRepository(Configuration, DescriptionRepository.DescriptionRepositoryData, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.repository.DescriptionRepository
Creates a new description repository using the given data.
DescriptionRepository(Configuration, DescriptionRepository.DescriptionRepositoryData) - Constructor for class kieker.tools.traceAnalysis.repository.DescriptionRepository
Deprecated. To be removed in Kieker 1.8.
DescriptionRepository.DescriptionRepositoryData - Class in kieker.tools.traceAnalysis.repository
This class groups the data required for a DescriptionRepository.
DescriptionRepository.DescriptionRepositoryData(ConcurrentMap<String, String>) - Constructor for class kieker.tools.traceAnalysis.repository.DescriptionRepository.DescriptionRepositoryData
Creates a new data object using the given description map.
DESCRIPTIONS_FILE_OPTION_NAME - Static variable in class kieker.tools.traceAnalysis.Constants
 
destroy() - Method in class kieker.monitoring.probe.servlet.SessionAndTraceRegistrationFilter
 
disableMonitoring() - Method in interface kieker.monitoring.core.controller.IStateController
Disables monitoring.
disableMonitoring() - Method in class kieker.monitoring.core.controller.MonitoringController
Disables monitoring.
disableMonitoring() - Method in class kieker.monitoring.core.controller.StateController
Disables monitoring.
disableThrowable(Class<? extends Throwable>) - Static method in class kieker.common.logging.LogImplJUnit
 
Display - Annotation Type in kieker.analysis.display.annotation
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__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__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.
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.
doIncludeWeights() - Method in class kieker.tools.traceAnalysis.filter.visualization.GraphWriterPlugin.GraphWriterConfiguration
Deprecated. Returns whether edge weights should be included.
doPlotLoops() - Method in class kieker.tools.traceAnalysis.filter.visualization.GraphWriterPlugin.GraphWriterConfiguration
Deprecated. Returns whether immediate loops should be plotted.
DOT_ARROWHEAD_OPEN - Static variable in class kieker.tools.traceAnalysis.filter.visualization.util.dot.DotFactory
Determines to use an open arrow head for an edge.
DOT_DEFAULT_FONTSIZE - Static variable in class kieker.tools.traceAnalysis.filter.visualization.util.dot.DotFactory
Determines the default font size.
DOT_DOT_RANKDIR_LR - Static variable in class kieker.tools.traceAnalysis.filter.visualization.util.dot.DotFactory
Determines to use the rank direction left to right .
DOT_FILE_SUFFIX - Static variable in class kieker.tools.traceAnalysis.Constants
The suffix for dot files.
DOT_FILLCOLOR_GRAY - Static variable in class kieker.tools.traceAnalysis.filter.visualization.util.dot.DotFactory
A constant for the color "gray".
DOT_FILLCOLOR_WHITE - Static variable in class kieker.tools.traceAnalysis.filter.visualization.util.dot.DotFactory
A constant for the color "white".
DOT_SHAPE_BOX - Static variable in class kieker.tools.traceAnalysis.filter.visualization.util.dot.DotFactory
Determines to use the "box" shape.
DOT_SHAPE_BOX3D - Static variable in class kieker.tools.traceAnalysis.filter.visualization.util.dot.DotFactory
Determines to use the "3D box" shape.
DOT_SHAPE_NONE - Static variable in class kieker.tools.traceAnalysis.filter.visualization.util.dot.DotFactory
Determines to use no shape at all.
DOT_SHAPE_OVAL - Static variable in class kieker.tools.traceAnalysis.filter.visualization.util.dot.DotFactory
Determines to use the "oval" shape.
DOT_STYLE_DASHED - Static variable in class kieker.tools.traceAnalysis.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.traceAnalysis.filter.visualization.util.dot.DotFactory
Determines to the use the "filled" style for a component.
DOT_STYLE_SOLID - Static variable in class kieker.tools.traceAnalysis.filter.visualization.util.dot.DotFactory
Determines to use the "solid" style for a line or a frame.
DotFactory - Class in kieker.tools.traceAnalysis.filter.visualization.util.dot
This class provides a collection of static methods to compile Graphviz Dot elements from string attributes and properties.
doUseShortLabels() - Method in class kieker.tools.traceAnalysis.filter.visualization.GraphWriterPlugin.GraphWriterConfiguration
Deprecated. Returns whether short labels should be used.
DummyWriter - Class in kieker.monitoring.writer
A writer that does nothing but consuming records.
DummyWriter(Configuration) - Constructor for class kieker.monitoring.writer.DummyWriter
Creates a new instance of this class using the given parameters.

E

eBasicRemoveFromContainerFeature(NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplay
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MInputPort
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MOutputPort
 
eGet(int, boolean, boolean) - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisComponent
 
eGet(int, boolean, boolean) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDependency
 
eGet(int, boolean, boolean) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplay
 
eGet(int, boolean, boolean) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplayConnector
 
eGet(int, boolean, boolean) - Method in class kieker.analysis.model.analysisMetaModel.impl.MFilter
 
eGet(int, boolean, boolean) - Method in class kieker.analysis.model.analysisMetaModel.impl.MInputPort
 
eGet(int, boolean, boolean) - Method in class kieker.analysis.model.analysisMetaModel.impl.MOutputPort
 
eGet(int, boolean, boolean) - Method in class kieker.analysis.model.analysisMetaModel.impl.MPlugin
 
eGet(int, boolean, boolean) - Method in class kieker.analysis.model.analysisMetaModel.impl.MPort
 
eGet(int, boolean, boolean) - Method in class kieker.analysis.model.analysisMetaModel.impl.MProject
 
eGet(int, boolean, boolean) - Method in class kieker.analysis.model.analysisMetaModel.impl.MProperty
 
eGet(int, boolean, boolean) - Method in class kieker.analysis.model.analysisMetaModel.impl.MRepositoryConnector
 
eGet(int, boolean, boolean) - Method in class kieker.analysis.model.analysisMetaModel.impl.MView
 
eINSTANCE - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The singleton instance of the package.
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplay
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MFilter
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MInputPort
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MOutputPort
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MPlugin
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisComponent
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplay
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MFilter
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MInputPort
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MOutputPort
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MPlugin
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MProject
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class kieker.analysis.model.analysisMetaModel.impl.MView
 
eIsSet(int) - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisComponent
 
eIsSet(int) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDependency
 
eIsSet(int) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplay
 
eIsSet(int) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplayConnector
 
eIsSet(int) - Method in class kieker.analysis.model.analysisMetaModel.impl.MFilter
 
eIsSet(int) - Method in class kieker.analysis.model.analysisMetaModel.impl.MInputPort
 
eIsSet(int) - Method in class kieker.analysis.model.analysisMetaModel.impl.MOutputPort
 
eIsSet(int) - Method in class kieker.analysis.model.analysisMetaModel.impl.MPlugin
 
eIsSet(int) - Method in class kieker.analysis.model.analysisMetaModel.impl.MPort
 
eIsSet(int) - Method in class kieker.analysis.model.analysisMetaModel.impl.MProject
 
eIsSet(int) - Method in class kieker.analysis.model.analysisMetaModel.impl.MProperty
 
eIsSet(int) - Method in class kieker.analysis.model.analysisMetaModel.impl.MRepositoryConnector
 
eIsSet(int) - Method in class kieker.analysis.model.analysisMetaModel.impl.MView
 
EmptyRecord - Class in kieker.common.record.misc
This class represents an (always) empty record.
EmptyRecord() - Constructor for class kieker.common.record.misc.EmptyRecord
Creates a new instance of this class.
EmptyRecord(Object[]) - Constructor for class kieker.common.record.misc.EmptyRecord
This constructor converts the given array into a record.
enableMonitoring() - Method in interface kieker.monitoring.core.controller.IStateController
Enables monitoring.
enableMonitoring() - Method in class kieker.monitoring.core.controller.MonitoringController
Enables monitoring.
enableMonitoring() - Method in class kieker.monitoring.core.controller.StateController
Enables monitoring.
eNAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The package name.
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.util.filesystem.FSUtil
The encoding usually used within Kieker.
eNS_PREFIX - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The package namespace name.
eNS_URI - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The package namespace URI.
EOF - Static variable in class kieker.analysis.plugin.reader.filesystem.FSReader
This dummy record can be send to the reader's record queue to mark the end of the current file.
EOI_IDENTIFIER_QNAME - Static variable in interface kieker.monitoring.probe.cxf.SOAPHeaderConstants
The qualified name for the EOI.
EOI_QUALIFIED_NAME - Static variable in interface kieker.monitoring.probe.cxf.SOAPHeaderConstants
The local part for the qualified name of the EOI.
equals(Object) - Method in class kieker.analysis.plugin.filter.flow.TraceEventRecords
 
equals(Object) - Method in class kieker.common.record.AbstractMonitoringRecord
 
equals(Object) - Method in class kieker.common.util.ImmutableEntry
 
equals(Object) - Method in class kieker.common.util.signature.ClassOperationSignaturePair
 
equals(Object) - Method in class kieker.common.util.signature.Signature
 
equals(Object) - Method in class kieker.monitoring.core.signaturePattern.PatternEntry
 
equals(Object) - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.CallTreeOperationHashKey
Deprecated.  
equals(Object) - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.Color
 
equals(Object) - Method in class kieker.tools.traceAnalysis.systemModel.AbstractMessage
 
equals(Object) - Method in class kieker.tools.traceAnalysis.systemModel.AbstractTrace
 
equals(Object) - Method in class kieker.tools.traceAnalysis.systemModel.AllocationComponent
 
equals(Object) - Method in class kieker.tools.traceAnalysis.systemModel.AssemblyComponent
 
equals(Object) - Method in class kieker.tools.traceAnalysis.systemModel.ComponentType
 
equals(Object) - Method in class kieker.tools.traceAnalysis.systemModel.Execution
Compares this Execution with the given object with respect to type and fields.
equals(Object) - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionContainer
 
equals(Object) - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionTrace
Returns whether this Execution Trace and the passed Object are equal.
equals(Object) - Method in class kieker.tools.traceAnalysis.systemModel.InvalidExecutionTrace
 
equals(Object) - Method in class kieker.tools.traceAnalysis.systemModel.MessageTrace
 
equals(Object) - Method in class kieker.tools.traceAnalysis.systemModel.Operation
Two Operation objects are equal if their ids are equal.
equals(Object) - Method in class kieker.tools.traceAnalysis.systemModel.SynchronousCallMessage
 
equals(Object) - Method in class kieker.tools.traceAnalysis.systemModel.SynchronousReplyMessage
 
equals(Object) - Method in class kieker.tools.traceAnalysis.systemModel.TraceInformation
 
error(String) - Method in interface kieker.common.logging.Log
Log a message with error log level.
error(String, Throwable) - Method in interface kieker.common.logging.Log
Log an error with error log level.
error(String) - Method in class kieker.common.logging.LogImplCommonsLogging

Log a message with error log level.

error(String, Throwable) - Method in class kieker.common.logging.LogImplCommonsLogging

Log an error with error log level.

error(String) - Method in class kieker.common.logging.LogImplJDK14

Log a message with error log level.

error(String, Throwable) - Method in class kieker.common.logging.LogImplJDK14

Log an error with error log level.

error(String) - Method in class kieker.common.logging.LogImplJUnit

Log a message with error log level.

error(String, Throwable) - Method in class kieker.common.logging.LogImplJUnit

Log an error with error log level.

error(String) - Method in class kieker.common.logging.LogImplNone

Log a message with error log level.

error(String, Throwable) - Method in class kieker.common.logging.LogImplNone

Log an error with error log level.

error(String) - Method in class kieker.common.logging.LogImplSLF4JLogging

Log a message with error log level.

error(String, Throwable) - Method in class kieker.common.logging.LogImplSLF4JLogging

Log an error with error log level.

error(String) - Method in class kieker.common.logging.LogImplWebguiLogging

Log a message with error log level.

error(String, Throwable) - Method in class kieker.common.logging.LogImplWebguiLogging

Log an error with error log level.

eSet(int, Object) - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisComponent
 
eSet(int, Object) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDependency
 
eSet(int, Object) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplay
 
eSet(int, Object) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplayConnector
 
eSet(int, Object) - Method in class kieker.analysis.model.analysisMetaModel.impl.MFilter
 
eSet(int, Object) - Method in class kieker.analysis.model.analysisMetaModel.impl.MInputPort
 
eSet(int, Object) - Method in class kieker.analysis.model.analysisMetaModel.impl.MOutputPort
 
eSet(int, Object) - Method in class kieker.analysis.model.analysisMetaModel.impl.MPlugin
 
eSet(int, Object) - Method in class kieker.analysis.model.analysisMetaModel.impl.MPort
 
eSet(int, Object) - Method in class kieker.analysis.model.analysisMetaModel.impl.MProject
 
eSet(int, Object) - Method in class kieker.analysis.model.analysisMetaModel.impl.MProperty
 
eSet(int, Object) - Method in class kieker.analysis.model.analysisMetaModel.impl.MRepositoryConnector
 
eSet(int, Object) - Method in class kieker.analysis.model.analysisMetaModel.impl.MView
 
ESS_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.
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
 
EventProcessingException - Exception in kieker.analysis.exception
 
EventProcessingException(String, Throwable) - Constructor for exception kieker.analysis.exception.EventProcessingException
Creates a new instance of this class using the given parameters.
EventProcessingException(String) - Constructor for exception kieker.analysis.exception.EventProcessingException
Creates a new instance of this class using the given parameters.
EventRecordTraceCounter - Class in kieker.tools.traceAnalysis.filter.flow
Counts and reports the number of incoming valid/invalid TraceEventRecords.
EventRecordTraceCounter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.flow.EventRecordTraceCounter
Creates a new instance of this class using the given parameters.
EventRecordTraceCounter(Configuration) - Constructor for class kieker.tools.traceAnalysis.filter.flow.EventRecordTraceCounter
Deprecated. To be removed in Kieker 1.8.
EVENTRECORDTRACERECONSTR_COMPONENT_NAME - Static variable in class kieker.tools.traceAnalysis.Constants
 
EventRecordTraceReconstructionFilter - Class in kieker.analysis.plugin.filter.flow
 
EventRecordTraceReconstructionFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
Creates a new instance of this class using the given parameters.
EventRecordTraceReconstructionFilter(Configuration) - Constructor for class kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
Deprecated. To be removed in Kieker 1.8.
EXEC_TRACE_RECONSTR_COMPONENT_NAME - Static variable in class kieker.tools.traceAnalysis.Constants
 
EXECEVENTRACESFROMEVENTTRACES_COMPONENT_NAME - Static variable in class kieker.tools.traceAnalysis.Constants
 
EXECTRACESFROMEVENTTRACES_COMPONENT_NAME - Static variable in class kieker.tools.traceAnalysis.Constants
 
Execution - Class in kieker.tools.traceAnalysis.systemModel
This class represents an execution within the trace analysis tool.
Execution(Operation, AllocationComponent, long, String, int, int, long, long, boolean) - Constructor for class kieker.tools.traceAnalysis.systemModel.Execution
Creates a new Execution instance.
Execution(Operation, AllocationComponent, long, int, int, long, long, boolean) - Constructor for class kieker.tools.traceAnalysis.systemModel.Execution
Creates a new Execution instance.
EXECUTION_TRACES_FN_PREFIX - Static variable in class kieker.tools.traceAnalysis.Constants
 
ExecutionContainer - Class in kieker.tools.traceAnalysis.systemModel
 
ExecutionContainer(int, ExecutionContainer, String) - Constructor for class kieker.tools.traceAnalysis.systemModel.ExecutionContainer
Creates a new instance of this class using the given parameters.
ExecutionEnvironmentRepository - Class in kieker.tools.traceAnalysis.systemModel.repository
 
ExecutionEnvironmentRepository(SystemModelRepository) - Constructor for class kieker.tools.traceAnalysis.systemModel.repository.ExecutionEnvironmentRepository
Creates a new instance of this class using the given parameters.
ExecutionEventProcessingException - Exception in kieker.tools.traceAnalysis.filter.executionRecordTransformation
 
ExecutionEventProcessingException(String) - Constructor for exception kieker.tools.traceAnalysis.filter.executionRecordTransformation.ExecutionEventProcessingException
Creates a new instance of this class using the given parameters.
ExecutionEventProcessingException(String, Throwable) - Constructor for exception kieker.tools.traceAnalysis.filter.executionRecordTransformation.ExecutionEventProcessingException
Creates a new instance of this class using the given parameters.
ExecutionRecordTransformationFilter - Class in kieker.tools.traceAnalysis.filter.executionRecordTransformation
Transforms OperationExecutionRecords into Execution objects.
This class has exactly one input port and one output port.
ExecutionRecordTransformationFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.executionRecordTransformation.ExecutionRecordTransformationFilter
Creates a new instance of this class using the given parameters.
ExecutionRecordTransformationFilter(Configuration) - Constructor for class kieker.tools.traceAnalysis.filter.executionRecordTransformation.ExecutionRecordTransformationFilter
Deprecated. To be removed in Kieker 1.8.
ExecutionTrace - Class in kieker.tools.traceAnalysis.systemModel
This class is a container for a whole trace of executions (represented as instances of Execution).
ExecutionTrace(long) - Constructor for class kieker.tools.traceAnalysis.systemModel.ExecutionTrace
Creates a new instance of this class using the given parameters.
ExecutionTrace(long, String) - Constructor for class kieker.tools.traceAnalysis.systemModel.ExecutionTrace
Creates a new instance of this class using the given parameters.
ExecutionTraceWriterFilter - Class in kieker.tools.traceAnalysis.filter.traceWriter
This class has exactly one input port named "in".
ExecutionTraceWriterFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.traceWriter.ExecutionTraceWriterFilter
Creates a new instance of this class using the given parameters.
ExecutionTraceWriterFilter(Configuration) - Constructor for class kieker.tools.traceAnalysis.filter.traceWriter.ExecutionTraceWriterFilter
Deprecated. To be removed in Kieker 1.8.

F

FILE_PREFIX - Static variable in class kieker.common.util.filesystem.FSUtil
The prefix of Kieker's record files.
FilesystemLogReplayer - Class in kieker.tools.logReplayer
An implementation of the AbstractLogReplayer, using the FSReader to replay IMonitoringRecords from a list of file system monitoring logs.
FilesystemLogReplayer(String, boolean, boolean, int, long, long, String[]) - Constructor for class kieker.tools.logReplayer.FilesystemLogReplayer
Creates a new instance of this class using the given parameters.
FilesystemLogReplayerStarter - Class in kieker.tools.logReplayer
Command-line tool for replaying a filesystem monitoring log using the FilesystemLogReplayer.
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__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.
flatten(Configuration) - Method in class kieker.common.configuration.Configuration
Flattens the Properties hierarchies and returns a new Configuration object.
flatten() - Method in class kieker.common.configuration.Configuration
Flattens the Properties hierarchies and returns a new Configuration object.
formatDecorations(StringBuilder, AbstractVertex<?, ?, ?>) - Static method in class kieker.tools.traceAnalysis.filter.visualization.AbstractGraphFormatter
Utility function to format the decorations attached to a vertex.
fromStringArrayToTypedArray(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.
FSReader - Class in kieker.analysis.plugin.reader.filesystem
Filesystem reader which reads from multiple directories simultaneously ordered by the logging timestamp.
FSReader(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.reader.filesystem.FSReader
Creates a new instance of this class using the given parameters.
FSReader(Configuration) - Constructor for class kieker.analysis.plugin.reader.filesystem.FSReader
Deprecated. To be removed in Kieker 1.8.
FSUtil - Class in kieker.common.util.filesystem
 
FsWriterThread - Class in kieker.monitoring.writer.filesystem.async
 
FsWriterThread(IMonitoringController, BlockingQueue<IMonitoringRecord>, MappingFileWriter, String, int, int, int, boolean, int) - Constructor for class kieker.monitoring.writer.filesystem.async.FsWriterThread
 
FSZipReader - Class in kieker.analysis.plugin.reader.filesystem
Reads the contents of a single zip file and passes the records to the registered receiver of type IMonitoringRecordReceiver.
FSZipReader(File, IMonitoringRecordReceiver, boolean) - Constructor for class kieker.analysis.plugin.reader.filesystem.FSZipReader
Creates a new instance of this class.
FullInstrumentation - Class in kieker.monitoring.probe.aspectj.flow.construction
 
FullInstrumentation() - Constructor for class kieker.monitoring.probe.aspectj.flow.construction.FullInstrumentation
Default constructor.
FullInstrumentation - Class in kieker.monitoring.probe.aspectj.flow.constructorCall
 
FullInstrumentation() - Constructor for class kieker.monitoring.probe.aspectj.flow.constructorCall.FullInstrumentation
Default constructor.
FullInstrumentation - Class in kieker.monitoring.probe.aspectj.flow.constructorExecution
 
FullInstrumentation() - Constructor for class kieker.monitoring.probe.aspectj.flow.constructorExecution.FullInstrumentation
Default constructor.
FullInstrumentation - Class in kieker.monitoring.probe.aspectj.flow.operationCall
 
FullInstrumentation() - Constructor for class kieker.monitoring.probe.aspectj.flow.operationCall.FullInstrumentation
Default constructor.
FullInstrumentation - Class in kieker.monitoring.probe.aspectj.flow.operationCallObject
 
FullInstrumentation() - Constructor for class kieker.monitoring.probe.aspectj.flow.operationCallObject.FullInstrumentation
Default constructor.
FullInstrumentation - Class in kieker.monitoring.probe.aspectj.flow.operationExecution
 
FullInstrumentation() - Constructor for class kieker.monitoring.probe.aspectj.flow.operationExecution.FullInstrumentation
Default constructor.
FullInstrumentation - Class in kieker.monitoring.probe.aspectj.flow.operationExecutionObject
 
FullInstrumentation() - Constructor for class kieker.monitoring.probe.aspectj.flow.operationExecutionObject.FullInstrumentation
Default constructor.
FullInstrumentationNoGetterAndSetter - Class in kieker.monitoring.probe.aspectj.flow.operationCall
 
FullInstrumentationNoGetterAndSetter() - Constructor for class kieker.monitoring.probe.aspectj.flow.operationCall.FullInstrumentationNoGetterAndSetter
Default constructor.
FullInstrumentationNoGetterAndSetter - Class in kieker.monitoring.probe.aspectj.flow.operationCallObject
 
FullInstrumentationNoGetterAndSetter() - Constructor for class kieker.monitoring.probe.aspectj.flow.operationCallObject.FullInstrumentationNoGetterAndSetter
Default constructor.
FullInstrumentationNoGetterAndSetter - Class in kieker.monitoring.probe.aspectj.flow.operationExecution
 
FullInstrumentationNoGetterAndSetter() - Constructor for class kieker.monitoring.probe.aspectj.flow.operationExecution.FullInstrumentationNoGetterAndSetter
Default constructor.
FullInstrumentationNoGetterAndSetter - Class in kieker.monitoring.probe.aspectj.flow.operationExecutionObject
 
FullInstrumentationNoGetterAndSetter() - Constructor for class kieker.monitoring.probe.aspectj.flow.operationExecutionObject.FullInstrumentationNoGetterAndSetter
Default constructor.

G

get(String) - Method in class kieker.analysis.plugin.filter.forward.StringBufferFilter
 
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(E) - Method in interface kieker.monitoring.core.registry.IRegistry
Gets a unique id for an object.
get(int) - Method in interface kieker.monitoring.core.registry.IRegistry
Gets the object associated with the unique id.
get(E) - Method in class kieker.monitoring.core.registry.Registry
Gets a unique id for an object.
get(int) - Method in class kieker.monitoring.core.registry.Registry
Gets the object associated with the unique id.
getAll() - Method in interface kieker.monitoring.core.registry.IRegistry
Return an array with all registered objects.
getAll() - Method in class kieker.monitoring.core.registry.Registry
Return an array with all registered objects.
getAllDisplayNames() - Method in class kieker.analysis.plugin.AbstractPlugin
Delivers an array containing all display names.
getAllDisplayNames() - Method in interface kieker.analysis.plugin.IPlugin
Delivers an array containing all display names.
getAllInputPortNames() - Method in class kieker.analysis.plugin.AbstractPlugin
Delivers an array containing all input port names.
getAllInputPortNames() - Method in interface kieker.analysis.plugin.IPlugin
Delivers an array containing all input port names.
getAllocationComponent() - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.CallTreeNode
Deprecated. Delivers the allocation component stored within this node.
getAllocationComponent() - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.CallTreeOperationHashKey
Deprecated.  
getAllocationComponent() - Method in class kieker.tools.traceAnalysis.systemModel.Execution
 
getAllocationComponent() - Method in class kieker.tools.traceAnalysis.systemModel.util.AllocationComponentOperationPair
 
getAllocationComponentInstances() - Method in class kieker.tools.traceAnalysis.systemModel.repository.AllocationRepository
 
getAllocationFactory() - Method in class kieker.tools.traceAnalysis.systemModel.repository.SystemModelRepository
 
getAllocationPairFactory() - Method in class kieker.tools.traceAnalysis.systemModel.repository.SystemModelRepository
 
getAllOutputPortNames() - Method in class kieker.analysis.plugin.AbstractPlugin
Delivers an array containing all output port names.
getAllOutputPortNames() - Method in interface kieker.analysis.plugin.IPlugin
Delivers an array containing all output port names.
getAllRepositoryPortNames() - Method in class kieker.analysis.plugin.AbstractPlugin
Delivers an array containing all repository port names.
getAllRepositoryPortNames() - Method in interface kieker.analysis.plugin.IPlugin
Delivers an array containing all repository port names.
getAnalysisComponent() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
 
getAnalysisComponent() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
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_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.
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.
getAssemblyComponent() - Method in class kieker.tools.traceAnalysis.systemModel.AllocationComponent
 
getAssemblyComponent() - Method in class kieker.tools.traceAnalysis.systemModel.util.AssemblyComponentOperationPair
 
getAssemblyComponentInstances() - Method in class kieker.tools.traceAnalysis.systemModel.repository.AssemblyRepository
Delivers all available assembly component instances.
getAssemblyFactory() - Method in class kieker.tools.traceAnalysis.systemModel.repository.SystemModelRepository
 
getAssemblyPairFactory() - Method in class kieker.tools.traceAnalysis.systemModel.repository.SystemModelRepository
 
getAssumedIncomingDependencies() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.DependencyGraphNode
 
getAssumedOutgoingDependencies() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.DependencyGraphNode
 
getAverageResponseTime() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ResponseTimeDecoration
Returns the average response time (in ms) registered by this decoration.
getBooleanProperty(String) - Method in class kieker.common.configuration.Configuration
Reads the given property from the configuration and interprets it as a boolean.
getBranchID() - Method in class kieker.common.record.controlflow.BranchingRecord
 
getBranchingOutcome() - Method in class kieker.common.record.controlflow.BranchingRecord
 
getByFileExtension(String) - Static method in enum kieker.common.util.filesystem.BinaryCompressionMethod
This method tries to search for a suitable compression method using the extension of the file.
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.object.CallOperationObjectEvent
Delivers the ID of the callee object.
getCalleeOperationSignature() - Method in interface kieker.common.record.flow.ICallRecord
 
getCalleeOperationSignature() - Method in class kieker.common.record.flow.trace.operation.CallOperationEvent
 
getCallerClassSignature() - Method in interface kieker.common.record.flow.ICallRecord
 
getCallerClassSignature() - Method in class kieker.common.record.flow.trace.operation.CallOperationEvent
 
getCallerObjectId() - Method in interface kieker.common.record.flow.ICallObjectRecord
 
getCallerObjectId() - Method in class kieker.common.record.flow.trace.operation.object.CallOperationObjectEvent
Delivers the ID of the caller object.
getCallerOperationSignature() - Method in interface kieker.common.record.flow.ICallRecord
 
getCallerOperationSignature() - Method in class kieker.common.record.flow.trace.operation.CallOperationEvent
 
getCause() - Method in interface kieker.common.record.flow.IExceptionRecord
 
getCause() - Method in class kieker.common.record.flow.trace.operation.AfterOperationFailedEvent
 
getCause() - Method in class kieker.common.record.flow.trace.operation.constructor.AfterConstructorFailedEvent
 
getChild(AllocationComponent, Operation) - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.CallTreeNode
Deprecated. Returns the child node with given operation, name, and vmName.
getChildContainers() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionContainer
Delivers a collection containing the added child containers.
getChildEdges() - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractCallTreeNode
Delivers the child edges.
getChildren() - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.CallTreeNode
Deprecated. Delivers a collection containing the child nodes.
getClassname() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisComponent
 
getClassname() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisComponent
Returns the value of the 'Classname' attribute.
getClassSignature() - Method in interface kieker.common.record.flow.IObjectRecord
 
getClassSignature() - Method in interface kieker.common.record.flow.IOperationRecord
 
getClassSignature() - Method in class kieker.common.record.flow.trace.ConstructionEvent
 
getClassSignature() - Method in class kieker.common.record.flow.trace.operation.AbstractOperationEvent
 
getCollisionColor() - Method in class kieker.tools.traceAnalysis.repository.TraceColorRepository
Returns the color to use for elements for which no unique color can be determined.
getColor() - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractGraphElement
Returns this graph element's color.
getColorMap() - Method in class kieker.tools.traceAnalysis.repository.TraceColorRepository
Returns the color map stored in this repository.
getComponentType() - Method in class kieker.tools.traceAnalysis.systemModel.Operation
Delivers the component type of the operation.
getComponentTypes() - Method in class kieker.tools.traceAnalysis.systemModel.repository.TypeRepository
Returns a collection of all registered component types.
getConfiguration() - Method in class kieker.monitoring.writer.AbstractMonitoringWriter
Deprecated. to be removed in Kieker 1.8
getConfiguration() - Method in class kieker.tools.traceAnalysis.filter.visualization.GraphWriterPlugin.GraphWriterConfiguration
Deprecated. Returns the configuration wrapped by this configuration.
getConfigurationName() - Method in class kieker.tools.traceAnalysis.filter.AbstractGraphProducingFilter
Returns this filter's configuration name.
getConfigurationName() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ComponentDependencyGraphAllocationFilter
Returns this filter's configuration name.
getConfigurationName() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ComponentDependencyGraphAssemblyFilter
Returns this filter's configuration name.
getConfigurationName() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ContainerDependencyGraphFilter
Returns this filter's configuration name.
getConfigurationName() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.OperationDependencyGraphAllocationFilter
Returns this filter's configuration name.
getConfigurationName() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.OperationDependencyGraphAssemblyFilter
Returns this filter's configuration name.
getConnectedPlugins(String) - Method in class kieker.analysis.plugin.AbstractPlugin
Delivers the plugins with their ports which are connected with the given output port.
getConnectedPlugins(String) - Method in interface kieker.analysis.plugin.IPlugin
Delivers the plugins with their ports which are connected with the given output port.
getController() - Method in class kieker.analysis.AnalysisController.AnalysisControllerWithMapping
Getter for the property AnalysisController.AnalysisControllerWithMapping.controller.
getControllerName() - Method in class kieker.common.record.misc.KiekerMetadataRecord
 
getCOPYRIGHT() - Static method in class kieker.common.util.Version
Returns the version String.
getCountsPerInterval() - Method in class kieker.analysis.plugin.filter.forward.CountingThroughputFilter
 
getCpuID() - Method in class kieker.common.record.system.CPUUtilizationRecord
 
getCurrentConfiguration() - Method in class kieker.analysis.analysisComponent.AbstractAnalysisComponent
This method should deliver a Configuration object containing the current configuration of this instance.
getCurrentConfiguration() - Method in interface kieker.analysis.analysisComponent.IAnalysisComponent
This method should deliver a Configuration object containing the current configuration of this instance.
getCurrentConfiguration() - Method in class kieker.analysis.AnalysisController
This method delivers the current configuration of this instance as an instance of MIProject.
getCurrentConfiguration() - Method in interface kieker.analysis.IProjectContext
This method delivers the current configuration of this instance as an instance of MIProject.
getCurrentConfiguration() - Method in class kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
This method should deliver a Configuration object containing the current configuration of this instance. In other words: The constructor should be able to use the given object to initialize a new instance of this class with the same intern properties.
getCurrentConfiguration() - Method in class kieker.analysis.plugin.filter.forward.CountingFilter
This method should deliver a Configuration object containing the current configuration of this instance. In other words: The constructor should be able to use the given object to initialize a new instance of this class with the same intern properties.
getCurrentConfiguration() - Method in class kieker.analysis.plugin.filter.forward.CountingThroughputFilter
This method should deliver a Configuration object containing the current configuration of this instance. In other words: The constructor should be able to use the given object to initialize a new instance of this class with the same intern properties.
getCurrentConfiguration() - Method in class kieker.analysis.plugin.filter.forward.ListCollectionFilter
This method should deliver a Configuration object containing the current configuration of this instance. In other words: The constructor should be able to use the given object to initialize a new instance of this class with the same intern properties.
getCurrentConfiguration() - Method in class kieker.analysis.plugin.filter.forward.RealtimeRecordDelayFilter
This method should deliver a Configuration object containing the current configuration of this instance. In other words: The constructor should be able to use the given object to initialize a new instance of this class with the same intern properties.
getCurrentConfiguration() - Method in class kieker.analysis.plugin.filter.forward.StringBufferFilter
 
getCurrentConfiguration() - Method in class kieker.analysis.plugin.filter.forward.TeeFilter
This method should deliver a Configuration object containing the current configuration of this instance. In other words: The constructor should be able to use the given object to initialize a new instance of this class with the same intern properties.
getCurrentConfiguration() - Method in class kieker.analysis.plugin.filter.select.TimestampFilter
This method should deliver a Configuration object containing the current configuration of this instance. In other words: The constructor should be able to use the given object to initialize a new instance of this class with the same intern properties.
getCurrentConfiguration() - Method in class kieker.analysis.plugin.filter.select.TraceIdFilter
This method should deliver a Configuration object containing the current configuration of this instance. In other words: The constructor should be able to use the given object to initialize a new instance of this class with the same intern properties.
getCurrentConfiguration() - Method in class kieker.analysis.plugin.filter.select.TypeFilter
This method should deliver a Configuration object containing the current configuration of this instance. In other words: The constructor should be able to use the given object to initialize a new instance of this class with the same intern properties.
getCurrentConfiguration() - Method in interface kieker.analysis.plugin.IPlugin
This method should deliver a Configuration object containing the current configuration of this instance.
getCurrentConfiguration() - Method in class kieker.analysis.plugin.reader.database.DbReader
This method should deliver a Configuration object containing the current configuration of this instance. In other words: The constructor should be able to use the given object to initialize a new instance of this class with the same intern properties.
getCurrentConfiguration() - Method in class kieker.analysis.plugin.reader.filesystem.FSReader
This method should deliver a Configuration object containing the current configuration of this instance. In other words: The constructor should be able to use the given object to initialize a new instance of this class with the same intern properties.
getCurrentConfiguration() - Method in class kieker.analysis.plugin.reader.jms.JMSReader
This method should deliver a Configuration object containing the current configuration of this instance. In other words: The constructor should be able to use the given object to initialize a new instance of this class with the same intern properties.
getCurrentConfiguration() - Method in class kieker.analysis.plugin.reader.jmx.JMXReader
This method should deliver a Configuration object containing the current configuration of this instance. In other words: The constructor should be able to use the given object to initialize a new instance of this class with the same intern properties.
getCurrentConfiguration() - Method in class kieker.analysis.plugin.reader.list.ListReader
This method should deliver a Configuration object containing the current configuration of this instance. In other words: The constructor should be able to use the given object to initialize a new instance of this class with the same intern properties.
getCurrentConfiguration() - Method in class kieker.analysis.plugin.reader.namedRecordPipe.PipeReader
This method should deliver a Configuration object containing the current configuration of this instance. In other words: The constructor should be able to use the given object to initialize a new instance of this class with the same intern properties.
getCurrentConfiguration() - Method in class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
This method should deliver a Configuration object containing the current configuration of this instance. In other words: The constructor should be able to use the given object to initialize a new instance of this class with the same intern properties.
getCurrentConfiguration() - Method in class kieker.tools.logReplayer.filter.MonitoringRecordLoggerFilter
This method should deliver a Configuration object containing the current configuration of this instance. In other words: The constructor should be able to use the given object to initialize a new instance of this class with the same intern properties.
getCurrentConfiguration() - Method in class kieker.tools.traceAnalysis.filter.AbstractGraphProducingFilter
This method should deliver a Configuration object containing the current configuration of this instance. In other words: The constructor should be able to use the given object to initialize a new instance of this class with the same intern properties.
getCurrentConfiguration() - Method in class kieker.tools.traceAnalysis.filter.AbstractTimestampFilter
Deprecated. This method should deliver a Configuration object containing the current configuration of this instance. In other words: The constructor should be able to use the given object to initialize a new instance of this class with the same intern properties.
getCurrentConfiguration() - Method in class kieker.tools.traceAnalysis.filter.AbstractTraceIdFilter
Deprecated.  
getCurrentConfiguration() - Method in class kieker.tools.traceAnalysis.filter.executionRecordTransformation.ExecutionRecordTransformationFilter
This method should deliver a Configuration object containing the current configuration of this instance. In other words: The constructor should be able to use the given object to initialize a new instance of this class with the same intern properties.
getCurrentConfiguration() - Method in class kieker.tools.traceAnalysis.filter.flow.EventRecordTraceCounter
 
getCurrentConfiguration() - Method in class kieker.tools.traceAnalysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
This method should deliver a Configuration object containing the current configuration of this instance. In other words: The constructor should be able to use the given object to initialize a new instance of this class with the same intern properties.
getCurrentConfiguration() - Method in class kieker.tools.traceAnalysis.filter.systemModel.SystemModel2FileFilter
This method should deliver a Configuration object containing the current configuration of this instance. In other words: The constructor should be able to use the given object to initialize a new instance of this class with the same intern properties.
getCurrentConfiguration() - Method in class kieker.tools.traceAnalysis.filter.traceFilter.TraceEquivalenceClassFilter
This method should deliver a Configuration object containing the current configuration of this instance. In other words: The constructor should be able to use the given object to initialize a new instance of this class with the same intern properties.
getCurrentConfiguration() - Method in class kieker.tools.traceAnalysis.filter.traceReconstruction.TraceReconstructionFilter
This method should deliver a Configuration object containing the current configuration of this instance. In other words: The constructor should be able to use the given object to initialize a new instance of this class with the same intern properties.
getCurrentConfiguration() - Method in class kieker.tools.traceAnalysis.filter.traceWriter.ExecutionTraceWriterFilter
This method should deliver a Configuration object containing the current configuration of this instance. In other words: The constructor should be able to use the given object to initialize a new instance of this class with the same intern properties.
getCurrentConfiguration() - Method in class kieker.tools.traceAnalysis.filter.traceWriter.InvalidExecutionTraceWriterFilter
This method should deliver a Configuration object containing the current configuration of this instance. In other words: The constructor should be able to use the given object to initialize a new instance of this class with the same intern properties.
getCurrentConfiguration() - Method in class kieker.tools.traceAnalysis.filter.traceWriter.MessageTraceWriterFilter
This method should deliver a Configuration object containing the current configuration of this instance. In other words: The constructor should be able to use the given object to initialize a new instance of this class with the same intern properties.
getCurrentConfiguration() - Method in class kieker.tools.traceAnalysis.filter.visualization.AbstractGraphFilter
 
getCurrentConfiguration() - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
This method should deliver a Configuration object containing the current configuration of this instance. In other words: The constructor should be able to use the given object to initialize a new instance of this class with the same intern properties.
getCurrentConfiguration() - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.TraceCallTreeFilter
This method should deliver a Configuration object containing the current configuration of this instance. In other words: The constructor should be able to use the given object to initialize a new instance of this class with the same intern properties.
getCurrentConfiguration() - Method in class kieker.tools.traceAnalysis.filter.visualization.GraphWriterPlugin
This method should deliver a Configuration object containing the current configuration of this instance. In other words: The constructor should be able to use the given object to initialize a new instance of this class with the same intern properties.
getCurrentConfiguration() - Method in class kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter
 
getCurrentConfiguration() - Method in class kieker.tools.traceAnalysis.repository.DescriptionRepository
This method should deliver a Configuration object containing the current configuration of this instance. In other words: The constructor should be able to use the given object to initialize a new instance of this class with the same intern properties.
getCurrentConfiguration() - Method in class kieker.tools.traceAnalysis.repository.TraceColorRepository
This method should deliver a Configuration object containing the current configuration of this instance. In other words: The constructor should be able to use the given object to initialize a new instance of this class with the same intern properties.
getCurrentConfiguration() - Method in class kieker.tools.traceAnalysis.systemModel.repository.SystemModelRepository
 
getCurrentCountForCurrentInterval() - Method in class kieker.analysis.plugin.filter.forward.CountingThroughputFilter
 
getCurrentRepositories() - Method in class kieker.analysis.plugin.AbstractPlugin
This method delivers an array of AbstractRepository containing the current repositories of this instance.
getCurrentRepositories() - Method in interface kieker.analysis.plugin.IPlugin
This method delivers an array of AbstractRepository containing the current repositories of this instance.
getDataInputStream(File, int) - Method in enum kieker.common.util.filesystem.BinaryCompressionMethod
Implementing compression methods should override this method to deliver an input stream which can be used to read data in a non-compressed way from the given file.
getDataOutputStream(File, int) - Method in enum kieker.common.util.filesystem.BinaryCompressionMethod
Implementing compression methods should override this method to deliver an output stream which can be used to write data in a compressed way into the given file.
getDecoration(Class<DecorationT>) - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractVertex
Returns the decoration of this vertex of the given type.
getDecorations() - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractVertex
Returns all decorations of this vertex.
getDefaultColor() - Method in class kieker.tools.traceAnalysis.repository.TraceColorRepository
Returns the color to use for elements which are not defined in the color map.
getDefaultFileName() - Method in class kieker.tools.traceAnalysis.filter.visualization.AbstractGraphFormatter
Returns the default file name suggested by this formatter.
getDefaultFileName() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ComponentAllocationDependencyGraphFormatter
 
getDefaultFileName() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ComponentAssemblyDependencyGraphFormatter
 
getDefaultFileName() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ContainerDependencyGraphFormatter
 
getDefaultFileName() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.OperationAllocationDependencyGraphFormatter
 
getDefaultFileName() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.OperationAssemblyDependencyGraphFormatter
 
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'.
getDescription() - Method in class kieker.analysis.model.analysisMetaModel.impl.MView
 
getDescription() - Method in interface kieker.analysis.model.analysisMetaModel.MIView
Returns the value of the 'Description' attribute.
getDescription() - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractGraphElement
Returns this graph element's description.
getDescriptionMap() - Method in class kieker.tools.traceAnalysis.repository.DescriptionRepository
Returns the description map (node id -> description) contained in this repository.
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_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_Name() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
 
getDisplayConnector_Name() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
Returns the meta object for the attribute 'Name'.
getDisplayConnectors() - Method in class kieker.analysis.model.analysisMetaModel.impl.MView
 
getDisplayConnectors() - Method in interface kieker.analysis.model.analysisMetaModel.MIView
Returns the value of the 'Display Connectors' containment reference list.
getDisplays() - Method in class kieker.analysis.model.analysisMetaModel.impl.MPlugin
 
getDisplays() - Method in interface kieker.analysis.model.analysisMetaModel.MIPlugin
Returns the value of the 'Displays' containment reference list.
getDotRepresentation(Color) - Static method in class kieker.tools.traceAnalysis.filter.visualization.AbstractGraphFormatter
Returns the dot (graphviz) representation of the given color.
getDurationInNanos() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionTrace
Returns the duration of this (possible incomplete) trace in nanoseconds.
getEntity() - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractCallTreeNode
Delivers the stored entity.
getEntity() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.DependencyGraphNode
 
getEntries(String) - Static method in class kieker.common.logging.LogImplWebguiLogging
Delivers an array with all entries of the logger with the given name.
getEoi() - Method in class kieker.common.record.controlflow.OperationExecutionRecord
 
getEoi() - Method in class kieker.tools.traceAnalysis.systemModel.Execution
 
getEquivalenceClassMap() - Method in class kieker.tools.traceAnalysis.filter.traceFilter.TraceEquivalenceClassFilter
 
getErrorCount() - Method in class kieker.tools.traceAnalysis.filter.AbstractTraceProcessingFilter
Delivers the number of traces which have not been processed successfully.
getEss() - Method in class kieker.common.record.controlflow.OperationExecutionRecord
 
getEss() - Method in class kieker.tools.traceAnalysis.systemModel.Execution
 
getEventTypes() - Method in class kieker.analysis.model.analysisMetaModel.impl.MPort
 
getEventTypes() - Method in interface kieker.analysis.model.analysisMetaModel.MIPort
Returns the value of the 'Event Types' attribute list.
getEventTypes() - Method in class kieker.analysis.plugin.IPlugin.PluginInputPortReference
Getter for the attribute IPlugin.PluginInputPortReference.eventTypes.
getExecutionContainer() - Method in class kieker.tools.traceAnalysis.systemModel.AllocationComponent
 
getExecutionContainers() - Method in class kieker.tools.traceAnalysis.systemModel.repository.ExecutionEnvironmentRepository
Delivers all available execution containers.
getExecutionEnvironmentFactory() - Method in class kieker.tools.traceAnalysis.systemModel.repository.SystemModelRepository
 
getExperimentId() - Method in class kieker.common.record.misc.KiekerMetadataRecord
 
getExperimentId() - Method in interface kieker.monitoring.core.controller.IStateController
 
getExperimentId() - Method in class kieker.monitoring.core.controller.MonitoringController
 
getExperimentId() - Method in class kieker.monitoring.core.controller.StateController
 
getFileExtension() - Method in enum kieker.common.util.filesystem.BinaryCompressionMethod
 
getFilePath() - Method in class kieker.analysis.model.analysisMetaModel.impl.MDependency
 
getFilePath() - Method in interface kieker.analysis.model.analysisMetaModel.MIDependency
Returns the value of the 'File Path' attribute.
getFilter() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
 
getFilter() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
Returns the meta object for class 'Filter'.
getFilter_InputPorts() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
 
getFilter_InputPorts() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
Returns the meta object for the containment reference list 'Input Ports'.
getFilters() - Method in class kieker.analysis.AnalysisController
Delivers an unmodifiable collection of all filters.
getFilters() - Method in interface kieker.analysis.IAnalysisController
Delivers an unmodifiable collection of all filters.
getFirstTimestampInCurrentInterval() - Method in class kieker.analysis.plugin.filter.forward.CountingThroughputFilter
 
getFormattedDecorations() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.DependencyGraphNode
 
getFqClassname() - Method in class kieker.common.util.signature.ClassOperationSignaturePair
Delivers the fully qualified class name.
getFullQualifiedName() - Method in class kieker.tools.traceAnalysis.systemModel.ComponentType
Delivers the full qualified name of this type (the packages are separated with '.').
getFuture() - Method in class kieker.monitoring.core.sampler.ScheduledSamplerJob
 
getGraphInputPortName() - Method in class kieker.tools.traceAnalysis.filter.visualization.AbstractGraphFilter
Returns the name of the port this filter accepts graphs on.
getGraphOutputPortName() - Method in class kieker.tools.traceAnalysis.filter.AbstractGraphProducingFilter
 
getGraphOutputPortName() - Method in interface kieker.tools.traceAnalysis.filter.IGraphOutputtingFilter
Returns the name of the port this filter uses to emit the graph.
getGraphOutputPortName() - Method in class kieker.tools.traceAnalysis.filter.visualization.AbstractGraphFilter
Returns the name of the port this filter uses to emit the graph.
getHostname() - Method in class kieker.common.record.controlflow.OperationExecutionRecord
 
getHostname() - Method in class kieker.common.record.flow.trace.Trace
 
getHostname() - Method in class kieker.common.record.misc.KiekerMetadataRecord
 
getHostname() - Method in class kieker.common.record.system.CPUUtilizationRecord
 
getHostname() - Method in class kieker.common.record.system.MemSwapUsageRecord
 
getHostname() - Method in class kieker.common.record.system.ResourceUtilizationRecord
 
getHostname() - Method in interface kieker.monitoring.core.controller.IStateController
The hostname will be part of the monitoring data and allows to distinguish observations in cases where the software system is deployed on more than one host.
getHostname() - Method in class kieker.monitoring.core.controller.MonitoringController
 
getHostname() - Method in class kieker.monitoring.core.controller.StateController
 
getId() - Method in class kieker.monitoring.core.registry.RegistryRecord
 
getId() - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractCallTreeNode
 
getId() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.DependencyGraphNode
 
getId() - Method in class kieker.tools.traceAnalysis.systemModel.AllocationComponent
 
getId() - Method in class kieker.tools.traceAnalysis.systemModel.AssemblyComponent
 
getId() - Method in class kieker.tools.traceAnalysis.systemModel.ComponentType
Delivers the ID of the component type.
getId() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionContainer
Delivers the ID of the container.
getId() - Method in class kieker.tools.traceAnalysis.systemModel.Operation
Delivers the ID of the operation.
getId() - Method in class kieker.tools.traceAnalysis.systemModel.util.AllocationComponentOperationPair
 
getId() - Method in class kieker.tools.traceAnalysis.systemModel.util.AssemblyComponentOperationPair
 
getIdentifier() - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.TraceCallTreeNode
 
getIdentifier() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.DependencyGraphNode
 
getIdentifier() - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractEdge
 
getIdentifier() - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractGraphElement
Returns an identifier for this graph element (e.g., a label).
getIdentifier() - Method in class kieker.tools.traceAnalysis.systemModel.AllocationComponent
 
getIdentifier() - Method in class kieker.tools.traceAnalysis.systemModel.AssemblyComponent
 
getIdentifier() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionContainer
Delivers the identifier (name) of this object.
getIdentifier() - Method in interface kieker.tools.traceAnalysis.systemModel.ISystemModelElement
Returns a textual identifier for this object (e.g., its name).
getIdentifier() - Method in class kieker.tools.traceAnalysis.systemModel.util.AllocationComponentOperationPair
 
getIdentifier() - Method in class kieker.tools.traceAnalysis.systemModel.util.AssemblyComponentOperationPair
 
getIdForString(String) - Method in interface kieker.monitoring.core.controller.IRegistryController
Gets a unique id for a string.
getIdForString(String) - Method in class kieker.monitoring.core.controller.MonitoringController
Gets a unique id for a string.
getIdForString(String) - Method in class kieker.monitoring.core.controller.RegistryController
Gets a unique id for a string.
getIdle() - Method in class kieker.common.record.system.CPUUtilizationRecord
 
getIncomingDependencies() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.DependencyGraphNode
 
getIncomingPlugins(boolean) - Method in class kieker.analysis.plugin.AbstractPlugin
Returns the plugins which provide data to this plugin.
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_Parent() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
 
getInputPort_Parent() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
Returns the meta object for the container reference 'Parent'.
getInputPortMethod() - Method in class kieker.analysis.plugin.IPlugin.PluginInputPortReference
Getter for the attribute IPlugin.PluginInputPortReference.inputPortMethod.
getInputPortName() - Method in class kieker.analysis.plugin.IPlugin.PluginInputPortReference
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.
getInstance() - Static method in class kieker.monitoring.core.controller.MonitoringController
 
getInstance() - Static method in class kieker.monitoring.probe.cxf.SOAPTraceRegistry
Delivers the one and only instance of this class.
getInstance() - Static method in class kieker.monitoring.timer.SystemNanoTimer
Deprecated. to be removed in Kieker 1.8
getIntervalSize() - Method in class kieker.analysis.plugin.filter.forward.CountingThroughputFilter
 
getIntProperty(String) - Method in class kieker.common.configuration.Configuration
Reads the given property from the configuration and interprets it as an integer.
getInvalidExecutionTraceArtifacts() - Method in class kieker.tools.traceAnalysis.systemModel.InvalidExecutionTrace
Delivers the wrapped execution trace.
getInvalidExecutionTraceInputPortName() - Method in class kieker.tools.traceAnalysis.filter.AbstractInvalidExecutionTraceProcessingFilter
Implementing classes should return the name of the input port for the invalid executions.
getInvalidExecutionTraceInputPortName() - Method in class kieker.tools.traceAnalysis.filter.traceWriter.InvalidExecutionTraceWriterFilter
 
getInvalidTraces() - Method in class kieker.tools.traceAnalysis.filter.traceReconstruction.TraceReconstructionFilter
Returns a set of the IDs of invalid traces.
getIrq() - Method in class kieker.common.record.system.CPUUtilizationRecord
 
getJMXDomain() - Method in interface kieker.monitoring.core.controller.IJMXController
 
getJMXDomain() - Method in class kieker.monitoring.core.controller.JMXController
 
getJMXDomain() - Method in class kieker.monitoring.core.controller.MonitoringController
 
getKey() - Method in class kieker.common.util.ImmutableEntry
 
getKind() - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractOriginRetentionPolicy
 
getKind() - Method in interface kieker.tools.traceAnalysis.filter.visualization.graph.IOriginRetentionPolicy
Returns the kind of this retention policy.
getLastTimestampInCurrentInterval() - Method in class kieker.analysis.plugin.filter.forward.CountingThroughputFilter
 
getLastTraceIdError() - Method in class kieker.tools.traceAnalysis.filter.AbstractTraceProcessingFilter
Delivers the ID of the last trace which has not been processed successfully.
getLastTraceIdSuccess() - Method in class kieker.tools.traceAnalysis.filter.AbstractTraceProcessingFilter
Delivers the ID of the last trace which has been processed successfully.
getLength() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionTrace
Returns the length of this trace in terms of the number of contained executions.
getList() - Method in class kieker.analysis.plugin.filter.forward.ListCollectionFilter
 
getLog(Class<?>) - Static method in class kieker.common.logging.LogFactory
Delivers the log for the given class or creates a new one if it doesn't exist already.
getLog(String) - Static method in class kieker.common.logging.LogFactory
Delivers the log for the given name or creates a new one if it doesn't exist already.
getLoggingTimestamp() - Method in class kieker.common.record.AbstractMonitoringRecord
 
getLoggingTimestamp() - Method in interface kieker.common.record.IMonitoringRecord
Delivers the current timestamp of the record.
getLongProperty(String) - Method in class kieker.common.configuration.Configuration
Reads the given property from the configuration and interprets it as a long.
getMaxEoi() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionTrace
Returns the maximum execution order index (eoi) value within the trace.
getMaxEss() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionTrace
Returns the maximum execution stack size (ess) value, i.e., the maximum stack depth, within the trace.
getMaximalResponseTime() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ResponseTimeDecoration
Returns the maximal response time (in ms) registered by this decoration.
getMaxTout() - Method in class kieker.tools.traceAnalysis.filter.traceReconstruction.TraceReconstructionFilter
Returns the maximum tout timestamp of a processed execution.
getMaxTout() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionTrace
Returns the maximum timestamp value of an execution return in this trace.
getMaxTraceDuration() - Method in class kieker.tools.traceAnalysis.filter.traceReconstruction.TraceReconstructionFilter
Return the number of timeunits after which a pending trace is considered to have timed out.
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.plugin.filter.forward.CountingFilter
Returns the number of objects received until now.
getMinEoi() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionTrace
Returns the minimum execution order index (eoi) value within the trace.
getMinimalResponseTime() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ResponseTimeDecoration
Returns the minimal response time (in ms) registered by this decoration.
getMinTin() - Method in class kieker.tools.traceAnalysis.filter.traceReconstruction.TraceReconstructionFilter
Returns the minimum tin timestamp of a processed execution.
getMinTin() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionTrace
Returns the minimum timestamp of an execution start in this trace.
getModifier() - Method in class kieker.common.util.signature.Signature
 
getName() - Method in class kieker.analysis.analysisComponent.AbstractAnalysisComponent
This method delivers the current name of this component instance.
getName() - Method in interface kieker.analysis.analysisComponent.IAnalysisComponent
This method delivers the current name of this component instance.
getName() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisComponent
 
getName() - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplay
 
getName() - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplayConnector
 
getName() - Method in class kieker.analysis.model.analysisMetaModel.impl.MPort
 
getName() - Method in class kieker.analysis.model.analysisMetaModel.impl.MProject
 
getName() - Method in class kieker.analysis.model.analysisMetaModel.impl.MProperty
 
getName() - Method in class kieker.analysis.model.analysisMetaModel.impl.MRepositoryConnector
 
getName() - Method in class kieker.analysis.model.analysisMetaModel.impl.MView
 
getName() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisComponent
Returns the value of the 'Name' attribute.
getName() - Method in interface kieker.analysis.model.analysisMetaModel.MIDisplay
Returns the value of the 'Name' attribute.
getName() - Method in interface kieker.analysis.model.analysisMetaModel.MIDisplayConnector
Returns the value of the 'Name' attribute.
getName() - Method in interface kieker.analysis.model.analysisMetaModel.MIPort
Returns the value of the 'Name' attribute.
getName() - Method in interface kieker.analysis.model.analysisMetaModel.MIProject
Returns the value of the 'Name' attribute.
getName() - Method in interface kieker.analysis.model.analysisMetaModel.MIProperty
Returns the value of the 'Name' attribute.
getName() - Method in interface kieker.analysis.model.analysisMetaModel.MIRepositoryConnector
Returns the value of the 'Name' attribute.
getName() - Method in interface kieker.analysis.model.analysisMetaModel.MIView
Returns the value of the 'Name' attribute.
getName() - Method in interface kieker.analysis.plugin.IPlugin
This method delivers the current name of this plugin instance.
getName() - Method in class kieker.common.namedRecordPipe.Pipe
Delivers the name of this pipe.
getName() - Method in class kieker.common.util.signature.Signature
 
getName() - Method in interface kieker.monitoring.core.controller.IStateController
Returns the name of this controller.
getName() - Method in class kieker.monitoring.core.controller.MonitoringController
 
getName() - Method in class kieker.monitoring.core.controller.StateController
 
getName() - Method in class kieker.tools.traceAnalysis.systemModel.AssemblyComponent
 
getName() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionContainer
Delivers the name of the container.
getNextOrderId() - Method in class kieker.common.record.flow.trace.Trace
 
getNice() - Method in class kieker.common.record.system.CPUUtilizationRecord
 
getNodes() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraph
Returns all nodes contained in this graph.
getNumberOfInserts() - Method in interface kieker.monitoring.core.controller.IWriterController
Shows how many inserts have been performed since last restart of the execution environment.
getNumberOfInserts() - Method in class kieker.monitoring.core.controller.MonitoringController
 
getNumberOfInserts() - Method in class kieker.monitoring.core.controller.WriterController
Shows how many inserts have been performed since last restart of the execution environment.
getNumberOfRecords() - Method in class kieker.common.record.misc.KiekerMetadataRecord
 
getObject() - Method in class kieker.monitoring.core.registry.RegistryRecord
 
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.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
Delivers the ID of the caller object.
getOffset() - Method in interface kieker.monitoring.timer.ITimeSource
 
getOffset() - Method in class kieker.monitoring.timer.SystemMilliTimer
 
getOffset() - Method in class kieker.monitoring.timer.SystemNanoTimer
 
getOperation() - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.CallTreeNode
Deprecated. Delivers the operation stored within this node.
getOperation() - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.CallTreeOperationHashKey
Deprecated.  
getOperation() - Method in class kieker.tools.traceAnalysis.systemModel.Execution
 
getOperation() - Method in class kieker.tools.traceAnalysis.systemModel.util.AllocationComponentOperationPair
 
getOperation() - Method in class kieker.tools.traceAnalysis.systemModel.util.AssemblyComponentOperationPair
 
getOperationFactory() - Method in class kieker.tools.traceAnalysis.systemModel.repository.SystemModelRepository
Delivering the factory managing the available operations.
getOperations() - Method in class kieker.tools.traceAnalysis.systemModel.ComponentType
Delivers a collection containing the available operations within this component type.
getOperations() - Method in class kieker.tools.traceAnalysis.systemModel.repository.OperationRepository
Delivers a collection containing all available operations.
getOperationSignature() - Method in class kieker.common.record.controlflow.OperationExecutionRecord
 
getOperationSignature() - Method in interface kieker.common.record.flow.IOperationRecord
 
getOperationSignature() - Method in class kieker.common.record.flow.trace.operation.AbstractOperationEvent
 
getOrderIndex() - Method in interface kieker.common.record.flow.ITraceRecord
 
getOrderIndex() - Method in class kieker.common.record.flow.trace.AbstractTraceEvent
 
getOrigins() - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractGraphElement
Returns the objects which caused the creation of this element.
getOutgoingDependencies() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.DependencyGraphNode
 
getOutgoingEdges() - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractCallTreeNode
 
getOutgoingEdges() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.DependencyGraphNode
 
getOutgoingEdges() - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractVertex
Returns the outgoing edges of this vertex.
getOutputFileName() - Method in class kieker.tools.traceAnalysis.filter.visualization.GraphWriterPlugin.GraphWriterConfiguration
Deprecated. Returns the output file name specified by this configuration.
getOutputPath() - Method in class kieker.tools.traceAnalysis.filter.visualization.GraphWriterPlugin.GraphWriterConfiguration
Deprecated. Returns the output path specified by this configuration.
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_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.  
getPackageName() - Method in class kieker.common.util.signature.ClassOperationSignaturePair
This method delivers the package name of the class.
getPackageName() - Method in class kieker.tools.traceAnalysis.systemModel.ComponentType
Delivers the package name of this type.
getPairById(int) - Method in class kieker.tools.traceAnalysis.systemModel.repository.AllocationComponentOperationPairFactory
Returns the instance for the passed ID; null if no instance with this ID is available.
getPairById(int) - Method in class kieker.tools.traceAnalysis.systemModel.repository.AssemblyComponentOperationPairFactory
 
getPairInstanceByPair(AllocationComponent, Operation) - Method in class kieker.tools.traceAnalysis.systemModel.repository.AllocationComponentOperationPairFactory
Returns a corresponding pair instance (existing or newly created).
getPairInstanceByPair(AssemblyComponent, Operation) - Method in class kieker.tools.traceAnalysis.systemModel.repository.AssemblyComponentOperationPairFactory
Returns a corresponding pair instance (existing or newly created).
getPairs() - Method in class kieker.tools.traceAnalysis.systemModel.repository.AllocationComponentOperationPairFactory
Delivers all available allocation-component-operation pairs.
getPairs() - Method in class kieker.tools.traceAnalysis.systemModel.repository.AssemblyComponentOperationPairFactory
 
getParamTypeList() - Method in class kieker.common.util.signature.Signature
 
getParent() - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplay
 
getParent() - Method in class kieker.analysis.model.analysisMetaModel.impl.MInputPort
 
getParent() - Method in class kieker.analysis.model.analysisMetaModel.impl.MOutputPort
 
getParent() - Method in interface kieker.analysis.model.analysisMetaModel.MIDisplay
Returns the value of the 'Parent' container reference.
getParent() - Method in interface kieker.analysis.model.analysisMetaModel.MIInputPort
Returns the value of the 'Parent' container reference.
getParent() - Method in interface kieker.analysis.model.analysisMetaModel.MIOutputPort
Returns the value of the 'Parent' container reference.
getParent() - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.CallTreeNode
Deprecated. Delivers the parent of this node.
getParent() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionContainer
Delivers the parent of the container.
getParentOrderId() - Method in class kieker.common.record.flow.trace.Trace
 
getParentTraceId() - Method in class kieker.common.record.flow.trace.Trace
 
getPathProperty(String) - Method in class kieker.common.configuration.Configuration
Reads the given property from the configuration and interprets it as a path.
getPattern() - Method in class kieker.monitoring.core.signaturePattern.PatternEntry
 
getPayload() - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractPayloadedVertex
Returns this vertex' payload.
getPlugin() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
 
getPlugin() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
Returns the meta object for class 'Plugin'.
getPlugin() - Method in class kieker.analysis.plugin.IPlugin.PluginInputPortReference
Getter for the attribute IPlugin.PluginInputPortReference.plugin.
getPlugin_Displays() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
 
getPlugin_Displays() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
Returns the meta object for the containment reference list 'Displays'.
getPlugin_OutputPorts() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
 
getPlugin_OutputPorts() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
Returns the meta object for the containment reference list 'Output Ports'.
getPlugin_Repositories() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
 
getPlugin_Repositories() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
Returns the meta object for the containment reference list 'Repositories'.
getPluginDescription() - Method in class kieker.analysis.plugin.AbstractPlugin
This method delivers the description of this plugin type.
getPluginDescription() - Method in interface kieker.analysis.plugin.IPlugin
This method delivers the description of this plugin type.
getPluginMap() - Method in class kieker.analysis.AnalysisController.AnalysisControllerWithMapping
Getter for the property AnalysisController.AnalysisControllerWithMapping.pluginMap.
getPluginName() - Method in class kieker.analysis.plugin.AbstractPlugin
This method delivers the plugin name of this plugin.
getPluginName() - Method in interface kieker.analysis.plugin.IPlugin
This method delivers the plugin name of this plugin.
getPlugins() - Method in class kieker.analysis.model.analysisMetaModel.impl.MProject
 
getPlugins() - Method in interface kieker.analysis.model.analysisMetaModel.MIProject
Returns the value of the 'Plugins' containment reference list.
getPort() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
 
getPort() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
Returns the meta object for class 'Port'.
getPort_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_Name() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
 
getPort_Name() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
Returns the meta object for the attribute 'Name'.
getProbePatternList() - Method in interface kieker.monitoring.core.controller.IProbeController
Returns the current list of patterns with a prefix indicating whether the pattern is active or not.
getProbePatternList() - Method in class kieker.monitoring.core.controller.MonitoringController
 
getProbePatternList() - Method in class kieker.monitoring.core.controller.ProbeController
Returns the current list of patterns with a prefix indicating whether the pattern is active or not.
getProject() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
 
getProject() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
Returns the meta object for class 'Project'.
getProject_Dependencies() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
 
getProject_Dependencies() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
Returns the meta object for the containment reference list 'Dependencies'.
getProject_Name() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
 
getProject_Name() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
Returns the meta object for the attribute 'Name'.
getProject_Plugins() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
 
getProject_Plugins() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
Returns the meta object for the containment reference list 'Plugins'.
getProject_Properties() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
 
getProject_Properties() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
Returns the meta object for the containment reference list 'Properties'.
getProject_Repositories() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
 
getProject_Repositories() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
Returns the meta object for the containment reference list 'Repositories'.
getProject_Views() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
 
getProject_Views() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
Returns the meta object for the containment reference list 'Views'.
getProjectName() - Method in class kieker.analysis.AnalysisController
Delivers the current name of the project.
getProjectName() - Method in interface kieker.analysis.IProjectContext
Delivers the current name of the project.
getProperties() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisComponent
 
getProperties() - Method in class kieker.analysis.model.analysisMetaModel.impl.MProject
 
getProperties() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisComponent
Returns the value of the 'Properties' containment reference list.
getProperties() - Method in interface kieker.analysis.model.analysisMetaModel.MIProject
Returns the value of the 'Properties' containment reference list.
getPropertiesStartingWith(String) - Method in class kieker.common.configuration.Configuration
Flattens the Properties hierarchies and returns a Configuration object containing only keys starting with the prefix.
getProperty(String) - Method in class kieker.analysis.AnalysisController
Delivers the value for the given (global) property within the analysis.
getProperty(String) - Method in interface kieker.analysis.IProjectContext
Delivers the value for the given (global) property within the analysis.
getProperty() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
 
getProperty() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
Returns the meta object for class 'Property'.
getProperty(String) - Method in class kieker.common.configuration.Configuration
Deprecated. This method will not be removed (as this is for technical reasons not possible), but should only be used within this class. Don't call this method directly.
getProperty(String, String) - Method in class kieker.common.configuration.Configuration
Deprecated. This method will not be removed (as this is for technical reasons not possible), but should only be used within this class. Don't call this method directly.
getProperty_Name() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
 
getProperty_Name() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
Returns the meta object for the attribute 'Name'.
getProperty_Value() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
 
getProperty_Value() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
Returns the meta object for the attribute 'Value'.
getReader() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
 
getReader() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
Returns the meta object for class 'Reader'.
getReaders() - Method in class kieker.analysis.AnalysisController
Delivers an unmodifiable collection of all readers.
getReaders() - Method in interface kieker.analysis.IAnalysisController
Delivers an unmodifiable collection of all readers.
getReceivingExecution() - Method in class kieker.tools.traceAnalysis.systemModel.AbstractMessage
Delivers the object which received the message.
getRepositories() - Method in class kieker.analysis.AnalysisController
Delivers an unmodifiable collection of all repositories.
getRepositories() - Method in interface kieker.analysis.IAnalysisController
Delivers an unmodifiable collection of all repositories.
getRepositories() - Method in class kieker.analysis.model.analysisMetaModel.impl.MPlugin
 
getRepositories() - Method in class kieker.analysis.model.analysisMetaModel.impl.MProject
 
getRepositories() - Method in interface kieker.analysis.model.analysisMetaModel.MIPlugin
Returns the value of the 'Repositories' containment reference list.
getRepositories() - Method in interface kieker.analysis.model.analysisMetaModel.MIProject
Returns the value of the 'Repositories' containment reference list.
getRepository() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
 
getRepository() - Method in class kieker.analysis.model.analysisMetaModel.impl.MRepositoryConnector
 
getRepository() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
Returns the meta object for class 'Repository'.
getRepository() - Method in interface kieker.analysis.model.analysisMetaModel.MIRepositoryConnector
Returns the value of the 'Repository' reference.
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_Name() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
 
getRepositoryConnector_Name() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
Returns the meta object for the attribute 'Name'.
getRepositoryConnector_Repository() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
 
getRepositoryConnector_Repository() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
Returns the meta object for the reference 'Repository'.
getRepositoryDescription() - Method in class kieker.analysis.repository.AbstractRepository
This method delivers the description of this repository type.
getRepositoryDescription() - Method in interface kieker.analysis.repository.IRepository
This method delivers the description of this repository type.
getRepositoryMap() - Method in class kieker.analysis.AnalysisController.AnalysisControllerWithMapping
Getter for the property AnalysisController.AnalysisControllerWithMapping.repositoryMap.
getRepositoryName() - Method in class kieker.analysis.repository.AbstractRepository
This method delivers the repository name of this repository type.
getRepositoryName() - Method in interface kieker.analysis.repository.IRepository
This method delivers the repository name of this repository type.
getResourceName() - Method in class kieker.common.record.system.ResourceUtilizationRecord
 
getReturnType() - Method in class kieker.common.util.signature.Signature
 
getRGB() - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.Color
Returns this color's RGB value as an int.
getRootNode() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraph
Returns this graph's root node.
getRootPair() - Method in class kieker.tools.traceAnalysis.systemModel.repository.AssemblyComponentOperationPairFactory
 
getSendingExecution() - Method in class kieker.tools.traceAnalysis.systemModel.AbstractMessage
Delivers the object which sent the message.
getSequenceAsVector() - Method in class kieker.tools.traceAnalysis.systemModel.MessageTrace
Delivers the sequence stored in this message trace as a vector (a list).
getSessionId() - Method in class kieker.common.record.controlflow.OperationExecutionRecord
 
getSessionId() - Method in class kieker.common.record.flow.trace.Trace
 
getSessionId() - Method in class kieker.tools.traceAnalysis.systemModel.AbstractTrace
Delivers the ID of the session.
getSessionId() - Method in class kieker.tools.traceAnalysis.systemModel.Execution
Returns the sessionId and a default sessionId if no sessionId assigned.
getSessionId() - Method in class kieker.tools.traceAnalysis.systemModel.TraceInformation
Returns the trace's session ID, if any.
getSigar() - Method in enum kieker.monitoring.sampler.sigar.SigarSamplerFactory
SigarProxy instance used by this SigarSamplerFactory.
getSignature() - Method in class kieker.common.util.signature.ClassOperationSignaturePair
Delivers the signature.
getSignature() - Method in class kieker.tools.traceAnalysis.systemModel.Operation
Delivers the signature of the operation.
getSimpleClassname() - Method in class kieker.common.util.signature.ClassOperationSignaturePair
This method delivers a simplified version of the fully qualified class name.
getSize() - Method in interface kieker.monitoring.core.registry.IRegistry
Returns the number of registered objects.
getSize() - Method in class kieker.monitoring.core.registry.Registry
 
getSource() - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractEdge
Returns the source of this edge.
getSourceWeight() - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractWeightedEdge
Return this edge's source weight.
getState() - Method in class kieker.analysis.AnalysisController
Delivers the current state of the analysis controller.
getState() - Method in interface kieker.analysis.IProjectContext
Delivers the current state of the analysis controller.
getState() - Method in class kieker.analysis.plugin.AbstractPlugin
getState() - Method in interface kieker.analysis.plugin.IPlugin
 
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.
getStrPattern() - Method in class kieker.monitoring.core.signaturePattern.PatternEntry
 
getSubscribers() - Method in class kieker.analysis.model.analysisMetaModel.impl.MOutputPort
 
getSubscribers() - Method in interface kieker.analysis.model.analysisMetaModel.MIOutputPort
Returns the value of the 'Subscribers' reference list.
getSuccessCount() - Method in class kieker.tools.traceAnalysis.filter.AbstractTraceProcessingFilter
Delivers the number of traces which have been processed successfully.
getSwapFree() - Method in class kieker.common.record.system.MemSwapUsageRecord
 
getSwapTotal() - Method in class kieker.common.record.system.MemSwapUsageRecord
 
getSwapUsed() - Method in class kieker.common.record.system.MemSwapUsageRecord
 
getSystem() - Method in class kieker.common.record.system.CPUUtilizationRecord
 
getSystemEntityFactory() - Method in class kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
 
getTarget() - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractEdge
Returns the target of this edge.
getTargetWeight() - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractWeightedEdge
Return this edge's target weight.
getter() - Method in class kieker.monitoring.probe.aspectj.AbstractAspectJProbe
This is a pointcut accepting all calls and executions of getter methods (methods which return something and start with get or return a boolean and start with is).
getText() - Method in class kieker.analysis.display.PlainText
Delivers the current text stored within this object.
getThreadId() - Method in class kieker.common.record.flow.trace.Trace
 
getTime() - Method in interface kieker.monitoring.timer.ITimeSource
 
getTime() - Method in class kieker.monitoring.timer.SystemMilliTimer
 
getTime() - Method in class kieker.monitoring.timer.SystemNanoTimer
 
getTimeOffset() - Method in class kieker.common.record.misc.KiekerMetadataRecord
 
getTimeSource() - Method in interface kieker.monitoring.core.controller.ITimeSourceController
Returns the ITimeSource used in this controller.
getTimeSource() - Method in class kieker.monitoring.core.controller.MonitoringController
 
getTimeSource() - Method in class kieker.monitoring.core.controller.TimeSourceController
 
getTimestamp() - Method in class kieker.common.record.controlflow.BranchingRecord
 
getTimestamp() - Method in class kieker.common.record.flow.AbstractEvent
 
getTimestamp() - Method in interface kieker.common.record.flow.IEventRecord
 
getTimestamp() - Method in class kieker.common.record.misc.TimestampRecord
 
getTimestamp() - Method in class kieker.common.record.system.CPUUtilizationRecord
 
getTimestamp() - Method in class kieker.common.record.system.MemSwapUsageRecord
 
getTimestamp() - Method in class kieker.common.record.system.ResourceUtilizationRecord
 
getTimestamp() - Method in class kieker.tools.traceAnalysis.systemModel.AbstractMessage
Delivers the timestamp at which the message was created.
getTimeUnit() - Method in class kieker.common.record.misc.KiekerMetadataRecord
 
getTimeUnit() - Method in interface kieker.monitoring.timer.ITimeSource
 
getTimeUnit() - Method in class kieker.monitoring.timer.SystemMilliTimer
 
getTimeUnit() - Method in class kieker.monitoring.timer.SystemNanoTimer
 
getTin() - Method in class kieker.common.record.controlflow.OperationExecutionRecord
 
getTin() - Method in class kieker.tools.traceAnalysis.systemModel.Execution
 
getTotalCount() - Method in class kieker.tools.traceAnalysis.filter.AbstractTraceProcessingFilter
Delivers the total number of traces which have been processed.
getTotalUtilization() - Method in class kieker.common.record.system.CPUUtilizationRecord
 
getTout() - Method in class kieker.common.record.controlflow.OperationExecutionRecord
 
getTout() - Method in class kieker.tools.traceAnalysis.systemModel.Execution
 
getTrace() - Method in class kieker.analysis.plugin.filter.flow.TraceEventRecords
Delivers the stored traces.
getTrace() - Method in enum kieker.monitoring.core.registry.TraceRegistry
Gets a Trace for the current thread.
getTraceAsSortedExecutionSet() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionTrace
Returns a sorted set (unmodifiable) of Executions in this trace.
getTraceEvents() - Method in class kieker.analysis.plugin.filter.flow.TraceEventRecords
Delivers the stored trace events.
getTraceId() - Method in class kieker.common.record.controlflow.OperationExecutionRecord
 
getTraceId() - Method in interface kieker.common.record.flow.ITraceRecord
 
getTraceId() - Method in class kieker.common.record.flow.trace.AbstractTraceEvent
 
getTraceId() - Method in class kieker.common.record.flow.trace.Trace
 
getTraceId() - Method in class kieker.tools.traceAnalysis.systemModel.AbstractTrace
 
getTraceId() - Method in class kieker.tools.traceAnalysis.systemModel.Execution
 
getTraceId() - Method in class kieker.tools.traceAnalysis.systemModel.TraceInformation
Returns the trace ID.
getTraceInformation() - Method in class kieker.tools.traceAnalysis.systemModel.AbstractTrace
Returns information about this trace.
getType() - Method in class kieker.tools.traceAnalysis.systemModel.AssemblyComponent
 
getTypeName() - Method in class kieker.tools.traceAnalysis.systemModel.ComponentType
Delivers the name of the type.
getTypeRepositoryFactory() - Method in class kieker.tools.traceAnalysis.systemModel.repository.SystemModelRepository
Delivering the factory managing the available component types.
getUniqueTraceId() - Method in enum kieker.monitoring.core.registry.ControlFlowRegistry
This methods returns a globally unique trace id.
getUser() - Method in class kieker.common.record.system.CPUUtilizationRecord
 
getUtilization() - Method in class kieker.common.record.system.ResourceUtilizationRecord
 
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.common.util.ImmutableEntry
 
getValueTypes() - Method in class kieker.common.record.controlflow.BranchingRecord
This method should deliver an array with the classes of the single values for the record.
getValueTypes() - Method in class kieker.common.record.controlflow.OperationExecutionRecord
This method should deliver an array with the classes of the single values for the record.
getValueTypes() - Method in class kieker.common.record.flow.trace.concurrency.SplitEvent
 
getValueTypes() - Method in class kieker.common.record.flow.trace.ConstructionEvent
This method should deliver an array with the classes of the single values for the record.
getValueTypes() - Method in class kieker.common.record.flow.trace.operation.AfterOperationEvent
This method should deliver an array with the classes of the single values for the record.
getValueTypes() - Method in class kieker.common.record.flow.trace.operation.AfterOperationFailedEvent
This method should deliver an array with the classes of the single values for the record.
getValueTypes() - Method in class kieker.common.record.flow.trace.operation.BeforeOperationEvent
This method should deliver an array with the classes of the single values for the record.
getValueTypes() - Method in class kieker.common.record.flow.trace.operation.CallOperationEvent
This method should deliver an array with the classes of the single values for the record.
getValueTypes() - Method in class kieker.common.record.flow.trace.operation.constructor.AfterConstructorEvent
 
getValueTypes() - Method in class kieker.common.record.flow.trace.operation.constructor.AfterConstructorFailedEvent
 
getValueTypes() - Method in class kieker.common.record.flow.trace.operation.constructor.BeforeConstructorEvent
 
getValueTypes() - Method in class kieker.common.record.flow.trace.operation.constructor.CallConstructorEvent
 
getValueTypes() - Method in class kieker.common.record.flow.trace.operation.object.AfterOperationFailedObjectEvent
This method should deliver an array with the classes of the single values for the record.
getValueTypes() - Method in class kieker.common.record.flow.trace.operation.object.AfterOperationObjectEvent
This method should deliver an array with the classes of the single values for the record.
getValueTypes() - Method in class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectEvent
This method should deliver an array with the classes of the single values for the record.
getValueTypes() - Method in class kieker.common.record.flow.trace.operation.object.CallOperationObjectEvent
This method should deliver an array with the classes of the single values for the record.
getValueTypes() - Method in class kieker.common.record.flow.trace.Trace
This method should deliver an array with the classes of the single values for the record.
getValueTypes() - Method in interface kieker.common.record.IMonitoringRecord
This method should deliver an array with the classes of the single values for the record.
getValueTypes() - Method in class kieker.common.record.misc.EmptyRecord
This method should deliver an array with the classes of the single values for the record.
getValueTypes() - Method in class kieker.common.record.misc.KiekerMetadataRecord
This method should deliver an array with the classes of the single values for the record.
getValueTypes() - Method in class kieker.common.record.misc.TimestampRecord
This method should deliver an array with the classes of the single values for the record.
getValueTypes() - Method in class kieker.common.record.system.CPUUtilizationRecord
This method should deliver an array with the classes of the single values for the record.
getValueTypes() - Method in class kieker.common.record.system.MemSwapUsageRecord
This method should deliver an array with the classes of the single values for the record.
getValueTypes() - Method in class kieker.common.record.system.ResourceUtilizationRecord
This method should deliver an array with the classes of the single values for the record.
getValueTypes() - Method in class kieker.monitoring.core.registry.RegistryRecord
This method should deliver an array with the classes of the single values for the record.
getVersion() - Method in class kieker.common.record.misc.KiekerMetadataRecord
 
getVERSION() - Static method in class kieker.common.util.Version
Returns the version String.
getVersion() - Static method in class kieker.monitoring.core.controller.MonitoringController
Return the version name of this controller instance.
getVertices() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraph
 
getVertices() - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractGraph
Returns the vertices contained in this graph.
getView() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
 
getView() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
Returns the meta object for class 'View'.
getView_Description() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
 
getView_Description() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
Returns the meta object for the attribute 'Description'.
getView_DisplayConnectors() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
 
getView_DisplayConnectors() - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
Returns the meta object for the containment reference list 'Display Connectors'.
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.
getWait() - Method in class kieker.common.record.system.CPUUtilizationRecord
 
getWeight() - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractWeightedEdge
Returns this edge's weight.
GraphFormattingException - Exception in kieker.tools.traceAnalysis.filter.visualization.exception
Generic exception which denotes that an error has occured during graph formatting.
GraphFormattingException(String) - Constructor for exception kieker.tools.traceAnalysis.filter.visualization.exception.GraphFormattingException
Creates a new exception with the given message.
GraphFormattingException(Throwable) - Constructor for exception kieker.tools.traceAnalysis.filter.visualization.exception.GraphFormattingException
Creates a new exception with the given cause.
GraphFormattingException(String, Throwable) - Constructor for exception kieker.tools.traceAnalysis.filter.visualization.exception.GraphFormattingException
Creates a new exception with a given message and a given cause.
GraphWriterPlugin - Class in kieker.tools.traceAnalysis.filter.visualization
Generic graph writer plugin to generate graph specifications and save them to disk.
GraphWriterPlugin(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.GraphWriterPlugin
Creates a new instance of this class using the given parameters.
GraphWriterPlugin(Configuration) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.GraphWriterPlugin
Deprecated. To be removed in Kieker 1.8.
GraphWriterPlugin.GraphWriterConfiguration - Class in kieker.tools.traceAnalysis.filter.visualization
Deprecated. (not used anymore)
GraphWriterPlugin.GraphWriterConfiguration() - Constructor for class kieker.tools.traceAnalysis.filter.visualization.GraphWriterPlugin.GraphWriterConfiguration
Deprecated. Creates a new, empty graph writer configuration.
GraphWriterPlugin.GraphWriterConfiguration(Configuration) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.GraphWriterPlugin.GraphWriterConfiguration
Deprecated. Creates a new graph writer configuration that wraps the given configuration.
GRAY - Static variable in class kieker.tools.traceAnalysis.filter.visualization.graph.Color
The predefined color gray.
GREEN - Static variable in class kieker.tools.traceAnalysis.filter.visualization.graph.Color
The predefined color green.

H

handleKiekerMetadataRecord(KiekerMetadataRecord) - Method in class kieker.analysis.AnalysisController
Called whenever an KiekerMetadataRecord is found inside the filters network.
handleMessage(Message) - Method in class kieker.monitoring.probe.cxf.OperationExecutionSOAPRequestInInterceptor
 
handleMessage(SoapMessage) - Method in class kieker.monitoring.probe.cxf.OperationExecutionSOAPRequestOutInterceptor
 
handleMessage(Message) - Method in class kieker.monitoring.probe.cxf.OperationExecutionSOAPResponseInInterceptor
 
handleMessage(SoapMessage) - Method in class kieker.monitoring.probe.cxf.OperationExecutionSOAPResponseOutInterceptor
 
handleOrigin(AbstractGraphElement<T>, T) - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.CompleteOriginRetentionPolicy
 
handleOrigin(AbstractGraphElement<T>, T) - Method in interface kieker.tools.traceAnalysis.filter.visualization.graph.IOriginRetentionPolicy
Handles a given origin for the given graph element.
handleOrigin(AbstractGraphElement<T>, T) - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.NoOriginRetentionPolicy
 
handleOrigin(AbstractGraphElement<T>, T) - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.SpecificOriginRetentionPolicy
 
hashCode() - Method in class kieker.analysis.plugin.filter.flow.TraceEventRecords
 
hashCode() - Method in class kieker.common.record.AbstractMonitoringRecord
 
hashCode() - Method in class kieker.common.util.ImmutableEntry
 
hashCode() - Method in class kieker.common.util.signature.ClassOperationSignaturePair
 
hashCode() - Method in class kieker.common.util.signature.Signature
 
hashCode() - Method in class kieker.monitoring.core.signaturePattern.PatternEntry
 
hashCode() - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.CallTreeOperationHashKey
Deprecated.  
hashCode() - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.Color
 
hashCode() - Method in class kieker.tools.traceAnalysis.systemModel.AbstractMessage
 
hashCode() - Method in class kieker.tools.traceAnalysis.systemModel.AbstractTrace
hashCode() - Method in class kieker.tools.traceAnalysis.systemModel.AllocationComponent
 
hashCode() - Method in class kieker.tools.traceAnalysis.systemModel.AssemblyComponent
 
hashCode() - Method in class kieker.tools.traceAnalysis.systemModel.ComponentType
 
hashCode() - Method in class kieker.tools.traceAnalysis.systemModel.Execution
 
hashCode() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionContainer
 
hashCode() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionTrace
 
hashCode() - Method in class kieker.tools.traceAnalysis.systemModel.InvalidExecutionTrace
 
hashCode() - Method in class kieker.tools.traceAnalysis.systemModel.MessageTrace
 
hashCode() - Method in class kieker.tools.traceAnalysis.systemModel.Operation
 
hashCode() - Method in class kieker.tools.traceAnalysis.systemModel.SynchronousCallMessage
 
hashCode() - Method in class kieker.tools.traceAnalysis.systemModel.SynchronousReplyMessage
 
hashCode() - Method in class kieker.tools.traceAnalysis.systemModel.TraceInformation
 
hasReturnType() - Method in class kieker.common.util.signature.Signature
Tells whether the current signature has a return type or not.
hasValidFileExtension(String) - Static method in enum kieker.common.util.filesystem.BinaryCompressionMethod
This method checks whether there exists a suitable compression method for the extension of the file.
HtmlText - Class in kieker.analysis.display
This is a display type used for html text.
HtmlText() - Constructor for class kieker.analysis.display.HtmlText
Creates a new instance of this class.

I

IAnalysisComponent - Interface in kieker.analysis.analysisComponent
This is the interface for an analysis component in Kieker.
IAnalysisController - Interface in kieker.analysis
This is the interface to AnalysisController, allowing not only to access read-methods but also to modify the analysis itself.
ICallObjectRecord - Interface in kieker.common.record.flow
Interface for all flow records that describe operation calls on objects.
ICallRecord - Interface in kieker.common.record.flow
Interface for all flow records that describe operation calls.
IEventRecord - Interface in kieker.common.record.flow
Interface for all flow records that describe events.
IExceptionRecord - Interface in kieker.common.record.flow
Interface for all flow records that describe exceptions.
IFilterPlugin - Interface in kieker.analysis.plugin.filter
This is the interface for filter plugins within Kieker.
IFlowRecord - Interface in kieker.common.record.flow
Marker interface to collect all kieker.common.record.flow..* records.
IGraphOutputtingFilter<G extends AbstractGraph<?,?,?>> - Interface in kieker.tools.traceAnalysis.filter
Interface for graph-outputting filters.
IGraphProducingFilter<G extends AbstractGraph<?,?,?>> - Interface in kieker.tools.traceAnalysis.filter
Interface for graph-producing filters.
IJMXController - Interface in kieker.monitoring.core.controller
This controller publishes all interface methods of IMonitoringController as a MBean.
Image - Class in kieker.analysis.display
This is a display type used for images.
Image() - Constructor for class kieker.analysis.display.Image
Creates a new instance of this class.
ImmutableEntry<K,V> - Class in kieker.common.util
Java's SimpleImmutableEntry, as in implementation of Map.Entry, is available for Java 1.6 or higher.
ImmutableEntry(K, V) - Constructor for class kieker.common.util.ImmutableEntry
Creates a new instance of this class using the given parameters.
IMonitoringController - Interface in kieker.monitoring.core.controller
 
IMonitoringProbe - Interface in kieker.monitoring.probe
This is just a marker interface any Kieker monitoring probe should implement.
IMonitoringRecord - Interface in kieker.common.record
All Kieker monitoring records have to implement this minimal interface.
IMonitoringRecord.Factory - Interface in kieker.common.record
Any record that implements this interface has to conform to certain specifications.
IMonitoringRecordReceiver - Interface in kieker.monitoring.core
 
IMonitoringWriter - Interface in kieker.monitoring.writer
 
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
Increments the experiment ID by 1 and returns the new value.
incExperimentId() - Method in class kieker.monitoring.core.controller.StateController
Increments the experiment ID by 1 and returns the new value.
incrementAndRecallThreadLocalEOI() - Method in enum kieker.monitoring.core.registry.ControlFlowRegistry
Since this method accesses a ThreadLocal variable, it is not (necessary to be) thread-safe.
info(String) - Method in interface kieker.common.logging.Log
Log a message with info log level.
info(String, Throwable) - Method in interface kieker.common.logging.Log
Log an error with info log level.
info(String) - Method in class kieker.common.logging.LogImplCommonsLogging

Log a message with info log level.

info(String, Throwable) - Method in class kieker.common.logging.LogImplCommonsLogging

Log an error with info log level.

info(String) - Method in class kieker.common.logging.LogImplJDK14

Log a message with info log level.

info(String, Throwable) - Method in class kieker.common.logging.LogImplJDK14

Log an error with info log level.

info(String) - Method in class kieker.common.logging.LogImplJUnit

Log a message with info log level.

info(String, Throwable) - Method in class kieker.common.logging.LogImplJUnit

Log an error with info log level.

info(String) - Method in class kieker.common.logging.LogImplNone

Log a message with info log level.

info(String, Throwable) - Method in class kieker.common.logging.LogImplNone

Log an error with info log level.

info(String) - Method in class kieker.common.logging.LogImplSLF4JLogging

Log a message with info log level.

info(String, Throwable) - Method in class kieker.common.logging.LogImplSLF4JLogging

Log an error with info log level.

info(String) - Method in class kieker.common.logging.LogImplWebguiLogging

Log a message with info log level.

info(String, Throwable) - Method in class kieker.common.logging.LogImplWebguiLogging

Log an error with info log level.

init() - Static method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelFactory
Creates the default factory implementation.
init() - Static method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init() - Method in class kieker.analysis.plugin.filter.AbstractFilterPlugin
Initiates the start of a component.
init() - Method in interface kieker.analysis.plugin.IPlugin
Initiates the start of a component.
init() - Method in class kieker.analysis.plugin.reader.AbstractReaderPlugin
Initiates the start of a component.
init(FilterConfig) - Method in class kieker.monitoring.probe.servlet.SessionAndTraceRegistrationFilter
 
init() - Method in class kieker.monitoring.writer.database.AsyncDbWriter
 
init() - Method in class kieker.monitoring.writer.database.SyncDbWriter
 
init() - Method in class kieker.monitoring.writer.DummyWriter
 
init() - Method in class kieker.monitoring.writer.PrintStreamWriter
 
init() - Method in class kieker.tools.traceAnalysis.filter.traceReconstruction.TraceReconstructionFilter
Initiates the start of a component. This method is called once when a AnalysisController's run() method is called. This implementation must not be blocking! Asynchronous consumers would spawn (an) asynchronous thread(s) in this method.
init() - Method in class kieker.tools.traceAnalysis.filter.visualization.AbstractGraphFilter
 
init() - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.AggregatedAllocationComponentOperationCallTreeFilter
Initiates the start of a component. This method is called once when a AnalysisController's run() method is called. This implementation must not be blocking! Asynchronous consumers would spawn (an) asynchronous thread(s) in this method.
init() - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.AggregatedAssemblyComponentOperationCallTreeFilter
Initiates the start of a component. This method is called once when a AnalysisController's run() method is called. This implementation must not be blocking! Asynchronous consumers would spawn (an) asynchronous thread(s) in this method.
initFromArray(Object[]) - Method in class kieker.common.record.controlflow.BranchingRecord
Deprecated. This record uses the IMonitoringRecord.Factory mechanism. Hence, this method is not implemented.
initFromArray(Object[]) - Method in class kieker.common.record.controlflow.OperationExecutionRecord
Deprecated. This record uses the IMonitoringRecord.Factory mechanism. Hence, this method is not implemented.
initFromArray(Object[]) - Method in class kieker.common.record.flow.AbstractEvent
Deprecated. This record uses the IMonitoringRecord.Factory mechanism. Hence, this method is not implemented.
initFromArray(Object[]) - Method in class kieker.common.record.flow.trace.Trace
Deprecated. This record uses the IMonitoringRecord.Factory mechanism. Hence, this method is not implemented.
initFromArray(Object[]) - Method in interface kieker.common.record.IMonitoringRecord
This method should initialize the record based on the given values.
initFromArray(Object[]) - Method in class kieker.common.record.misc.EmptyRecord
Deprecated. This record uses the IMonitoringRecord.Factory mechanism. Hence, this method is not implemented.
initFromArray(Object[]) - Method in class kieker.common.record.misc.KiekerMetadataRecord
Deprecated. This record uses the IMonitoringRecord.Factory mechanism. Hence, this method is not implemented.
initFromArray(Object[]) - Method in class kieker.common.record.misc.TimestampRecord
Deprecated. This record uses the IMonitoringRecord.Factory mechanism. Hence, this method is not implemented.
initFromArray(Object[]) - Method in class kieker.common.record.system.CPUUtilizationRecord
Deprecated. This record uses the IMonitoringRecord.Factory mechanism. Hence, this method is not implemented.
initFromArray(Object[]) - Method in class kieker.common.record.system.MemSwapUsageRecord
Deprecated. This record uses the IMonitoringRecord.Factory mechanism. Hence, this method is not implemented.
initFromArray(Object[]) - Method in class kieker.common.record.system.ResourceUtilizationRecord
Deprecated. This record uses the IMonitoringRecord.Factory mechanism. Hence, this method is not implemented.
initFromArray(Object[]) - Method in class kieker.monitoring.core.registry.RegistryRecord
Deprecated. This record uses the IMonitoringRecord.Factory mechanism. Hence, this method is not implemented.
initializePackageContents() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisMetaModelPackage
Complete the initialization of the package and its meta-model.
initShutdown(CountDownLatch) - Method in class kieker.monitoring.writer.AbstractAsyncThread
Initializes the shutdown of this thread if necessary.
input(Object) - Method in class kieker.analysis.plugin.filter.forward.ListCollectionFilter
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__NAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Name' attribute.
INPUT_PORT__PARENT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Parent' container reference.
INPUT_PORT__PARENT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Parent' container reference feature.
INPUT_PORT_FEATURE_COUNT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The number of structural features of the 'Input Port' class.
INPUT_PORT_NAME - Static variable in class kieker.analysis.plugin.filter.forward.ListCollectionFilter
The name of the input port for the incoming objects.
INPUT_PORT_NAME_ANY_RECORD - Static variable in class kieker.analysis.plugin.filter.select.TimestampFilter
The name of the input port accepting records of any type.
INPUT_PORT_NAME_COMBINED - Static variable in class kieker.analysis.plugin.filter.select.TimestampFilter
 
INPUT_PORT_NAME_COMBINED - Static variable in class kieker.analysis.plugin.filter.select.TraceIdFilter
The name of the input port accepting both types of records.
INPUT_PORT_NAME_EVENT_TRACE - Static variable in class kieker.tools.traceAnalysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
This is the name of the input port receiving new trace events.
INPUT_PORT_NAME_EVENTS - Static variable in class kieker.analysis.plugin.filter.forward.CountingFilter
The name of the input port receiving the incoming events.
INPUT_PORT_NAME_EVENTS - Static variable in class kieker.analysis.plugin.filter.forward.StringBufferFilter
The name of the input port for the incoming events.
INPUT_PORT_NAME_EVENTS - Static variable in class kieker.analysis.plugin.filter.forward.TeeFilter
The name of the input port for incoming events.
INPUT_PORT_NAME_EVENTS - Static variable in class kieker.analysis.plugin.filter.select.TypeFilter
The name of the input port receiving new events.
INPUT_PORT_NAME_EXECUTION - Static variable in class kieker.analysis.plugin.filter.select.TimestampFilter
The name of the input port accepting execution records.
INPUT_PORT_NAME_EXECUTION - Static variable in class kieker.analysis.plugin.filter.select.TraceIdFilter
The name of the input port accepting execution records.
INPUT_PORT_NAME_EXECUTION - Static variable in class kieker.tools.traceAnalysis.filter.executionFilter.TimestampFilter
Deprecated. This is the name of the input port receiving new executions.
INPUT_PORT_NAME_EXECUTION - Static variable in class kieker.tools.traceAnalysis.filter.executionFilter.TraceIdFilter
Deprecated. This is the name of the input port receiving new executions.
INPUT_PORT_NAME_EXECUTION_TRACE - Static variable in class kieker.tools.traceAnalysis.filter.traceFilter.TraceEquivalenceClassFilter
This is the name of the input port receiving new execution traces.
INPUT_PORT_NAME_EXECUTION_TRACES - Static variable in class kieker.tools.traceAnalysis.filter.traceWriter.ExecutionTraceWriterFilter
This is the name of the input port receiving new execution traces.
INPUT_PORT_NAME_EXECUTIONS - Static variable in class kieker.tools.traceAnalysis.filter.traceReconstruction.TraceReconstructionFilter
This is the name of the input port receiving new executions.
INPUT_PORT_NAME_FLOW - Static variable in class kieker.analysis.plugin.filter.select.TimestampFilter
The name of the input port accepting flow records.
INPUT_PORT_NAME_FLOW - Static variable in class kieker.analysis.plugin.filter.select.TraceIdFilter
The name of the input port accepting flow records.
INPUT_PORT_NAME_GRAPH - Static variable in class kieker.tools.traceAnalysis.filter.visualization.AbstractGraphFilter
The name of the filter's graph input port.
INPUT_PORT_NAME_GRAPHS - Static variable in class kieker.tools.traceAnalysis.filter.visualization.GraphWriterPlugin
Name of the plugin's graph input port.
INPUT_PORT_NAME_INVALID - Static variable in class kieker.tools.traceAnalysis.filter.flow.EventRecordTraceCounter
This is the name of the input port receiving invalid record traces.
INPUT_PORT_NAME_INVALID_EXECUTION_TRACES - Static variable in class kieker.tools.traceAnalysis.filter.traceWriter.InvalidExecutionTraceWriterFilter
This is the name of the input port receiving new (invalid) execution traces.
INPUT_PORT_NAME_MESSAGE_TRACES - Static variable in class kieker.tools.traceAnalysis.filter.AbstractMessageTraceProcessingFilter
The name of the input port receiving the message traces.
INPUT_PORT_NAME_NEW_RECORD - Static variable in class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
This is the name of the input port receiving new records.
INPUT_PORT_NAME_NEW_TIMESTAMP - Static variable in class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
This is the name of the input port receiving new timestamps.
INPUT_PORT_NAME_OBJECTS - Static variable in class kieker.analysis.plugin.filter.forward.CountingThroughputFilter
The name of the input port receiving other objects.
INPUT_PORT_NAME_RECORD - Static variable in class kieker.tools.logReplayer.filter.MonitoringRecordLoggerFilter
This is the name of the input port receiving new records.
INPUT_PORT_NAME_RECORDS - Static variable in class kieker.analysis.plugin.filter.forward.CountingThroughputFilter
The name of the input port receiving the records.
INPUT_PORT_NAME_RECORDS - Static variable in class kieker.analysis.plugin.filter.forward.RealtimeRecordDelayFilter
 
INPUT_PORT_NAME_RECORDS - Static variable in class kieker.tools.traceAnalysis.filter.executionRecordTransformation.ExecutionRecordTransformationFilter
This is the name of the input port receiving new operation execution records.
INPUT_PORT_NAME_TRACE_RECORDS - Static variable in class kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
The name of the input port receiving the trace records.
INPUT_PORT_NAME_VALID - Static variable in class kieker.tools.traceAnalysis.filter.flow.EventRecordTraceCounter
This is the name of the input port receiving valid record traces.
inputCombined(IMonitoringRecord) - Method in class kieker.analysis.plugin.filter.select.TimestampFilter
 
inputCombined(IMonitoringRecord) - Method in class kieker.analysis.plugin.filter.select.TraceIdFilter
This method represents an input port for both operation execution and flow records.
inputEvent(Object) - Method in class kieker.analysis.plugin.filter.forward.CountingFilter
This method represents the input port of this filter.
inputEvent(Object) - Method in class kieker.analysis.plugin.filter.forward.StringBufferFilter
 
inputEvent(Object) - Method in class kieker.analysis.plugin.filter.forward.TeeFilter
This method is the input port of the filter receiving incoming objects.
inputEvents(Object) - Method in class kieker.analysis.plugin.filter.select.TypeFilter
This method represents the input port for the incoming objects.
inputExecution(Execution) - Method in class kieker.tools.traceAnalysis.filter.executionFilter.TimestampFilter
Deprecated. This method represents the input port of this filter, processing incoming execution objects.
inputExecution(Execution) - Method in class kieker.tools.traceAnalysis.filter.executionFilter.TraceIdFilter
Deprecated. This method represents the input port of this filter, processing incoming execution objects.
inputExecutions(Execution) - Method in class kieker.tools.traceAnalysis.filter.traceReconstruction.TraceReconstructionFilter
This method represents the input port of this filter.
inputIMonitoringRecord(IMonitoringRecord) - Method in class kieker.analysis.plugin.filter.select.TimestampFilter
 
inputIMonitoringRecord(IMonitoringRecord) - Method in class kieker.tools.logReplayer.filter.MonitoringRecordLoggerFilter
This method represents the input port.
inputInvalidTrace(TraceEventRecords) - Method in class kieker.tools.traceAnalysis.filter.flow.EventRecordTraceCounter
This method represents the input port for the invalid traces.
inputMessageTraces(MessageTrace) - Method in class kieker.tools.traceAnalysis.filter.AbstractMessageTraceProcessingFilter
This is the (abstract) input port for the incoming message traces.
inputMessageTraces(MessageTrace) - Method in class kieker.tools.traceAnalysis.filter.traceWriter.MessageTraceWriterFilter
This is the (abstract) input port for the incoming message traces.
inputMessageTraces(MessageTrace) - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
 
inputMessageTraces(MessageTrace) - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.TraceCallTreeFilter
 
inputMessageTraces(MessageTrace) - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ComponentDependencyGraphAllocationFilter
This is the (abstract) input port for the incoming message traces.
inputMessageTraces(MessageTrace) - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ComponentDependencyGraphAssemblyFilter
This is the (abstract) input port for the incoming message traces.
inputMessageTraces(MessageTrace) - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ContainerDependencyGraphFilter
This is the (abstract) input port for the incoming message traces.
inputMessageTraces(MessageTrace) - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.OperationDependencyGraphAllocationFilter
This is the (abstract) input port for the incoming message traces.
inputMessageTraces(MessageTrace) - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.OperationDependencyGraphAssemblyFilter
This is the (abstract) input port for the incoming message traces.
inputMessageTraces(MessageTrace) - Method in class kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter
 
inputObjects(Object) - Method in class kieker.analysis.plugin.filter.forward.CountingThroughputFilter
This method represents the input port for incoming object.
inputOperationExecutionRecord(OperationExecutionRecord) - Method in class kieker.analysis.plugin.filter.select.TimestampFilter
This method represents the input port receiving trace events to be selected by a specific timestamp selector (based on tin and tout).
inputOperationExecutionRecord(OperationExecutionRecord) - Method in class kieker.analysis.plugin.filter.select.TraceIdFilter
This method represents an input port for operation execution records.
inputOperationExecutionRecords(OperationExecutionRecord) - Method in class kieker.tools.traceAnalysis.filter.executionRecordTransformation.ExecutionRecordTransformationFilter
This method represents the input port, processing incoming operation execution records.
InputPort - Annotation Type in kieker.analysis.plugin.annotation
This annotation can be used to mark methods as input ports.
inputRecord(IMonitoringRecord) - Method in class kieker.analysis.plugin.filter.forward.CountingThroughputFilter
This method represents the input port for incoming records.
inputRecord(IMonitoringRecord) - Method in class kieker.analysis.plugin.filter.forward.RealtimeRecordDelayFilter
 
inputRecord(IMonitoringRecord) - Method in class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
This method represents the input port for new records.
inputTimestamp(Long) - Method in class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
Evaluates the given timestamp internal current time which may lead to newly generated events via CurrentTimeEventGenerationFilter.OUTPUT_PORT_NAME_CURRENT_TIME_RECORD.
inputTraceEvent(IFlowRecord) - Method in class kieker.analysis.plugin.filter.select.TimestampFilter
This method represents the input port receiving trace events to be selected by a specific timestamp selector.
inputTraceEvent(IFlowRecord) - Method in class kieker.analysis.plugin.filter.select.TraceIdFilter
This method represents an input port for flow records.
inputTraceEvents(TraceEventRecords) - Method in class kieker.tools.traceAnalysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
This method represents the input port, processing incoming trace event records.
inputValidTrace(TraceEventRecords) - Method in class kieker.tools.traceAnalysis.filter.flow.EventRecordTraceCounter
This method represents the input port for the valid traces.
INVALID_TRACES_FN_PREFIX - Static variable in class kieker.tools.traceAnalysis.Constants
 
InvalidExecutionTrace - Class in kieker.tools.traceAnalysis.systemModel
This object represents an somehow invalid trace of executions.
InvalidExecutionTrace(ExecutionTrace) - Constructor for class kieker.tools.traceAnalysis.systemModel.InvalidExecutionTrace
Creates a new instance of this class using the given parameters.
InvalidExecutionTraceWriterFilter - Class in kieker.tools.traceAnalysis.filter.traceWriter
 
InvalidExecutionTraceWriterFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.traceWriter.InvalidExecutionTraceWriterFilter
Creates a new instance of this class using the given parameters.
InvalidExecutionTraceWriterFilter(Configuration) - Constructor for class kieker.tools.traceAnalysis.filter.traceWriter.InvalidExecutionTraceWriterFilter
Deprecated. To be removed in Kieker 1.8.
InvalidPatternException - Exception in kieker.monitoring.core.signaturePattern
 
InvalidPatternException(String) - Constructor for exception kieker.monitoring.core.signaturePattern.InvalidPatternException
Creates a new instance of this class using the given parameters.
InvalidPatternException(String, Throwable) - Constructor for exception kieker.monitoring.core.signaturePattern.InvalidPatternException
Creates a new instance of this class using the given parameters.
InvalidProjectContextException - Exception in kieker.analysis.exception
An exception to show that a plugin received an invalid project context.
InvalidProjectContextException(String, Throwable) - Constructor for exception kieker.analysis.exception.InvalidProjectContextException
Creates a new instance of this class using the given parameters.
InvalidProjectContextException(String) - Constructor for exception kieker.analysis.exception.InvalidProjectContextException
Creates a new instance of this class using the given parameters.
InvalidTraceException - Exception in kieker.tools.traceAnalysis.filter.traceReconstruction
This exception can be used to mark an invalid trace.
InvalidTraceException(String) - Constructor for exception kieker.tools.traceAnalysis.filter.traceReconstruction.InvalidTraceException
Creates a new instance of this class using the given parameters.
InvalidTraceException(String, Throwable) - Constructor for exception kieker.tools.traceAnalysis.filter.traceReconstruction.InvalidTraceException
Creates a new instance of this class using the given parameters.
invoke(MethodInvocation) - Method in class kieker.monitoring.probe.spring.executions.OperationExecutionMethodInvocationInterceptor
 
IObjectRecord - Interface in kieker.common.record.flow
Interface for all flow records that describe objects.
IOperationRecord - Interface in kieker.common.record.flow
Interface for all flow records that describe operations.
IOriginRetentionPolicy - Interface in kieker.tools.traceAnalysis.filter.visualization.graph
Origin retention policies control the way in which origins for graph elements are kept.
IPipeReader - Interface in kieker.common.namedRecordPipe
This is a simple interface for a reader that works on a pipe.
IPipeWriter - Interface in kieker.common.namedRecordPipe
This is a simple interface for a writer that works on a pipe.
IPlugin - Interface in kieker.analysis.plugin
This is the interface for plugins within Kieker.
IPlugin.PluginInputPortReference - Class in kieker.analysis.plugin
This simple class represents a container for the reference between a plugin, its input port and the corresponding method.
IPlugin.PluginInputPortReference(IPlugin, String, Method, Class<?>[]) - Constructor for class kieker.analysis.plugin.IPlugin.PluginInputPortReference
Creates a new instance of this class using the given parameters.
IPlugin.STATE - Enum in kieker.analysis.plugin
An enumeration used to describe the state of an AbstractPlugin.
IProbeController - Interface in kieker.monitoring.core.controller
 
IProjectContext - Interface in kieker.analysis
This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController.
IReaderPlugin - Interface in kieker.analysis.plugin.reader
This is the interface for reader plugins.
IRegistry<E> - Interface in kieker.monitoring.core.registry
A generic interface to assign unique IDs to objects.
IRegistryController - Interface in kieker.monitoring.core.controller
 
IRepository - Interface in kieker.analysis.repository
This is the interface for repositories within Kieker.
isActivated() - Method in class kieker.monitoring.core.signaturePattern.PatternEntry
 
ISampler - Interface in kieker.monitoring.core.sampler
 
ISamplingController - Interface in kieker.monitoring.core.controller
 
isAssumed() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.DependencyGraphNode
 
isAssumed() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.WeightedBidirectionalDependencyGraphEdge
 
isAssumed() - Method in class kieker.tools.traceAnalysis.systemModel.Execution
 
isCompatibleWith(IOriginRetentionPolicy) - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractOriginRetentionPolicy
Checks whether this policy is compatible (i.e.
isCompatibleWith(IOriginRetentionPolicy) - Method in interface kieker.tools.traceAnalysis.filter.visualization.graph.IOriginRetentionPolicy
Checks whether this policy is compatible (i.e.
isConnectionAllowed(AbstractPlugin, String, AbstractPlugin, String) - Static method in class kieker.analysis.plugin.AbstractPlugin
This method checks whether two plugins can be connected.
isDebug() - Method in interface kieker.monitoring.core.controller.IStateController
Is the debug mode enabled?
isDebug() - Method in class kieker.monitoring.core.controller.MonitoringController
 
isDebug() - Method in class kieker.monitoring.core.controller.StateController
 
isDebugEnabled() - Method in interface kieker.common.logging.Log
Is debug logging currently enabled?
isDebugEnabled() - Method in class kieker.common.logging.LogImplCommonsLogging

Is debug logging currently enabled?

isDebugEnabled() - Method in class kieker.common.logging.LogImplJDK14

Is debug logging currently enabled?

isDebugEnabled() - Method in class kieker.common.logging.LogImplJUnit

Is debug logging currently enabled?

isDebugEnabled() - Method in class kieker.common.logging.LogImplNone
 
isDebugEnabled() - Method in class kieker.common.logging.LogImplSLF4JLogging

Is debug logging currently enabled?

isDebugEnabled() - Method in class kieker.common.logging.LogImplWebguiLogging

Is debug logging currently enabled?

isDebugMode() - Method in class kieker.common.record.misc.KiekerMetadataRecord
 
isFactoryForType(Object) - Method in class kieker.analysis.model.analysisMetaModel.util.AnalysisMetaModelAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFinished() - Method in class kieker.monitoring.writer.AbstractAsyncThread
Can be used to determine whether the thread is in the finished state or not.
ISigarSamplerFactory - Interface in kieker.monitoring.sampler.sigar
Defines the list of methods to be provided by a factory for Sigar-based AbstractSigarSamplers.
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
 
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
Tests if a probe is active.
isProbeActivated(String) - Method in class kieker.monitoring.core.controller.ProbeController
Tests if a probe is active.
isRootComponent() - Method in class kieker.tools.traceAnalysis.systemModel.AssemblyComponent
Denotes whether this assembly component is a root component.
isRootComponent() - Method in class kieker.tools.traceAnalysis.systemModel.RootAssemblyComponent
 
isRootContainer() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionContainer
Returns whether this container is a root container.
isRootContainer() - Method in class kieker.tools.traceAnalysis.systemModel.RootExecutionContainer
 
isRootNode() - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractCallTreeNode
Tells whether the current node is a root node.
isRootNode() - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.CallTreeNode
Deprecated. Tells whether the current node is the root or not.
IStateController - Interface in kieker.monitoring.core.controller
 
ISystemModelElement - Interface in kieker.tools.traceAnalysis.systemModel
Abstract supertype for all entities in the system model.
ITimeSource - Interface in kieker.monitoring.timer
 
ITimeSourceController - Interface in kieker.monitoring.core.controller
 
ITraceRecord - Interface in kieker.common.record.flow
Interface for all flow records that describe information in traces.
IWriterController - Interface in kieker.monitoring.core.controller
The methods must not throw any exceptions but indicate problems via its respective return value.

J

JMSLogReplayer - Class in kieker.tools.logReplayer
An implementation of the AbstractLogReplayer, using the JMSReader to replay IMonitoringRecords from a JMS queue.
JMSLogReplayer(String, String, String, String) - Constructor for class kieker.tools.logReplayer.JMSLogReplayer
Creates a new JMS log replayer.
JMSReader - Class in kieker.analysis.plugin.reader.jms
Reads monitoring records from a (remote or local) JMS queue.
JMSReader(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.reader.jms.JMSReader
Creates a new instance of this class using the given parameters.
JMSReader(Configuration) - Constructor for class kieker.analysis.plugin.reader.jms.JMSReader
Deprecated. To be removed in Kieker 1.8.
JMXController - Class in kieker.monitoring.core.controller
 
JMXReader - Class in kieker.analysis.plugin.reader.jmx
This is a reader which reads the records from a JMX queue.
JMXReader(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.reader.jmx.JMXReader
Creates a new instance of this class using the given parameters.
JMXReader(Configuration) - Constructor for class kieker.analysis.plugin.reader.jmx.JMXReader
Deprecated. To be removed in Kieker 1.8.
JMXWriter - Class in kieker.monitoring.writer.jmx
 
JMXWriter(Configuration) - Constructor for class kieker.monitoring.writer.jmx.JMXWriter
Creates a new instance of this class using the given parameters.

K

KaxRun - Class in kieker.tools
A simple execution of Analysis Configurations.
KaxViz - Class in kieker.tools
A simple visualization of Analysis Configurations.
KaxViz(String, AnalysisController, String) - Constructor for class kieker.tools.KaxViz
 
kieker.analysis - package kieker.analysis
 
kieker.analysis.analysisComponent - package kieker.analysis.analysisComponent
 
kieker.analysis.annotation - package kieker.analysis.annotation
 
kieker.analysis.display - package kieker.analysis.display
 
kieker.analysis.display.annotation - package kieker.analysis.display.annotation
 
kieker.analysis.exception - package kieker.analysis.exception
 
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
 
kieker.analysis.plugin.annotation - package kieker.analysis.plugin.annotation
 
kieker.analysis.plugin.filter - package kieker.analysis.plugin.filter
 
kieker.analysis.plugin.filter.flow - package kieker.analysis.plugin.filter.flow
 
kieker.analysis.plugin.filter.forward - package kieker.analysis.plugin.filter.forward
 
kieker.analysis.plugin.filter.select - package kieker.analysis.plugin.filter.select
 
kieker.analysis.plugin.reader - package kieker.analysis.plugin.reader
 
kieker.analysis.plugin.reader.database - package kieker.analysis.plugin.reader.database
 
kieker.analysis.plugin.reader.filesystem - package kieker.analysis.plugin.reader.filesystem
 
kieker.analysis.plugin.reader.jms - package kieker.analysis.plugin.reader.jms
 
kieker.analysis.plugin.reader.jmx - package kieker.analysis.plugin.reader.jmx
 
kieker.analysis.plugin.reader.list - package kieker.analysis.plugin.reader.list
 
kieker.analysis.plugin.reader.namedRecordPipe - package kieker.analysis.plugin.reader.namedRecordPipe
 
kieker.analysis.repository - package kieker.analysis.repository
 
kieker.analysis.repository.annotation - package kieker.analysis.repository.annotation
 
kieker.common.configuration - package kieker.common.configuration
 
kieker.common.exception - package kieker.common.exception
 
kieker.common.logging - package kieker.common.logging
 
kieker.common.namedRecordPipe - package kieker.common.namedRecordPipe
 
kieker.common.record - package kieker.common.record
 
kieker.common.record.controlflow - package kieker.common.record.controlflow
 
kieker.common.record.flow - package kieker.common.record.flow
 
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.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.object - package kieker.common.record.flow.trace.operation.object
 
kieker.common.record.misc - package kieker.common.record.misc
 
kieker.common.record.system - package kieker.common.record.system
 
kieker.common.util - package kieker.common.util
 
kieker.common.util.filesystem - package kieker.common.util.filesystem
 
kieker.common.util.signature - package kieker.common.util.signature
 
kieker.monitoring.annotation - package kieker.monitoring.annotation
 
kieker.monitoring.core - package kieker.monitoring.core
 
kieker.monitoring.core.configuration - package kieker.monitoring.core.configuration
 
kieker.monitoring.core.controller - package kieker.monitoring.core.controller
 
kieker.monitoring.core.registry - package kieker.monitoring.core.registry
 
kieker.monitoring.core.sampler - package kieker.monitoring.core.sampler
 
kieker.monitoring.core.servlet - package kieker.monitoring.core.servlet
 
kieker.monitoring.core.signaturePattern - package kieker.monitoring.core.signaturePattern
 
kieker.monitoring.probe - package kieker.monitoring.probe
 
kieker.monitoring.probe.aspectj - package kieker.monitoring.probe.aspectj
 
kieker.monitoring.probe.aspectj.flow.concurrency - package kieker.monitoring.probe.aspectj.flow.concurrency
 
kieker.monitoring.probe.aspectj.flow.construction - package kieker.monitoring.probe.aspectj.flow.construction
 
kieker.monitoring.probe.aspectj.flow.constructorCall - package kieker.monitoring.probe.aspectj.flow.constructorCall
 
kieker.monitoring.probe.aspectj.flow.constructorExecution - package kieker.monitoring.probe.aspectj.flow.constructorExecution
 
kieker.monitoring.probe.aspectj.flow.operationCall - package kieker.monitoring.probe.aspectj.flow.operationCall
 
kieker.monitoring.probe.aspectj.flow.operationCallObject - package kieker.monitoring.probe.aspectj.flow.operationCallObject
 
kieker.monitoring.probe.aspectj.flow.operationExecution - package kieker.monitoring.probe.aspectj.flow.operationExecution
 
kieker.monitoring.probe.aspectj.flow.operationExecutionObject - package kieker.monitoring.probe.aspectj.flow.operationExecutionObject
 
kieker.monitoring.probe.aspectj.operationExecution - package kieker.monitoring.probe.aspectj.operationExecution
 
kieker.monitoring.probe.cxf - package kieker.monitoring.probe.cxf
 
kieker.monitoring.probe.manual - package kieker.monitoring.probe.manual
 
kieker.monitoring.probe.servlet - package kieker.monitoring.probe.servlet
 
kieker.monitoring.probe.spring.executions - package kieker.monitoring.probe.spring.executions
 
kieker.monitoring.sampler.sigar - package kieker.monitoring.sampler.sigar
 
kieker.monitoring.sampler.sigar.samplers - package kieker.monitoring.sampler.sigar.samplers
 
kieker.monitoring.timer - package kieker.monitoring.timer
 
kieker.monitoring.writer - package kieker.monitoring.writer
 
kieker.monitoring.writer.database - package kieker.monitoring.writer.database
 
kieker.monitoring.writer.filesystem - package kieker.monitoring.writer.filesystem
 
kieker.monitoring.writer.filesystem.async - package kieker.monitoring.writer.filesystem.async
 
kieker.monitoring.writer.filesystem.map - package kieker.monitoring.writer.filesystem.map
 
kieker.monitoring.writer.jms - package kieker.monitoring.writer.jms
 
kieker.monitoring.writer.jmx - package kieker.monitoring.writer.jmx
 
kieker.monitoring.writer.namedRecordPipe - package kieker.monitoring.writer.namedRecordPipe
 
kieker.tools - package kieker.tools
 
kieker.tools.currentTimeEventGenerator - package kieker.tools.currentTimeEventGenerator
 
kieker.tools.loggingTimestampConverter - package kieker.tools.loggingTimestampConverter
 
kieker.tools.logReplayer - package kieker.tools.logReplayer
 
kieker.tools.logReplayer.filter - package kieker.tools.logReplayer.filter
 
kieker.tools.traceAnalysis - package kieker.tools.traceAnalysis
 
kieker.tools.traceAnalysis.filter - package kieker.tools.traceAnalysis.filter
 
kieker.tools.traceAnalysis.filter.executionFilter - package kieker.tools.traceAnalysis.filter.executionFilter
 
kieker.tools.traceAnalysis.filter.executionRecordTransformation - package kieker.tools.traceAnalysis.filter.executionRecordTransformation
 
kieker.tools.traceAnalysis.filter.flow - package kieker.tools.traceAnalysis.filter.flow
 
kieker.tools.traceAnalysis.filter.systemModel - package kieker.tools.traceAnalysis.filter.systemModel
 
kieker.tools.traceAnalysis.filter.traceFilter - package kieker.tools.traceAnalysis.filter.traceFilter
 
kieker.tools.traceAnalysis.filter.traceReconstruction - package kieker.tools.traceAnalysis.filter.traceReconstruction
 
kieker.tools.traceAnalysis.filter.traceWriter - package kieker.tools.traceAnalysis.filter.traceWriter
 
kieker.tools.traceAnalysis.filter.visualization - package kieker.tools.traceAnalysis.filter.visualization
 
kieker.tools.traceAnalysis.filter.visualization.callTree - package kieker.tools.traceAnalysis.filter.visualization.callTree
 
kieker.tools.traceAnalysis.filter.visualization.dependencyGraph - package kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
 
kieker.tools.traceAnalysis.filter.visualization.descriptions - package kieker.tools.traceAnalysis.filter.visualization.descriptions
 
kieker.tools.traceAnalysis.filter.visualization.exception - package kieker.tools.traceAnalysis.filter.visualization.exception
 
kieker.tools.traceAnalysis.filter.visualization.graph - package kieker.tools.traceAnalysis.filter.visualization.graph
 
kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram - package kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram
 
kieker.tools.traceAnalysis.filter.visualization.traceColoring - package kieker.tools.traceAnalysis.filter.visualization.traceColoring
 
kieker.tools.traceAnalysis.filter.visualization.util.dot - package kieker.tools.traceAnalysis.filter.visualization.util.dot
 
kieker.tools.traceAnalysis.repository - package kieker.tools.traceAnalysis.repository
 
kieker.tools.traceAnalysis.systemModel - package kieker.tools.traceAnalysis.systemModel
 
kieker.tools.traceAnalysis.systemModel.repository - package kieker.tools.traceAnalysis.systemModel.repository
 
kieker.tools.traceAnalysis.systemModel.util - package kieker.tools.traceAnalysis.systemModel.util
 
kieker.tools.util - package kieker.tools.util
 
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
This records collects metadata for the monitoring session.
KiekerMetadataRecord(String, String, String, int, boolean, long, String, long) - Constructor for class kieker.common.record.misc.KiekerMetadataRecord
Creates a new instance of this class.
KiekerMetadataRecord(Object[]) - Constructor for class kieker.common.record.misc.KiekerMetadataRecord
Creates a new instance of this class using the given parameter.

L

LEGACY_FILE_PREFIX - Static variable in class kieker.common.util.filesystem.FSUtil
The old prefix of Kieker's record files.
LEGACY_MAP_FILENAME - Static variable in class kieker.common.util.filesystem.FSUtil
The old name of Kieker's map files.
ListCollectionFilter<T> - Class in kieker.analysis.plugin.filter.forward
This filter collects the incoming objects in a simple synchronized list.
ListCollectionFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.forward.ListCollectionFilter
Creates a new instance of this class using the given parameters.
ListCollectionFilter(Configuration) - Constructor for class kieker.analysis.plugin.filter.forward.ListCollectionFilter
Deprecated. To be removed in Kieker 1.8.
ListReader<T> - Class in kieker.analysis.plugin.reader.list
Helper class that reads records added using the methods ListReader.addAllObjects(List) or ListReader.addObject(Object).
ListReader(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.reader.list.ListReader
Creates a new instance of this class using the given parameters.
ListReader(Configuration) - Constructor for class kieker.analysis.plugin.reader.list.ListReader
Deprecated. To be removed in Kieker 1.8.
loadFromFile(File) - Static method in class kieker.analysis.AnalysisController
This method can be used to load a meta model instance from a given file.
Log - Interface in kieker.common.logging
A simple logging interface abstracting logging APIs.
LogFactory - Class in kieker.common.logging
This factory class should be used to get new logger instances.
LoggingTimestampConverter - Class in kieker.tools.util
This is a utility class which can be used to convert timestamps, for example by transforming a simple timestamp into a human-readable datetime string.
LoggingTimestampConverterTool - Class in kieker.tools.loggingTimestampConverter
This tool can be used to convert timestamps.
LogImplCommonsLogging - Class in kieker.common.logging
This is an actual implementation of the logging interface used by the common logger of the JVM.
LogImplJDK14 - Class in kieker.common.logging
This is an actual implementation of the logging interface used by the JDK 14 logger.
LogImplJUnit - Class in kieker.common.logging
This is an actual implementation of the logging interface used by the JUnit logger.
LogImplNone - Class in kieker.common.logging
 
LogImplSLF4JLogging - Class in kieker.common.logging
This is an actual implementation of the logging interface used by SLF4J logger.
LogImplSLF4JLogging(String) - Constructor for class kieker.common.logging.LogImplSLF4JLogging
Creates a new instance of this class.
LogImplWebguiLogging - Class in kieker.common.logging
This is a simple logger for the Kieker WebGUI.
lookupAllocationComponentInstanceByNamedIdentifier(String) - Method in class kieker.tools.traceAnalysis.systemModel.repository.AllocationRepository
Returns the instance for the passed factoryIdentifier; null if no instance with this factoryIdentifier.
lookupAssemblyComponentById(int) - Method in class kieker.tools.traceAnalysis.systemModel.repository.AssemblyRepository
Returns the instance for the passed ID; null if no instance with this ID exists.
lookupAssemblyComponentInstanceByNamedIdentifier(String) - Method in class kieker.tools.traceAnalysis.systemModel.repository.AssemblyRepository
Returns the instance for the passed factoryIdentifier; null if no instance with this factoryIdentifier.
lookupComponentTypeByNamedIdentifier(String) - Method in class kieker.tools.traceAnalysis.systemModel.repository.TypeRepository
Returns the instance for the passed namedIdentifier; null if no instance with this namedIdentifier.
lookupExecutionContainerByContainerId(int) - Method in class kieker.tools.traceAnalysis.systemModel.repository.ExecutionEnvironmentRepository
Returns the instance for the passed container ID; null if no instance with this ID.
lookupExecutionContainerByNamedIdentifier(String) - Method in class kieker.tools.traceAnalysis.systemModel.repository.ExecutionEnvironmentRepository
 
lookupOperationByNamedIdentifier(String) - Method in class kieker.tools.traceAnalysis.systemModel.repository.OperationRepository
 

M

main(String[]) - Static method in class kieker.tools.KaxRun
Starts an AnalysisController with a .kax file.
main(String[]) - Static method in class kieker.tools.KaxViz
Starts the Visualization of a .kax file.
main(String[]) - Static method in class kieker.tools.loggingTimestampConverter.LoggingTimestampConverterTool
This is the main method of the tool.
main(String[]) - Static method in class kieker.tools.logReplayer.FilesystemLogReplayerStarter
The main method of the tool.
main(String[]) - Static method in class kieker.tools.traceAnalysis.TraceAnalysisTool
This is the main method of the tool.
MAnalysisComponent - Class in kieker.analysis.model.analysisMetaModel.impl
An implementation of the model object 'Analysis Component'.
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_FILENAME - Static variable in class kieker.common.util.filesystem.FSUtil
The name of Kieker's map files.
MappingFileWriter - Class in kieker.monitoring.writer.filesystem.map
This writer is a helper class to handle the mapping files for Kieker's records, containing the mapping between short IDs and actual record classes.
MappingFileWriter(String) - Constructor for class kieker.monitoring.writer.filesystem.map.MappingFileWriter
Creates a new instance of this class using the given parameters.
MAX_TIMESTAMP - Static variable in class kieker.tools.logReplayer.AbstractLogReplayer
 
MAX_TIMESTAMP - Static variable in class kieker.tools.traceAnalysis.filter.AbstractTimestampFilter
Deprecated.  
MDependency - Class in kieker.analysis.model.analysisMetaModel.impl
An implementation of the model object 'Dependency'.
MDisplay - Class in kieker.analysis.model.analysisMetaModel.impl
An implementation of the model object 'Display'.
MDisplayConnector - Class in kieker.analysis.model.analysisMetaModel.impl
An implementation of the model object 'Display Connector'.
member2constructor(Object, ProceedingJoinPoint, JoinPoint.EnclosingStaticPart) - Method in class kieker.monitoring.probe.aspectj.flow.constructorCall.AbstractAspect
This is an advice used around calls from members to constructors.
member2memberOperation(Object, Object, ProceedingJoinPoint, JoinPoint.EnclosingStaticPart) - Method in class kieker.monitoring.probe.aspectj.flow.operationCall.AbstractAspect
 
member2memberOperation(Object, Object, ProceedingJoinPoint, JoinPoint.EnclosingStaticPart) - Method in class kieker.monitoring.probe.aspectj.flow.operationCallObject.AbstractAspect
 
member2staticOperation(Object, ProceedingJoinPoint, JoinPoint.EnclosingStaticPart) - Method in class kieker.monitoring.probe.aspectj.flow.operationCall.AbstractAspect
 
member2staticOperation(Object, ProceedingJoinPoint, JoinPoint.EnclosingStaticPart) - Method in class kieker.monitoring.probe.aspectj.flow.operationCallObject.AbstractAspect
 
MemSwapUsageRecord - Class in kieker.common.record.system
 
MemSwapUsageRecord(long, String, long, long, long, long, long, long) - Constructor for class kieker.common.record.system.MemSwapUsageRecord
Constructs a new MemSwapUsageRecord with the given values.
MemSwapUsageRecord(Object[]) - Constructor for class kieker.common.record.system.MemSwapUsageRecord
This constructor converts the given array into a record.
MemSwapUsageSampler - Class in kieker.monitoring.sampler.sigar.samplers
Logs memory and swap statistics retrieved from Mem and Swap, as MemSwapUsageRecords via IWriterController.newMonitoringRecord(kieker.common.record.IMonitoringRecord) .
MemSwapUsageSampler(SigarProxy) - Constructor for class kieker.monitoring.sampler.sigar.samplers.MemSwapUsageSampler
Constructs a new AbstractSigarSampler with given SigarProxy instance used to retrieve the sensor data.
MESSAGE_TRACES_FN_PREFIX - Static variable in class kieker.tools.traceAnalysis.Constants
 
MessageTrace - Class in kieker.tools.traceAnalysis.systemModel
This class is a container for a whole trace of messages (represented as actual instances of AbstractMessage).
MessageTrace(long, List<AbstractMessage>) - Constructor for class kieker.tools.traceAnalysis.systemModel.MessageTrace
Creates a new instance of this class using the given parameters.
MessageTrace(long, String, List<AbstractMessage>) - Constructor for class kieker.tools.traceAnalysis.systemModel.MessageTrace
Creates a new instance of this class using the given parameters.
MessageTraceWriterFilter - Class in kieker.tools.traceAnalysis.filter.traceWriter
 
MessageTraceWriterFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.traceWriter.MessageTraceWriterFilter
Creates a new instance of this class using the given parameters.
MessageTraceWriterFilter(Configuration) - Constructor for class kieker.tools.traceAnalysis.filter.traceWriter.MessageTraceWriterFilter
Deprecated. To be removed in Kieker 1.8.
MFilter - Class in kieker.analysis.model.analysisMetaModel.impl
An implementation of the model object 'Filter'.
MIAnalysisComponent - Interface in kieker.analysis.model.analysisMetaModel
A representation of the model object 'Analysis Component'.
MIAnalysisMetaModelFactory - Interface in kieker.analysis.model.analysisMetaModel
The Factory for the model.
MIAnalysisMetaModelPackage - Interface in kieker.analysis.model.analysisMetaModel
The Package for the model.
MIAnalysisMetaModelPackage.Literals - Interface in kieker.analysis.model.analysisMetaModel
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
MIDependency - Interface in kieker.analysis.model.analysisMetaModel
A representation of the model object 'Dependency'.
MIDisplay - Interface in kieker.analysis.model.analysisMetaModel
A representation of the model object 'Display'.
MIDisplayConnector - Interface in kieker.analysis.model.analysisMetaModel
A representation of the model object 'Display Connector'.
MIFilter - Interface in kieker.analysis.model.analysisMetaModel
A representation of the model object 'Filter'.
MIInputPort - Interface in kieker.analysis.model.analysisMetaModel
A representation of the model object 'Input Port'.
MIN_TIMESTAMP - Static variable in class kieker.tools.logReplayer.AbstractLogReplayer
 
MIN_TIMESTAMP - Static variable in class kieker.tools.traceAnalysis.filter.AbstractTimestampFilter
Deprecated.  
MInputPort - Class in kieker.analysis.model.analysisMetaModel.impl
An implementation of the model object 'Input Port'.
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'.
monitorBranch(int, int) - Static method in class kieker.monitoring.probe.manual.BranchingProbe
 
monitoredConstructor() - Method in class kieker.monitoring.probe.aspectj.flow.construction.AbstractAspect
The pointcut for the monitored constructors.
monitoredConstructor() - Method in class kieker.monitoring.probe.aspectj.flow.construction.Annotation
 
monitoredConstructor() - Method in class kieker.monitoring.probe.aspectj.flow.construction.FullInstrumentation
 
monitoredConstructor() - Method in class kieker.monitoring.probe.aspectj.flow.constructorCall.AbstractAspect
The pointcut for the monitored constructors.
monitoredConstructor() - Method in class kieker.monitoring.probe.aspectj.flow.constructorCall.Annotation
 
monitoredConstructor() - Method in class kieker.monitoring.probe.aspectj.flow.constructorCall.FullInstrumentation
 
monitoredConstructor() - Method in class kieker.monitoring.probe.aspectj.flow.constructorExecution.AbstractAspect
The pointcut for the monitored constructors.
monitoredConstructor() - Method in class kieker.monitoring.probe.aspectj.flow.constructorExecution.Annotation
 
monitoredConstructor() - Method in class kieker.monitoring.probe.aspectj.flow.constructorExecution.FullInstrumentation
 
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.flow.operationCall.AbstractAspect
The pointcut for the monitored operations.
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.flow.operationCall.Annotation
 
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.flow.operationCall.FullInstrumentation
 
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.flow.operationCall.FullInstrumentationNoGetterAndSetter
 
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.flow.operationCallObject.AbstractAspect
This is the pointcut for the monitored operations.
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.flow.operationCallObject.Annotation
 
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.flow.operationCallObject.FullInstrumentation
 
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.flow.operationCallObject.FullInstrumentationNoGetterAndSetter
 
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.flow.operationExecution.AbstractAspect
The pointcut for the monitored operations.
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.flow.operationExecution.Annotation
 
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.flow.operationExecution.FullInstrumentation
 
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.flow.operationExecution.FullInstrumentationNoGetterAndSetter
 
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.flow.operationExecutionObject.AbstractAspect
This is the pointcut for the monitored operations.
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.flow.operationExecutionObject.Annotation
 
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.flow.operationExecutionObject.FullInstrumentation
 
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.flow.operationExecutionObject.FullInstrumentationNoGetterAndSetter
 
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.operationExecution.AbstractOperationExecutionAspect
The pointcut for the monitored operations.
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.operationExecution.OperationExecutionAspectAnnotation
 
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.operationExecution.OperationExecutionAspectAnnotationServlet
 
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.operationExecution.OperationExecutionAspectFull
 
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.operationExecution.OperationExecutionAspectFullNoGetterAndSetter
 
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.operationExecution.OperationExecutionAspectFullNoGetterAndSetterServlet
 
monitoredOperation() - Method in class kieker.monitoring.probe.aspectj.operationExecution.OperationExecutionAspectFullServlet
 
monitoredServlet(HttpServletRequest, HttpServletResponse) - Method in class kieker.monitoring.probe.aspectj.operationExecution.AbstractOperationExecutionAspectServlet
 
monitoredServlet(HttpServletRequest, HttpServletResponse) - Method in class kieker.monitoring.probe.aspectj.operationExecution.OperationExecutionAspectAnnotationServlet
 
monitoredServlet(HttpServletRequest, HttpServletResponse) - Method in class kieker.monitoring.probe.aspectj.operationExecution.OperationExecutionAspectFullNoGetterAndSetterServlet
 
monitoredServlet(HttpServletRequest, HttpServletResponse) - Method in class kieker.monitoring.probe.aspectj.operationExecution.OperationExecutionAspectFullServlet
 
MonitoringController - Class in kieker.monitoring.core.controller
 
MonitoringReaderException - Exception in kieker.analysis.exception
Deprecated. To be removed in Kieker 1.8
MonitoringReaderException(String, Throwable) - Constructor for exception kieker.analysis.exception.MonitoringReaderException
Deprecated. Creates a new instance of this class using the given parameters.
MonitoringReaderException(String) - Constructor for exception kieker.analysis.exception.MonitoringReaderException
Deprecated. Creates a new instance of this class using the given parameters.
MonitoringRecordConsumerException - Exception in kieker.analysis.exception
Deprecated. To be removed in Kieker 1.8
MonitoringRecordConsumerException(String, Throwable) - Constructor for exception kieker.analysis.exception.MonitoringRecordConsumerException
Deprecated. Creates a new instance of this class using the given parameters.
MonitoringRecordConsumerException(String) - Constructor for exception kieker.analysis.exception.MonitoringRecordConsumerException
Deprecated. Creates a new instance of this class using the given parameters.
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 class using the given parameters.
MonitoringRecordException(String, Throwable) - Constructor for exception kieker.common.exception.MonitoringRecordException
Creates a new instance of this class using the given parameters.
MonitoringRecordLoggerFilter - Class in kieker.tools.logReplayer.filter
Passes IMonitoringRecords received via its input port MonitoringRecordLoggerFilter.INPUT_PORT_NAME_RECORD to its own IMonitoringController instance, which is created based on the Configuration file passed via the filter's property MonitoringRecordLoggerFilter.CONFIG_PROPERTY_NAME_MONITORING_PROPS_FN.
MonitoringRecordLoggerFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.logReplayer.filter.MonitoringRecordLoggerFilter
Creates a new instance of this class using the given parameters.
MonitoringRecordLoggerFilter(Configuration) - Constructor for class kieker.tools.logReplayer.filter.MonitoringRecordLoggerFilter
Deprecated. To be removed in Kieker 1.8.
MonitoringRecordReceiverException - Exception in kieker.common.exception
Deprecated. To be removed in Kieker 1.8
MonitoringRecordReceiverException(String) - Constructor for exception kieker.common.exception.MonitoringRecordReceiverException
Deprecated. Creates a new instance of this class using the given parameters.
MonitoringRecordReceiverException(String, Throwable) - Constructor for exception kieker.common.exception.MonitoringRecordReceiverException
Deprecated. Creates a new instance of this class using the given parameters.
MOutputPort - Class in kieker.analysis.model.analysisMetaModel.impl
An implementation of the model object 'Output Port'.
MPlugin - Class in kieker.analysis.model.analysisMetaModel.impl
An implementation of the model object 'Plugin'.
MPort - Class in kieker.analysis.model.analysisMetaModel.impl
An implementation of the model object 'Port'.
MProject - Class in kieker.analysis.model.analysisMetaModel.impl
An implementation of the model object 'Project'.
MProperty - Class in kieker.analysis.model.analysisMetaModel.impl
An implementation of the model object 'Property'.
MReader - Class in kieker.analysis.model.analysisMetaModel.impl
An implementation of the model object 'Reader'.
MRepository - Class in kieker.analysis.model.analysisMetaModel.impl
An implementation of the model object 'Repository'.
MRepositoryConnector - Class in kieker.analysis.model.analysisMetaModel.impl
An implementation of the model object 'Repository Connector'.
MView - Class in kieker.analysis.model.analysisMetaModel.impl
An implementation of the model object 'View'.

N

NAMESPACE_URI - Static variable in interface kieker.monitoring.probe.cxf.SOAPHeaderConstants
This is the namespace URI which is used to assembly the qualified names.
newCall(T, MessageTrace, IOriginRetentionPolicy) - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractCallTreeNode
 
newCall(AllocationComponentOperationPair, MessageTrace, IOriginRetentionPolicy) - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.TraceCallTreeNode
 
newEvent(IFlowRecord) - Method in class kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
This method is the input port for the new events for this filter.
newExecutionTrace(ExecutionTrace) - Method in class kieker.tools.traceAnalysis.filter.traceFilter.TraceEquivalenceClassFilter
This method represents the input port of this filter, processing incoming execution traces.
newExecutionTrace(ExecutionTrace) - Method in class kieker.tools.traceAnalysis.filter.traceWriter.ExecutionTraceWriterFilter
This method represents the input port of this filter.
newInvalidExecutionTrace(InvalidExecutionTrace) - Method in class kieker.tools.traceAnalysis.filter.traceWriter.InvalidExecutionTraceWriterFilter
This method represents the input port of this filter.
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.analysis.plugin.reader.filesystem.FSReader
This method is called for each new record by each ReaderThread.
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.analysis.plugin.reader.namedRecordPipe.PipeReader
This method sends a given records directly to the output port.
newMonitoringRecord(IMonitoringRecord) - Method in interface kieker.common.namedRecordPipe.IPipeReader
Called for each new record.
newMonitoringRecord(IMonitoringRecord) - Method in interface kieker.common.namedRecordPipe.IPipeWriter
Called for each new record.
newMonitoringRecord(IMonitoringRecord) - Method in interface kieker.monitoring.core.controller.IWriterController
Called for each new record.
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.monitoring.core.controller.MonitoringController
Called for each new record.
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.monitoring.core.controller.WriterController
Called for each new record.
newMonitoringRecord(IMonitoringRecord) - Method in interface kieker.monitoring.core.IMonitoringRecordReceiver
Called for each new record.
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.monitoring.writer.AbstractAsyncWriter
Called for each new record.
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.monitoring.writer.database.SyncDbWriter
Called for each new record.
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.monitoring.writer.DummyWriter
This method consumes the record but does nothing with it.
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.monitoring.writer.filesystem.SyncFsWriter
Called for each new record.
newMonitoringRecord(IMonitoringRecord) - Method in interface kieker.monitoring.writer.IMonitoringWriter
Called for each new record.
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.monitoring.writer.jmx.JMXWriter
Called for each new record.
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.monitoring.writer.jmx.KiekerJMXMonitoringLog
Consumes the given record by sending a notification.
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.monitoring.writer.namedRecordPipe.PipeWriter
Called for each new record.
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.monitoring.writer.PrintStreamWriter
Called for each new record.
NO_CAUSE - Static variable in class kieker.common.record.flow.trace.operation.AfterOperationFailedEvent
Constant to be used if no cause required.
NO_CAUSE - Static variable in class kieker.common.record.flow.trace.operation.constructor.AfterConstructorFailedEvent
Constant to be used if no cause required.
NO_CAUSE - Static variable in class kieker.common.record.flow.trace.operation.object.AfterOperationFailedObjectEvent
Deprecated. to be removed in Kieker 1.8
NO_CONTROLLERNAME - Static variable in class kieker.common.record.misc.KiekerMetadataRecord
Constant to be used if no value available.
NO_EOI_ESS - Static variable in class kieker.common.record.controlflow.OperationExecutionRecord
Constant to be used if no eoi or ess required.
NO_HOSTNAME - Static variable in class kieker.common.record.controlflow.OperationExecutionRecord
Constant to be used if no hostname required.
NO_HOSTNAME - Static variable in class kieker.common.record.flow.trace.Trace
Constant to be used if no hostname required.
NO_HOSTNAME - Static variable in class kieker.common.record.misc.KiekerMetadataRecord
Constant to be used if no value available.
NO_NAME - Static variable in annotation type kieker.analysis.plugin.annotation.Plugin
The default value to show that a plugin has no name.
NO_NAME - Static variable in annotation type kieker.analysis.repository.annotation.Repository
This constant can be used as a value to show that the component has no name.
NO_PARENT_ORDER_INDEX - Static variable in class kieker.common.record.flow.trace.Trace
Constant to be used if no trace parent order index required.
NO_PARENT_TRACEID - Static variable in class kieker.common.record.flow.trace.Trace
Constant to be used if no trace parent ID required.
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
Constant to be used if no session ID required.
NO_SESSION_ID - Static variable in class kieker.common.record.flow.trace.Trace
Constant to be used if no sessionId required.
NO_SESSION_ID - Static variable in class kieker.tools.traceAnalysis.systemModel.Execution
This constant marks that an execution has no session ID.
NO_TIMESOURCE - Static variable in class kieker.common.record.misc.KiekerMetadataRecord
Constant to be used if no value available.
NO_TIMESTAMP - Static variable in class kieker.common.record.controlflow.OperationExecutionRecord
Constant to be used if no timestamp required.
NO_TIMEUNIT - Static variable in class kieker.common.record.misc.KiekerMetadataRecord
Constant to be used if no value available.
NO_TRACE_ID - Static variable in class kieker.tools.traceAnalysis.systemModel.AbstractTrace
This constant can be used as an ID to show that the trace has no ID.
NO_TRACEID - Static variable in class kieker.common.record.controlflow.OperationExecutionRecord
Constant to be used if no trace ID required.
noGetterAndSetter() - Method in class kieker.monitoring.probe.aspectj.AbstractAspectJProbe
This is a pointcut accepting everything that is neither a getter nor a setter.
NoOriginRetentionPolicy - Class in kieker.tools.traceAnalysis.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_FILE_EXTENSION - Static variable in class kieker.common.util.filesystem.FSUtil
The usual extension of Kieker's record files.
notifyPipeClosed() - Method in class kieker.analysis.plugin.reader.namedRecordPipe.PipeReader
Called to notify the reader that the pipe is closed.
notifyPipeClosed() - Method in interface kieker.common.namedRecordPipe.IPipeReader
Called to notify the reader that the pipe is closed.
notWithinKieker() - Method in class kieker.monitoring.probe.aspectj.AbstractAspectJProbe
This is a pointcut accepting everything that is not within kieker.common, kieker.monitoring, kieker.analysis and kieker.tools.

O

operation(Object, ProceedingJoinPoint) - Method in class kieker.monitoring.probe.aspectj.flow.operationExecution.AbstractAspect
 
operation(Object, ProceedingJoinPoint) - Method in class kieker.monitoring.probe.aspectj.flow.operationExecutionObject.AbstractAspect
 
operation(ProceedingJoinPoint) - Method in class kieker.monitoring.probe.aspectj.operationExecution.AbstractOperationExecutionAspect
 
Operation - Class in kieker.tools.traceAnalysis.systemModel
This class represents an operation within the trace analysis tool.
Operation(int, ComponentType, Signature) - Constructor for class kieker.tools.traceAnalysis.systemModel.Operation
Creates a new instance of this class using the given parameters.
OperationAllocationDependencyGraph - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
This class represents operation dependency graphs on the allocation level.
OperationAllocationDependencyGraph(AllocationComponentOperationPair) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.OperationAllocationDependencyGraph
Creates a new graph with the given root entity.
OperationAllocationDependencyGraphFormatter - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
Formatter for operation dependency graphs on the allocation level (see OperationAllocationDependencyGraph).
OperationAllocationDependencyGraphFormatter() - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.OperationAllocationDependencyGraphFormatter
Creates a new formatter.
OperationAssemblyDependencyGraph - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
This class represents operation dependency graphs on the assembly level.
OperationAssemblyDependencyGraph(AssemblyComponentOperationPair) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.OperationAssemblyDependencyGraph
Creates a new graph with the given root entity.
OperationAssemblyDependencyGraphFormatter - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
Formatter for operation dependency graphs on the assembly level (see OperationAssemblyDependencyGraph).
OperationAssemblyDependencyGraphFormatter() - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.OperationAssemblyDependencyGraphFormatter
Creates a new formatter.
OperationDependencyGraphAllocationFilter - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in".
OperationDependencyGraphAllocationFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.OperationDependencyGraphAllocationFilter
Creates a new filter using the given parameters.
OperationDependencyGraphAllocationFilter(Configuration) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.OperationDependencyGraphAllocationFilter
Deprecated. To be removed in Kieker 1.8.
OperationDependencyGraphAssemblyFilter - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in".
OperationDependencyGraphAssemblyFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.OperationDependencyGraphAssemblyFilter
Creates a new filter using the given parameters.
OperationDependencyGraphAssemblyFilter(Configuration) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.OperationDependencyGraphAssemblyFilter
Deprecated. To be removed in Kieker 1.8.
OperationExecutionAspectAnnotation - Class in kieker.monitoring.probe.aspectj.operationExecution
 
OperationExecutionAspectAnnotation() - Constructor for class kieker.monitoring.probe.aspectj.operationExecution.OperationExecutionAspectAnnotation
Default constructor.
OperationExecutionAspectAnnotationServlet - Class in kieker.monitoring.probe.aspectj.operationExecution
 
OperationExecutionAspectAnnotationServlet() - Constructor for class kieker.monitoring.probe.aspectj.operationExecution.OperationExecutionAspectAnnotationServlet
Default constructor.
OperationExecutionAspectFull - Class in kieker.monitoring.probe.aspectj.operationExecution
 
OperationExecutionAspectFull() - Constructor for class kieker.monitoring.probe.aspectj.operationExecution.OperationExecutionAspectFull
Default constructor.
OperationExecutionAspectFullNoGetterAndSetter - Class in kieker.monitoring.probe.aspectj.operationExecution
 
OperationExecutionAspectFullNoGetterAndSetter() - Constructor for class kieker.monitoring.probe.aspectj.operationExecution.OperationExecutionAspectFullNoGetterAndSetter
Default constructor.
OperationExecutionAspectFullNoGetterAndSetterServlet - Class in kieker.monitoring.probe.aspectj.operationExecution
 
OperationExecutionAspectFullNoGetterAndSetterServlet() - Constructor for class kieker.monitoring.probe.aspectj.operationExecution.OperationExecutionAspectFullNoGetterAndSetterServlet
Default constructor.
OperationExecutionAspectFullServlet - Class in kieker.monitoring.probe.aspectj.operationExecution
 
OperationExecutionAspectFullServlet() - Constructor for class kieker.monitoring.probe.aspectj.operationExecution.OperationExecutionAspectFullServlet
Default constructor.
OperationExecutionMethodInvocationInterceptor - Class in kieker.monitoring.probe.spring.executions
 
OperationExecutionMethodInvocationInterceptor() - Constructor for class kieker.monitoring.probe.spring.executions.OperationExecutionMethodInvocationInterceptor
 
OperationExecutionMethodInvocationInterceptor(IMonitoringController) - Constructor for class kieker.monitoring.probe.spring.executions.OperationExecutionMethodInvocationInterceptor
This constructor is mainly used for testing, providing a custom IMonitoringController instead of using the singleton instance.
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 OperationExecutionRecord with the given parameters.
OperationExecutionRecord(Object[]) - Constructor for class kieker.common.record.controlflow.OperationExecutionRecord
This constructor converts the given array into a record.
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.
OperationExecutionWebRequestRegistrationInterceptor - Class in kieker.monitoring.probe.spring.executions
 
OperationExecutionWebRequestRegistrationInterceptor() - Constructor for class kieker.monitoring.probe.spring.executions.OperationExecutionWebRequestRegistrationInterceptor
 
OperationRepository - Class in kieker.tools.traceAnalysis.systemModel.repository
This is a repository in which the available operations (Operation) can be stored.
OperationRepository(SystemModelRepository) - Constructor for class kieker.tools.traceAnalysis.systemModel.repository.OperationRepository
Creates a new instance of this class using the given parameters.
OriginRetentionPolicyKind - Enum in kieker.tools.traceAnalysis.filter.visualization.graph
This enumeration contains origin retention policy kinds, i.e.
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__NAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Name' attribute.
OUTPUT_PORT__PARENT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Parent' container reference feature.
OUTPUT_PORT__PARENT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Parent' container reference.
OUTPUT_PORT__SUBSCRIBERS - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Subscribers' reference list feature.
OUTPUT_PORT__SUBSCRIBERS - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Subscribers' reference list.
OUTPUT_PORT_FEATURE_COUNT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The number of structural features of the 'Output Port' class.
OUTPUT_PORT_NAME - Static variable in class kieker.analysis.plugin.filter.forward.ListCollectionFilter
The name of the output port for the forwared objects.
OUTPUT_PORT_NAME - Static variable in class kieker.analysis.plugin.reader.list.ListReader
The name of the output port delivering the read objects.
OUTPUT_PORT_NAME_COUNT - Static variable in class kieker.analysis.plugin.filter.forward.CountingFilter
The name of the output port which delivers the current counter value.
OUTPUT_PORT_NAME_CURRENT_TIME_RECORD - Static variable in class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
This is the name of the output port delivering the timestamp records.
OUTPUT_PORT_NAME_CURRENT_TIME_VALUE - Static variable in class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
This is the name of the output port delivering the timestamps.
OUTPUT_PORT_NAME_EXECUTION_TRACE - Static variable in class kieker.tools.traceAnalysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
This is the name of the output port delivering the execution traces.
OUTPUT_PORT_NAME_EXECUTION_TRACE - Static variable in class kieker.tools.traceAnalysis.filter.traceReconstruction.TraceReconstructionFilter
This is the name of the output port delivering the reconstructed execution traces.
OUTPUT_PORT_NAME_EXECUTION_TRACE_REPRESENTATIVES - Static variable in class kieker.tools.traceAnalysis.filter.traceFilter.TraceEquivalenceClassFilter
 
OUTPUT_PORT_NAME_EXECUTIONS - Static variable in class kieker.tools.traceAnalysis.filter.executionRecordTransformation.ExecutionRecordTransformationFilter
This is the name of the output port delivering the transformed executions.
OUTPUT_PORT_NAME_GRAPH - Static variable in interface kieker.tools.traceAnalysis.filter.IGraphOutputtingFilter
The default name for graph output ports.
OUTPUT_PORT_NAME_INVALID_EXECUTION_TRACE - Static variable in class kieker.tools.traceAnalysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
This is the name of the output port delivering invalid traces.
OUTPUT_PORT_NAME_INVALID_EXECUTION_TRACE - Static variable in class kieker.tools.traceAnalysis.filter.traceReconstruction.TraceReconstructionFilter
This is the name of the output port delivering the reconstructed, but invalid executions traces.
OUTPUT_PORT_NAME_MATCH - Static variable in class kieker.analysis.plugin.filter.select.TraceIdFilter
The name of the output port delivering the records with matching IDs.
OUTPUT_PORT_NAME_MATCH - Static variable in class kieker.tools.traceAnalysis.filter.executionFilter.TraceIdFilter
Deprecated. This is the name of the output port delivering the accepted executions.
OUTPUT_PORT_NAME_MESSAGE_TRACE - Static variable in class kieker.tools.traceAnalysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
This is the name of the output port delivering the message traces.
OUTPUT_PORT_NAME_MESSAGE_TRACE - Static variable in class kieker.tools.traceAnalysis.filter.traceReconstruction.TraceReconstructionFilter
This is the name of the output port delivering the reconstructed message traces.
OUTPUT_PORT_NAME_MESSAGE_TRACE_REPRESENTATIVES - Static variable in class kieker.tools.traceAnalysis.filter.traceFilter.TraceEquivalenceClassFilter
 
OUTPUT_PORT_NAME_MISMATCH - Static variable in class kieker.analysis.plugin.filter.select.TraceIdFilter
The name of the output port delivering the records with the non matching IDs.
OUTPUT_PORT_NAME_OUTSIDE_PERIOD - Static variable in class kieker.analysis.plugin.filter.select.TimestampFilter
The name of the output port delivering records which are not within the defined time limits.
OUTPUT_PORT_NAME_RECORDS - Static variable in class kieker.analysis.plugin.filter.forward.RealtimeRecordDelayFilter
 
OUTPUT_PORT_NAME_RECORDS - Static variable in class kieker.analysis.plugin.reader.database.DbReader
This is the name of the outport port delivering the records from the database.
OUTPUT_PORT_NAME_RECORDS - Static variable in class kieker.analysis.plugin.reader.filesystem.FSReader
The name of the output port delivering the record read by this plugin.
OUTPUT_PORT_NAME_RECORDS - Static variable in class kieker.analysis.plugin.reader.jms.JMSReader
The name of the output port delivering the received records.
OUTPUT_PORT_NAME_RECORDS - Static variable in class kieker.analysis.plugin.reader.jmx.JMXReader
The name of the output port delivering the received records.
OUTPUT_PORT_NAME_RECORDS - Static variable in class kieker.analysis.plugin.reader.namedRecordPipe.PipeReader
This is the name of the default output port.
OUTPUT_PORT_NAME_RELAYED_EVENTS - Static variable in class kieker.analysis.plugin.filter.forward.CountingFilter
The name of the output port passing the incoming events.
OUTPUT_PORT_NAME_RELAYED_EVENTS - Static variable in class kieker.analysis.plugin.filter.forward.StringBufferFilter
The name of the output port for the relayed events.
OUTPUT_PORT_NAME_RELAYED_EVENTS - Static variable in class kieker.analysis.plugin.filter.forward.TeeFilter
The name of the output port delivering the incoming events.
OUTPUT_PORT_NAME_RELAYED_EVENTS - Static variable in class kieker.tools.logReplayer.filter.MonitoringRecordLoggerFilter
This is the name of the output port delivering the relayed events.
OUTPUT_PORT_NAME_RELAYED_OBJECTS - Static variable in class kieker.analysis.plugin.filter.forward.CountingThroughputFilter
The name of the output port delivering the received objects.
OUTPUT_PORT_NAME_TRACE_INVALID - Static variable in class kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
The name of the output port delivering the invalid traces.
OUTPUT_PORT_NAME_TRACE_VALID - Static variable in class kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
The name of the output port delivering the valid traces.
OUTPUT_PORT_NAME_TYPE_MATCH - Static variable in class kieker.analysis.plugin.filter.select.TypeFilter
The name of the output port where the incoming matching objects will be sent to.
OUTPUT_PORT_NAME_TYPE_MISMATCH - Static variable in class kieker.analysis.plugin.filter.select.TypeFilter
The name of the output port where the incoming objects will be sent to, which do not match the configured types.
OUTPUT_PORT_NAME_WITHIN_PERIOD - Static variable in class kieker.analysis.plugin.filter.select.TimestampFilter
The name of the output port delivering records which are within the defined time limits.
OUTPUT_PORT_NAME_WITHIN_PERIOD - Static variable in class kieker.tools.traceAnalysis.filter.executionFilter.TimestampFilter
Deprecated. The name of the output port delivering the executions which are within the defined time limits.
OutputPort - Annotation Type in kieker.analysis.plugin.annotation
This annotation can be used to describe the output ports of a plugin.

P

parseToPattern(String) - Static method in class kieker.monitoring.core.signaturePattern.PatternParser
 
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_MEM_SWAP - Static variable in class kieker.monitoring.core.signaturePattern.SignatureFactory
Prefix of a memory 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
 
PatternEntry(String, Pattern, boolean) - Constructor for class kieker.monitoring.core.signaturePattern.PatternEntry
 
PatternParser - Class in kieker.monitoring.core.signaturePattern
 
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.
PipeException - Exception in kieker.common.namedRecordPipe
Deprecated. to be removed in Kieker 1.8
PipeException(String) - Constructor for exception kieker.common.namedRecordPipe.PipeException
Deprecated. Creates a new instance of this class using the given parameters.
PipeException(String, Throwable) - Constructor for exception kieker.common.namedRecordPipe.PipeException
Deprecated. Creates a new instance of this class using the given parameters.
PipeReader - Class in kieker.analysis.plugin.reader.namedRecordPipe
This reader can be used to read records via an in-memory pipe.
PipeReader(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.reader.namedRecordPipe.PipeReader
Creates a new instance of this class using the given parameters.
PipeReader(Configuration) - Constructor for class kieker.analysis.plugin.reader.namedRecordPipe.PipeReader
Deprecated. To be removed in Kieker 1.8.
PipeWriter - Class in kieker.monitoring.writer.namedRecordPipe
 
PipeWriter(Configuration) - Constructor for class kieker.monitoring.writer.namedRecordPipe.PipeWriter
Creates a new instance of this class using the given parameters.
PlainText - Class in kieker.analysis.display
This is a display type used for plain text.
PlainText() - Constructor for class kieker.analysis.display.PlainText
Creates a new instance of this class with empty content.
PLOTAGGREGATEDALLOCATIONCALLTREE_COMPONENT_NAME - Static variable in class kieker.tools.traceAnalysis.Constants
 
PLOTAGGREGATEDASSEMBLYCALLTREE_COMPONENT_NAME - Static variable in class kieker.tools.traceAnalysis.Constants
 
PLOTALLOCATIONCOMPONENTDEPGRAPH_COMPONENT_NAME - Static variable in class kieker.tools.traceAnalysis.Constants
 
PLOTALLOCATIONOPERATIONDEPGRAPH_COMPONENT_NAME - Static variable in class kieker.tools.traceAnalysis.Constants
 
PLOTALLOCATIONSEQDIAGR_COMPONENT_NAME - Static variable in class kieker.tools.traceAnalysis.Constants
 
PLOTASSEMBLYCOMPONENTDEPGRAPH_COMPONENT_NAME - Static variable in class kieker.tools.traceAnalysis.Constants
 
PLOTASSEMBLYOPERATIONDEPGRAPH_COMPONENT_NAME - Static variable in class kieker.tools.traceAnalysis.Constants
 
PLOTASSEMBLYSEQDIAGR_COMPONENT_NAME - Static variable in class kieker.tools.traceAnalysis.Constants
 
PLOTCALLTREE_COMPONENT_NAME - Static variable in class kieker.tools.traceAnalysis.Constants
 
PLOTCONTAINERDEPGRAPH_COMPONENT_NAME - Static variable in class kieker.tools.traceAnalysis.Constants
 
PLUGIN - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Plugin' class.
PLUGIN - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The meta object id for the 'Plugin' class.
Plugin - Annotation Type in kieker.analysis.plugin.annotation
This type annotation can be used to mark plugins and to describe the corresponding output ports.
PLUGIN__CLASSNAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Classname' attribute.
PLUGIN__DISPLAYS - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Displays' containment reference list feature.
PLUGIN__DISPLAYS - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Displays' containment reference list.
PLUGIN__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.
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__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.
postHandle(WebRequest, ModelMap) - Method in class kieker.monitoring.probe.spring.executions.OperationExecutionWebRequestRegistrationInterceptor
 
preHandle(WebRequest) - Method in class kieker.monitoring.probe.spring.executions.OperationExecutionWebRequestRegistrationInterceptor
 
PRINTEXECTRACE_COMPONENT_NAME - Static variable in class kieker.tools.traceAnalysis.Constants
 
PRINTINVALIDEXECTRACE_COMPONENT_NAME - Static variable in class kieker.tools.traceAnalysis.Constants
 
PRINTMSGTRACE_COMPONENT_NAME - Static variable in class kieker.tools.traceAnalysis.Constants
 
printStatusMessage() - Method in class kieker.tools.traceAnalysis.filter.AbstractTraceProcessingFilter
Returns a user-addressed status message to be logged by the calling tool.
printStatusMessage() - Method in class kieker.tools.traceAnalysis.filter.traceReconstruction.TraceReconstructionFilter
 
printStatusMessage() - Method in class kieker.tools.traceAnalysis.filter.traceWriter.ExecutionTraceWriterFilter
 
printStatusMessage() - Method in class kieker.tools.traceAnalysis.filter.traceWriter.InvalidExecutionTraceWriterFilter
 
printStatusMessage() - Method in class kieker.tools.traceAnalysis.filter.traceWriter.MessageTraceWriterFilter
 
printStatusMessage() - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
 
printStatusMessage() - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.TraceCallTreeFilter
 
printStatusMessage() - Method in class kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter
Returns a user-addressed status message to be logged by the calling tool.
PrintStreamWriter - Class in kieker.monitoring.writer
A writer that prints incoming records to the specified PrintStream.
PrintStreamWriter(Configuration) - Constructor for class kieker.monitoring.writer.PrintStreamWriter
 
ProbeController - Class in kieker.monitoring.core.controller
 
processGraph(G) - Method in class kieker.tools.traceAnalysis.filter.visualization.AbstractGraphFilter
Processes the given graph.
processMessage(AbstractMessage, DependencyGraphNode<?>, DependencyGraphNode<?>, TimeUnit) - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractNodeDecorator
Processes a message sent from the given source to the given target node.
processMessage(AbstractMessage, DependencyGraphNode<?>, DependencyGraphNode<?>, TimeUnit) - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ResponseTimeNodeDecorator
 
PROJECT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Project' class.
PROJECT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The meta object id for the 'Project' class.
PROJECT__DEPENDENCIES - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Dependencies' containment reference list feature.
PROJECT__DEPENDENCIES - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Dependencies' containment reference list.
PROJECT__NAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Name' attribute feature.
PROJECT__NAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Name' attribute.
PROJECT__PLUGINS - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Plugins' containment reference list feature.
PROJECT__PLUGINS - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Plugins' containment reference list.
PROJECT__PROPERTIES - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Properties' containment reference list feature.
PROJECT__PROPERTIES - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Properties' containment reference list.
PROJECT__REPOSITORIES - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Repositories' containment reference list feature.
PROJECT__REPOSITORIES - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Repositories' containment reference list.
PROJECT__VIEWS - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Views' containment reference list feature.
PROJECT__VIEWS - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Views' containment reference list.
PROJECT_FEATURE_COUNT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The number of structural features of the 'Project' class.
PROPERTY - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Property' class.
PROPERTY - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The meta object id for the 'Property' class.
Property - Annotation Type in kieker.analysis.plugin.annotation
This annotation can be used to describe a single property for a plugin or a repository.
PROPERTY__NAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Name' attribute feature.
PROPERTY__NAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Name' attribute.
PROPERTY__VALUE - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Value' attribute feature.
PROPERTY__VALUE - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Value' attribute.
PROPERTY_FEATURE_COUNT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The number of structural features of the 'Property' class.
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.

R

read() - Method in class kieker.analysis.plugin.reader.database.DbReader
Starts the reader.
read() - Method in class kieker.analysis.plugin.reader.filesystem.FSReader
Starts the reader.
read() - Method in interface kieker.analysis.plugin.reader.IReaderPlugin
Starts the reader.
read() - Method in class kieker.analysis.plugin.reader.jms.JMSReader
A call to this method is a blocking call.
read() - Method in class kieker.analysis.plugin.reader.jmx.JMXReader
Starts the reader.
read() - Method in class kieker.analysis.plugin.reader.list.ListReader
Starts the reader.
read() - Method in class kieker.analysis.plugin.reader.namedRecordPipe.PipeReader
Blocks until the associated pipe is being closed.
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__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.
RealtimeRecordDelayFilter - Class in kieker.analysis.plugin.filter.forward
Forwards incoming IMonitoringRecords with delays computed from the IMonitoringRecord.getLoggingTimestamp() value (assumed to be in the configured resolution).
RealtimeRecordDelayFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.forward.RealtimeRecordDelayFilter
Creates a new instance of this class using the given parameters.
RealtimeRecordDelayFilter(Configuration) - Constructor for class kieker.analysis.plugin.filter.forward.RealtimeRecordDelayFilter
Deprecated. To be removed in Kieker 1.8.
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).
RED - Static variable in class kieker.tools.traceAnalysis.filter.visualization.graph.Color
The predefined color red.
refersToSameOperationAs(IOperationRecord) - Method in interface kieker.common.record.flow.IOperationRecord
 
refersToSameOperationAs(IOperationRecord) - Method in class kieker.common.record.flow.trace.operation.AbstractOperationEvent
registerExecution(Execution) - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ResponseTimeDecoration
Registers a given execution for the decorated vertex.
registerFilter(AbstractFilterPlugin) - Method in class kieker.analysis.AnalysisController
Deprecated. This method will not be for public use in Kieker 1.8. Use the new constructor instead.
registerReader(AbstractReaderPlugin) - Method in class kieker.analysis.AnalysisController
Deprecated. This method will not be for public use in Kieker 1.8. Use the new constructor instead.
registerRepository(AbstractRepository) - Method in class kieker.analysis.AnalysisController
Deprecated. This method will not be for public use in Kieker 1.8. Use the new constructor instead.
registerStateObserver(AnalysisController.IStateObserver) - Method in class kieker.analysis.AnalysisController
Registers the given instance as a new state observer.
registerStateObserver(AnalysisController.IStateObserver) - Method in interface kieker.analysis.IAnalysisController
Registers the given instance as a new state observer.
registerTrace() - Method in enum kieker.monitoring.core.registry.TraceRegistry
This creates a new unique Trace object and registers it.
Registry<E> - Class in kieker.monitoring.core.registry
A simple registry to assign unique ids to objects.
Registry() - Constructor for class kieker.monitoring.core.registry.Registry
Creates a new, empty registry with a default initial capacity (32), load factor (0.75) and concurrencyLevel (8).
RegistryController - Class in kieker.monitoring.core.controller
 
RegistryRecord - Class in kieker.monitoring.core.registry
Internal record type used exclusively by the monitoring subsystem.
RegistryRecord(int, Object) - Constructor for class kieker.monitoring.core.registry.RegistryRecord
Creates a new instance of this class using the given parameters.
RegistryRecord(Object[]) - Constructor for class kieker.monitoring.core.registry.RegistryRecord
This constructor converts the given array into a record.
remove(E) - Method in class kieker.monitoring.core.registry.Registry
Removes the given element from the registry.
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
Stops future executions of the given periodic ScheduledSamplerJob .
removeScheduledSampler(ScheduledSamplerJob) - Method in class kieker.monitoring.core.controller.SamplingController
Stops future executions of the given periodic ScheduledSamplerJob .
replay() - Method in class kieker.tools.logReplayer.AbstractLogReplayer
Replays the monitoring log terminates after the last record was passed to the configured IMonitoringController.
REPOSITORY - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Repository' class.
REPOSITORY - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The meta object id for the 'Repository' class.
Repository - Annotation Type in kieker.analysis.repository.annotation
This type annotation can be used to mark repositories.
REPOSITORY__CLASSNAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Classname' attribute.
REPOSITORY__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__NAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Name' attribute feature.
REPOSITORY_CONNECTOR__NAME - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Name' attribute.
REPOSITORY_CONNECTOR__REPOSITORY - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage.Literals
The meta object literal for the 'Repository' reference feature.
REPOSITORY_CONNECTOR__REPOSITORY - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The feature id for the 'Repository' reference.
REPOSITORY_CONNECTOR_FEATURE_COUNT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The number of structural features of the 'Repository Connector' class.
REPOSITORY_FEATURE_COUNT - Static variable in interface kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
The number of structural features of the 'Repository' class.
REPOSITORY_PORT_NAME_SYSTEM_MODEL - Static variable in class kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
The name of the repository port for the system model repository.
RepositoryPort - Annotation Type in kieker.analysis.plugin.annotation
This annotation can be used to describe the repository ports of a plugin.
requestOriginRetentionPolicy(IOriginRetentionPolicy) - Method in class kieker.tools.traceAnalysis.filter.AbstractGraphProducingFilter
 
requestOriginRetentionPolicy(IOriginRetentionPolicy) - Method in interface kieker.tools.traceAnalysis.filter.IGraphProducingFilter
Requests that the given retention policy is used by this graph producer.
reset() - Static method in class kieker.common.logging.LogImplJUnit
 
ResourceUtilizationRecord - Class in kieker.common.record.system
 
ResourceUtilizationRecord(long, String, String, double) - Constructor for class kieker.common.record.system.ResourceUtilizationRecord
Creates a new instance of this class using the given parameters.
ResourceUtilizationRecord(Object[]) - Constructor for class kieker.common.record.system.ResourceUtilizationRecord
This constructor converts the given array into a record.
RESPONSE_TIME_DECORATOR_FLAG - Static variable in class kieker.tools.traceAnalysis.Constants
 
ResponseTimeDecoration - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
Response time decoration for graph vertices.
ResponseTimeDecoration(TimeUnit) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ResponseTimeDecoration
Creates a new response time decoration.
ResponseTimeNodeDecorator - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
Decorator to attach response time data to graph nodes.
ResponseTimeNodeDecorator() - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ResponseTimeNodeDecorator
Creates a new response time decorator.
ROOT_ALLOCATION_COMPONENT - Static variable in class kieker.tools.traceAnalysis.systemModel.repository.AllocationRepository
 
ROOT_ASSEMBLY_COMPONENT - Static variable in class kieker.tools.traceAnalysis.systemModel.repository.AssemblyRepository
This constant represents the root assembly component.
ROOT_COMPONENT - Static variable in class kieker.tools.traceAnalysis.systemModel.repository.TypeRepository
This constant represents the root component.
ROOT_ELEMENT_ID - Static variable in class kieker.tools.traceAnalysis.systemModel.repository.AbstractSystemSubRepository
This constant represents the ID of the root element.
ROOT_EXECUTION - Static variable in class kieker.tools.traceAnalysis.systemModel.repository.SystemModelRepository
 
ROOT_EXECUTION_CONTAINER - Static variable in class kieker.tools.traceAnalysis.systemModel.repository.ExecutionEnvironmentRepository
 
ROOT_NODE_ID - Static variable in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.DependencyGraphNode
 
ROOT_NODE_NAME - Static variable in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.DependencyGraphNode
 
ROOT_OPERATION - Static variable in class kieker.tools.traceAnalysis.systemModel.repository.OperationRepository
 
ROOT_OPERATION_ID - Static variable in class kieker.tools.traceAnalysis.systemModel.Operation
The ID for the root operation.
ROOT_PAIR - Static variable in class kieker.tools.traceAnalysis.systemModel.repository.AllocationComponentOperationPairFactory
 
ROOT_PAIR - Static variable in class kieker.tools.traceAnalysis.systemModel.repository.AssemblyComponentOperationPairFactory
 
ROOT_SIGNATURE - Static variable in class kieker.tools.traceAnalysis.systemModel.repository.OperationRepository
 
RootAssemblyComponent - Class in kieker.tools.traceAnalysis.systemModel
This class represents a root assembly component.
RootAssemblyComponent() - Constructor for class kieker.tools.traceAnalysis.systemModel.RootAssemblyComponent
Creates a new root assembly component.
RootExecutionContainer - Class in kieker.tools.traceAnalysis.systemModel
Specific subtype for the root execution container.
RootExecutionContainer() - Constructor for class kieker.tools.traceAnalysis.systemModel.RootExecutionContainer
Creates a new root execution container.
run() - Method in class kieker.analysis.AnalysisController
Starts an AnalysisController instance.
run() - Method in class kieker.analysis.AnalysisControllerThread
run() - Method in interface kieker.analysis.IAnalysisController
Starts an AnalysisController instance.
run() - Method in class kieker.analysis.plugin.reader.filesystem.FSZipReader
Starts reading and returns after each record has been passed to the registered FSZipReader.recordReceiver.
run() - Method in class kieker.monitoring.core.sampler.ScheduledSamplerJob
Throws a RuntimeException if an error occurred.
run() - Method in class kieker.monitoring.writer.AbstractAsyncThread
 

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.sigar.samplers.CPUsCombinedPercSampler
Triggers this ISampler to perform a measurement and to pass the data to the given IMonitoringController.
sample(IMonitoringController) - Method in class kieker.monitoring.sampler.sigar.samplers.CPUsDetailedPercSampler
Triggers this ISampler to perform a measurement and to pass the data to the given IMonitoringController.
sample(IMonitoringController) - Method in class kieker.monitoring.sampler.sigar.samplers.MemSwapUsageSampler
Triggers this ISampler to perform a measurement and to pass the data to the given IMonitoringController.
SamplingController - Class in kieker.monitoring.core.controller
 
saveSystemToHTMLFile(String) - Method in class kieker.tools.traceAnalysis.systemModel.repository.SystemModelRepository
Writes the contents of this system model to an HTML file.
saveToFile(File) - Method in class kieker.analysis.AnalysisController
This method can be used to store the current configuration of this analysis controller in a specified file.
saveToFile(String) - Method in class kieker.analysis.AnalysisController
This method can be used to store the current configuration of this analysis controller in a specified file.
saveToFile(File, MIProject) - Static method in class kieker.analysis.AnalysisController
This method can be used to save the given instance of MIProject within a given file.
saveToFile(File) - Method in interface kieker.analysis.IAnalysisController
This method can be used to store the current configuration of this analysis controller in a specified file.
saveToFile(String) - Method in interface kieker.analysis.IAnalysisController
This method can be used to store the current configuration of this analysis controller in a specified file.
saveTreeToDotFile() - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
This method tries to convert the current tree into the specified file as a valid dot file, which can later be transformed into a visual representation by dot itself.
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
Schedules the given ISampler with given initial delay, and period.
schedulePeriodicSampler(ISampler, long, long, TimeUnit) - Method in class kieker.monitoring.core.controller.SamplingController
Schedules the given ISampler with given initial delay, and period.
sendMetadataAsRecord() - Method in interface kieker.monitoring.core.controller.IMonitoringController
This method is used to log the status of the controllers to the configured writer.
sendMetadataAsRecord() - Method in class kieker.monitoring.core.controller.MonitoringController
This method sends the meta data (like the controller and host name, the experiment ID, etc.) as a record.
SequenceDiagramFilter - Class in kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram
Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in".
SequenceDiagramFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter
Creates a new instance of this class using the given parameters.
SequenceDiagramFilter(Configuration) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter
Deprecated. To be removed in Kieker 1.8.
SequenceDiagramFilter.SDModes - Enum in kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram
 
servlet(ProceedingJoinPoint) - Method in class kieker.monitoring.probe.aspectj.operationExecution.AbstractOperationExecutionAspectServlet
 
SESSION_ID_ASYNC_TRACE - Static variable in class kieker.monitoring.probe.cxf.OperationExecutionSOAPRequestInInterceptor
 
SESSION_ID_ASYNC_TRACE - Static variable in class kieker.monitoring.probe.cxf.OperationExecutionSOAPRequestOutInterceptor
 
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.
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
 
SessionAndTraceRegistrationFilter(boolean) - Constructor for class kieker.monitoring.probe.servlet.SessionAndTraceRegistrationFilter
 
SessionRegistry - Enum in kieker.monitoring.core.registry
 
set(PreparedStatement, int, Object) - Method in class kieker.monitoring.writer.database.DBWriterHelper
This is a simple helper method using automatically the correct setter method for the given value to set a value within the prepared statement.
setAssumed() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.DependencyGraphNode
Sets the assumed flag of this node to true.
setAssumed() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.WeightedBidirectionalDependencyGraphEdge
Sets the assumed flag to true.
setClassname(String) - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisComponent
 
setClassname(String) - Method in interface kieker.analysis.model.analysisMetaModel.MIAnalysisComponent
Sets the value of the 'Classname' attribute.
setColor(Color) - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractGraphElement
Sets this graph element's color.
setController(IMonitoringController) - Method in class kieker.monitoring.writer.AbstractMonitoringWriter
 
setController(IMonitoringController) - Method in interface kieker.monitoring.writer.IMonitoringWriter
Set the IMonitoringController controlling this writer.
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 implement writers.
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.traceAnalysis.filter.visualization.graph.AbstractGraphElement
Sets this graph element's description.
setDisplay(MIDisplay) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplayConnector
 
setDisplay(MIDisplay) - Method in interface kieker.analysis.model.analysisMetaModel.MIDisplayConnector
Sets the value of the 'Display' reference.
setErrStream(PrintStream) - Method in class kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
Sets the for info output addressed to users, e.g., number of traces processed, files processed etc.
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
Sets the experiment ID to the given value.
setExperimentId(int) - Method in class kieker.monitoring.core.controller.StateController
Sets the experiment ID to the given value.
setFilePath(String) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDependency
 
setFilePath(String) - Method in interface kieker.analysis.model.analysisMetaModel.MIDependency
Sets the value of the 'File Path' attribute.
setFuture(ScheduledFuture<?>) - Method in class kieker.monitoring.core.sampler.ScheduledSamplerJob
 
setIncludeWeights(boolean) - Method in class kieker.tools.traceAnalysis.filter.visualization.GraphWriterPlugin.GraphWriterConfiguration
Deprecated. Specifies whether edge weights should be included.
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.
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.
setOutputFileName(String) - Method in class kieker.tools.traceAnalysis.filter.visualization.GraphWriterPlugin.GraphWriterConfiguration
Deprecated. Sets the output file name specified by this configuration.
setOutputPath(String) - Method in class kieker.tools.traceAnalysis.filter.visualization.GraphWriterPlugin.GraphWriterConfiguration
Deprecated. Sets the output path specified by this configuration.
setOutStream(PrintStream) - Method in class kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
Sets the for info output addressed to users, e.g., number of traces processed, files processed etc.
setParent(MIPlugin) - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplay
 
setParent(MIFilter) - Method in class kieker.analysis.model.analysisMetaModel.impl.MInputPort
 
setParent(MIPlugin) - Method in class kieker.analysis.model.analysisMetaModel.impl.MOutputPort
 
setParent(MIPlugin) - Method in interface kieker.analysis.model.analysisMetaModel.MIDisplay
Sets the value of the 'Parent' container reference.
setParent(MIFilter) - Method in interface kieker.analysis.model.analysisMetaModel.MIInputPort
Sets the value of the 'Parent' container reference.
setParent(MIPlugin) - Method in interface kieker.analysis.model.analysisMetaModel.MIOutputPort
Sets the value of the 'Parent' container reference.
setParentTraceId(Thread, long, int) - Method in enum kieker.monitoring.core.registry.TraceRegistry
Sets the parent for the next created trace inside this thread.
setPipeReader(IPipeReader) - Method in class kieker.common.namedRecordPipe.Pipe
Sets the pipe reader to a new value.
setPlotLoops(boolean) - Method in class kieker.tools.traceAnalysis.filter.visualization.GraphWriterPlugin.GraphWriterConfiguration
Deprecated. Specifies whether immediate loops should be plotted.
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
Overwrites the current list of patterns with a new pattern list.
setProbePatternList(List<String>) - Method in class kieker.monitoring.core.controller.ProbeController
Overwrites the current list of patterns with a new pattern list.
setProjectContext(IProjectContext) - Method in class kieker.analysis.analysisComponent.AbstractAnalysisComponent
Deprecated. To be removed in 1.8
setRecordReceiver(IMonitoringRecordReceiver) - Method in interface kieker.monitoring.core.registry.IRegistry
Enables logging of newly registered objects.
setRecordReceiver(IMonitoringRecordReceiver) - Method in class kieker.monitoring.core.registry.Registry
Enables logging of newly registered objects.
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.
setStringArrayProperty(String, String[]) - Method in class kieker.common.configuration.Configuration
Sets a property to the given string array.
setter() - Method in class kieker.monitoring.probe.aspectj.AbstractAspectJProbe
This is a pointcut accepting all calls and executions of setter methods (methods which return void and start with set).
setText(String) - Method in class kieker.analysis.display.PlainText
This method sets the text of the object to a new value.
setUseShortLabels(boolean) - Method in class kieker.tools.traceAnalysis.filter.visualization.GraphWriterPlugin.GraphWriterConfiguration
Deprecated. Specifies whether short labels should be used.
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(V) - Method in class kieker.common.util.ImmutableEntry
This method is not supported, as the entry is immutable.
shutdown(boolean) - Method in class kieker.analysis.plugin.AbstractPlugin
Initializes a shutdown of this and all incoming plugins.
SigarSamplerFactory - Enum in kieker.monitoring.sampler.sigar
Provides factory methods for AbstractSigarSamplers.
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
 
SIGNATURE - Static variable in class kieker.monitoring.probe.cxf.OperationExecutionSOAPResponseOutInterceptor
 
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).
size() - Method in class kieker.analysis.plugin.filter.forward.ListCollectionFilter
 
size() - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraph
Returns the number of nodes contained in this graph.
SOAPHeaderConstants - Interface in kieker.monitoring.probe.cxf
This interface contains some constants for the sessionIdentifier soap header.
SOAPTraceRegistry - Class in kieker.monitoring.probe.cxf
CXF does not provide an "around advice" for SOAP requests.
SORTED_OPTION_LIST - Static variable in class kieker.tools.traceAnalysis.Constants
 
SpecificOriginRetentionPolicy - Class in kieker.tools.traceAnalysis.filter.visualization.graph
The specific origin retention policy represents the intention that only specific origins should be retained and corresponds to the kind OriginRetentionPolicyKind.SPECIFIC.
SplitEvent - Class in kieker.common.record.flow.trace.concurrency
 
SplitEvent(long, long, int) - Constructor for class kieker.common.record.flow.trace.concurrency.SplitEvent
This constructor uses the given parameters to initialize the fields of this record.
SplitEvent(Object[]) - Constructor for class kieker.common.record.flow.trace.concurrency.SplitEvent
This constructor converts the given array into a record.
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
 
start() - Method in class kieker.analysis.AnalysisControllerThread
start() - Method in class kieker.analysis.plugin.AbstractPlugin
Starts this plugin.
StateController - Class in kieker.monitoring.core.controller
 
static2constructor(ProceedingJoinPoint, JoinPoint.EnclosingStaticPart) - Method in class kieker.monitoring.probe.aspectj.flow.constructorCall.AbstractAspect
This is an advice used around calls from static elements to constructors.
static2memberOperation(Object, ProceedingJoinPoint, JoinPoint.EnclosingStaticPart) - Method in class kieker.monitoring.probe.aspectj.flow.operationCall.AbstractAspect
 
static2memberOperation(Object, ProceedingJoinPoint, JoinPoint.EnclosingStaticPart) - Method in class kieker.monitoring.probe.aspectj.flow.operationCallObject.AbstractAspect
 
static2staticOperation(ProceedingJoinPoint, JoinPoint.EnclosingStaticPart) - Method in class kieker.monitoring.probe.aspectj.flow.operationCall.AbstractAspect
 
static2staticOperation(ProceedingJoinPoint, JoinPoint.EnclosingStaticPart) - Method in class kieker.monitoring.probe.aspectj.flow.operationCallObject.AbstractAspect
 
staticOperation(ProceedingJoinPoint) - Method in class kieker.monitoring.probe.aspectj.flow.operationExecution.AbstractAspect
 
staticOperation(ProceedingJoinPoint) - Method in class kieker.monitoring.probe.aspectj.flow.operationExecutionObject.AbstractAspect
This advice is used around static operations.
storeThreadLocalEOI(int) - Method in enum kieker.monitoring.core.registry.ControlFlowRegistry
Used to explicitly register an curEoi.
storeThreadLocalESS(int) - Method in enum kieker.monitoring.core.registry.ControlFlowRegistry
Used to explicitly register a execution stack size (ess) value.
storeThreadLocalInRequestEOI(int) - Method in class kieker.monitoring.probe.cxf.SOAPTraceRegistry
Used to explicitly register an eoi for an incoming SOAP request.
storeThreadLocalInRequestESS(int) - Method in class kieker.monitoring.probe.cxf.SOAPTraceRegistry
Used to explicitly register an ess for an incoming SOAP request.
storeThreadLocalInRequestIsEntryCall(boolean) - Method in class kieker.monitoring.probe.cxf.SOAPTraceRegistry
This method is used to store whether or not an incoming SOAP call was the entry point to the current trace.
storeThreadLocalInRequestTin(long) - Method in class kieker.monitoring.probe.cxf.SOAPTraceRegistry
Used to explicitly register the time tin of an incoming request.
storeThreadLocalOutRequestIsEntryCall(boolean) - Method in class kieker.monitoring.probe.cxf.SOAPTraceRegistry
This method is used to store whether or not an outgoing SOAP call was the entry point to the current trace.
storeThreadLocalOutRequestTin(long) - Method in class kieker.monitoring.probe.cxf.SOAPTraceRegistry
Used to explicitly register the time tin of an outgoing request.
storeThreadLocalSessionId(String) - Method in enum kieker.monitoring.core.registry.SessionRegistry
Used by the spring aspect to explicitly register a sessionid that is to be collected within a servlet method (that knows the request object).
storeThreadLocalTraceId(long) - Method in enum kieker.monitoring.core.registry.ControlFlowRegistry
This method stores a thread-local curTraceId.
STREAM - Static variable in class kieker.monitoring.writer.PrintStreamWriter
 
stringArrToStringList(String[]) - Static method in class kieker.tools.traceAnalysis.Constants
 
StringBufferFilter - Class in kieker.analysis.plugin.filter.forward
This filter has exactly one input port and one output port.
StringBufferFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.forward.StringBufferFilter
Creates a new instance of this class using the given parameters.
StringBufferFilter(Configuration) - Constructor for class kieker.analysis.plugin.filter.forward.StringBufferFilter
Deprecated. To be removed in Kieker 1.8.
StringMappingFileWriter - Class in kieker.monitoring.writer.filesystem.map
 
StringMappingFileWriter() - Constructor for class kieker.monitoring.writer.filesystem.map.StringMappingFileWriter
Creates a new instance of this class.
SyncDbWriter - Class in kieker.monitoring.writer.database
Stores monitoring data into a database.
SyncDbWriter(Configuration) - Constructor for class kieker.monitoring.writer.database.SyncDbWriter
Creates a new instance of this class using the given parameter.
SyncFsWriter - Class in kieker.monitoring.writer.filesystem
Simple class to store monitoring data in the file system.
SyncFsWriter(Configuration) - Constructor for class kieker.monitoring.writer.filesystem.SyncFsWriter
Creates a new instance of this class using the given configuration to initialize the class.
SynchronousCallMessage - Class in kieker.tools.traceAnalysis.systemModel
A specified class of messages which represent synchronous calls.
SynchronousCallMessage(long, Execution, Execution) - Constructor for class kieker.tools.traceAnalysis.systemModel.SynchronousCallMessage
Creates a new instance of this class using the given parameters.
SynchronousReplyMessage - Class in kieker.tools.traceAnalysis.systemModel
A specified class of messages which represent synchronous replies.
SynchronousReplyMessage(long, Execution, Execution) - Constructor for class kieker.tools.traceAnalysis.systemModel.SynchronousReplyMessage
Creates a new instance of this class using the given parameters.
SystemMilliTimer - Class in kieker.monitoring.timer
A timer implementation, counting in milliseconds since a specified offset.
SystemMilliTimer(Configuration) - Constructor for class kieker.monitoring.timer.SystemMilliTimer
Creates a new instance of this class using the given parameters.
SystemModel2FileFilter - Class in kieker.tools.traceAnalysis.filter.systemModel
Writes the contents of a connected SystemModelRepository to files.
SystemModel2FileFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.systemModel.SystemModel2FileFilter
Creates a new instance of this class using the given parameters.
SystemModel2FileFilter(Configuration) - Constructor for class kieker.tools.traceAnalysis.filter.systemModel.SystemModel2FileFilter
Deprecated. To be removed in Kieker 1.8.
SystemModelRepository - Class in kieker.tools.traceAnalysis.systemModel.repository
This repository is a model manager for the Kieker's component model.
SystemModelRepository(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.systemModel.repository.SystemModelRepository
Creates a new instance of this class using the given parameters.
SystemModelRepository(Configuration) - Constructor for class kieker.tools.traceAnalysis.systemModel.repository.SystemModelRepository
Deprecated. To be removed in Kieker 1.8.
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.

T

TeeFilter - Class in kieker.analysis.plugin.filter.forward
This filter has exactly one input port and one output port.
TeeFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.forward.TeeFilter
Creates a new instance of this class using the given parameters.
TeeFilter(Configuration) - Constructor for class kieker.analysis.plugin.filter.forward.TeeFilter
Deprecated. To be removed in Kieker 1.8.
terminate() - Method in class kieker.analysis.AnalysisController
Initiates a termination of the analysis.
terminate(boolean) - Method in class kieker.analysis.AnalysisController
Initiates a termination of the analysis.
terminate() - Method in class kieker.analysis.AnalysisControllerThread
Initiates a termination of the executed AnalysisController.
terminate() - Method in interface kieker.analysis.IAnalysisController
Initiates a termination of the analysis.
terminate(boolean) - Method in interface kieker.analysis.IAnalysisController
Initiates a termination of the analysis.
terminate(boolean) - Method in class kieker.analysis.plugin.filter.AbstractFilterPlugin
Initiates a termination of the plugin.
terminate(boolean) - Method in class kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
Initiates a termination of the plugin. This method is only used by the framework and should not be called manually. Use the method AnalysisController.terminate(boolean) instead. After receiving this notification, the plugin should terminate any running methods, e.g., read for readers.
terminate(boolean) - Method in class kieker.analysis.plugin.filter.forward.RealtimeRecordDelayFilter
 
terminate(boolean) - Method in class kieker.analysis.plugin.filter.forward.TeeFilter
 
terminate(boolean) - Method in interface kieker.analysis.plugin.IPlugin
Initiates a termination of the plugin.
terminate(boolean) - Method in class kieker.analysis.plugin.reader.database.DbReader
Initiates a termination of the plugin.
terminate(boolean) - Method in class kieker.analysis.plugin.reader.filesystem.FSReader
Initiates a termination of the plugin.
terminate(boolean) - Method in class kieker.analysis.plugin.reader.jms.JMSReader
Initiates a termination of the plugin.
terminate(boolean) - Method in class kieker.analysis.plugin.reader.jmx.JMXReader
Initiates a termination of the plugin.
terminate(boolean) - Method in class kieker.analysis.plugin.reader.list.ListReader
Initiates a termination of the plugin.
terminate(boolean) - Method in class kieker.analysis.plugin.reader.namedRecordPipe.PipeReader
Initiates a termination of the plugin.
terminate() - Method in class kieker.monitoring.writer.AbstractAsyncWriter
The framework ensures, that this method is called only once!
terminate() - Method in class kieker.monitoring.writer.database.SyncDbWriter
Called by the Monitoring Controller to announce a shutdown of monitoring.
terminate() - Method in class kieker.monitoring.writer.DummyWriter
Terminates the writer.
terminate() - Method in class kieker.monitoring.writer.filesystem.SyncFsWriter
Called by the Monitoring Controller to announce a shutdown of monitoring.
terminate() - Method in interface kieker.monitoring.writer.IMonitoringWriter
Called by the Monitoring Controller to announce a shutdown of monitoring.
terminate() - Method in class kieker.monitoring.writer.jmx.JMXWriter
Called by the Monitoring Controller to announce a shutdown of monitoring.
terminate() - Method in class kieker.monitoring.writer.namedRecordPipe.PipeWriter
Called by the Monitoring Controller to announce a shutdown of monitoring.
terminate() - Method in class kieker.monitoring.writer.PrintStreamWriter
Called by the Monitoring Controller to announce a shutdown of monitoring.
terminate(boolean) - Method in class kieker.tools.logReplayer.filter.MonitoringRecordLoggerFilter
Initiates a termination of the plugin. This method is only used by the framework and should not be called manually. Use the method AnalysisController.terminate(boolean) instead. After receiving this notification, the plugin should terminate any running methods, e.g., read for readers.
terminate(boolean) - Method in class kieker.tools.traceAnalysis.filter.AbstractGraphProducingFilter
 
terminate(boolean) - Method in class kieker.tools.traceAnalysis.filter.systemModel.SystemModel2FileFilter
Initiates a termination of the plugin. This method is only used by the framework and should not be called manually. Use the method AnalysisController.terminate(boolean) instead. After receiving this notification, the plugin should terminate any running methods, e.g., read for readers.
terminate(boolean) - Method in class kieker.tools.traceAnalysis.filter.traceReconstruction.TraceReconstructionFilter
Terminates the filter (internally, all pending traces are processed).
terminate(boolean) - Method in class kieker.tools.traceAnalysis.filter.traceWriter.ExecutionTraceWriterFilter
Initiates a termination of the plugin. This method is only used by the framework and should not be called manually. Use the method AnalysisController.terminate(boolean) instead. After receiving this notification, the plugin should terminate any running methods, e.g., read for readers.
terminate(boolean) - Method in class kieker.tools.traceAnalysis.filter.traceWriter.InvalidExecutionTraceWriterFilter
Initiates a termination of the plugin. This method is only used by the framework and should not be called manually. Use the method AnalysisController.terminate(boolean) instead. After receiving this notification, the plugin should terminate any running methods, e.g., read for readers.
terminate(boolean) - Method in class kieker.tools.traceAnalysis.filter.traceWriter.MessageTraceWriterFilter
Initiates a termination of the plugin. This method is only used by the framework and should not be called manually. Use the method AnalysisController.terminate(boolean) instead. After receiving this notification, the plugin should terminate any running methods, e.g., read for readers.
terminate(boolean) - Method in class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
Saves the call tree to the dot file if error is not true.
terminateMonitoring() - Method in interface kieker.monitoring.core.controller.IStateController
Permanently terminates monitoring.
terminateMonitoring() - Method in class kieker.monitoring.core.controller.MonitoringController
Permanently terminates monitoring.
terminateMonitoring() - Method in class kieker.monitoring.core.controller.StateController
Permanently terminates monitoring.
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
 
ThreadingAspect - Class in kieker.monitoring.probe.aspectj.flow.concurrency
 
ThreadingAspect() - Constructor for class kieker.monitoring.probe.aspectj.flow.concurrency.ThreadingAspect
Default constructor.
TimeSourceController - Class in kieker.monitoring.core.controller
 
TimestampFilter - Class in kieker.analysis.plugin.filter.select
Allows to filter IMonitoringRecord objects based on their given timestamps.
TimestampFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.select.TimestampFilter
Creates a new instance of this class using the given parameters.
TimestampFilter(Configuration) - Constructor for class kieker.analysis.plugin.filter.select.TimestampFilter
Deprecated. To be removed in Kieker 1.8.
TimestampFilter - Class in kieker.tools.traceAnalysis.filter.executionFilter
Deprecated. To be removed in Kieker 1.8 (Use TimestampFilter instead)
TimestampFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.executionFilter.TimestampFilter
Deprecated. Creates a new instance of this class using the given parameters.
TimestampFilter(Configuration) - Constructor for class kieker.tools.traceAnalysis.filter.executionFilter.TimestampFilter
Deprecated. To be removed in Kieker 1.8.
TimestampRecord - Class in kieker.common.record.misc
Record type which can be used to store a timestamp.
TimestampRecord(long) - Constructor for class kieker.common.record.misc.TimestampRecord
Creates a new instance of this class using the given parameters.
TimestampRecord(Object[]) - Constructor for class kieker.common.record.misc.TimestampRecord
Creates a new instance of this class using the given parameters.
toArray() - Method in class kieker.common.record.controlflow.BranchingRecord
This method should deliver an array containing the content of the record.
toArray() - Method in class kieker.common.record.controlflow.OperationExecutionRecord
This method should deliver an array containing the content of the record.
toArray() - Method in class kieker.common.record.flow.trace.concurrency.SplitEvent
This method should deliver an array containing the content of the record.
toArray() - Method in class kieker.common.record.flow.trace.ConstructionEvent
This method should deliver an array containing the content of the record.
toArray() - Method in class kieker.common.record.flow.trace.operation.AfterOperationEvent
This method should deliver an array containing the content of the record.
toArray() - Method in class kieker.common.record.flow.trace.operation.AfterOperationFailedEvent
This method should deliver an array containing the content of the record. It should be possible to convert this array later into a record again.
toArray() - Method in class kieker.common.record.flow.trace.operation.BeforeOperationEvent
This method should deliver an array containing the content of the record.
toArray() - Method in class kieker.common.record.flow.trace.operation.CallOperationEvent
This method should deliver an array containing the content of the record.
toArray() - Method in class kieker.common.record.flow.trace.operation.constructor.AfterConstructorEvent
 
toArray() - Method in class kieker.common.record.flow.trace.operation.constructor.AfterConstructorFailedEvent
 
toArray() - Method in class kieker.common.record.flow.trace.operation.constructor.BeforeConstructorEvent
 
toArray() - Method in class kieker.common.record.flow.trace.operation.constructor.CallConstructorEvent
 
toArray() - Method in class kieker.common.record.flow.trace.operation.object.AfterOperationFailedObjectEvent
This method should deliver an array containing the content of the record. It should be possible to convert this array later into a record again.
toArray() - Method in class kieker.common.record.flow.trace.operation.object.AfterOperationObjectEvent
This method should deliver an array containing the content of the record. It should be possible to convert this array later into a record again.
toArray() - Method in class kieker.common.record.flow.trace.operation.object.BeforeOperationObjectEvent
This method should deliver an array containing the content of the record. It should be possible to convert this array later into a record again.
toArray() - Method in class kieker.common.record.flow.trace.operation.object.CallOperationObjectEvent
This method should deliver an array containing the content of the record. It should be possible to convert this array later into a record again.
toArray() - Method in class kieker.common.record.flow.trace.Trace
This method should deliver an array containing the content of the record.
toArray() - Method in interface kieker.common.record.IMonitoringRecord
This method should deliver an array containing the content of the record.
toArray() - Method in class kieker.common.record.misc.EmptyRecord
This method should deliver an array containing the content of the record.
toArray() - Method in class kieker.common.record.misc.KiekerMetadataRecord
This method should deliver an array containing the content of the record.
toArray() - Method in class kieker.common.record.misc.TimestampRecord
This method should deliver an array containing the content of the record.
toArray() - Method in class kieker.common.record.system.CPUUtilizationRecord
This method should deliver an array containing the content of the record.
toArray() - Method in class kieker.common.record.system.MemSwapUsageRecord
This method should deliver an array containing the content of the record.
toArray() - Method in class kieker.common.record.system.ResourceUtilizationRecord
This method should deliver an array containing the content of the record.
toArray() - Method in class kieker.monitoring.core.registry.RegistryRecord
This method should deliver an array containing the content of the record.
toFormattedString() - Method in class kieker.common.record.misc.KiekerMetadataRecord
Converts the current record into a formatted string.
toMessageTrace(Execution) - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionTrace
Returns the message trace representation for this trace.
The transformation to a message trace is only computed during the first execution of this method.
toOperationSignatureString() - Method in class kieker.common.util.signature.ClassOperationSignaturePair
This method assembles an operation signature string from the current fields.
toProperty(Object[]) - Static method in class kieker.common.configuration.Configuration
Converts the Object[] to a String split by '|'.
toString() - Method in class kieker.analysis.display.PlainText
 
toString() - Method in class kieker.analysis.model.analysisMetaModel.impl.MAnalysisComponent
 
toString() - Method in class kieker.analysis.model.analysisMetaModel.impl.MDependency
 
toString() - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplay
 
toString() - Method in class kieker.analysis.model.analysisMetaModel.impl.MDisplayConnector
 
toString() - Method in class kieker.analysis.model.analysisMetaModel.impl.MPort
 
toString() - Method in class kieker.analysis.model.analysisMetaModel.impl.MProject
 
toString() - Method in class kieker.analysis.model.analysisMetaModel.impl.MProperty
 
toString() - Method in class kieker.analysis.model.analysisMetaModel.impl.MRepositoryConnector
 
toString() - Method in class kieker.analysis.model.analysisMetaModel.impl.MView
 
toString() - Method in class kieker.analysis.plugin.filter.flow.TraceEventRecords
 
toString() - Method in class kieker.common.record.AbstractMonitoringRecord
 
toString() - Method in interface kieker.common.record.IMonitoringRecord
Creates a string representation of this record.

This method should not be used for serialization purposes since this is not the purpose of Object's toString method.
toString() - Method in class kieker.common.util.ImmutableEntry
 
toString() - Method in class kieker.common.util.signature.ClassOperationSignaturePair
Returns a String representation of this ClassOperationSignaturePair using the ClassOperationSignaturePair.createOperationSignatureString(String, Signature) method.
toString() - Method in class kieker.common.util.signature.Signature
 
toString() - Method in class kieker.monitoring.core.controller.AbstractController
 
toString() - Method in interface kieker.monitoring.core.controller.IMonitoringController
This method is used to log the status of the controllers to the console.
toString() - Method in class kieker.monitoring.core.controller.JMXController
 
toString() - Method in class kieker.monitoring.core.controller.MonitoringController
 
toString() - Method in class kieker.monitoring.core.controller.ProbeController
 
toString() - Method in class kieker.monitoring.core.controller.RegistryController
 
toString() - Method in class kieker.monitoring.core.controller.SamplingController
 
toString() - Method in class kieker.monitoring.core.controller.StateController
 
toString() - Method in class kieker.monitoring.core.controller.TimeSourceController
 
toString() - Method in class kieker.monitoring.core.controller.WriterController
 
toString() - Method in class kieker.monitoring.core.signaturePattern.PatternEntry
 
toString() - Method in class kieker.monitoring.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.AbstractAsyncThread
Returns a human-readable information string about the writer's configuration and state.
toString() - Method in class kieker.monitoring.writer.AbstractAsyncWriter
 
toString() - Method in class kieker.monitoring.writer.AbstractMonitoringWriter
 
toString() - Method in class kieker.monitoring.writer.database.DBWriterHelper
 
toString() - Method in class kieker.monitoring.writer.database.SyncDbWriter
 
toString() - Method in class kieker.monitoring.writer.filesystem.async.AbstractFsWriterThread
 
toString() - Method in class kieker.monitoring.writer.filesystem.async.AbstractZipWriterThread
 
toString() - Method in class kieker.monitoring.writer.filesystem.map.StringMappingFileWriter
 
toString() - Method in class kieker.monitoring.writer.filesystem.SyncFsWriter
 
toString() - Method in interface kieker.monitoring.writer.IMonitoringWriter
Delivers a string representation of this writer.
toString() - Method in class kieker.monitoring.writer.namedRecordPipe.PipeWriter
 
toString() - Method in class kieker.tools.traceAnalysis.systemModel.AbstractMessage
 
toString() - Method in class kieker.tools.traceAnalysis.systemModel.AllocationComponent
 
toString() - Method in class kieker.tools.traceAnalysis.systemModel.AssemblyComponent
 
toString() - Method in class kieker.tools.traceAnalysis.systemModel.Execution
 
toString() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionTrace
 
toString() - Method in class kieker.tools.traceAnalysis.systemModel.InvalidExecutionTrace
 
toString() - Method in class kieker.tools.traceAnalysis.systemModel.MessageTrace
 
toString() - Method in class kieker.tools.traceAnalysis.systemModel.Operation
 
toString() - Method in class kieker.tools.traceAnalysis.systemModel.util.AllocationComponentOperationPair
 
toString() - Method in class kieker.tools.traceAnalysis.systemModel.util.AssemblyComponentOperationPair
 
Trace - Class in kieker.common.record.flow.trace
 
Trace(long, long, String, String, long, int) - Constructor for class kieker.common.record.flow.trace.Trace
Creates a new instance of this class using the given parameters.
Trace(Object[]) - Constructor for class kieker.common.record.flow.trace.Trace
Creates a new instance of this class using the given parameter.
TRACE_ALLOCATION_EQUIV_CLASSES_FN_PREFIX - Static variable in class kieker.tools.traceAnalysis.Constants
 
TRACE_ASSEMBLY_EQUIV_CLASSES_FN_PREFIX - Static variable in class kieker.tools.traceAnalysis.Constants
 
TRACE_IDENTIFIER_QNAME - Static variable in interface kieker.monitoring.probe.cxf.SOAPHeaderConstants
The qualified name for the trace ID.
TRACE_QUALIFIED_NAME - Static variable in interface kieker.monitoring.probe.cxf.SOAPHeaderConstants
The local part for the qualified name of the trace ID.
TRACEALLOCATIONEQUIVCLASS_COMPONENT_NAME - Static variable in class kieker.tools.traceAnalysis.Constants
 
TraceAnalysisTool - Class in kieker.tools.traceAnalysis
This is the main class to start the Kieker TraceAnalysisTool - the model synthesis and analysis tool to process the monitoring data that comes from the instrumented system, or from a file that contains Kieker monitoring data.
TRACEASSEMBLYEQUIVCLASS_COMPONENT_NAME - Static variable in class kieker.tools.traceAnalysis.Constants
 
TraceCallTreeFilter - Class in kieker.tools.traceAnalysis.filter.visualization.callTree
Plugin providing the creation of calling trees both for individual traces and an aggregated form for multiple traces.
This class has exactly one input port named "in".
TraceCallTreeFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.callTree.TraceCallTreeFilter
Creates a new instance of this class using the given parameters.
TraceCallTreeFilter(Configuration) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.callTree.TraceCallTreeFilter
Deprecated. To be removed in Kieker 1.8.
TraceCallTreeNode - Class in kieker.tools.traceAnalysis.filter.visualization.callTree
This class represents a single node within the trace call tree.
TraceCallTreeNode(int, AllocationComponentOperationPair, boolean, MessageTrace, IOriginRetentionPolicy) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.callTree.TraceCallTreeNode
Creates a new instance of this class using the given parameters.
TraceColoringFilter<V extends AbstractVertex<V,E,TraceInformation>,E extends AbstractEdge<V,E,TraceInformation>> - Class in kieker.tools.traceAnalysis.filter.visualization.traceColoring
This filter sets the color of nodes and edges which belong to a single trace according to a trace coloring schema defined in a color repository (see TraceColorRepository).
TraceColoringFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.traceColoring.TraceColoringFilter
Creates a new filter using the given configuration.
TraceColoringFilter(Configuration) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.traceColoring.TraceColoringFilter
Deprecated. To be removed in Kieker 1.8.
TraceColorRepository - Class in kieker.tools.traceAnalysis.repository
Implementation of a trace color repository, which associates colors to traces.
TraceColorRepository(Configuration) - Constructor for class kieker.tools.traceAnalysis.repository.TraceColorRepository
Deprecated. To be removed in Kieker 1.8.
TraceColorRepository(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.repository.TraceColorRepository
Creates a new description repository using the given configuration.
TraceColorRepository(Configuration, TraceColorRepository.TraceColorRepositoryData, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.repository.TraceColorRepository
Creates a new color repository with the given data.
TraceColorRepository(Configuration, TraceColorRepository.TraceColorRepositoryData) - Constructor for class kieker.tools.traceAnalysis.repository.TraceColorRepository
Deprecated. To be removed in Kieker 1.8.
TraceColorRepository.TraceColorRepositoryData - Class in kieker.tools.traceAnalysis.repository
This class groups the data required for a TraceColorRepository.
TraceColorRepository.TraceColorRepositoryData(ConcurrentMap<Long, Color>, Color, Color) - Constructor for class kieker.tools.traceAnalysis.repository.TraceColorRepository.TraceColorRepositoryData
Creates a new data object using the given data.
TraceEquivalenceClassFilter - Class in kieker.tools.traceAnalysis.filter.traceFilter
 
TraceEquivalenceClassFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.traceFilter.TraceEquivalenceClassFilter
Creates a new instance of this class using the given parameters.
TraceEquivalenceClassFilter(Configuration) - Constructor for class kieker.tools.traceAnalysis.filter.traceFilter.TraceEquivalenceClassFilter
Deprecated. To be removed in Kieker 1.8.
TraceEquivalenceClassFilter.TraceEquivalenceClassModes - Enum in kieker.tools.traceAnalysis.filter.traceFilter
This enum represents the different trace equivalence class modes.
TraceEventRecords - Class in kieker.analysis.plugin.filter.flow
 
TraceEventRecords(Trace, AbstractTraceEvent[]) - Constructor for class kieker.analysis.plugin.filter.flow.TraceEventRecords
Creates a new instance of this class using the given parameters.
TraceEventRecords2ExecutionAndMessageTraceFilter - Class in kieker.tools.traceAnalysis.filter.flow
 
TraceEventRecords2ExecutionAndMessageTraceFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
Creates a new instance of this class using the given parameters.
TraceEventRecords2ExecutionAndMessageTraceFilter(Configuration) - Constructor for class kieker.tools.traceAnalysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
Deprecated. To be removed in Kieker 1.8.
TraceIdFilter - Class in kieker.analysis.plugin.filter.select
Allows to filter Traces about their traceIds.
TraceIdFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.select.TraceIdFilter
Creates a new instance of this class using the given parameters.
TraceIdFilter(Configuration) - Constructor for class kieker.analysis.plugin.filter.select.TraceIdFilter
Deprecated. To be removed in Kieker 1.8.
TraceIdFilter - Class in kieker.tools.traceAnalysis.filter.executionFilter
Deprecated. To be removed in Kieker 1.8 (Use instead).
TraceIdFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.executionFilter.TraceIdFilter
Deprecated. Creates a new instance of this class using the given parameters.
TraceIdFilter(Configuration) - Constructor for class kieker.tools.traceAnalysis.filter.executionFilter.TraceIdFilter
Deprecated. To be removed in Kieker 1.8.
TraceInformation - Class in kieker.tools.traceAnalysis.systemModel
This class stores trace meta-information, such as the trace ID.
TraceInformation(long, String) - Constructor for class kieker.tools.traceAnalysis.systemModel.TraceInformation
Creates a new trace information object using the given data.
TraceProcessingException - Exception in kieker.tools.traceAnalysis.filter.traceReconstruction
This exceptions shows that something went wrong during the processing of a trace.
TraceProcessingException(String) - Constructor for exception kieker.tools.traceAnalysis.filter.traceReconstruction.TraceProcessingException
Creates a new instance of this class using the given parameters.
TraceProcessingException(String, Throwable) - Constructor for exception kieker.tools.traceAnalysis.filter.traceReconstruction.TraceProcessingException
Creates a new instance of this class using the given parameters.
TRACERECONSTR_COMPONENT_NAME - Static variable in class kieker.tools.traceAnalysis.Constants
 
TraceReconstructionFilter - Class in kieker.tools.traceAnalysis.filter.traceReconstruction
 
TraceReconstructionFilter(Configuration, IProjectContext) - Constructor for class kieker.tools.traceAnalysis.filter.traceReconstruction.TraceReconstructionFilter
Creates a new instance of this class using the given parameters.
TraceReconstructionFilter(Configuration) - Constructor for class kieker.tools.traceAnalysis.filter.traceReconstruction.TraceReconstructionFilter
Deprecated. To be removed in Kieker 1.8.
TraceRegistry - Enum in kieker.monitoring.core.registry
 
traverse(AbstractGraph.IGraphVisitor<V, E>) - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractGraph
Traverses this graph using the given visitor.
traverseWithVerticesFirst(AbstractGraph.IGraphVisitor<V, E>) - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractGraph
Traverses this graph using the given visitor.
TypeFilter - Class in kieker.analysis.plugin.filter.select
This filter has exactly one input port and one output port.
TypeFilter(Configuration, IProjectContext) - Constructor for class kieker.analysis.plugin.filter.select.TypeFilter
Creates a new instance of this class using the given parameters.
TypeFilter(Configuration) - Constructor for class kieker.analysis.plugin.filter.select.TypeFilter
Deprecated. To be removed in Kieker 1.8.
TypeRepository - Class in kieker.tools.traceAnalysis.systemModel.repository
This is a repository in which the different component types (ComponentType) can be stored.
TypeRepository(SystemModelRepository) - Constructor for class kieker.tools.traceAnalysis.systemModel.repository.TypeRepository
Creates a new instance of this class using the given parameters.
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.

U

uniteWith(IOriginRetentionPolicy) - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.CompleteOriginRetentionPolicy
 
uniteWith(IOriginRetentionPolicy) - Method in interface kieker.tools.traceAnalysis.filter.visualization.graph.IOriginRetentionPolicy
Unites this retention policy with another one and returns the resulting policy.
uniteWith(IOriginRetentionPolicy) - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.NoOriginRetentionPolicy
 
uniteWith(IOriginRetentionPolicy) - Method in class kieker.tools.traceAnalysis.filter.visualization.graph.SpecificOriginRetentionPolicy
 
unregisterStateObserver(AnalysisController.IStateObserver) - Method in class kieker.analysis.AnalysisController
Unregisters the given instance from the state observers.
unregisterStateObserver(AnalysisController.IStateObserver) - Method in interface kieker.analysis.IAnalysisController
Unregisters the given instance from the state observers.
unregisterTrace() - Method in enum kieker.monitoring.core.registry.TraceRegistry
Unregisters the current Trace object.
unsetThreadLocalEOI() - Method in enum kieker.monitoring.core.registry.ControlFlowRegistry
This method unsets a previously registered traceid.
unsetThreadLocalESS() - Method in enum kieker.monitoring.core.registry.ControlFlowRegistry
This method unsets a previously registered curEss.
unsetThreadLocalInRequestEOI() - Method in class kieker.monitoring.probe.cxf.SOAPTraceRegistry
This method unsets a previously registered eoi.
unsetThreadLocalInRequestESS() - Method in class kieker.monitoring.probe.cxf.SOAPTraceRegistry
This method unsets a previously registered ess.
unsetThreadLocalInRequestIsEntryCall() - Method in class kieker.monitoring.probe.cxf.SOAPTraceRegistry
This method unsets a previously registered variable isInRequestEntryCall.
unsetThreadLocalInRequestTin() - Method in class kieker.monitoring.probe.cxf.SOAPTraceRegistry
This method unsets a previously registered entry time tin.
unsetThreadLocalOutRequestIsEntryCall() - Method in class kieker.monitoring.probe.cxf.SOAPTraceRegistry
This method unsets a previously registered variable isOutRequestEntryCall.
unsetThreadLocalOutRequestTin() - Method in class kieker.monitoring.probe.cxf.SOAPTraceRegistry
This method unsets a previously registered entry time tin.
unsetThreadLocalSessionId() - Method in enum kieker.monitoring.core.registry.SessionRegistry
This method unsets a previously registered sessionid.
unsetThreadLocalTraceId() - Method in enum kieker.monitoring.core.registry.ControlFlowRegistry
This method unsets a previously registered traceid.
update(AnalysisController, AnalysisController.STATE) - Method in interface kieker.analysis.AnalysisController.IStateObserver
This method will be called for every update of the state.

V

valueOf(String) - Static method in enum kieker.analysis.AnalysisController.STATE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.analysis.plugin.IPlugin.STATE
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.filesystem.BinaryCompressionMethod
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.sigar.SigarSamplerFactory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.tools.traceAnalysis.filter.traceFilter.TraceEquivalenceClassFilter.TraceEquivalenceClassModes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.tools.traceAnalysis.filter.visualization.graph.OriginRetentionPolicyKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter.SDModes
Returns the enum constant of this type with the specified name.
values() - Static method in enum kieker.analysis.AnalysisController.STATE
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum kieker.analysis.plugin.IPlugin.STATE
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum kieker.common.namedRecordPipe.Broker
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum kieker.common.util.filesystem.BinaryCompressionMethod
Returns an array containing the constants of this enum type, in the order they're 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're 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're 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're declared.
values() - Static method in enum kieker.monitoring.sampler.sigar.SigarSamplerFactory
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum kieker.tools.traceAnalysis.filter.traceFilter.TraceEquivalenceClassFilter.TraceEquivalenceClassModes
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum kieker.tools.traceAnalysis.filter.visualization.graph.OriginRetentionPolicyKind
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter.SDModes
Returns an array containing the constants of this enum type, in the order they're declared.
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).
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__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.
visitEdge(WeightedBidirectionalDependencyGraphEdge<T>) - Method in class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatterVisitor
 
visitEdge(E) - Method in class kieker.tools.traceAnalysis.filter.visualization.descriptions.DescriptionDecoratorFilter
 
visitEdge(E) - Method in interface kieker.tools.traceAnalysis.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.traceAnalysis.filter.visualization.traceColoring.TraceColoringFilter
Call-back operation that is invoked when an edge is encountered during graph traversal.
visitVertex(V) - Method in class kieker.tools.traceAnalysis.filter.visualization.descriptions.DescriptionDecoratorFilter
 
visitVertex(V) - Method in interface kieker.tools.traceAnalysis.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.traceAnalysis.filter.visualization.traceColoring.TraceColoringFilter
Call-back operation that is invoked when a vertex is encountered during graph traversal.

W

warn(String) - Method in interface kieker.common.logging.Log
Log a message with warn log level.
warn(String, Throwable) - Method in interface kieker.common.logging.Log
Log an error with warn log level.
warn(String) - Method in class kieker.common.logging.LogImplCommonsLogging

Log a message with warn log level.

warn(String, Throwable) - Method in class kieker.common.logging.LogImplCommonsLogging

Log an error with warn log level.

warn(String) - Method in class kieker.common.logging.LogImplJDK14

Log a message with warn log level.

warn(String, Throwable) - Method in class kieker.common.logging.LogImplJDK14

Log an error with warn log level.

warn(String) - Method in class kieker.common.logging.LogImplJUnit

Log a message with warn log level.

warn(String, Throwable) - Method in class kieker.common.logging.LogImplJUnit

Log an error with warn log level.

warn(String) - Method in class kieker.common.logging.LogImplNone

Log a message with warn log level.

warn(String, Throwable) - Method in class kieker.common.logging.LogImplNone

Log an error with warn log level.

warn(String) - Method in class kieker.common.logging.LogImplSLF4JLogging

Log a message with warn log level.

warn(String, Throwable) - Method in class kieker.common.logging.LogImplSLF4JLogging

Log an error with warn log level.

warn(String) - Method in class kieker.common.logging.LogImplWebguiLogging

Log a message with warn log level.

warn(String, Throwable) - Method in class kieker.common.logging.LogImplWebguiLogging

Log an error with warn log level.

WeightedBidirectionalDependencyGraphEdge<T extends ISystemModelElement> - Class in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
This class represents a weighted but bidirected edge within a dependency graph.
WeightedBidirectionalDependencyGraphEdge(DependencyGraphNode<T>, DependencyGraphNode<T>, TraceInformation, IOriginRetentionPolicy) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.WeightedBidirectionalDependencyGraphEdge
Creates a new instance of this class using the given parameters.
WeightedDirectedCallTreeEdge<T> - Class in kieker.tools.traceAnalysis.filter.visualization.callTree
This class represents a weighted and directed edge within a call tree.
WeightedDirectedCallTreeEdge(AbstractCallTreeNode<T>, AbstractCallTreeNode<T>, MessageTrace, IOriginRetentionPolicy) - Constructor for class kieker.tools.traceAnalysis.filter.visualization.callTree.WeightedDirectedCallTreeEdge
Creates a new instance of this class using the given parameters.
WHITE - Static variable in class kieker.tools.traceAnalysis.filter.visualization.graph.Color
The predefined color white.
write(RegistryRecord) - Method in class kieker.monitoring.writer.filesystem.map.MappingFileWriter
Writes the given mapping into the mapping file.
write(RegistryRecord) - Method in class kieker.monitoring.writer.filesystem.map.StringMappingFileWriter
Writes the given mapping to the internal string builder.
writeDotForMessageTrace(AbstractCallTreeNode<T>, AbstractCallTreeFilter.IPairFactory<T>, MessageTrace, String, boolean, boolean) - Static method in class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractCallTreeFilter
 
writeGraph(AbstractGraph<?, ?, ?>) - Method in class kieker.tools.traceAnalysis.filter.visualization.GraphWriterPlugin
Formats a given graph and saves the generated specification to disk.
writeMonitoringRecord(IMonitoringRecord) - Method in class kieker.common.namedRecordPipe.Pipe
Passes the monitoring record to the registered pipe reader.
writePicForMessageTrace(MessageTrace, SequenceDiagramFilter.SDModes, String, boolean) - Static method in class kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter
This method writes the pic code for the given message trace into the given file.
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.

Z

ZIP_FILE_EXTENSION - Static variable in class kieker.common.util.filesystem.FSUtil
The extension of Kieker's zipped record files.

A B C D E F G H I J K L M N O P R S T U V W Z
Kieker 1.7

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