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