Uses of Class
kieker.common.record.flow.trace.TraceMetadata
Package | Description |
---|---|
kieker.analysis.architecture.trace.flow |
This package contains all processing filters bundled with kieker.
|
kieker.analysis.architecture.trace.reconstruction |
This package contains all processing filters bundled with kieker.
|
kieker.analysis.generic.time | |
kieker.analysis.plugin.filter.flow |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
kieker.common.record.flow.trace | |
kieker.monitoring.core.registry |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
-
Uses of TraceMetadata in kieker.analysis.architecture.trace.flow
Methods in kieker.analysis.architecture.trace.flow that return TraceMetadata Modifier and Type Method Description TraceMetadata
TraceEventRecords. getTraceMetadata()
Delivers the stored traces.Constructors in kieker.analysis.architecture.trace.flow with parameters of type TraceMetadata Constructor Description TraceEventRecords(TraceMetadata trace, AbstractTraceEvent[] traceEvents)
Creates a new instance of this class using the given parameters. -
Uses of TraceMetadata in kieker.analysis.architecture.trace.reconstruction
Constructors in kieker.analysis.architecture.trace.reconstruction with parameters of type TraceMetadata Constructor Description TraceReconstructionBuffer(DeploymentModel deploymentModel, TraceMetadata traceMetadata, java.time.temporal.TemporalUnit temporalUnit)
-
Uses of TraceMetadata in kieker.analysis.generic.time
Methods in kieker.analysis.generic.time with parameters of type TraceMetadata Modifier and Type Method Description protected long
TraceMetadataTimestampFilter. getRecordSpecificTimestamp(TraceMetadata record)
-
Uses of TraceMetadata in kieker.analysis.plugin.filter.flow
Methods in kieker.analysis.plugin.filter.flow that return TraceMetadata Modifier and Type Method Description TraceMetadata
TraceEventRecords. getTraceMetadata()
Deprecated.Delivers the stored traces.Constructors in kieker.analysis.plugin.filter.flow with parameters of type TraceMetadata Constructor Description TraceEventRecords(TraceMetadata trace, AbstractTraceEvent[] traceEvents)
Deprecated.Creates a new instance of this class using the given parameters. -
Uses of TraceMetadata in kieker.common.record.flow.trace
Subclasses of TraceMetadata in kieker.common.record.flow.trace Modifier and Type Class Description class
ApplicationTraceMetadata
Methods in kieker.common.record.flow.trace that return TraceMetadata Modifier and Type Method Description TraceMetadata
TraceMetadataFactory. create(IValueDeserializer deserializer)
-
Uses of TraceMetadata in kieker.monitoring.core.registry
Methods in kieker.monitoring.core.registry that return TraceMetadata Modifier and Type Method Description TraceMetadata
TraceRegistry. getTrace()
Gets a Trace for the current thread.