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 Execution
AbstractTraceAnalysisStage. 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 Execution
AbstractTraceAnalysisStage. 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 Execution
AbstractTraceAnalysisStage. 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 Execution
AbstractTraceAnalysisStage. 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 Signature
ClassOperationSignaturePair. getSignature()
Delivers the signature.Methods in kieker.common.util.signature with parameters of type Signature Modifier and Type Method Description static java.lang.String
ClassOperationSignaturePair. 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 operationop1
with modifierspublic
andstatic
, the return typeBoolean
, and the parameter typesInteger
andLong
), 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 Signature
OperationRepository. ROOT_SIGNATURE
Methods in kieker.model.repository with parameters of type Signature Modifier and Type Method Description Operation
OperationRepository. 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 Signature
Operation. 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 Execution
AbstractTraceAnalysisFilter. 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 Execution
AbstractTraceAnalysisFilter. 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 Execution
AbstractTraceAnalysisFilter. 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 Signature
Operation. 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 Signature
OperationRepository. ROOT_SIGNATURE
Methods in kieker.tools.trace.analysis.systemModel.repository with parameters of type Signature Modifier and Type Method Description Operation
OperationRepository. createAndRegisterOperation(java.lang.String namedIdentifier, ComponentType componentType, Signature signature)