Class FlowStatisticsToNotificationTransformer
java.lang.Object
org.opendaylight.openflowplugin.impl.statistics.services.compatibility.FlowStatisticsToNotificationTransformer
Pulled out flow stats to notification transformation.
-
Method Summary
Modifier and TypeMethodDescriptionstatic FlowsStatisticsUpdate
transformToNotification
(List<MultipartReply> mpResult, DeviceInfo deviceInfo, OpenflowVersion ofVersion, TransactionId emulatedTxId, ConvertorExecutor convertorExecutor) Transform to notification.
-
Method Details
-
transformToNotification
public static FlowsStatisticsUpdate transformToNotification(List<MultipartReply> mpResult, DeviceInfo deviceInfo, OpenflowVersion ofVersion, TransactionId emulatedTxId, ConvertorExecutor convertorExecutor) Transform to notification.- Parameters:
mpResult
- raw multipart response from devicedeviceInfo
- device stateofVersion
- device versionemulatedTxId
- emulated transaction IdconvertorExecutor
- convertor executor- Returns:
- notification containing flow stats
-