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

A

AbstractAggregatedCallTreeNode<T> - Class in kieker.tools.traceAnalysis.plugins.visualization.callTree
 
AbstractAggregatedCallTreeNode(int, SystemModelRepository, T, boolean) - Constructor for class kieker.tools.traceAnalysis.plugins.visualization.callTree.AbstractAggregatedCallTreeNode
 
AbstractAspectJProbe - Class in kieker.monitoring.probe.aspectJ
 
AbstractAspectJProbe() - Constructor for class kieker.monitoring.probe.aspectJ.AbstractAspectJProbe
 
AbstractAsyncThread - Class in kieker.monitoring.writer
 
AbstractAsyncThread(IMonitoringController, BlockingQueue<IMonitoringRecord>) - Constructor for class kieker.monitoring.writer.AbstractAsyncThread
 
AbstractAsyncWriter - Class in kieker.monitoring.writer
 
AbstractCallTreeNode<T> - Class in kieker.tools.traceAnalysis.plugins.visualization.callTree
 
AbstractCallTreeNode(int, SystemModelRepository, T, boolean) - Constructor for class kieker.tools.traceAnalysis.plugins.visualization.callTree.AbstractCallTreeNode
 
AbstractCallTreePlugin<T> - Class in kieker.tools.traceAnalysis.plugins.visualization.callTree
Plugin providing the creation of calling trees both for individual traces and an aggregated form mulitple traces.
AbstractCallTreePlugin(String, SystemModelRepository) - Constructor for class kieker.tools.traceAnalysis.plugins.visualization.callTree.AbstractCallTreePlugin
 
AbstractController - Class in kieker.monitoring.core.controller
 
AbstractController() - Constructor for class kieker.monitoring.core.controller.AbstractController
 
AbstractDependencyGraphPlugin<T> - Class in kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph
Refactored copy from LogAnalysis-legacy tool
AbstractDependencyGraphPlugin(String, SystemModelRepository, DependencyGraph<T>) - Constructor for class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.AbstractDependencyGraphPlugin
 
AbstractExecutionTraceProcessingPlugin - Class in kieker.tools.traceAnalysis.plugins
 
AbstractExecutionTraceProcessingPlugin(String, SystemModelRepository) - Constructor for class kieker.tools.traceAnalysis.plugins.AbstractExecutionTraceProcessingPlugin
 
AbstractInputPort<T extends IAnalysisEvent> - Class in kieker.analysis.plugin.configuration
 
AbstractInputPort(String) - Constructor for class kieker.analysis.plugin.configuration.AbstractInputPort
 
AbstractInvalidExecutionTraceProcessingPlugin - Class in kieker.tools.traceAnalysis.plugins
 
AbstractInvalidExecutionTraceProcessingPlugin(String, SystemModelRepository) - Constructor for class kieker.tools.traceAnalysis.plugins.AbstractInvalidExecutionTraceProcessingPlugin
 
AbstractMessageTraceProcessingPlugin - Class in kieker.tools.traceAnalysis.plugins
 
AbstractMessageTraceProcessingPlugin(String, SystemModelRepository) - Constructor for class kieker.tools.traceAnalysis.plugins.AbstractMessageTraceProcessingPlugin
 
AbstractMonitoringReader - Class in kieker.analysis.reader
 
AbstractMonitoringReader() - Constructor for class kieker.analysis.reader.AbstractMonitoringReader
 
AbstractMonitoringRecord - Class in kieker.common.record
 
AbstractMonitoringRecord() - Constructor for class kieker.common.record.AbstractMonitoringRecord
 
AbstractMonitoringWriter - Class in kieker.monitoring.writer
 
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
 
AbstractOperationExecutionMethodInvocationInterceptor - Class in kieker.monitoring.probe.spring.executions
 
AbstractOperationExecutionMethodInvocationInterceptor() - Constructor for class kieker.monitoring.probe.spring.executions.AbstractOperationExecutionMethodInvocationInterceptor
 
AbstractSigarSampler - Class in kieker.monitoring.probe.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.probe.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
 
AbstractTimeSource - Class in kieker.monitoring.timer
 
AbstractTraceAnalysisPlugin - Class in kieker.tools.traceAnalysis.plugins
 
AbstractTraceAnalysisPlugin(String, SystemModelRepository) - Constructor for class kieker.tools.traceAnalysis.plugins.AbstractTraceAnalysisPlugin
 
AbstractTraceProcessingPlugin - Class in kieker.tools.traceAnalysis.plugins
 
AbstractTraceProcessingPlugin(String, SystemModelRepository) - Constructor for class kieker.tools.traceAnalysis.plugins.AbstractTraceProcessingPlugin
 
accept(Method, Class<?>) - Method in class kieker.tools.mappingGenerator.filters.basic.NoInterfacesFilter
 
accept(Method, Class<?>) - Method in class kieker.tools.mappingGenerator.filters.basic.NoSuperclassMethodsFilter
 
accept(Method, Class<?>) - Method in class kieker.tools.mappingGenerator.filters.composite.NoInterfaceNoSuperclassFilter
 
accept(Method, Class<?>) - Method in interface kieker.tools.mappingGenerator.MethodFilter
 
acquirePipe(String) - Method in class kieker.common.namedRecordPipe.Broker
Returns a connection with name @a pipeName.
actionPerformed(ActionEvent) - Method in class kieker.tools.traceAnalysis.TraceAnalysisGui
 
add(Execution) - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionTrace
Adds an execution to the trace.
addChildContainer(ExecutionContainer) - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionContainer
 
addIncomingDependency(DependencyGraphNode<T>) - Method in class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.DependencyGraphNode
 
addOperation(Operation) - Method in class kieker.tools.traceAnalysis.systemModel.ComponentType
 
addOutgoingDependency(DependencyGraphNode<T>) - Method in class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.DependencyGraphNode
 
addRecordReceiver(IMonitoringRecordReceiver) - Method in class kieker.analysis.reader.AbstractMonitoringReader
 
addRecordReceiver(IMonitoringRecordReceiver) - Method in interface kieker.analysis.reader.IMonitoringReader
Adds the given record receiver.
afterCompletion(WebRequest, Exception) - Method in class kieker.monitoring.probe.spring.executions.OperationExecutionWebRequestRegistrationInterceptor
 
AggregatedAllocationComponentOperationCallTreePlugin - Class in kieker.tools.traceAnalysis.plugins.visualization.callTree
 
AggregatedAllocationComponentOperationCallTreePlugin(String, AllocationComponentOperationPairFactory, SystemModelRepository, File, boolean, boolean) - Constructor for class kieker.tools.traceAnalysis.plugins.visualization.callTree.AggregatedAllocationComponentOperationCallTreePlugin
 
AggregatedAssemblyComponentOperationCallTreePlugin - Class in kieker.tools.traceAnalysis.plugins.visualization.callTree
 
AggregatedAssemblyComponentOperationCallTreePlugin(String, AssemblyComponentOperationPairFactory, SystemModelRepository, File, boolean, boolean) - Constructor for class kieker.tools.traceAnalysis.plugins.visualization.callTree.AggregatedAssemblyComponentOperationCallTreePlugin
 
AggregatedCallTreePlugin<T> - Class in kieker.tools.traceAnalysis.plugins.visualization.callTree
 
AggregatedCallTreePlugin(String, SystemModelRepository, AbstractAggregatedCallTreeNode<T>, File, boolean, boolean) - Constructor for class kieker.tools.traceAnalysis.plugins.visualization.callTree.AggregatedCallTreePlugin
 
AllocationComponent - Class in kieker.tools.traceAnalysis.systemModel
 
AllocationComponent(int, AssemblyComponent, ExecutionContainer) - Constructor for class kieker.tools.traceAnalysis.systemModel.AllocationComponent
 
AllocationComponentOperationPair - Class in kieker.tools.traceAnalysis.systemModel.util
 
AllocationComponentOperationPair(int, Operation, AllocationComponent) - Constructor for class kieker.tools.traceAnalysis.systemModel.util.AllocationComponentOperationPair
 
AllocationComponentOperationPairFactory - Class in kieker.tools.traceAnalysis.systemModel.repository
 
AllocationComponentOperationPairFactory(SystemModelRepository) - Constructor for class kieker.tools.traceAnalysis.systemModel.repository.AllocationComponentOperationPairFactory
 
AllocationRepository - Class in kieker.tools.traceAnalysis.systemModel.repository
 
AllocationRepository(SystemModelRepository, AllocationComponent) - Constructor for class kieker.tools.traceAnalysis.systemModel.repository.AllocationRepository
 
AnalysisController - Class in kieker.analysis
2010-03-06 Matthias: Added exception handling for the case that the log reader is missing.
AnalysisController() - Constructor for class kieker.analysis.AnalysisController
 
AssemblyComponent - Class in kieker.tools.traceAnalysis.systemModel
 
AssemblyComponent(int, String, ComponentType) - Constructor for class kieker.tools.traceAnalysis.systemModel.AssemblyComponent
 
AssemblyComponentOperationPair - Class in kieker.tools.traceAnalysis.systemModel.util
 
AssemblyComponentOperationPair(int, Operation, AssemblyComponent) - Constructor for class kieker.tools.traceAnalysis.systemModel.util.AssemblyComponentOperationPair
 
AssemblyComponentOperationPairFactory - Class in kieker.tools.traceAnalysis.systemModel.repository
 
AssemblyComponentOperationPairFactory(SystemModelRepository) - Constructor for class kieker.tools.traceAnalysis.systemModel.repository.AssemblyComponentOperationPairFactory
 
AssemblyRepository - Class in kieker.tools.traceAnalysis.systemModel.repository
 
AssemblyRepository(SystemModelRepository, AssemblyComponent) - Constructor for class kieker.tools.traceAnalysis.systemModel.repository.AssemblyRepository
 
AsyncDbWriter - Class in kieker.monitoring.writer.database
Stores monitoring data into a database.
AsyncDbWriter(Configuration) - Constructor for class kieker.monitoring.writer.database.AsyncDbWriter
 
AsyncFsWriter - Class in kieker.monitoring.writer.filesystem
 
AsyncFsWriter(Configuration) - Constructor for class kieker.monitoring.writer.filesystem.AsyncFsWriter
 
AsyncJMSWriter - Class in kieker.monitoring.writer.jms
 
AsyncJMSWriter(Configuration) - Constructor for class kieker.monitoring.writer.jms.AsyncJMSWriter
 

B

BranchingProbe - Class in kieker.monitoring.probe.manual
Convenience class which provides a static method to log branching.
BranchingProbe() - Constructor for class kieker.monitoring.probe.manual.BranchingProbe
 
BranchingRecord - Class in kieker.common.record
 
BranchingRecord() - Constructor for class kieker.common.record.BranchingRecord
 
BranchingRecord(long, int, int) - Constructor for class kieker.common.record.BranchingRecord
 
BriefJavaFxInformer - Class in kieker.tools.javaFx
 
BriefJavaFxInformer() - Constructor for class kieker.tools.javaFx.BriefJavaFxInformer
 
Broker - Class in kieker.common.namedRecordPipe
 
Broker() - Constructor for class kieker.common.namedRecordPipe.Broker
 

C

CallTreeNode - Class in kieker.tools.traceAnalysis.plugins.visualization.callTree
 
CallTreeNode(CallTreeNode, CallTreeOperationHashKey) - Constructor for class kieker.tools.traceAnalysis.plugins.visualization.callTree.CallTreeNode
 
CallTreeOperationHashKey - Class in kieker.tools.traceAnalysis.plugins.visualization.callTree
 
CallTreeOperationHashKey(AllocationComponent, Operation) - Constructor for class kieker.tools.traceAnalysis.plugins.visualization.callTree.CallTreeOperationHashKey
 
classname - Variable in class kieker.common.record.MonitoringRecordTypeClassnameMapping
 
className - Variable in class kieker.common.record.OperationExecutionRecord
 
close() - Method in class kieker.common.namedRecordPipe.Pipe
 
compareTo(StructureElement) - Method in class kieker.tools.traceAnalysis.plugins.visualization.util.dot.StructureElement
Compares two StructureElement objects by their causeRating.
ComponentDependencyGraphPluginAllocation - Class in kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph
Refactored copy from LogAnalysis-legacy tool
ComponentDependencyGraphPluginAllocation(String, SystemModelRepository, File, boolean, boolean, boolean) - Constructor for class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.ComponentDependencyGraphPluginAllocation
 
ComponentDependencyGraphPluginAssembly - Class in kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph
Refactored copy from LogAnalysis-legacy tool
ComponentDependencyGraphPluginAssembly(String, SystemModelRepository, File, boolean, boolean, boolean) - Constructor for class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.ComponentDependencyGraphPluginAssembly
 
ComponentType - Class in kieker.tools.traceAnalysis.systemModel
 
ComponentType(int, String, String) - Constructor for class kieker.tools.traceAnalysis.systemModel.ComponentType
 
ComponentType(int, String) - Constructor for class kieker.tools.traceAnalysis.systemModel.ComponentType
 
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__DRIVERCLASSNAME - Static variable in class kieker.monitoring.writer.database.AsyncDbWriter
 
CONFIG__DRIVERCLASSNAME - Static variable in class kieker.monitoring.writer.database.SyncDbWriter
 
CONFIG__FACTORYLOOKUPNAME - Static variable in class kieker.monitoring.writer.jms.AsyncJMSWriter
 
CONFIG__MESSAGETTL - Static variable in class kieker.monitoring.writer.jms.AsyncJMSWriter
 
CONFIG__NRCONN - Static variable in class kieker.monitoring.writer.database.AsyncDbWriter
 
CONFIG__PATH - Static variable in class kieker.monitoring.writer.filesystem.AsyncFsWriter
 
CONFIG__PATH - Static variable in class kieker.monitoring.writer.filesystem.SyncFsWriter
 
CONFIG__PIPENAME - Static variable in class kieker.monitoring.writer.namedRecordPipe.PipeWriter
 
CONFIG__PROVIDERURL - Static variable in class kieker.monitoring.writer.jms.AsyncJMSWriter
 
CONFIG__TABLENAME - Static variable in class kieker.monitoring.writer.database.AsyncDbWriter
 
CONFIG__TABLENAME - Static variable in class kieker.monitoring.writer.database.SyncDbWriter
 
CONFIG__TEMP - Static variable in class kieker.monitoring.writer.filesystem.AsyncFsWriter
 
CONFIG__TEMP - Static variable in class kieker.monitoring.writer.filesystem.SyncFsWriter
 
CONFIG__TOPIC - Static variable in class kieker.monitoring.writer.jms.AsyncJMSWriter
 
