Class AllFlowsInAllTablesService
java.lang.Object
org.opendaylight.openflowplugin.impl.services.AbstractService<GetAllFlowsStatisticsFromAllFlowTablesInput,List<MultipartReply>>
org.opendaylight.openflowplugin.impl.services.AbstractMultipartService<GetAllFlowsStatisticsFromAllFlowTablesInput,MultipartReply>
org.opendaylight.openflowplugin.impl.statistics.services.compatibility.AbstractCompatibleStatService<GetAllFlowsStatisticsFromAllFlowTablesInput,GetAllFlowsStatisticsFromAllFlowTablesOutput,FlowsStatisticsUpdate>
org.opendaylight.openflowplugin.impl.statistics.services.AllFlowsInAllTablesService
- All Implemented Interfaces:
BackwardCompatibleAtomicService<GetAllFlowsStatisticsFromAllFlowTablesInput,
GetAllFlowsStatisticsFromAllFlowTablesOutput>
public final class AllFlowsInAllTablesService
extends AbstractCompatibleStatService<GetAllFlowsStatisticsFromAllFlowTablesInput,GetAllFlowsStatisticsFromAllFlowTablesOutput,FlowsStatisticsUpdate>
-
Constructor Summary
ConstructorDescriptionAllFlowsInAllTablesService
(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, ConvertorExecutor convertorExecutor) -
Method Summary
Modifier and TypeMethodDescriptionprotected OfHeader
buildTxCapableResult
(TransactionId emulatedTxId) transformToNotification
(List<MultipartReply> result, 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
-
AllFlowsInAllTablesService
public AllFlowsInAllTablesService(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, ConvertorExecutor convertorExecutor)
-
-
Method Details
-
buildRequest
- Specified by:
buildRequest
in classAbstractService<GetAllFlowsStatisticsFromAllFlowTablesInput,
List<MultipartReply>>
-
buildTxCapableResult
public GetAllFlowsStatisticsFromAllFlowTablesOutput buildTxCapableResult(TransactionId emulatedTxId) -
transformToNotification
public FlowsStatisticsUpdate transformToNotification(List<MultipartReply> result, TransactionId emulatedTxId)
-