Uses of Class
kieker.common.util.signature.Signature
Packages that use Signature
Package
Description
Copyright 2026 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.
Copyright 2026 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.
Copyright 2026 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.
Copyright 2026 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.
Copyright 2026 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.
Copyright 2026 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.
Copyright 2026 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 Signature in kieker.analysis.architecture.trace
Methods in kieker.analysis.architecture.trace with parameters of type SignatureModifier and TypeMethodDescriptionprotected final ExecutionAbstractTraceAnalysisStage.createExecutionByEntityNames(String executionContainerName, String assemblyComponentTypeName, String componentTypeName, Signature operationSignature, long traceId, String sessionId, int eoi, int ess, long tin, long tout, boolean assumed) protected final ExecutionAbstractTraceAnalysisStage.createExecutionByEntityNames(String executionContainerName, String assemblyComponentTypeName, Signature operationSignature, long traceId, String sessionId, int eoi, int ess, long tin, long tout, boolean assumed) static final ExecutionAbstractTraceAnalysisStage.createExecutionByEntityNames(SystemModelRepository systemModelRepository, String executionContainerName, String assemblyComponentTypeName, String componentTypeName, Signature operationSignature, long traceId, String sessionId, int eoi, int ess, long tin, long tout, boolean assumed) static final ExecutionAbstractTraceAnalysisStage.createExecutionByEntityNames(SystemModelRepository systemModelRepository, String executionContainerName, String assemblyComponentTypeName, Signature operationSignature, long traceId, String sessionId, int eoi, int ess, long tin, long tout, boolean assumed) -
Uses of Signature in kieker.common.util.signature
Methods in kieker.common.util.signature that return SignatureModifier and TypeMethodDescriptionClassOperationSignaturePair.getSignature()Delivers the signature.Methods in kieker.common.util.signature with parameters of type SignatureModifier and TypeMethodDescriptionstatic StringClassOperationSignaturePair.createOperationSignatureString(String fqClassName, Signature signature) Given a fully-qualified class name fqClassName (e.g.,a.b.c.D) and aSignature(e.g., for operationop1with modifierspublicandstatic, the return typeBoolean, and the parameter typesIntegerandLong), the method returns an operation signature string (e.g.,public static Boolean a.b.c.D.op1(Integer, Long)).Constructors in kieker.common.util.signature with parameters of type SignatureModifierConstructorDescriptionClassOperationSignaturePair(String fqClassname, Signature signature) Creates a new instance of this class using the given parameters. -
Uses of Signature in kieker.model.repository
Fields in kieker.model.repository declared as SignatureMethods in kieker.model.repository with parameters of type SignatureModifier and TypeMethodDescriptionfinal OperationOperationRepository.createAndRegisterOperation(String namedIdentifier, ComponentType componentType, Signature signature) -
Uses of Signature in kieker.model.system.model
Methods in kieker.model.system.model that return SignatureModifier and TypeMethodDescriptionfinal SignatureOperation.getSignature()Delivers the signature of the operation.Constructors in kieker.model.system.model with parameters of type SignatureModifierConstructorDescriptionOperation(int id, ComponentType componentType, Signature signature) Creates a new instance of this class using the given parameters. -
Uses of Signature in kieker.tools.trace.analysis.filter
Methods in kieker.tools.trace.analysis.filter with parameters of type SignatureModifier and TypeMethodDescriptionprotected final ExecutionAbstractTraceAnalysisFilter.createExecutionByEntityNames(String executionContainerName, String assemblyComponentTypeName, Signature operationSignature, long traceId, String sessionId, int eoi, int ess, long tin, long tout, boolean assumed) Deprecated.static final ExecutionAbstractTraceAnalysisFilter.createExecutionByEntityNames(SystemModelRepository systemModelRepository, String executionContainerName, String assemblyComponentTypeName, String componentTypeName, Signature operationSignature, long traceId, String sessionId, int eoi, int ess, long tin, long tout, boolean assumed) Deprecated.static final ExecutionAbstractTraceAnalysisFilter.createExecutionByEntityNames(SystemModelRepository systemModelRepository, String executionContainerName, String assemblyComponentTypeName, Signature operationSignature, long traceId, String sessionId, int eoi, int ess, long tin, long tout, boolean assumed) Deprecated. -
Uses of Signature in kieker.tools.trace.analysis.systemModel
Methods in kieker.tools.trace.analysis.systemModel that return SignatureModifier and TypeMethodDescriptionfinal SignatureOperation.getSignature()Deprecated.Delivers the signature of the operation.Constructors in kieker.tools.trace.analysis.systemModel with parameters of type SignatureModifierConstructorDescriptionOperation(int id, ComponentType componentType, Signature signature) Deprecated.Creates a new instance of this class using the given parameters. -
Uses of Signature in kieker.tools.trace.analysis.systemModel.repository
Fields in kieker.tools.trace.analysis.systemModel.repository declared as SignatureMethods in kieker.tools.trace.analysis.systemModel.repository with parameters of type SignatureModifier and TypeMethodDescriptionfinal OperationOperationRepository.createAndRegisterOperation(String namedIdentifier, ComponentType componentType, Signature signature)