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