Configuration - Class in kieker.monitoring.core.configuration
 
ContainerDependencyGraphPlugin - Class in kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph
Refactored copy from LogAnalysis-legacy tool
ContainerDependencyGraphPlugin(String, SystemModelRepository, File, boolean, boolean, boolean) - Constructor for class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.ContainerDependencyGraphPlugin
 
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 - Class in kieker.monitoring.core.registry
 
ControlServlet - Class in kieker.monitoring.servlet
 
ControlServlet() - Constructor for class kieker.monitoring.servlet.ControlServlet
 
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.
CPUMemUsageServletContextListener - 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.
CPUMemUsageServletContextListener() - Constructor for class kieker.monitoring.probe.servlet.CPUMemUsageServletContextListener
 
CPUsCombinedPercSampler - Class in kieker.monitoring.probe.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 WriterController#newMonitoringRecord(kieker.common.record.IMonitoringRecord) .
CPUsCombinedPercSampler(SigarProxy) - Constructor for class kieker.monitoring.probe.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
 
CPUsDetailedPercSampler - Class in kieker.monitoring.probe.sigar.samplers
Logs detailed utilization statistics for each CPU in the system, retrieved from CpuPerc, as CPUUtilizationRecords via WriterController#newMonitoringRecord(kieker.common.record.IMonitoringRecord) .
CPUsDetailedPercSampler(SigarProxy) - Constructor for class kieker.monitoring.probe.sigar.samplers.CPUsDetailedPercSampler
Constructs a new AbstractSigarSampler with given SigarProxy instance used to retrieve the sensor data.
CPUUtilizationRecord - Class in kieker.common.record
 
CPUUtilizationRecord() - Constructor for class kieker.common.record.CPUUtilizationRecord
 
CPUUtilizationRecord(long, String, String, double, double, double, double, double, double, double) - Constructor for class kieker.common.record.CPUUtilizationRecord
Constructs a new CPUUtilizationRecord with the given values.
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
 
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
 
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.plugins.visualization.util.dot.DotFactory
Constructs dot code for a cluster from the specified elements.
createConfigurationFromFile(String) - Static method in class kieker.monitoring.core.configuration.Configuration
Creates a new configuration based on the given properties file with fallback on the default values.
createConnection(String, String, String, String, String) - Static method in class kieker.tools.traceAnalysis.plugins.visualization.util.dot.DotFactory
Creates dot code for a connection.
createConnection(String, String, String, String, String, String) - Static method in class kieker.tools.traceAnalysis.plugins.visualization.util.dot.DotFactory
Creates dot code for a connection.
createConnection(String, String, String, double, double) - Static method in class kieker.tools.traceAnalysis.plugins.visualization.util.dot.DotFactory
Creates dot code for a connection.
createDefaultConfiguration() - Static method in class kieker.monitoring.core.configuration.Configuration
Returns an empty properties map with a fallback on the default configuration.
createEdgeDefaults(String, String, String) - Static method in class kieker.tools.traceAnalysis.plugins.visualization.util.dot.DotFactory
Constructs dot code for the edge defaults.
createHeader(String, String, String, String, double) - Static method in class kieker.tools.traceAnalysis.plugins.visualization.util.dot.DotFactory
Constructs dot code for a directed graph (digraph) file header.
createInstance(Configuration) - Static method in class kieker.monitoring.core.controller.MonitoringController
 
createNewChild(AllocationComponent, Operation) - Method in class kieker.tools.traceAnalysis.plugins.visualization.callTree.CallTreeNode
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) - Static method in class kieker.tools.traceAnalysis.plugins.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.plugins.visualization.util.dot.DotFactory
Constructs dot code for the node defaults.
createSensorCPUsCombinedPerc() - Method in interface kieker.monitoring.probe.sigar.ISigarSamplerFactory
Creates an instance of CPUsCombinedPercSampler.
createSensorCPUsCombinedPerc() - Method in class kieker.monitoring.probe.sigar.SigarSamplerFactory
 
createSensorCPUsDetailedPerc() - Method in interface kieker.monitoring.probe.sigar.ISigarSamplerFactory
Creates an instance of CPUsDetailedPercSampler.
createSensorCPUsDetailedPerc() - Method in class kieker.monitoring.probe.sigar.SigarSamplerFactory
 
createSensorMemSwapUsage() - Method in interface kieker.monitoring.probe.sigar.ISigarSamplerFactory
Creates an instance of MemSwapUsageSampler.
createSensorMemSwapUsage() - Method in class kieker.monitoring.probe.sigar.SigarSamplerFactory
 
createSingletonConfiguration() - Static method in class kieker.monitoring.core.configuration.Configuration
Creates the configuration for the singleton controller instance.
CurrentTimeEventGenerator - Class in kieker.tools.currentTimeEventGenerator
Generates time events with a given resolution based on the timestamps of incoming IMonitoringRecords.
CurrentTimeEventGenerator(long) - Constructor for class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerator
Creates an event generator which generates time events with the given resolution in nanoseconds via the output port CurrentTimeEventGenerator.getCurrentTimeOutputPort().
CurrentTimeRecord - Class in kieker.common.record
Record type which can be used to store the current time in the field CurrentTimeRecord.currentTime.
CurrentTimeRecord() - Constructor for class kieker.common.record.CurrentTimeRecord
Constructs a new CurrentTimeRecord with the without setting the current time value.
CurrentTimeRecord(long) - Constructor for class kieker.common.record.CurrentTimeRecord
 

D

DATE_FORMAT_PATTERN_CMD_USAGE_HELP - Static variable in class kieker.tools.traceAnalysis.TraceAnalysisTool
 
decreaseActive() - Method in class kieker.tools.logReplayer.RealtimeReplayDistributor
 
DefaultSystemTimer - Class in kieker.monitoring.timer
 
DefaultSystemTimer(Configuration) - Constructor for class kieker.monitoring.timer.DefaultSystemTimer
 
deliver(T) - Method in class kieker.analysis.plugin.configuration.OutputPort
 
DependencyGraph<T> - Class in kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph
 
DependencyGraph(int, T) - Constructor for class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.DependencyGraph
 
DependencyGraphNode<T> - Class in kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph
 
DependencyGraphNode(int, T) - Constructor for class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.DependencyGraphNode
 
destroy() - Method in class kieker.monitoring.probe.servlet.OperationExecutionRegistrationAndLoggingFilter
 
destroy() - Method in class kieker.monitoring.probe.servlet.OperationExecutionRegistrationFilter
 
disableMonitoring() - Method in interface kieker.monitoring.core.controller.IStateController
Disables monitoring.
disableMonitoring() - Method in class kieker.monitoring.core.controller.MonitoringController
 
disableMonitoring() - Method in class kieker.monitoring.core.controller.StateController
 
doBasicProfiling(ProceedingJoinPoint) - Method in class kieker.monitoring.probe.aspectJ.operationExecution.AbstractOperationExecutionAspect
 
doBasicProfiling(ProceedingJoinPoint) - Method in class kieker.monitoring.probe.aspectJ.operationExecution.OperationExecutionAspectAnnotation
 
doBasicProfiling(ProceedingJoinPoint) - Method in class kieker.monitoring.probe.aspectJ.operationExecution.OperationExecutionAspectAnnotationServlet
 
doBasicProfiling(ProceedingJoinPoint) - Method in class kieker.monitoring.probe.aspectJ.operationExecution.OperationExecutionAspectFull
 
doBasicProfiling(ProceedingJoinPoint) - Method in class kieker.monitoring.probe.aspectJ.operationExecution.OperationExecutionAspectFullServlet
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class kieker.monitoring.probe.servlet.OperationExecutionRegistrationAndLoggingFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class kieker.monitoring.probe.servlet.OperationExecutionRegistrationFilter
 
doServletEntryProfiling(ProceedingJoinPoint) - Method in class kieker.monitoring.probe.aspectJ.operationExecution.AbstractOperationExecutionAspectServlet
 
doServletEntryProfiling(ProceedingJoinPoint) - Method in class kieker.monitoring.probe.aspectJ.operationExecution.OperationExecutionAspectAnnotationServlet
 
doServletEntryProfiling(ProceedingJoinPoint) - Method in class kieker.monitoring.probe.aspectJ.operationExecution.OperationExecutionAspectFullServlet
 
DOT_ARROWHEAD_OPEN - Static variable in class kieker.tools.traceAnalysis.plugins.visualization.util.dot.DotFactory
 
DOT_DEFAULT_FONTSIZE - Static variable in class kieker.tools.traceAnalysis.plugins.visualization.util.dot.DotFactory
 
DOT_DOT_RANKDIR_LR - Static variable in class kieker.tools.traceAnalysis.plugins.visualization.util.dot.DotFactory
 
DOT_FILLCOLOR_WHITE - Static variable in class kieker.tools.traceAnalysis.plugins.visualization.util.dot.DotFactory
 
DOT_SHAPE_BOX - Static variable in class kieker.tools.traceAnalysis.plugins.visualization.util.dot.DotFactory
 
DOT_SHAPE_BOX3D - Static variable in class kieker.tools.traceAnalysis.plugins.visualization.util.dot.DotFactory
 
DOT_SHAPE_NONE - Static variable in class kieker.tools.traceAnalysis.plugins.visualization.util.dot.DotFactory
 
DOT_SHAPE_OVAL - Static variable in class kieker.tools.traceAnalysis.plugins.visualization.util.dot.DotFactory
 
DOT_STYLE_DASHED - Static variable in class kieker.tools.traceAnalysis.plugins.visualization.util.dot.DotFactory
 
DOT_STYLE_FILLED - Static variable in class kieker.tools.traceAnalysis.plugins.visualization.util.dot.DotFactory
 
DotFactory - Class in kieker.tools.traceAnalysis.plugins.visualization.util.dot
This class provides a collection of static methods to compile Graphviz Dot elements from string attributes and properties.
DummyLogReader - Class in kieker.analysis.reader
This is a logReader for testing.
DummyLogReader() - Constructor for class kieker.analysis.reader.DummyLogReader
 
DummyMonitoringRecord - Class in kieker.common.record
 
DummyMonitoringRecord() - Constructor for class kieker.common.record.DummyMonitoringRecord
 
DummyRecordConsumer - Class in kieker.analysis.plugin
 
DummyRecordConsumer() - Constructor for class kieker.analysis.plugin.DummyRecordConsumer
 
DummyWriter - Class in kieker.monitoring.writer
A writer that does nothing but consuming records.
DummyWriter(Configuration) - Constructor for class kieker.monitoring.writer.DummyWriter
 

E

enableMonitoring() - Method in interface kieker.monitoring.core.controller.IStateController
Enables monitoring.
enableMonitoring() - Method in class kieker.monitoring.core.controller.MonitoringController
 
enableMonitoring() - Method in class kieker.monitoring.core.controller.StateController
 
eoi - Variable in class kieker.common.record.OperationExecutionRecord
 
EOI_IDENTIFIER_QNAME - Static variable in interface kieker.monitoring.probe.cxf.SOAPHeaderConstants
 
EOI_QUALIFIED_NAME - Static variable in interface kieker.monitoring.probe.cxf.SOAPHeaderConstants
 
equals(Object) - Method in class kieker.common.record.OperationExecutionRecord
Compares two records.
equals(Object) - Method in class kieker.tools.traceAnalysis.plugins.visualization.callTree.CallTreeOperationHashKey
 
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
 
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.Message
 
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 iff their ids are equal.
equals(Object) - Method in class kieker.tools.traceAnalysis.systemModel.SynchronousCallMessage
 
equals(Object) - Method in class kieker.tools.traceAnalysis.systemModel.SynchronousReplyMessage
 
ess - Variable in class kieker.common.record.OperationExecutionRecord
 
ESS_IDENTIFIER_QNAME - Static variable in interface kieker.monitoring.probe.cxf.SOAPHeaderConstants
 
ESS_QUALIFIED_NAME - Static variable in interface kieker.monitoring.probe.cxf.SOAPHeaderConstants
 
EventProcessingException - Exception in kieker.analysis.plugin
 
EventProcessingException(String) - Constructor for exception kieker.analysis.plugin.EventProcessingException
 
EventProcessingException(String, Throwable) - Constructor for exception kieker.analysis.plugin.EventProcessingException
 
execute() - Method in class kieker.analysis.plugin.DummyRecordConsumer
 
execute() - Method in interface kieker.analysis.plugin.IAnalysisPlugin
Initiates the start of a component.
execute() - Method in class kieker.analysis.plugin.MonitoringRecordTypeLogger
 
execute() - Method in class kieker.analysis.reader.filesystem.FSReaderCons
 
execute() - Method in class kieker.tools.javaFx.BriefJavaFxInformer
 
execute() - Method in class kieker.tools.logReplayer.RealtimeReplayDistributor
 
execute() - Method in class kieker.tools.traceAnalysis.plugins.executionFilter.TimestampFilter
 
execute() - Method in class kieker.tools.traceAnalysis.plugins.executionFilter.TraceIdFilter
 
execute() - Method in class kieker.tools.traceAnalysis.plugins.executionRecordTransformation.ExecutionRecordTransformationFilter
 
execute() - Method in class kieker.tools.traceAnalysis.plugins.messageTraceRepository.MessageTraceRepositoryPlugin
 
execute() - Method in class kieker.tools.traceAnalysis.plugins.traceFilter.TraceEquivalenceClassFilter
 
execute() - Method in class kieker.tools.traceAnalysis.plugins.traceReconstruction.TraceReconstructionFilter
 
execute() - Method in class kieker.tools.traceAnalysis.plugins.traceWriter.ExecutionTraceWriterPlugin
 
execute() - Method in class kieker.tools.traceAnalysis.plugins.traceWriter.InvalidExecutionTraceWriterPlugin
 
execute() - Method in class kieker.tools.traceAnalysis.plugins.traceWriter.MessageTraceWriterPlugin
 
execute() - Method in class kieker.tools.traceAnalysis.plugins.visualization.callTree.AggregatedCallTreePlugin
 
execute() - Method in class kieker.tools.traceAnalysis.plugins.visualization.callTree.TraceCallTreePlugin
 
execute() - Method in class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.ComponentDependencyGraphPluginAllocation
 
execute() - Method in class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.ComponentDependencyGraphPluginAssembly
 
execute() - Method in class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.ContainerDependencyGraphPlugin
 
execute() - Method in class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.OperationDependencyGraphPluginAllocation
 
execute() - Method in class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.OperationDependencyGraphPluginAssembly
 
execute() - Method in class kieker.tools.traceAnalysis.plugins.visualization.sequenceDiagram.SequenceDiagramPlugin
 
