Class QueueStatisticsToNotificationTransformer
- java.lang.Object
-
- org.opendaylight.openflowplugin.impl.statistics.services.compatibility.QueueStatisticsToNotificationTransformer
-
public final class QueueStatisticsToNotificationTransformer extends Object
Pulled out queue stats to notification transformation.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static QueueStatisticsUpdatetransformToNotification(List<MultipartReply> mpReplyList, DeviceInfo deviceInfo, OpenflowVersion ofVersion, TransactionId emulatedTxId)Transform statistics to notification.
-
-
-
Method Detail
-
transformToNotification
public static QueueStatisticsUpdate transformToNotification(List<MultipartReply> mpReplyList, DeviceInfo deviceInfo, OpenflowVersion ofVersion, TransactionId emulatedTxId)
Transform statistics to notification.- Parameters:
mpReplyList- raw multipart response from devicedeviceInfo- device stateofVersion- device versionemulatedTxId- emulated transaction Id- Returns:
- notification containing flow stats
-
-