Uses of Class
kieker.common.util.signature.Signature
| Package | Description |
|---|---|
| kieker.analysis.architecture.trace |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| kieker.common.util.signature |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| kieker.model.repository |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| kieker.model.system.model |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| kieker.tools.trace.analysis.filter |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| kieker.tools.trace.analysis.systemModel |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| kieker.tools.trace.analysis.systemModel.repository |
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 Signature in kieker.analysis.architecture.trace
Methods in kieker.analysis.architecture.trace with parameters of type Signature Modifier and Type Method Description protected ExecutionAbstractTraceAnalysisStage. createExecutionByEntityNames(java.lang.String executionContainerName, java.lang.String assemblyComponentTypeName, java.lang.String componentTypeName, Signature operationSignature, long traceId, java.lang.String sessionId, int eoi, int ess, long tin, long tout, boolean assumed)protected ExecutionAbstractTraceAnalysisStage. createExecutionByEntityNames(java.lang.String executionContainerName, java.lang.String assemblyComponentTypeName, Signature operationSignature, long traceId, java.lang.String sessionId, int eoi, int ess, long tin, long tout, boolean assumed)static ExecutionAbstractTraceAnalysisStage. createExecutionByEntityNames(SystemModelRepository systemModelRepository, java.lang.String executionContainerName, java.lang.String assemblyComponentTypeName, java.lang.String componentTypeName, Signature operationSignature, long traceId, java.lang.String sessionId, int eoi, int ess, long tin, long tout, boolean assumed)static ExecutionAbstractTraceAnalysisStage. createExecutionByEntityNames(SystemModelRepository systemModelRepository, java.lang.String executionContainerName, java.lang.String assemblyComponentTypeName, Signature operationSignature, long traceId, java.lang.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 Signature Modifier and Type Method Description SignatureClassOperationSignaturePair. getSignature()Delivers the signature.Methods in kieker.common.util.signature with parameters of type Signature Modifier and Type Method Description static java.lang.StringClassOperationSignaturePair. createOperationSignatureString(java.lang.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 Signature Constructor Description ClassOperationSignaturePair(java.lang.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 Signature Modifier and Type Field Description static SignatureOperationRepository. ROOT_SIGNATUREMethods in kieker.model.repository with parameters of type Signature Modifier and Type Method Description OperationOperationRepository. createAndRegisterOperation(java.lang.String namedIdentifier, ComponentType componentType, Signature signature) -
Uses of Signature in kieker.model.system.model
Methods in kieker.model.system.model that return Signature Modifier and Type Method Description SignatureOperation. getSignature()Delivers the signature of the operation.Constructors in kieker.model.system.model with parameters of type Signature Constructor Description Operation(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 Signature Modifier and Type Method Description protected ExecutionAbstractTraceAnalysisFilter. createExecutionByEntityNames(java.lang.String executionContainerName, java.lang.String assemblyComponentTypeName, Signature operationSignature, long traceId, java.lang.String sessionId, int eoi, int ess, long tin, long tout, boolean assumed)Deprecated.static ExecutionAbstractTraceAnalysisFilter. createExecutionByEntityNames(SystemModelRepository systemModelRepository, java.lang.String executionContainerName, java.lang.String assemblyComponentTypeName, java.lang.String componentTypeName, Signature operationSignature, long traceId, java.lang.String sessionId, int eoi, int ess, long tin, long tout, boolean assumed)Deprecated.static ExecutionAbstractTraceAnalysisFilter. createExecutionByEntityNames(SystemModelRepository systemModelRepository, java.lang.String executionContainerName, java.lang.String assemblyComponentTypeName, Signature operationSignature, long traceId, java.lang.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 Signature Modifier and Type Method Description SignatureOperation. getSignature()Deprecated.Delivers the signature of the operation.Constructors in kieker.tools.trace.analysis.systemModel with parameters of type Signature Constructor Description Operation(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 Signature Modifier and Type Field Description static SignatureOperationRepository. ROOT_SIGNATUREMethods in kieker.tools.trace.analysis.systemModel.repository with parameters of type Signature Modifier and Type Method Description OperationOperationRepository. createAndRegisterOperation(java.lang.String namedIdentifier, ComponentType componentType, Signature signature)