Execution - Class in kieker.tools.traceAnalysis.systemModel
 
Execution(Operation, AllocationComponent, long, String, int, int, long, long) - Constructor for class kieker.tools.traceAnalysis.systemModel.Execution
Creates a new Execution instance.
Execution(Operation, AllocationComponent, long, int, int, long, long) - Constructor for class kieker.tools.traceAnalysis.systemModel.Execution
Creates a new Execution instance.
ExecutionContainer - Class in kieker.tools.traceAnalysis.systemModel
 
ExecutionContainer(int, ExecutionContainer, String) - Constructor for class kieker.tools.traceAnalysis.systemModel.ExecutionContainer
 
ExecutionEnvironmentRepository - Class in kieker.tools.traceAnalysis.systemModel.repository
 
ExecutionEnvironmentRepository(SystemModelRepository, ExecutionContainer) - Constructor for class kieker.tools.traceAnalysis.systemModel.repository.ExecutionEnvironmentRepository
 
ExecutionEventProcessingException - Exception in kieker.tools.traceAnalysis.plugins.executionRecordTransformation
 
ExecutionEventProcessingException(String) - Constructor for exception kieker.tools.traceAnalysis.plugins.executionRecordTransformation.ExecutionEventProcessingException
 
ExecutionEventProcessingException(String, Throwable) - Constructor for exception kieker.tools.traceAnalysis.plugins.executionRecordTransformation.ExecutionEventProcessingException
 
ExecutionRecordTransformationFilter - Class in kieker.tools.traceAnalysis.plugins.executionRecordTransformation
Transforms KiekerExecutionRecords into Execution objects.
ExecutionRecordTransformationFilter(String, SystemModelRepository) - Constructor for class kieker.tools.traceAnalysis.plugins.executionRecordTransformation.ExecutionRecordTransformationFilter
 
ExecutionTrace - Class in kieker.tools.traceAnalysis.systemModel
 
ExecutionTrace(long) - Constructor for class kieker.tools.traceAnalysis.systemModel.ExecutionTrace
 
ExecutionTraceWriterPlugin - Class in kieker.tools.traceAnalysis.plugins.traceWriter
 
ExecutionTraceWriterPlugin(String, SystemModelRepository, String) - Constructor for class kieker.tools.traceAnalysis.plugins.traceWriter.ExecutionTraceWriterPlugin
 
experimentId - Variable in class kieker.common.record.OperationExecutionRecord
 

F

fetchClassForRecordTypeId(int) - Method in class kieker.common.record.MonitoringRecordTypeRegistry
Returns the class object for the given record type ID record type recordTypeId, which has been registered before by calling the registerRecordTypeIdMapping method.
FilesystemLogReplayer - Class in kieker.tools.logReplayer
Replays a filesystem monitoring log and simply passes each record to a specified IMonitoringRecordReceiver.
FilesystemLogReplayer(IMonitoringRecordReceiver, String[]) - Constructor for class kieker.tools.logReplayer.FilesystemLogReplayer
Normal replay mode (i.e., non-real-time).
FilesystemLogReplayer(IMonitoringRecordReceiver, String[], boolean, int) - Constructor for class kieker.tools.logReplayer.FilesystemLogReplayer
 
FilesystemLogReplayer(IMonitoringRecordReceiver, String[], boolean, int, long, long) - Constructor for class kieker.tools.logReplayer.FilesystemLogReplayer
 
FilesystemLogReplayerStarter - Class in kieker.tools.logReplayer
Command-line tool for replaying a filesystem monitoring log using the FilesystemLogReplayer.
FilesystemLogReplayerStarter() - Constructor for class kieker.tools.logReplayer.FilesystemLogReplayerStarter
 
FSReader - Class in kieker.analysis.reader.filesystem
Filesystem reader which reads from multiple directories simultaneously ordered by the logging timestamp.
FSReader(String[]) - Constructor for class kieker.analysis.reader.filesystem.FSReader
 
FSReader(String[], Collection<Class<? extends IMonitoringRecord>>) - Constructor for class kieker.analysis.reader.filesystem.FSReader
 
FSReader() - Constructor for class kieker.analysis.reader.filesystem.FSReader
Default constructor used for construction by reflection.
FSReaderCons - Class in kieker.analysis.reader.filesystem
 
FSReaderCons(IMonitoringRecordReceiver, String[], Collection<Class<? extends IMonitoringRecord>>) - Constructor for class kieker.analysis.reader.filesystem.FSReaderCons
 
FSReaderRealtime - Class in kieker.tools.logReplayer
 
FSReaderRealtime() - Constructor for class kieker.tools.logReplayer.FSReaderRealtime
Constructor for FSReaderRealtime.
FSReaderRealtime(String[], int) - Constructor for class kieker.tools.logReplayer.FSReaderRealtime
 

G

getAllocationComponent() - Method in class kieker.tools.traceAnalysis.plugins.visualization.callTree.CallTreeNode
 
getAllocationComponent() - Method in class kieker.tools.traceAnalysis.plugins.visualization.callTree.CallTreeOperationHashKey
 
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
 
getAndStoreUniqueThreadLocalTraceId() - Method in class kieker.monitoring.core.registry.ControlFlowRegistry
This method returns a thread-local traceid which is globally unique and stored it local for the thread.
getAnomalyRating() - Method in class kieker.tools.traceAnalysis.plugins.visualization.util.dot.StructureElement
 
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
 
getAssemblyFactory() - Method in class kieker.tools.traceAnalysis.systemModel.repository.SystemModelRepository
 
getBooleanProperty(String) - Method in class kieker.monitoring.core.configuration.Configuration
 
getBranchID() - Method in class kieker.common.record.BranchingRecord
 
getBranchingOutcome() - Method in class kieker.common.record.BranchingRecord
 
getCauseRating() - Method in class kieker.tools.traceAnalysis.plugins.visualization.util.dot.StructureElement
 
getChild(AllocationComponent, Operation) - Method in class kieker.tools.traceAnalysis.plugins.visualization.callTree.CallTreeNode
Returns the child node with given operation, name, and vmName.
getChildContainers() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionContainer
 
getChildEdges() - Method in class kieker.tools.traceAnalysis.plugins.visualization.callTree.AbstractCallTreeNode
 
getChildren() - Method in class kieker.tools.traceAnalysis.plugins.visualization.callTree.CallTreeNode
 
getClassName() - Method in class kieker.common.record.OperationExecutionRecord
 
getComponentType() - Method in class kieker.tools.traceAnalysis.systemModel.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
 
getCOPYRIGHT() - Static method in class kieker.common.util.Version
Returns the version String.
getCpuID() - Method in class kieker.common.record.CPUUtilizationRecord
 
getCurrentTime() - Method in class kieker.common.record.CurrentTimeRecord
Returns the current time.
getCurrentTimeOutputPort() - Method in class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerator
 
getDescription() - Method in class kieker.analysis.plugin.configuration.AbstractInputPort
 
getDescription() - Method in interface kieker.analysis.plugin.configuration.IPort
 
getDescription() - Method in class kieker.analysis.plugin.configuration.OutputPort
 
getDestination() - Method in class kieker.tools.traceAnalysis.plugins.visualization.callTree.WeightedDirectedCallTreeEdge
 
getDestination() - Method in class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.WeightedBidirectionalDependencyGraphEdge
 
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.plugins.visualization.callTree.AbstractCallTreeNode
 
getEntity() - Method in class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.DependencyGraphNode
 
getEoi() - Method in class kieker.common.record.OperationExecutionRecord
 
getEoi() - Method in class kieker.tools.traceAnalysis.systemModel.Execution
 
getEquivalenceClassMap() - Method in class kieker.tools.traceAnalysis.plugins.traceFilter.TraceEquivalenceClassFilter
 
getErrorCount() - Method in class kieker.tools.traceAnalysis.plugins.AbstractTraceProcessingPlugin
 
getEss() - Method in class kieker.common.record.OperationExecutionRecord
 
getEss() - Method in class kieker.tools.traceAnalysis.systemModel.Execution
 
getExecutionContainer() - Method in class kieker.tools.traceAnalysis.systemModel.AllocationComponent
 
getExecutionContainers() - Method in class kieker.tools.traceAnalysis.systemModel.repository.ExecutionEnvironmentRepository
 
getExecutionEnvironmentFactory() - Method in class kieker.tools.traceAnalysis.systemModel.repository.SystemModelRepository
 
getExecutionInputPort() - Method in class kieker.tools.traceAnalysis.plugins.executionFilter.TimestampFilter
 
getExecutionInputPort() - Method in class kieker.tools.traceAnalysis.plugins.executionFilter.TraceIdFilter
 
getExecutionInputPort() - Method in class kieker.tools.traceAnalysis.plugins.traceReconstruction.TraceReconstructionFilter
 
getExecutionOutputPort() - Method in class kieker.tools.traceAnalysis.plugins.executionFilter.TimestampFilter
 
getExecutionOutputPort() - Method in class kieker.tools.traceAnalysis.plugins.executionFilter.TraceIdFilter
 
getExecutionOutputPort() - Method in class kieker.tools.traceAnalysis.plugins.executionRecordTransformation.ExecutionRecordTransformationFilter
 
getExecutionTraceInputPort() - Method in class kieker.tools.traceAnalysis.plugins.AbstractExecutionTraceProcessingPlugin
 
getExecutionTraceInputPort() - Method in class kieker.tools.traceAnalysis.plugins.traceFilter.TraceEquivalenceClassFilter
 
getExecutionTraceInputPort() - Method in class kieker.tools.traceAnalysis.plugins.traceWriter.ExecutionTraceWriterPlugin
 
getExecutionTraceOutputPort() - Method in class kieker.tools.traceAnalysis.plugins.traceFilter.TraceEquivalenceClassFilter
 
getExecutionTraceOutputPort() - Method in class kieker.tools.traceAnalysis.plugins.traceReconstruction.TraceReconstructionFilter
 
getExperimentId() - Method in class kieker.common.record.OperationExecutionRecord
 
getExperimentId() - Method in interface kieker.monitoring.core.controller.IStateController
Returns the experiment ID.
getExperimentId() - Method in class kieker.monitoring.core.controller.MonitoringController
 
getExperimentId() - Method in class kieker.monitoring.core.controller.StateController
 
getFullQualifiedName() - Method in class kieker.tools.traceAnalysis.systemModel.ComponentType
 
getFuture() - Method in class kieker.monitoring.core.sampler.ScheduledSamplerJob
 
getHostName() - Method in class kieker.common.record.CPUUtilizationRecord
 
getHostName() - Method in class kieker.common.record.MemSwapUsageRecord
 
getHostName() - Method in class kieker.common.record.OperationExecutionRecord
 
getHostName() - Method in class kieker.common.record.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.tools.traceAnalysis.plugins.visualization.callTree.AbstractCallTreeNode
 
getId() - Method in class kieker.tools.traceAnalysis.plugins.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
 
getId() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionContainer
 
getId() - Method in class kieker.tools.traceAnalysis.systemModel.Operation
 
getId() - Method in class kieker.tools.traceAnalysis.systemModel.util.AllocationComponentOperationPair
 
getId() - Method in class kieker.tools.traceAnalysis.systemModel.util.AssemblyComponentOperationPair
 
getIdle() - Method in class kieker.common.record.CPUUtilizationRecord
 
getIncomingDependencies() - Method in class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.DependencyGraphNode
 
getIncomingWeight() - Method in class kieker.tools.traceAnalysis.plugins.visualization.callTree.WeightedDirectedCallTreeEdge
 
getIncomingWeight() - Method in class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.WeightedBidirectionalDependencyGraphEdge
 
getInstance() - Static method in class kieker.common.namedRecordPipe.Broker
 
getInstance() - Static method in class kieker.common.record.DummyMonitoringRecord
 
getInstance() - Static method in class kieker.monitoring.core.controller.MonitoringController
 
getInstance() - Static method in class kieker.monitoring.core.registry.ControlFlowRegistry
 
getInstance() - Static method in class kieker.monitoring.core.registry.SessionRegistry
 
getInstance() - Static method in class kieker.monitoring.probe.cxf.SOAPTraceRegistry
 
