Class DeployedOperationCallEvent
java.lang.Object
kieker.analysis.architecture.recovery.events.DeployedOperationCallEvent
Contains a tuple of DeployedOperation for the execution model and a duration value.
- Since:
- 1.15
- Author:
- Reiner Jung
-
Constructor Summary
ConstructorsConstructorDescriptionDeployedOperationCallEvent(Tuple<DeployedOperation, DeployedOperation> operationCall, Duration duration) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
DeployedOperationCallEvent
public DeployedOperationCallEvent(Tuple<DeployedOperation, DeployedOperation> operationCall, Duration duration)
-
-
Method Details
-
getOperationCall
-
getDuration
-