Class AllFlowsInTableService
java.lang.Object
org.opendaylight.openflowplugin.impl.services.AbstractService<GetAllFlowStatisticsFromFlowTableInput,List<MultipartReply>>
org.opendaylight.openflowplugin.impl.services.AbstractMultipartService<GetAllFlowStatisticsFromFlowTableInput,MultipartReply>
org.opendaylight.openflowplugin.impl.statistics.services.compatibility.AbstractCompatibleStatService<GetAllFlowStatisticsFromFlowTableInput,GetAllFlowStatisticsFromFlowTableOutput,FlowsStatisticsUpdate>
org.opendaylight.openflowplugin.impl.statistics.services.AllFlowsInTableService
- All Implemented Interfaces:
BackwardCompatibleAtomicService<GetAllFlowStatisticsFromFlowTableInput,
GetAllFlowStatisticsFromFlowTableOutput>
public class AllFlowsInTableService
extends AbstractCompatibleStatService<GetAllFlowStatisticsFromFlowTableInput,GetAllFlowStatisticsFromFlowTableOutput,FlowsStatisticsUpdate>
-
Constructor Summary
ConstructorDescriptionAllFlowsInTableService
(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, ConvertorExecutor convertorExecutor) -
Method Summary
Modifier and TypeMethodDescriptionprotected OfHeader
buildRequest
(Xid xid, GetAllFlowStatisticsFromFlowTableInput input) buildTxCapableResult
(TransactionId emulatedTxId) transformToNotification
(List<MultipartReply> mpResult, TransactionId emulatedTxId) Methods inherited from class org.opendaylight.openflowplugin.impl.statistics.services.compatibility.AbstractCompatibleStatService
getOfVersion, handleAndNotify
Methods inherited from class org.opendaylight.openflowplugin.impl.services.AbstractMultipartService
createCallback, handleServiceCall
Methods inherited from class org.opendaylight.openflowplugin.impl.services.AbstractService
canUseSingleLayerSerialization, getDatapathId, getDeviceContext, getDeviceInfo, getDeviceRegistry, getEventIdentifier, getMessageSpy, getRequestContextStack, getTxFacade, getVersion, handleServiceCall, setEventIdentifier
-
Constructor Details
-
AllFlowsInTableService
public AllFlowsInTableService(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, ConvertorExecutor convertorExecutor)
-
-
Method Details
-
buildRequest
- Specified by:
buildRequest
in classAbstractService<GetAllFlowStatisticsFromFlowTableInput,
List<MultipartReply>>
-
buildTxCapableResult
-
transformToNotification
public FlowsStatisticsUpdate transformToNotification(List<MultipartReply> mpResult, TransactionId emulatedTxId)
-