getInstance() - Static method in class kieker.monitoring.probe.sigar.SigarSamplerFactory
Returns the singleton instance of the SigarSamplerFactory which uses the singleton instance of the WriterController retrieved via {@link WriterController#getInstance()}.
getInstance() - Static method in class kieker.monitoring.timer.DefaultSystemTimer
 
getIntProperty(String) - Method in class kieker.monitoring.core.configuration.Configuration
 
getInvalidExecutionTraceArtifacts() - Method in class kieker.tools.traceAnalysis.systemModel.InvalidExecutionTrace
 
getInvalidExecutionTraceInputPort() - Method in class kieker.tools.traceAnalysis.plugins.AbstractInvalidExecutionTraceProcessingPlugin
 
getInvalidExecutionTraceInputPort() - Method in class kieker.tools.traceAnalysis.plugins.traceWriter.InvalidExecutionTraceWriterPlugin
 
getInvalidExecutionTraceOutputPort() - Method in class kieker.tools.traceAnalysis.plugins.traceReconstruction.TraceReconstructionFilter
 
getInvalidTraces() - Method in class kieker.tools.traceAnalysis.plugins.traceReconstruction.TraceReconstructionFilter
Returns a set of the IDs of invalid traces.
getIrq() - Method in class kieker.common.record.CPUUtilizationRecord
 
getJfxBrokenExecutionTraceInputPort() - Method in class kieker.tools.javaFx.BriefJavaFxInformer
 
getJfxUniqueMessageTraceInputPort() - Method in class kieker.tools.javaFx.BriefJavaFxInformer
 
getLastTraceIdError() - Method in class kieker.tools.traceAnalysis.plugins.AbstractTraceProcessingPlugin
 
getLastTraceIdSuccess() - Method in class kieker.tools.traceAnalysis.plugins.AbstractTraceProcessingPlugin
 
getLength() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionTrace
Returns the length of this trace in terms of the number of contained executions.
getLoggingTimestamp() - Method in class kieker.common.record.AbstractMonitoringRecord
 
getLoggingTimestamp() - Method in interface kieker.common.record.IMonitoringRecord
 
getLongProperty(String) - Method in class kieker.monitoring.core.configuration.Configuration
 
getMap() - Method in class kieker.analysis.util.PropertyMap
 
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.
getMaxTout() - Method in class kieker.tools.traceAnalysis.plugins.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.
getMaxTraceDurationNanos() - Method in class kieker.tools.traceAnalysis.plugins.traceReconstruction.TraceReconstructionFilter
Return the number of nanoseconds after which a pending trace is considered to have timed out
getMemFree() - Method in class kieker.common.record.MemSwapUsageRecord
 
getMemTotal() - Method in class kieker.common.record.MemSwapUsageRecord
 
getMemUsed() - Method in class kieker.common.record.MemSwapUsageRecord
 
getMessageTraceInputPort() - Method in class kieker.tools.javaFx.BriefJavaFxInformer
 
getMessageTraceInputPort() - Method in class kieker.tools.traceAnalysis.plugins.AbstractMessageTraceProcessingPlugin
 
getMessageTraceInputPort() - Method in class kieker.tools.traceAnalysis.plugins.messageTraceRepository.MessageTraceRepositoryPlugin
 
getMessageTraceInputPort() - Method in class kieker.tools.traceAnalysis.plugins.traceWriter.MessageTraceWriterPlugin
 
getMessageTraceInputPort() - Method in class kieker.tools.traceAnalysis.plugins.visualization.callTree.AggregatedCallTreePlugin
 
getMessageTraceInputPort() - Method in class kieker.tools.traceAnalysis.plugins.visualization.callTree.TraceCallTreePlugin
 
getMessageTraceInputPort() - Method in class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.ComponentDependencyGraphPluginAllocation
 
getMessageTraceInputPort() - Method in class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.ComponentDependencyGraphPluginAssembly
 
getMessageTraceInputPort() - Method in class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.ContainerDependencyGraphPlugin
 
getMessageTraceInputPort() - Method in class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.OperationDependencyGraphPluginAllocation
 
getMessageTraceInputPort() - Method in class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.OperationDependencyGraphPluginAssembly
 
getMessageTraceInputPort() - Method in class kieker.tools.traceAnalysis.plugins.visualization.sequenceDiagram.SequenceDiagramPlugin
 
getMessageTraceOutputPort() - Method in class kieker.tools.traceAnalysis.plugins.traceFilter.TraceEquivalenceClassFilter
 
getMessageTraceOutputPort() - Method in class kieker.tools.traceAnalysis.plugins.traceReconstruction.TraceReconstructionFilter
 
getMessageTraceRepository() - Method in class kieker.tools.traceAnalysis.plugins.messageTraceRepository.MessageTraceRepositoryPlugin
 
getMinEoi() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionTrace
Returns the minimum execution order index (eoi) value within the trace.
getMinTin() - Method in class kieker.tools.traceAnalysis.plugins.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.
getName() - Method in class kieker.common.namedRecordPipe.Pipe
 
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.plugins.visualization.util.dot.StructureElement
Fetches the name of this element.
getName() - Method in class kieker.tools.traceAnalysis.systemModel.AssemblyComponent
 
getName() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionContainer
 
getName() - Method in class kieker.tools.traceAnalysis.systemModel.Signature
 
getNice() - Method in class kieker.common.record.CPUUtilizationRecord
 
getNodes() - Method in class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.DependencyGraph
 
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
 
getOffset() - Method in class kieker.tools.logReplayer.RealtimeReplayDistributor
 
getOperation() - Method in class kieker.tools.traceAnalysis.plugins.visualization.callTree.CallTreeNode
 
getOperation() - Method in class kieker.tools.traceAnalysis.plugins.visualization.callTree.CallTreeOperationHashKey
 
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
 
getOperationName() - Method in class kieker.common.record.OperationExecutionRecord
 
getOperations() - Method in class kieker.tools.traceAnalysis.systemModel.ComponentType
 
getOperations() - Method in class kieker.tools.traceAnalysis.systemModel.repository.OperationRepository
 
getOutgoingDependencies() - Method in class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.DependencyGraphNode
 
getOutgoingWeight() - Method in class kieker.tools.traceAnalysis.plugins.visualization.callTree.WeightedDirectedCallTreeEdge
 
getOutgoingWeight() - Method in class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.WeightedBidirectionalDependencyGraphEdge
 
getPackageName() - Method in class kieker.tools.traceAnalysis.systemModel.ComponentType
 
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.
getPairById(int) - Method in class kieker.tools.traceAnalysis.systemModel.repository.AssemblyComponentOperationPairFactory
Returns the instance for the passed ID; null if no instance with this ID.
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
 
getPairs() - Method in class kieker.tools.traceAnalysis.systemModel.repository.AssemblyComponentOperationPairFactory
 
getParamTypeList() - Method in class kieker.tools.traceAnalysis.systemModel.Signature
 
getParent() - Method in class kieker.tools.traceAnalysis.plugins.visualization.callTree.CallTreeNode
 
getParent() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionContainer
 
getPercent() - Method in class kieker.tools.traceAnalysis.plugins.visualization.util.dot.StructureElement
 
getPipe() - Method in class kieker.analysis.reader.namedRecordPipe.PipeReader
Returns the pipe from which the reader receives its monitoring records.
getPropertiesStartingWith(String) - Method in class kieker.monitoring.core.configuration.Configuration
 
getProperty(String, String) - Method in class kieker.analysis.util.PropertyMap
Returns the value for the initialization property @a propName or the the passed default value @a default if no value for this property exists.
getProperty(String) - Method in class kieker.analysis.util.PropertyMap
Returns the value for the initialization property @a propName or null if no value for this property exists.
getReceivingExecution() - Method in class kieker.tools.traceAnalysis.systemModel.Message
 
getRecordTypeSubscriptionList() - Method in class kieker.analysis.plugin.DummyRecordConsumer
 
getRecordTypeSubscriptionList() - Method in interface kieker.analysis.plugin.IMonitoringRecordConsumerPlugin
Simply return null to get records of all types.
getRecordTypeSubscriptionList() - Method in class kieker.analysis.plugin.MonitoringRecordTypeLogger
 
getRecordTypeSubscriptionList() - Method in class kieker.tools.javaFx.BriefJavaFxInformer
 
getRecordTypeSubscriptionList() - Method in class kieker.tools.logReplayer.RealtimeReplayDistributor
 
getRecordTypeSubscriptionList() - Method in class kieker.tools.traceAnalysis.plugins.executionRecordTransformation.ExecutionRecordTransformationFilter
 
getResourceName() - Method in class kieker.common.record.ResourceUtilizationRecord
 
getReturnType() - Method in class kieker.tools.traceAnalysis.systemModel.Signature
 
getRootExecution() - Method in class kieker.tools.traceAnalysis.systemModel.repository.SystemModelRepository
 
getRootNode() - Method in class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.DependencyGraph
 
getSendingExecution() - Method in class kieker.tools.traceAnalysis.systemModel.Message
 
getSequenceAsVector() - Method in class kieker.tools.traceAnalysis.systemModel.MessageTrace
 
getServletInfo() - Method in class kieker.monitoring.servlet.ControlServlet
Returns a short description of the servlet.
getSessionId() - Method in class kieker.common.record.OperationExecutionRecord
 
getSessionId(HttpServletRequest) - Method in class kieker.monitoring.probe.servlet.OperationExecutionRegistrationAndLoggingFilter
Returns the session ID from request @r or null if no session in @r.
getSessionId() - Method in class kieker.tools.traceAnalysis.systemModel.Execution
Returns the sessionId and a default sessionId if no sessionId assigned.
getShortName() - Method in class kieker.tools.traceAnalysis.plugins.visualization.util.dot.StructureElement
Fetches a short name of this element.
getSigar() - Method in class kieker.monitoring.probe.sigar.SigarSamplerFactory
SigarProxy instance used by this SigarSamplerFactory.
getSignature() - Method in class kieker.tools.traceAnalysis.systemModel.Operation
 
getSource() - Method in class kieker.tools.traceAnalysis.plugins.visualization.callTree.WeightedDirectedCallTreeEdge
 
getSource() - Method in class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.WeightedBidirectionalDependencyGraphEdge
 
getStartTime() - Method in class kieker.tools.logReplayer.RealtimeReplayDistributor
 
getStringProperty(String) - Method in class kieker.monitoring.core.configuration.Configuration
 
getSuccessCount() - Method in class kieker.tools.traceAnalysis.plugins.AbstractTraceProcessingPlugin
 
getSwapFree() - Method in class kieker.common.record.MemSwapUsageRecord
 
getSwapTotal() - Method in class kieker.common.record.MemSwapUsageRecord
 
getSwapUsed() - Method in class kieker.common.record.MemSwapUsageRecord
 
getSystem() - Method in class kieker.common.record.CPUUtilizationRecord
 
getTime() - Method in class kieker.monitoring.timer.AbstractTimeSource
 
getTime() - Method in class kieker.monitoring.timer.DefaultSystemTimer
 
getTime() - Method in interface kieker.monitoring.timer.ITimeSource
Returns the timestamp for the current time.
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.BranchingRecord
 
getTimestamp() - Method in class kieker.common.record.CPUUtilizationRecord
 
getTimestamp() - Method in class kieker.common.record.MemSwapUsageRecord
 
getTimestamp() - Method in class kieker.common.record.ResourceUtilizationRecord
 
getTimestamp() - Method in class kieker.tools.currentTimeEventGenerator.TimestampEvent
Returns the current time.
getTimestamp() - Method in class kieker.tools.traceAnalysis.systemModel.Message
 
getTin() - Method in class kieker.common.record.OperationExecutionRecord
 
getTin() - Method in class kieker.tools.traceAnalysis.systemModel.Execution
 
getTotalCount() - Method in class kieker.tools.traceAnalysis.plugins.AbstractTraceProcessingPlugin
 
getTotalUtilization() - Method in class kieker.common.record.CPUUtilizationRecord
 
getTout() - Method in class kieker.common.record.OperationExecutionRecord
 
getTout() - Method in class kieker.tools.traceAnalysis.systemModel.Execution
 
getTraceAsSortedExecutionSet() - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionTrace
TODO: It's not a good idea to return the internal data structure.
getTraceId() - Method in class kieker.common.record.OperationExecutionRecord
 
getTraceId() - Method in class kieker.tools.traceAnalysis.systemModel.Execution
 
getTraceId() - Method in class kieker.tools.traceAnalysis.systemModel.Trace
 
getType() - Method in class kieker.tools.traceAnalysis.systemModel.AssemblyComponent
 
getTypeName() - Method in class kieker.tools.traceAnalysis.systemModel.ComponentType
 
getTypeRepositoryFactory() - Method in class kieker.tools.traceAnalysis.systemModel.repository.SystemModelRepository
 
getUniqueTraceId() - Method in class kieker.monitoring.core.registry.ControlFlowRegistry
This methods returns a globally unique trace id.
getUser() - Method in class kieker.common.record.CPUUtilizationRecord
 
getUseRuntimeClassname() - Method in class kieker.monitoring.probe.spring.executions.AbstractOperationExecutionMethodInvocationInterceptor
 
getUtilization() - Method in class kieker.common.record.ResourceUtilizationRecord
 
getValueTypes() - Method in class kieker.common.record.BranchingRecord
 
getValueTypes() - Method in class kieker.common.record.CPUUtilizationRecord
 
getValueTypes() - Method in class kieker.common.record.CurrentTimeRecord
 
getValueTypes() - Method in class kieker.common.record.DummyMonitoringRecord
 
getValueTypes() - Method in interface kieker.common.record.IMonitoringRecord
 
getValueTypes() - Method in class kieker.common.record.MemSwapUsageRecord
 
getValueTypes() - Method in class kieker.common.record.OperationExecutionRecord
 
getValueTypes() - Method in class kieker.common.record.ResourceUtilizationRecord
 
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.
getWait() - Method in class kieker.common.record.CPUUtilizationRecord
 

H

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
 
hashCode() - Method in class kieker.tools.traceAnalysis.plugins.visualization.callTree.CallTreeOperationHashKey
 
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.Operation
 
hostName - Variable in class kieker.common.record.OperationExecutionRecord
 

I

i - Variable in class kieker.tools.traceAnalysis.plugins.visualization.util.IntContainer
 
IAnalysisEvent - Interface in kieker.analysis.plugin
 
IAnalysisPlugin - Interface in kieker.analysis.plugin
 
idForRecordTypeClass(Class<? extends IMonitoringRecord>) - Method in class kieker.monitoring.writer.filesystem.MappingFileWriter
 
IInputPort<T extends IAnalysisEvent> - Interface in kieker.analysis.plugin.configuration
 
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.
IMonitoringReader - Interface in kieker.analysis.reader
 
IMonitoringRecord - Interface in kieker.common.record
 
IMonitoringRecordConsumerPlugin - Interface in kieker.analysis.plugin
 
IMonitoringRecordReceiver - Interface in kieker.common.record
 
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
 
incExperimentId() - Method in class kieker.monitoring.core.controller.StateController
 
incIncomingWeight() - Method in class kieker.tools.traceAnalysis.plugins.visualization.callTree.WeightedDirectedCallTreeEdge
 
incIncomingWeight() - Method in class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.WeightedBidirectionalDependencyGraphEdge
 
incOutgoingWeight() - Method in class kieker.tools.traceAnalysis.plugins.visualization.callTree.WeightedDirectedCallTreeEdge
 
incOutgoingWeight() - Method in class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.WeightedBidirectionalDependencyGraphEdge
 
incrementAndRecallThreadLocalEOI() - Method in class kieker.monitoring.core.registry.ControlFlowRegistry
Since this method accesses a ThreadLocal variable, it is not (necessary to be) thread-safe.
init(String) - Method in class kieker.analysis.reader.DummyLogReader
 
init(String) - Method in class kieker.analysis.reader.filesystem.FSReader
Initializes the reader based on the given key/value pair initString.
init(String) - Method in interface kieker.analysis.reader.IMonitoringReader
Initialize instance from passed initialization string which is typically a list of separated parameter/values pairs.
init(String) - Method in class kieker.analysis.reader.JMSReader
Valid key/value pair: jmsProviderUrl=tcp://localhost:3035/ | jmsDestination=queue1 | jmsFactoryLookupName=org.exolab.jms.jndi.InitialContextFactory
init(String) - Method in class kieker.analysis.reader.namedRecordPipe.PipeReader
 
init(String) - Method in class kieker.analysis.reader.RabbitMqReader
Valid key/value pair: jmsProviderUrl=tcp://localhost:3035/ | jmsDestination=queue1
init(FilterConfig) - Method in class kieker.monitoring.probe.servlet.OperationExecutionRegistrationAndLoggingFilter
 
init(FilterConfig) - Method in class kieker.monitoring.probe.servlet.OperationExecutionRegistrationFilter
 
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(String) - Method in class kieker.tools.logReplayer.FSReaderRealtime
Valid key/value pair: inputDirNames=INPUTDIRECTORY1;...
initFromArray(Object[]) - Method in class kieker.common.record.BranchingRecord
 
initFromArray(Object[]) - Method in class kieker.common.record.CPUUtilizationRecord
 
initFromArray(Object[]) - Method in class kieker.common.record.CurrentTimeRecord
 
initFromArray(Object[]) - Method in class kieker.common.record.DummyMonitoringRecord
 
initFromArray(Object[]) - Method in interface kieker.common.record.IMonitoringRecord
 
initFromArray(Object[]) - Method in class kieker.common.record.MemSwapUsageRecord
 
initFromArray(Object[]) - Method in class kieker.common.record.OperationExecutionRecord
 
initFromArray(Object[]) - Method in class kieker.common.record.ResourceUtilizationRecord
 
initialize() - Static method in class kieker.monitoring.servlet.ControlServlet
 
initShutdown() - Method in class kieker.monitoring.writer.AbstractAsyncThread
 
IntContainer - Class in kieker.tools.traceAnalysis.plugins.visualization.util
 
IntContainer(int) - Constructor for class kieker.tools.traceAnalysis.plugins.visualization.util.IntContainer
 
INVALID - Static variable in class kieker.tools.traceAnalysis.plugins.visualization.util.dot.Util
 
InvalidExecutionTrace - Class in kieker.tools.traceAnalysis.systemModel
 
InvalidExecutionTrace(ExecutionTrace) - Constructor for class kieker.tools.traceAnalysis.systemModel.InvalidExecutionTrace
 
InvalidExecutionTraceWriterPlugin - Class in kieker.tools.traceAnalysis.plugins.traceWriter
 
InvalidExecutionTraceWriterPlugin(String, SystemModelRepository, String) - Constructor for class kieker.tools.traceAnalysis.plugins.traceWriter.InvalidExecutionTraceWriterPlugin
 
InvalidTraceException - Exception in kieker.tools.traceAnalysis.plugins.traceReconstruction
 
InvalidTraceException(String) - Constructor for exception kieker.tools.traceAnalysis.plugins.traceReconstruction.InvalidTraceException
 
InvalidTraceException(String, Throwable) - Constructor for exception kieker.tools.traceAnalysis.plugins.traceReconstruction.InvalidTraceException
 
invoke(MethodInvocation) - Method in class kieker.monitoring.probe.spring.executions.AbstractOperationExecutionMethodInvocationInterceptor
 
invoke(MethodInvocation) - Method in class kieker.monitoring.probe.spring.executions.OperationExecutionMethodInvocationInterceptor
 
IOutputPort<T extends IAnalysisEvent> - Interface in kieker.analysis.plugin.configuration
 
IPipeReader - Interface in kieker.common.namedRecordPipe
 
IPort<T extends IAnalysisEvent> - Interface in kieker.analysis.plugin.configuration
 
ISampler - Interface in kieker.monitoring.core.sampler
 
ISamplingController - Interface in kieker.monitoring.core.controller
 
isEntryPoint - Variable in class kieker.common.record.OperationExecutionRecord
Used by probes to intermediate information.
isFinished() - Method in class kieker.monitoring.writer.AbstractAsyncThread
 
ISigarSamplerFactory - Interface in kieker.monitoring.probe.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
 
isRootNode() - Method in class kieker.tools.traceAnalysis.plugins.visualization.callTree.AbstractCallTreeNode
 
isRootNode() - Method in class kieker.tools.traceAnalysis.plugins.visualization.callTree.CallTreeNode
 
IStateController - Interface in kieker.monitoring.core.controller
 
ITimeSource - Interface in kieker.monitoring.timer
 
ITimeSourceController - Interface in kieker.monitoring.core.controller
 
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
Listens to a JMS queue and simply passes each record to a specified IMonitoringRecordReceiver.
JMSLogReplayer(IMonitoringRecordReceiver, String, String, String) - Constructor for class kieker.tools.logReplayer.JMSLogReplayer
 
JMSReader - Class in kieker.analysis.reader
Reads monitoring records from a (remote or local) JMS queue.
JMSReader(String, String, String) - Constructor for class kieker.analysis.reader.JMSReader
 
JMSReader() - Constructor for class kieker.analysis.reader.JMSReader
Constructor for JMSReader.

K

kieker.analysis - package kieker.analysis
 
kieker.analysis.plugin - package kieker.analysis.plugin
 
kieker.analysis.plugin.configuration - package kieker.analysis.plugin.configuration
 
kieker.analysis.reader - package kieker.analysis.reader
 
kieker.analysis.reader.filesystem - package kieker.analysis.reader.filesystem
 
kieker.analysis.reader.namedRecordPipe - package kieker.analysis.reader.namedRecordPipe
 
kieker.analysis.util - package kieker.analysis.util
 
kieker.common.namedRecordPipe - package kieker.common.namedRecordPipe
 
kieker.common.record - package kieker.common.record
 
kieker.common.util - package kieker.common.util
 
kieker.monitoring.annotation - package kieker.monitoring.annotation
 
kieker.monitoring.core.configuration - package kieker.monitoring.core.configuration
 
kieker.monitoring.core.controller - package kieker.monitoring.core.controller
 
kieker.monitoring.core.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.probe - package kieker.monitoring.probe
 
kieker.monitoring.probe.aspectJ - package kieker.monitoring.probe.aspectJ
 
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.sigar - package kieker.monitoring.probe.sigar
 
kieker.monitoring.probe.sigar.samplers - package kieker.monitoring.probe.sigar.samplers
 
kieker.monitoring.probe.spring.executions - package kieker.monitoring.probe.spring.executions
 
kieker.monitoring.servlet - package kieker.monitoring.servlet
 
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.jms - package kieker.monitoring.writer.jms
 
kieker.monitoring.writer.namedRecordPipe - package kieker.monitoring.writer.namedRecordPipe
 
kieker.tools.currentTimeEventGenerator - package kieker.tools.currentTimeEventGenerator
 
kieker.tools.javaFx - package kieker.tools.javaFx
 
kieker.tools.loggingTimestampConverter - package kieker.tools.loggingTimestampConverter
 
kieker.tools.logReplayer - package kieker.tools.logReplayer
 
kieker.tools.mappingGenerator - package kieker.tools.mappingGenerator
 
kieker.tools.mappingGenerator.filters.basic - package kieker.tools.mappingGenerator.filters.basic
 
kieker.tools.mappingGenerator.filters.composite - package kieker.tools.mappingGenerator.filters.composite
 
kieker.tools.traceAnalysis - package kieker.tools.traceAnalysis
 
kieker.tools.traceAnalysis.plugins - package kieker.tools.traceAnalysis.plugins
 
kieker.tools.traceAnalysis.plugins.executionFilter - package kieker.tools.traceAnalysis.plugins.executionFilter
 
kieker.tools.traceAnalysis.plugins.executionRecordTransformation - package kieker.tools.traceAnalysis.plugins.executionRecordTransformation
 
kieker.tools.traceAnalysis.plugins.messageTraceRepository - package kieker.tools.traceAnalysis.plugins.messageTraceRepository
 
kieker.tools.traceAnalysis.plugins.traceFilter - package kieker.tools.traceAnalysis.plugins.traceFilter
 
kieker.tools.traceAnalysis.plugins.traceReconstruction - package kieker.tools.traceAnalysis.plugins.traceReconstruction
 
kieker.tools.traceAnalysis.plugins.traceWriter - package kieker.tools.traceAnalysis.plugins.traceWriter
 
kieker.tools.traceAnalysis.plugins.visualization.callTree - package kieker.tools.traceAnalysis.plugins.visualization.callTree
 
kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph - package kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph
 
kieker.tools.traceAnalysis.plugins.visualization.sequenceDiagram - package kieker.tools.traceAnalysis.plugins.visualization.sequenceDiagram
 
kieker.tools.traceAnalysis.plugins.visualization.util - package kieker.tools.traceAnalysis.plugins.visualization.util
 
kieker.tools.traceAnalysis.plugins.visualization.util.dot - package kieker.tools.traceAnalysis.plugins.visualization.util.dot
 
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
 

L

LoggingTimestampConverter - Class in kieker.tools.util
 
LoggingTimestampConverter() - Constructor for class kieker.tools.util.LoggingTimestampConverter
 
LoggingTimestampConverterTool - Class in kieker.tools.loggingTimestampConverter
 
LoggingTimestampConverterTool() - Constructor for class kieker.tools.loggingTimestampConverter.LoggingTimestampConverterTool
 
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.
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
Returns the instance for the passed namedIdentifier; null if no instance with this namedIdentifier.
lookupOperationByNamedIdentifier(String) - Method in class kieker.tools.traceAnalysis.systemModel.repository.OperationRepository
Returns the instance for the passed namedIdentifier; null if no instance with this namedIdentifier.

M

main(String[]) - Static method in class kieker.tools.loggingTimestampConverter.LoggingTimestampConverterTool
 
main(String[]) - Static method in class kieker.tools.logReplayer.FilesystemLogReplayerStarter
 
main(String[]) - Static method in class kieker.tools.mappingGenerator.MethodExtractorTool
 
main(String[]) - Static method in class kieker.tools.traceAnalysis.TraceAnalysisGui
 
main(String[]) - Static method in class kieker.tools.traceAnalysis.TraceAnalysisTool
 
main(String[]) - Static method in class kieker.tools.traceAnalysis.TraceAnalysisWrapper
 
MappingFileWriter - Class in kieker.monitoring.writer.filesystem
 
MappingFileWriter(String) - Constructor for class kieker.monitoring.writer.filesystem.MappingFileWriter
 
MAX_DURATION_MILLIS - Static variable in class kieker.tools.traceAnalysis.plugins.traceReconstruction.TraceReconstructionFilter
 
MAX_TIMESTAMP - Static variable in class kieker.tools.logReplayer.FilesystemLogReplayer
 
MAX_TIMESTAMP - Static variable in class kieker.tools.traceAnalysis.plugins.executionFilter.TimestampFilter
 
MemSwapUsageRecord - Class in kieker.common.record
 
MemSwapUsageRecord() - Constructor for class kieker.common.record.MemSwapUsageRecord
 
MemSwapUsageRecord(long, String, long, long, long, long, long, long) - Constructor for class kieker.common.record.MemSwapUsageRecord
Constructs a new MemSwapUsageRecord with the given values.
MemSwapUsageSampler - Class in kieker.monitoring.probe.sigar.samplers
Logs memory and swap statistics retrieved from Mem and Swap, as MemSwapUsageRecords via WriterController#newMonitoringRecord(kieker.common.record.IMonitoringRecord) .
MemSwapUsageSampler(SigarProxy) - Constructor for class kieker.monitoring.probe.sigar.samplers.MemSwapUsageSampler
Constructs a new AbstractSigarSampler with given SigarProxy instance used to retrieve the sensor data.
Message - Class in kieker.tools.traceAnalysis.systemModel
 
Message(long, Execution, Execution) - Constructor for class kieker.tools.traceAnalysis.systemModel.Message
 
MessageTrace - Class in kieker.tools.traceAnalysis.systemModel
 
MessageTrace(long, Vector<Message>) - Constructor for class kieker.tools.traceAnalysis.systemModel.MessageTrace
 
MessageTraceRepositoryPlugin - Class in kieker.tools.traceAnalysis.plugins.messageTraceRepository
 
MessageTraceRepositoryPlugin(String, SystemModelRepository) - Constructor for class kieker.tools.traceAnalysis.plugins.messageTraceRepository.MessageTraceRepositoryPlugin
 
MessageTraceWriterPlugin - Class in kieker.tools.traceAnalysis.plugins.traceWriter
 
MessageTraceWriterPlugin(String, SystemModelRepository, String) - Constructor for class kieker.tools.traceAnalysis.plugins.traceWriter.MessageTraceWriterPlugin
 
MethodExtractorTool - Class in kieker.tools.mappingGenerator
This Program extracts all method signatures from a given input path in classpath style.
MethodExtractorTool() - Constructor for class kieker.tools.mappingGenerator.MethodExtractorTool
 
MethodFilter - Interface in kieker.tools.mappingGenerator
Implementing classes can be used to filter the methods found in the analyzed classes.
MIN_TIMESTAMP - Static variable in class kieker.tools.logReplayer.FilesystemLogReplayer
 
MIN_TIMESTAMP - Static variable in class kieker.tools.traceAnalysis.plugins.executionFilter.TimestampFilter
 
monitorBranch(int, int) - Static method in class kieker.monitoring.probe.manual.BranchingProbe
 
monitoredMethod() - Method in class kieker.monitoring.probe.aspectJ.operationExecution.OperationExecutionAspectAnnotation
 
monitoredMethod() - Method in class kieker.monitoring.probe.aspectJ.operationExecution.OperationExecutionAspectAnnotationServlet
 
monitoredMethod() - Method in class kieker.monitoring.probe.aspectJ.operationExecution.OperationExecutionAspectFull
 
monitoredMethod() - Method in class kieker.monitoring.probe.aspectJ.operationExecution.OperationExecutionAspectFullServlet
 
monitoredServletEntry(HttpServletRequest, HttpServletResponse) - Method in class kieker.monitoring.probe.aspectJ.operationExecution.OperationExecutionAspectAnnotationServlet
 
monitoredServletEntry(HttpServletRequest, HttpServletResponse) - Method in class kieker.monitoring.probe.aspectJ.operationExecution.OperationExecutionAspectFullServlet
 
MonitoringController - Class in kieker.monitoring.core.controller
 
MonitoringControllerMBean - Interface in kieker.monitoring.core.controller
Simply an additional wrapper around IMonitoring Controller.
MonitoringReaderException - Exception in kieker.analysis.reader
 
MonitoringReaderException(String) - Constructor for exception kieker.analysis.reader.MonitoringReaderException
 
MonitoringReaderException(String, Throwable) - Constructor for exception kieker.analysis.reader.MonitoringReaderException
 
MonitoringRecordConsumerException - Exception in kieker.analysis.plugin
 
MonitoringRecordConsumerException(String) - Constructor for exception kieker.analysis.plugin.MonitoringRecordConsumerException
 
MonitoringRecordConsumerException(String, Throwable) - Constructor for exception kieker.analysis.plugin.MonitoringRecordConsumerException
 
MonitoringRecordReceiverException - Exception in kieker.common.record
 
MonitoringRecordReceiverException(String) - Constructor for exception kieker.common.record.MonitoringRecordReceiverException
 
MonitoringRecordReceiverException(String, Throwable) - Constructor for exception kieker.common.record.MonitoringRecordReceiverException
 
MonitoringRecordTypeClassnameMapping - Class in kieker.common.record
 
MonitoringRecordTypeClassnameMapping(int, String) - Constructor for class kieker.common.record.MonitoringRecordTypeClassnameMapping
 
MonitoringRecordTypeLogger - Class in kieker.analysis.plugin
 
MonitoringRecordTypeLogger() - Constructor for class kieker.analysis.plugin.MonitoringRecordTypeLogger
 
MonitoringRecordTypeRegistry - Class in kieker.common.record
 
MonitoringRecordTypeRegistry() - Constructor for class kieker.common.record.MonitoringRecordTypeRegistry
 
MonitoringRecordTypeRegistry(boolean) - Constructor for class kieker.common.record.MonitoringRecordTypeRegistry
 

N

NameIdMap - Class in kieker.tools.mappingGenerator
 
NameIdMap() - Constructor for class kieker.tools.mappingGenerator.NameIdMap
Constructor for an empty map.
NAMESPACE_URI - Static variable in interface kieker.monitoring.probe.cxf.SOAPHeaderConstants
 
newCall(SynchronousCallMessage) - Method in class kieker.tools.traceAnalysis.plugins.visualization.callTree.AbstractAggregatedCallTreeNode
 
newCall(SynchronousCallMessage) - Method in class kieker.tools.traceAnalysis.plugins.visualization.callTree.AbstractCallTreeNode
 
newCall(SynchronousCallMessage) - Method in class kieker.tools.traceAnalysis.plugins.visualization.callTree.TraceCallTreeNode
 
newEvent(T) - Method in interface kieker.analysis.plugin.configuration.IInputPort
 
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.analysis.plugin.DummyRecordConsumer
 
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.analysis.plugin.MonitoringRecordTypeLogger
 
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.analysis.reader.filesystem.FSReaderCons
Threads executing this method (concurrently) put record into sorted buffer, notify the buffer consumer and block until they are granted to read the next record.
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.analysis.reader.namedRecordPipe.PipeReader
 
newMonitoringRecord(IMonitoringRecord) - Method in interface kieker.common.record.IMonitoringRecordReceiver
Called for each new record.
newMonitoringRecord(IMonitoringRecord) - Method in interface kieker.monitoring.core.controller.IWriterController
 
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.monitoring.core.controller.MonitoringController
 
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.monitoring.core.controller.WriterController
 
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.monitoring.writer.AbstractAsyncWriter
 
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.monitoring.writer.AbstractMonitoringWriter
 
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.monitoring.writer.database.SyncDbWriter
 
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.monitoring.writer.DummyWriter
 
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.monitoring.writer.filesystem.SyncFsWriter
 
newMonitoringRecord(IMonitoringRecord) - Method in interface kieker.monitoring.writer.IMonitoringWriter
 
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.monitoring.writer.namedRecordPipe.PipeWriter
 
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.tools.javaFx.BriefJavaFxInformer
 
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.tools.logReplayer.RealtimeReplayDistributor
 
newMonitoringRecord(IMonitoringRecord) - Method in class kieker.tools.traceAnalysis.plugins.executionRecordTransformation.ExecutionRecordTransformationFilter
 
newTimestamp(long) - Method in class kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerator
Evaluates the given timestamp internal current time which may lead to newly generated events via CurrentTimeEventGenerator.getCurrentTimeOutputPort().
NO_SESSION_ID - Static variable in class kieker.tools.traceAnalysis.systemModel.Execution
 
NoInterfaceNoSuperclassFilter - Class in kieker.tools.mappingGenerator.filters.composite
Exclude Interface and superclass methods from output
NoInterfaceNoSuperclassFilter() - Constructor for class kieker.tools.mappingGenerator.filters.composite.NoInterfaceNoSuperclassFilter
 
NoInterfacesFilter - Class in kieker.tools.mappingGenerator.filters.basic
Excludes Interface methods from output
NoInterfacesFilter() - Constructor for class kieker.tools.mappingGenerator.filters.basic.NoInterfacesFilter
 
NoSuperclassMethodsFilter - Class in kieker.tools.mappingGenerator.filters.basic
Excludes superclass methods from output
NoSuperclassMethodsFilter() - Constructor for class kieker.tools.mappingGenerator.filters.basic.NoSuperclassMethodsFilter
 
notifyPipeClosed() - Method in class kieker.analysis.reader.namedRecordPipe.PipeReader
 
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
 
numWorkers - Variable in class kieker.tools.logReplayer.RealtimeReplayDistributor
 

O

OLD_KIEKEREXECUTIONRECORD_CLASSNAME - Static variable in class kieker.common.record.MonitoringRecordTypeRegistry
 
Operation - Class in kieker.tools.traceAnalysis.systemModel
 
Operation(int, ComponentType, Signature) - Constructor for class kieker.tools.traceAnalysis.systemModel.Operation
 
OperationDependencyGraphPluginAllocation - Class in kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph
Refactored copy from LogAnalysis-legacy tool
OperationDependencyGraphPluginAllocation(String, SystemModelRepository, File, boolean, boolean, boolean) - Constructor for class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.OperationDependencyGraphPluginAllocation
 
OperationDependencyGraphPluginAssembly - Class in kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph
Refactored copy from LogAnalysis-legacy tool
OperationDependencyGraphPluginAssembly(String, SystemModelRepository, File, boolean, boolean, boolean) - Constructor for class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.OperationDependencyGraphPluginAssembly
 
OperationExecutionAspectAnnotation - Class in kieker.monitoring.probe.aspectJ.operationExecution
 
OperationExecutionAspectAnnotation() - Constructor for class kieker.monitoring.probe.aspectJ.operationExecution.OperationExecutionAspectAnnotation
 
OperationExecutionAspectAnnotationServlet - Class in kieker.monitoring.probe.aspectJ.operationExecution
 
OperationExecutionAspectAnnotationServlet() - Constructor for class kieker.monitoring.probe.aspectJ.operationExecution.OperationExecutionAspectAnnotationServlet
 
OperationExecutionAspectFull - Class in kieker.monitoring.probe.aspectJ.operationExecution
 
OperationExecutionAspectFull() - Constructor for class kieker.monitoring.probe.aspectJ.operationExecution.OperationExecutionAspectFull
 
OperationExecutionAspectFullServlet - Class in kieker.monitoring.probe.aspectJ.operationExecution
 
OperationExecutionAspectFullServlet() - Constructor for class kieker.monitoring.probe.aspectJ.operationExecution.OperationExecutionAspectFullServlet
 
OperationExecutionMethodInvocationInterceptor - Class in kieker.monitoring.probe.spring.executions
 
OperationExecutionMethodInvocationInterceptor() - Constructor for class kieker.monitoring.probe.spring.executions.OperationExecutionMethodInvocationInterceptor
 
OperationExecutionMonitoringProbe - Annotation Type in kieker.monitoring.annotation
 
OperationExecutionRecord - Class in kieker.common.record
String variables must not be null.
OperationExecutionRecord() - Constructor for class kieker.common.record.OperationExecutionRecord
Returns an instance of OperationExecutionRecord.
OperationExecutionRecord(String, String, long) - Constructor for class kieker.common.record.OperationExecutionRecord
 
OperationExecutionRecord(String, String, long, long, long) - Constructor for class kieker.common.record.OperationExecutionRecord
 
OperationExecutionRecord(String, String, long, long) - Constructor for class kieker.common.record.OperationExecutionRecord
 
OperationExecutionRecord(String, String, String, long, long, long) - Constructor for class kieker.common.record.OperationExecutionRecord
 
OperationExecutionRecord(String, String, String, long, long, long, String, int, int) - Constructor for class kieker.common.record.OperationExecutionRecord
 
OperationExecutionRegistrationAndLoggingFilter - Class in kieker.monitoring.probe.servlet
Register session and trace id for incoming request.
OperationExecutionRegistrationAndLoggingFilter() - Constructor for class kieker.monitoring.probe.servlet.OperationExecutionRegistrationAndLoggingFilter
 
OperationExecutionRegistrationFilter - Class in kieker.monitoring.probe.servlet
Register session id (if it exists) of incoming request.
OperationExecutionRegistrationFilter() - Constructor for class kieker.monitoring.probe.servlet.OperationExecutionRegistrationFilter
 
OperationExecutionSOAPRequestInInterceptor - Class in kieker.monitoring.probe.cxf
 
OperationExecutionSOAPRequestInInterceptor() - Constructor for class kieker.monitoring.probe.cxf.OperationExecutionSOAPRequestInInterceptor
 
OperationExecutionSOAPRequestOutInterceptor - Class in kieker.monitoring.probe.cxf
 
OperationExecutionSOAPRequestOutInterceptor() - Constructor for class kieker.monitoring.probe.cxf.OperationExecutionSOAPRequestOutInterceptor
 
OperationExecutionSOAPResponseInInterceptor - Class in kieker.monitoring.probe.cxf
 
OperationExecutionSOAPResponseInInterceptor() - Constructor for class kieker.monitoring.probe.cxf.OperationExecutionSOAPResponseInInterceptor
 
OperationExecutionSOAPResponseOutInterceptor - Class in kieker.monitoring.probe.cxf
 
OperationExecutionSOAPResponseOutInterceptor() - Constructor for class kieker.monitoring.probe.cxf.OperationExecutionSOAPResponseOutInterceptor
 
OperationExecutionWebRequestRegistrationInterceptor - Class in kieker.monitoring.probe.spring.executions
 
OperationExecutionWebRequestRegistrationInterceptor() - Constructor for class kieker.monitoring.probe.spring.executions.OperationExecutionWebRequestRegistrationInterceptor
 
operationName - Variable in class kieker.common.record.OperationExecutionRecord
 
OperationRepository - Class in kieker.tools.traceAnalysis.systemModel.repository
 
OperationRepository(SystemModelRepository, Operation) - Constructor for class kieker.tools.traceAnalysis.systemModel.repository.OperationRepository
 
OutputPort<T extends IAnalysisEvent> - Class in kieker.analysis.plugin.configuration
 
OutputPort(String) - Constructor for class kieker.analysis.plugin.configuration.OutputPort
 

P

Pipe - Class in kieker.common.namedRecordPipe
 
Pipe(String) - Constructor for class kieker.common.namedRecordPipe.Pipe
 
PipeException - Exception in kieker.common.namedRecordPipe
 
PipeException(String) - Constructor for exception kieker.common.namedRecordPipe.PipeException
 
PipeException(String, Throwable) - Constructor for exception kieker.common.namedRecordPipe.PipeException
 
PipeReader - Class in kieker.analysis.reader.namedRecordPipe
 
PipeReader() - Constructor for class kieker.analysis.reader.namedRecordPipe.PipeReader
 
PipeReader(String) - Constructor for class kieker.analysis.reader.namedRecordPipe.PipeReader
 
PipeWriter - Class in kieker.monitoring.writer.namedRecordPipe
 
PipeWriter(Configuration) - Constructor for class kieker.monitoring.writer.namedRecordPipe.PipeWriter
 
postHandle(WebRequest, ModelMap) - Method in class kieker.monitoring.probe.spring.executions.OperationExecutionWebRequestRegistrationInterceptor
 
preHandle(WebRequest) - Method in class kieker.monitoring.probe.spring.executions.OperationExecutionWebRequestRegistrationInterceptor
 
printStatusMessage() - Method in class kieker.tools.traceAnalysis.plugins.AbstractTraceProcessingPlugin
 
printStatusMessage() - Method in class kieker.tools.traceAnalysis.plugins.traceReconstruction.TraceReconstructionFilter
 
printStatusMessage() - Method in class kieker.tools.traceAnalysis.plugins.traceWriter.ExecutionTraceWriterPlugin
 
printStatusMessage() - Method in class kieker.tools.traceAnalysis.plugins.traceWriter.InvalidExecutionTraceWriterPlugin
 
printStatusMessage() - Method in class kieker.tools.traceAnalysis.plugins.traceWriter.MessageTraceWriterPlugin
 
printStatusMessage() - Method in class kieker.tools.traceAnalysis.plugins.visualization.callTree.AggregatedCallTreePlugin
 
printStatusMessage() - Method in class kieker.tools.traceAnalysis.plugins.visualization.callTree.TraceCallTreePlugin
 
printStatusMessage() - Method in class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.AbstractDependencyGraphPlugin
 
printStatusMessage() - Method in class kieker.tools.traceAnalysis.plugins.visualization.sequenceDiagram.SequenceDiagramPlugin
 
PROP_NAME_INPUTDIRS - Static variable in class kieker.analysis.reader.filesystem.FSReader
 
PROPERTY_PIPE_NAME - Static variable in class kieker.analysis.reader.namedRecordPipe.PipeReader
 
PropertyMap - Class in kieker.analysis.util
 
PropertyMap(String, String, String) - Constructor for class kieker.analysis.util.PropertyMap
Constructs an object from the given initString using the given delimiters.

R

RabbitMqReader - Class in kieker.analysis.reader
This reader is an alternative to the JMS reader.
RabbitMqReader(String, String, String, String, String, String, String, int) - Constructor for class kieker.analysis.reader.RabbitMqReader
 
RabbitMqReader() - Constructor for class kieker.analysis.reader.RabbitMqReader
Constructor for RabbitMqReader.
read() - Method in class kieker.analysis.reader.DummyLogReader
 
read() - Method in class kieker.analysis.reader.filesystem.FSReader
 
read() - Method in interface kieker.analysis.reader.IMonitoringReader
Starts the reader.
read() - Method in class kieker.analysis.reader.JMSReader
A call to this method is a blocking call.
read() - Method in class kieker.analysis.reader.namedRecordPipe.PipeReader
Blocks until the associated pipe is being closed.
read() - Method in class kieker.analysis.reader.RabbitMqReader
 
read() - Method in class kieker.tools.logReplayer.FSReaderRealtime
Replays the monitoring log in real-time and returns after the complete log was being replayed.
readMapFromFile(String) - Static method in class kieker.tools.mappingGenerator.NameIdMap
Reads and returns a mapping from the given file.
RealtimeReplayDistributor - Class in kieker.tools.logReplayer
IMonitoringRecordConsumerPlugin that distributes the log records to the worker thread for "real time" replays.
RealtimeReplayDistributor(int, IMonitoringRecordConsumerPlugin, CountDownLatch) - Constructor for class kieker.tools.logReplayer.RealtimeReplayDistributor
Constructs a RealtimeReplayDistributor.
RealtimeReplayWorker - Class in kieker.tools.logReplayer
A Runnable to be scheduled via the RealtimeReplayDistributor
RealtimeReplayWorker(IMonitoringRecord, RealtimeReplayDistributor, IMonitoringRecordConsumerPlugin) - Constructor for class kieker.tools.logReplayer.RealtimeReplayWorker
 
recallAndIncrementThreadLocalESS() - Method in class kieker.monitoring.core.registry.ControlFlowRegistry
Since this method accesses a ThreadLocal variable, it is not (necessary to be) thread-safe.
recallThreadLocalEOI() - Method in class kieker.monitoring.core.registry.ControlFlowRegistry
This method returns the thread-local curEoi previously registered using the method registerTraceId(curTraceId).
recallThreadLocalESS() - Method in class 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 class kieker.monitoring.core.registry.SessionRegistry
This method returns the thread-local traceid previously registered using the method registerTraceId(curTraceId).
recallThreadLocalTraceId() - Method in class kieker.monitoring.core.registry.ControlFlowRegistry
This method returns the thread-local traceid previously registered using the method registerTraceId(curTraceId).
registerName(String) - Method in class kieker.tools.mappingGenerator.NameIdMap
Adds the name and returns the id.
registerPlugin(IAnalysisPlugin) - Method in class kieker.analysis.AnalysisController
Registers the passed plug-in c.
registerRecordTypeIdMapping(int, String) - Method in class kieker.common.record.MonitoringRecordTypeRegistry
Registers a mapping of the given record type recordTypeId to the corresponding classname.
removeScheduledSampler(ScheduledSamplerJob) - Method in interface kieker.monitoring.core.controller.ISamplingController
Stops future executions of the given periodic ScheduledSamplerJob.
removeScheduledSampler(ScheduledSamplerJob) - Method in class kieker.monitoring.core.controller.MonitoringController
 
removeScheduledSampler(ScheduledSamplerJob) - Method in class kieker.monitoring.core.controller.SamplingController
 
replay() - Method in class kieker.tools.logReplayer.FilesystemLogReplayer
Replays the monitoring log terminates after the last record was passed to the configured IMonitoringRecordReceiver.
replay() - Method in class kieker.tools.logReplayer.JMSLogReplayer
Replays the monitoring log terminates after the last record was passed to the configured IMonitoringRecordReceiver.
ResourceUtilizationRecord - Class in kieker.common.record
 
ResourceUtilizationRecord() - Constructor for class kieker.common.record.ResourceUtilizationRecord
 
ResourceUtilizationRecord(long, String, String, double) - Constructor for class kieker.common.record.ResourceUtilizationRecord
 
retVal - Variable in class kieker.common.record.OperationExecutionRecord
Used by probes to store the return value of executed operations.
ROOT_ELEMENT_ID - Static variable in class kieker.tools.traceAnalysis.systemModel.repository.AbstractSystemSubRepository
 
ROOT_OPERATION_ID - Static variable in class kieker.tools.traceAnalysis.systemModel.Operation
 
rootAllocationComponent - Variable in class kieker.tools.traceAnalysis.systemModel.repository.AllocationRepository
 
rootAssemblyComponent - Variable in class kieker.tools.traceAnalysis.systemModel.repository.AssemblyRepository
 
rootComponent - Variable in class kieker.tools.traceAnalysis.systemModel.repository.TypeRepository
 
rootExecutionContainer - Variable in class kieker.tools.traceAnalysis.systemModel.repository.ExecutionEnvironmentRepository
 
rootOperation - Variable in class kieker.tools.traceAnalysis.systemModel.repository.OperationRepository
 
rootPair - Variable in class kieker.tools.traceAnalysis.systemModel.repository.AllocationComponentOperationPairFactory
 
rootPair - Variable in class kieker.tools.traceAnalysis.systemModel.repository.AssemblyComponentOperationPairFactory
 
run() - Method in class kieker.analysis.AnalysisController
Starts an AnalysisController instance and returns after the configured reader finished reading and all analysis plug-ins terminated; or immediately, if an error occurs.
run() - Method in class kieker.monitoring.core.sampler.ScheduledSamplerJob
Throws a RuntimeException if an error occurred.
run() - Method in class kieker.monitoring.writer.AbstractAsyncThread
 
run() - Method in class kieker.tools.logReplayer.RealtimeReplayWorker
 

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.probe.sigar.samplers.CPUsCombinedPercSampler
 
sample(IMonitoringController) - Method in class kieker.monitoring.probe.sigar.samplers.CPUsDetailedPercSampler
 
sample(IMonitoringController) - Method in class kieker.monitoring.probe.sigar.samplers.MemSwapUsageSampler
 
SamplingController - Class in kieker.monitoring.core.controller
 
saveSystemToHTMLFile(String) - Method in class kieker.tools.traceAnalysis.systemModel.repository.SystemModelRepository
 
saveToDotFile(String, boolean, boolean, boolean) - Method in class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.AbstractDependencyGraphPlugin
 
saveTreeToDotFile(String, boolean, boolean) - Method in class kieker.tools.traceAnalysis.plugins.visualization.callTree.AggregatedCallTreePlugin
 
saveTreeToDotFile(String, boolean, boolean) - Method in class kieker.tools.traceAnalysis.plugins.visualization.callTree.TraceCallTreePlugin
 
ScheduledSamplerJob - Class in kieker.monitoring.core.sampler
 
ScheduledSamplerJob(IMonitoringController, ISampler) - Constructor for class kieker.monitoring.core.sampler.ScheduledSamplerJob
Constructs a new ScheduledSamplerJob with the given parameters.
schedulePeriodicSampler(ISampler, long, long, TimeUnit) - Method in interface kieker.monitoring.core.controller.ISamplingController
Schedules the given ISampler with given initial delay, and period.
schedulePeriodicSampler(ISampler, long, long, TimeUnit) - Method in class kieker.monitoring.core.controller.MonitoringController
 
schedulePeriodicSampler(ISampler, long, long, TimeUnit) - Method in class kieker.monitoring.core.controller.SamplingController
 
SequenceDiagramPlugin - Class in kieker.tools.traceAnalysis.plugins.visualization.sequenceDiagram
Refactored copy from LogAnalysis-legacy tool
SequenceDiagramPlugin(String, SystemModelRepository, SequenceDiagramPlugin.SDModes, String, boolean) - Constructor for class kieker.tools.traceAnalysis.plugins.visualization.sequenceDiagram.SequenceDiagramPlugin
 
SequenceDiagramPlugin.SDModes - Enum in kieker.tools.traceAnalysis.plugins.visualization.sequenceDiagram
 
SESSION_IDENTIFIER_QNAME - Static variable in interface kieker.monitoring.probe.cxf.SOAPHeaderConstants
 
SESSION_QUALIFIED_NAME - Static variable in interface kieker.monitoring.probe.cxf.SOAPHeaderConstants
 
sessionId - Variable in class kieker.common.record.OperationExecutionRecord
 
SessionRegistry - Class in kieker.monitoring.core.registry
 
setBranchID(int) - Method in class kieker.common.record.BranchingRecord
 
setBranchingOutcome(int) - Method in class kieker.common.record.BranchingRecord
 
setClassName(String) - Method in class kieker.common.record.OperationExecutionRecord
 
setController(IMonitoringController) - Method in class kieker.monitoring.writer.AbstractMonitoringWriter
 
setController(IMonitoringController) - Method in interface kieker.monitoring.writer.IMonitoringWriter
Set the IMonitoringController controlling this writer.
setCpuID(String) - Method in class kieker.common.record.CPUUtilizationRecord
 
setCurrentTime(long) - Method in class kieker.common.record.CurrentTimeRecord
Sets the current time to the given value.
setDefaultProperties(Properties) - Method in class kieker.monitoring.core.configuration.Configuration
You should know what you do if you use this method!
setDestination(DependencyGraphNode<T>) - Method in class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.WeightedBidirectionalDependencyGraphEdge
 
setEoi(int) - Method in class kieker.common.record.OperationExecutionRecord
 
setEss(int) - Method in class kieker.common.record.OperationExecutionRecord
 
setExperimentId(int) - Method in class kieker.common.record.OperationExecutionRecord
 
setExperimentId(int) - Method in interface kieker.monitoring.core.controller.IStateController
Sets the experiment ID to the given value.
setExperimentId(int) - Method in class kieker.monitoring.core.controller.MonitoringController
 
setExperimentId(int) - Method in class kieker.monitoring.core.controller.StateController
 
setFuture(ScheduledFuture<?>) - Method in class kieker.monitoring.core.sampler.ScheduledSamplerJob
 
setHostName(String) - Method in class kieker.common.record.CPUUtilizationRecord
 
setHostName(String) - Method in class kieker.common.record.MemSwapUsageRecord
 
setHostName(String) - Method in class kieker.common.record.OperationExecutionRecord
 
setHostName(String) - Method in class kieker.common.record.ResourceUtilizationRecord
 
setIdle(double) - Method in class kieker.common.record.CPUUtilizationRecord
 
setIrq(double) - Method in class kieker.common.record.CPUUtilizationRecord
 
setLoggingTimestamp(long) - Method in class kieker.common.record.AbstractMonitoringRecord
 
setLoggingTimestamp(long) - Method in interface kieker.common.record.IMonitoringRecord
 
setMemFree(long) - Method in class kieker.common.record.MemSwapUsageRecord
 
setMemTotal(long) - Method in class kieker.common.record.MemSwapUsageRecord
 
setMemUsed(long) - Method in class kieker.common.record.MemSwapUsageRecord
 
setNice(double) - Method in class kieker.common.record.CPUUtilizationRecord
 
setOperationName(String) - Method in class kieker.common.record.OperationExecutionRecord
 
setPipeReader(IPipeReader) - Method in class kieker.common.namedRecordPipe.Pipe
 
setReader(IMonitoringReader) - Method in class kieker.analysis.AnalysisController
Sets the log reader used as the source for monitoring records.
setResourceName(String) - Method in class kieker.common.record.ResourceUtilizationRecord
 
setSessionId(String) - Method in class kieker.common.record.OperationExecutionRecord
 
setSource(DependencyGraphNode<T>) - Method in class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.WeightedBidirectionalDependencyGraphEdge
 
setSwapFree(long) - Method in class kieker.common.record.MemSwapUsageRecord
 
setSwapTotal(long) - Method in class kieker.common.record.MemSwapUsageRecord
 
setSwapUsed(long) - Method in class kieker.common.record.MemSwapUsageRecord
 
setSystem(double) - Method in class kieker.common.record.CPUUtilizationRecord
 
setTimestamp(long) - Method in class kieker.common.record.BranchingRecord
 
setTimestamp(long) - Method in class kieker.common.record.CPUUtilizationRecord
 
setTimestamp(long) - Method in class kieker.common.record.MemSwapUsageRecord
 
setTimestamp(long) - Method in class kieker.common.record.ResourceUtilizationRecord
 
setTimestamp(long) - Method in class kieker.tools.currentTimeEventGenerator.TimestampEvent
Sets the current time to the given value.
setTin(long) - Method in class kieker.common.record.OperationExecutionRecord
 
setTotalUtilization(double) - Method in class kieker.common.record.CPUUtilizationRecord
 
setTout(long) - Method in class kieker.common.record.OperationExecutionRecord
 
setTraceId(long) - Method in class kieker.common.record.OperationExecutionRecord
 
setUser(double) - Method in class kieker.common.record.CPUUtilizationRecord
 
setUseRuntimeClassname(boolean) - Method in class kieker.monitoring.probe.spring.executions.AbstractOperationExecutionMethodInvocationInterceptor
 
setUtilization(double) - Method in class kieker.common.record.ResourceUtilizationRecord
 
setWait(double) - Method in class kieker.common.record.CPUUtilizationRecord
 
SigarSamplerFactory - Class in kieker.monitoring.probe.sigar
Provides factory methods for AbstractSigarSamplers.
SigarSamplerFactory(Humidor) - Constructor for class kieker.monitoring.probe.sigar.SigarSamplerFactory
Constructs a SigarSamplerFactory with the given parameters.
Signature - Class in kieker.tools.traceAnalysis.systemModel
 
Signature(String, String, String[]) - Constructor for class kieker.tools.traceAnalysis.systemModel.Signature
 
size() - Method in class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.DependencyGraph
Return number of nodes
SOAPHeaderConstants - Interface in kieker.monitoring.probe.cxf
 
SOAPTraceRegistry - Class in kieker.monitoring.probe.cxf
CXF does not provide an "around advice" for SOAP requests.
StateController - Class in kieker.monitoring.core.controller
 
STEREOTYPE_ALLOCATION_COMPONENT - Static variable in class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.AbstractDependencyGraphPlugin
 
STEREOTYPE_ASSEMBLY_COMPONENT - Static variable in class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.AbstractDependencyGraphPlugin
 
STEREOTYPE_EXECUTION_CONTAINER - Static variable in class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.AbstractDependencyGraphPlugin
 
storeThreadLocalEOI(int) - Method in class kieker.monitoring.core.registry.ControlFlowRegistry
Used to explicitly register an curEoi.
storeThreadLocalESS(int) - Method in class kieker.monitoring.core.registry.ControlFlowRegistry
Used to explicitly register a sessionid that is to be collected within a servlet method (that knows the request object).
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 class 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 class kieker.monitoring.core.registry.ControlFlowRegistry
This method stores a thread-local curTraceId.
STRUCTURE_COMPONENT - Static variable in class kieker.tools.traceAnalysis.plugins.visualization.util.dot.Util
 
STRUCTURE_DEPLOYMENTCONTEXT - Static variable in class kieker.tools.traceAnalysis.plugins.visualization.util.dot.Util
 
STRUCTURE_OPERATION - Static variable in class kieker.tools.traceAnalysis.plugins.visualization.util.dot.Util
The STRUCTURE constants help to select the hierarchy level in the dependency structure.
StructureElement - Class in kieker.tools.traceAnalysis.plugins.visualization.util.dot
This class serves as a super class for all classes that are part of the dependency structure resp. that each form a node of the dependency graph.
subscribe(IInputPort<T>) - Method in interface kieker.analysis.plugin.configuration.IOutputPort
 
subscribe(IInputPort<T>) - Method in class kieker.analysis.plugin.configuration.OutputPort
 
SyncDbWriter - Class in kieker.monitoring.writer.database
Stores monitoring data into a database.
SyncDbWriter(Configuration) - Constructor for class kieker.monitoring.writer.database.SyncDbWriter
 
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
 
SynchronousCallMessage - Class in kieker.tools.traceAnalysis.systemModel
 
SynchronousCallMessage() - Constructor for class kieker.tools.traceAnalysis.systemModel.SynchronousCallMessage
 
SynchronousCallMessage(long, Execution, Execution) - Constructor for class kieker.tools.traceAnalysis.systemModel.SynchronousCallMessage
 
SynchronousReplyMessage - Class in kieker.tools.traceAnalysis.systemModel
 
SynchronousReplyMessage() - Constructor for class kieker.tools.traceAnalysis.systemModel.SynchronousReplyMessage
 
SynchronousReplyMessage(long, Execution, Execution) - Constructor for class kieker.tools.traceAnalysis.systemModel.SynchronousReplyMessage
 
SystemModelRepository - Class in kieker.tools.traceAnalysis.systemModel.repository
 
SystemModelRepository() - Constructor for class kieker.tools.traceAnalysis.systemModel.repository.SystemModelRepository
 

T

terminate(boolean) - Method in class kieker.analysis.plugin.DummyRecordConsumer
 
terminate(boolean) - Method in interface kieker.analysis.plugin.IAnalysisPlugin
Initiates a termination of the component.
terminate(boolean) - Method in class kieker.analysis.plugin.MonitoringRecordTypeLogger
 
terminate() - Method in class kieker.monitoring.writer.AbstractAsyncWriter
 
terminate() - Method in class kieker.monitoring.writer.AbstractMonitoringWriter
 
terminate() - Method in class kieker.monitoring.writer.database.SyncDbWriter
 
terminate() - Method in class kieker.monitoring.writer.DummyWriter
 
terminate() - Method in class kieker.monitoring.writer.filesystem.SyncFsWriter
 
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.namedRecordPipe.PipeWriter
 
terminate(boolean) - Method in class kieker.tools.javaFx.BriefJavaFxInformer
 
terminate(boolean) - Method in class kieker.tools.logReplayer.RealtimeReplayDistributor
 
terminate(boolean) - Method in class kieker.tools.traceAnalysis.plugins.executionFilter.TimestampFilter
 
terminate(boolean) - Method in class kieker.tools.traceAnalysis.plugins.executionFilter.TraceIdFilter
 
terminate(boolean) - Method in class kieker.tools.traceAnalysis.plugins.executionRecordTransformation.ExecutionRecordTransformationFilter
 
terminate(boolean) - Method in class kieker.tools.traceAnalysis.plugins.messageTraceRepository.MessageTraceRepositoryPlugin
 
terminate(boolean) - Method in class kieker.tools.traceAnalysis.plugins.traceFilter.TraceEquivalenceClassFilter
 
terminate(boolean) - Method in class kieker.tools.traceAnalysis.plugins.traceReconstruction.TraceReconstructionFilter
Terminates the filter (internally, all pending traces are processed).
terminate(boolean) - Method in class kieker.tools.traceAnalysis.plugins.traceWriter.ExecutionTraceWriterPlugin
 
terminate(boolean) - Method in class kieker.tools.traceAnalysis.plugins.traceWriter.InvalidExecutionTraceWriterPlugin
 
terminate(boolean) - Method in class kieker.tools.traceAnalysis.plugins.traceWriter.MessageTraceWriterPlugin
 
terminate(boolean) - Method in class kieker.tools.traceAnalysis.plugins.visualization.callTree.AggregatedCallTreePlugin
Saves the call tree to the dot file if error is not true.
terminate(boolean) - Method in class kieker.tools.traceAnalysis.plugins.visualization.callTree.TraceCallTreePlugin
 
terminate(boolean) - Method in class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.ComponentDependencyGraphPluginAllocation
Saves the dependency graph to the dot file if error is not true.
terminate(boolean) - Method in class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.ComponentDependencyGraphPluginAssembly
Saves the dependency graph to the dot file if error is not true.
terminate(boolean) - Method in class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.ContainerDependencyGraphPlugin
Saves the dependency graph to the dot file if error is not true.
terminate(boolean) - Method in class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.OperationDependencyGraphPluginAllocation
Saves the dependency graph to the dot file if error is not true.
terminate(boolean) - Method in class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.OperationDependencyGraphPluginAssembly
Saves the dependency graph to the dot file if error is not true.
terminate(boolean) - Method in class kieker.tools.traceAnalysis.plugins.visualization.sequenceDiagram.SequenceDiagramPlugin
 
terminateMonitoring() - Method in interface kieker.monitoring.core.controller.IStateController
Permanently terminates monitoring
terminateMonitoring() - Method in class kieker.monitoring.core.controller.MonitoringController
 
terminateMonitoring() - Method in class kieker.monitoring.core.controller.StateController
 
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
 
TerminationServletContextListener(IStateController) - Constructor for class kieker.monitoring.core.servlet.TerminationServletContextListener
 
TimeSourceController - Class in kieker.monitoring.core.controller
 
TimestampEvent - Class in kieker.tools.currentTimeEventGenerator
Record type which can be used to store the current time in the field TimestampEvent.timestamp.
TimestampEvent(long) - Constructor for class kieker.tools.currentTimeEventGenerator.TimestampEvent
Creates a new TimestampEvent with the given timestamp.
TimestampFilter - Class in kieker.tools.traceAnalysis.plugins.executionFilter
Allows to filter Execution objects based on their tin and tout timestamps.
TimestampFilter(long, long) - Constructor for class kieker.tools.traceAnalysis.plugins.executionFilter.TimestampFilter
Creates a filter instance that only passes Execution objects e with the property e.tin >= ignoreExecutionsBeforeTimestamp and e.tout <= ignoreExecutionsAfterTimestamp.
tin - Variable in class kieker.common.record.OperationExecutionRecord
 
toArray() - Method in class kieker.common.record.BranchingRecord
 
toArray() - Method in class kieker.common.record.CPUUtilizationRecord
 
toArray() - Method in class kieker.common.record.CurrentTimeRecord
 
toArray() - Method in class kieker.common.record.DummyMonitoringRecord
 
toArray() - Method in interface kieker.common.record.IMonitoringRecord
 
toArray() - Method in class kieker.common.record.MemSwapUsageRecord
 
toArray() - Method in class kieker.common.record.OperationExecutionRecord
 
toArray() - Method in class kieker.common.record.ResourceUtilizationRecord
 
toMessageTrace(Execution) - Method in class kieker.tools.traceAnalysis.systemModel.ExecutionTrace
Returns the message trace representation for this trace.
toString() - Method in class kieker.common.record.AbstractMonitoringRecord
Creates a string representation of this record.
toString() - Method in class kieker.monitoring.core.controller.AbstractController
 
toString() - Method in class kieker.monitoring.core.controller.MonitoringController
 
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.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.SyncDbWriter
 
toString() - Method in class kieker.monitoring.writer.filesystem.SyncFsWriter
 
toString() - Method in interface kieker.monitoring.writer.IMonitoringWriter
 
toString() - Method in class kieker.monitoring.writer.namedRecordPipe.PipeWriter
 
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.Message
 
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.Signature
 
toString() - Method in class kieker.tools.traceAnalysis.systemModel.util.AllocationComponentOperationPair
 
toString() - Method in class kieker.tools.traceAnalysis.systemModel.util.AssemblyComponentOperationPair
 
tout - Variable in class kieker.common.record.OperationExecutionRecord
 
Trace - Class in kieker.tools.traceAnalysis.systemModel
 
Trace(long) - Constructor for class kieker.tools.traceAnalysis.systemModel.Trace
 
TRACE_IDENTIFIER_QNAME - Static variable in interface kieker.monitoring.probe.cxf.SOAPHeaderConstants
 
TRACE_QUALIFIED_NAME - Static variable in interface kieker.monitoring.probe.cxf.SOAPHeaderConstants
 
TraceAnalysisGui - Class in kieker.tools.traceAnalysis
Simple frontend to TraceAnalysisTool.
TraceAnalysisGui() - Constructor for class kieker.tools.traceAnalysis.TraceAnalysisGui
 
TraceAnalysisTool - Class in kieker.tools.traceAnalysis
This is the main class to start Tpan - the model synthesis and analysis server to process the monitoring data that comes from the instrumented system, or from a file that contains Kieker monitoring data.
TraceAnalysisTool() - Constructor for class kieker.tools.traceAnalysis.TraceAnalysisTool
 
TraceAnalysisWrapper - Class in kieker.tools.traceAnalysis
Build classpath and run trace analysis tool.
TraceAnalysisWrapper() - Constructor for class kieker.tools.traceAnalysis.TraceAnalysisWrapper
 
TraceCallTreeNode - Class in kieker.tools.traceAnalysis.plugins.visualization.callTree
 
TraceCallTreeNode(int, SystemModelRepository, AllocationComponentOperationPairFactory, AllocationComponentOperationPair, boolean) - Constructor for class kieker.tools.traceAnalysis.plugins.visualization.callTree.TraceCallTreeNode
 
TraceCallTreePlugin - Class in kieker.tools.traceAnalysis.plugins.visualization.callTree
Plugin providing the creation of calling trees both for individual traces and an aggregated form mulitple traces.
TraceCallTreePlugin(String, AllocationComponentOperationPairFactory, SystemModelRepository, String, boolean) - Constructor for class kieker.tools.traceAnalysis.plugins.visualization.callTree.TraceCallTreePlugin
 
TraceEquivalenceClassFilter - Class in kieker.tools.traceAnalysis.plugins.traceFilter
 
TraceEquivalenceClassFilter(String, SystemModelRepository, TraceEquivalenceClassFilter.TraceEquivalenceClassModes) - Constructor for class kieker.tools.traceAnalysis.plugins.traceFilter.TraceEquivalenceClassFilter
 
TraceEquivalenceClassFilter.TraceEquivalenceClassModes - Enum in kieker.tools.traceAnalysis.plugins.traceFilter
 
traceId - Variable in class kieker.common.record.OperationExecutionRecord
 
TraceIdFilter - Class in kieker.tools.traceAnalysis.plugins.executionFilter
Allows to filter Execution objects based on their traceId.
TraceIdFilter(TreeSet<Long>) - Constructor for class kieker.tools.traceAnalysis.plugins.executionFilter.TraceIdFilter
Creates a filter instance that only passes Execution objects e whose traceId (e.traceId) is element of the set selectedTraces.
TraceProcessingException - Exception in kieker.tools.traceAnalysis.plugins.traceReconstruction
 
TraceProcessingException(String) - Constructor for exception kieker.tools.traceAnalysis.plugins.traceReconstruction.TraceProcessingException
 
TraceProcessingException(String, Throwable) - Constructor for exception kieker.tools.traceAnalysis.plugins.traceReconstruction.TraceProcessingException
 
TraceReconstructionFilter - Class in kieker.tools.traceAnalysis.plugins.traceReconstruction
 
TraceReconstructionFilter(String, SystemModelRepository, long, boolean) - Constructor for class kieker.tools.traceAnalysis.plugins.traceReconstruction.TraceReconstructionFilter
 
typeId - Variable in class kieker.common.record.MonitoringRecordTypeClassnameMapping
 
TypeRepository - Class in kieker.tools.traceAnalysis.systemModel.repository
 
TypeRepository(SystemModelRepository, ComponentType) - Constructor for class kieker.tools.traceAnalysis.systemModel.repository.TypeRepository
 

U

UNDEFINED_DOUBLE - Static variable in class kieker.common.record.CPUUtilizationRecord
 
UNDEFINED_DOUBLE - Static variable in class kieker.common.record.MemSwapUsageRecord
 
UNDEFINED_LONG - Static variable in class kieker.common.record.MemSwapUsageRecord
 
unsetThreadLocalEOI() - Method in class kieker.monitoring.core.registry.ControlFlowRegistry
This method unsets a previously registered traceid.
unsetThreadLocalESS() - Method in class 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 class kieker.monitoring.core.registry.SessionRegistry
This method unsets a previously registered sessionid.
unsetThreadLocalTraceId() - Method in class kieker.monitoring.core.registry.ControlFlowRegistry
This method unsets a previously registered traceid.
unsubscribe(IInputPort<T>) - Method in interface kieker.analysis.plugin.configuration.IOutputPort
 
unsubscribe(IInputPort<T>) - Method in class kieker.analysis.plugin.configuration.OutputPort
 
Util - Class in kieker.tools.traceAnalysis.plugins.visualization.util.dot
This class provides a bunch of useful static functions for use in different places of the plug-in.

V

valueOf(String) - Static method in enum kieker.tools.traceAnalysis.plugins.traceFilter.TraceEquivalenceClassFilter.TraceEquivalenceClassModes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.tools.traceAnalysis.plugins.visualization.sequenceDiagram.SequenceDiagramPlugin.SDModes
Returns the enum constant of this type with the specified name.
values() - Static method in enum kieker.tools.traceAnalysis.plugins.traceFilter.TraceEquivalenceClassFilter.TraceEquivalenceClassModes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.tools.traceAnalysis.plugins.visualization.sequenceDiagram.SequenceDiagramPlugin.SDModes
Returns an array containing the constants of this enum type, in the order they are 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).

