Package | Description |
---|---|
kieker.common.util.signature |
Copyright 2020 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 2020 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 2020 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 2020 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.
|
Modifier and Type | Method and Description |
---|---|
Signature |
ClassOperationSignaturePair.getSignature()
Delivers the signature.
|
Modifier and Type | Method and 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 a Signature (e.g., for operation op1 with
modifiers public and static , the return type Boolean , and the parameter types Integer and
Long ), the method returns an operation signature string (e.g., public static Boolean a.b.c.D.op1(Integer, Long) ). |
Constructor and Description |
---|
ClassOperationSignaturePair(java.lang.String fqClassname,
Signature signature)
Creates a new instance of this class using the given parameters.
|
Modifier and Type | Method and 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) |
protected Execution |
AbstractTraceAnalysisFilter.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) |
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) |
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) |
Modifier and Type | Method and Description |
---|---|
Signature |
Operation.getSignature()
Delivers the signature of the operation.
|
Constructor and Description |
---|
Operation(int id,
ComponentType componentType,
Signature signature)
Creates a new instance of this class using the given parameters.
|
Modifier and Type | Field and Description |
---|---|
static Signature |
OperationRepository.ROOT_SIGNATURE |
Modifier and Type | Method and Description |
---|---|
Operation |
OperationRepository.createAndRegisterOperation(java.lang.String namedIdentifier,
ComponentType componentType,
Signature signature) |
Copyright 2020 Kieker Project, http://kieker-monitoring.net