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