W

WeightedBidirectionalDependencyGraphEdge<T> - Class in kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph
 
WeightedBidirectionalDependencyGraphEdge() - Constructor for class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.WeightedBidirectionalDependencyGraphEdge
 
WeightedBidirectionalDependencyGraphEdge(DependencyGraphNode<T>, DependencyGraphNode<T>) - Constructor for class kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.WeightedBidirectionalDependencyGraphEdge
 
WeightedDirectedCallTreeEdge<T> - Class in kieker.tools.traceAnalysis.plugins.visualization.callTree
 
WeightedDirectedCallTreeEdge(AbstractCallTreeNode<T>, AbstractCallTreeNode<T>) - Constructor for class kieker.tools.traceAnalysis.plugins.visualization.callTree.WeightedDirectedCallTreeEdge
 
writeDotForMessageTrace(SystemModelRepository, AbstractCallTreeNode, MessageTrace, String, boolean, boolean) - Static method in class kieker.tools.traceAnalysis.plugins.visualization.callTree.AbstractCallTreePlugin
 
writeDotForMessageTrace(SystemModelRepository, MessageTrace, String, boolean, boolean) - Static method in class kieker.tools.traceAnalysis.plugins.visualization.callTree.TraceCallTreePlugin
 
writeMapToFile(String) - Method in class kieker.tools.mappingGenerator.NameIdMap
 
writeMonitoringRecord(IMonitoringRecord) - Method in class kieker.common.namedRecordPipe.Pipe
Passe the monitoring record to the registered pipe reader.
writePicForMessageTrace(SystemModelRepository, MessageTrace, SequenceDiagramPlugin.SDModes, String, boolean) - Static method in class kieker.tools.traceAnalysis.plugins.visualization.sequenceDiagram.SequenceDiagramPlugin
 
WriterController - Class in kieker.monitoring.core.controller
 
WriterController(Configuration) - Constructor for class kieker.monitoring.core.controller.WriterController
 

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

Copyright 2011 the Kieker Project, http://kieker.sourceforge.net