Class AggregateFlowsInTableService
java.lang.Object
org.opendaylight.openflowplugin.impl.services.AbstractService<GetAggregateFlowStatisticsFromFlowTableForAllFlowsInput,List<MultipartReply>>
org.opendaylight.openflowplugin.impl.services.AbstractMultipartService<GetAggregateFlowStatisticsFromFlowTableForAllFlowsInput,MultipartReply>
org.opendaylight.openflowplugin.impl.statistics.services.compatibility.AbstractCompatibleStatService<GetAggregateFlowStatisticsFromFlowTableForAllFlowsInput,GetAggregateFlowStatisticsFromFlowTableForAllFlowsOutput,AggregateFlowStatisticsUpdate>
org.opendaylight.openflowplugin.impl.statistics.services.AggregateFlowsInTableService
- All Implemented Interfaces:
BackwardCompatibleAtomicService<GetAggregateFlowStatisticsFromFlowTableForAllFlowsInput,
GetAggregateFlowStatisticsFromFlowTableForAllFlowsOutput>
public final class AggregateFlowsInTableService
extends AbstractCompatibleStatService<GetAggregateFlowStatisticsFromFlowTableForAllFlowsInput,GetAggregateFlowStatisticsFromFlowTableForAllFlowsOutput,AggregateFlowStatisticsUpdate>
-
Constructor Summary
ConstructorDescriptionAggregateFlowsInTableService
(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed) -
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
-
AggregateFlowsInTableService
public AggregateFlowsInTableService(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed)
-
-
Method Details
-
buildRequest
protected OfHeader buildRequest(Xid xid, GetAggregateFlowStatisticsFromFlowTableForAllFlowsInput input) - Specified by:
buildRequest
in classAbstractService<GetAggregateFlowStatisticsFromFlowTableForAllFlowsInput,
List<MultipartReply>>
-
buildTxCapableResult
public GetAggregateFlowStatisticsFromFlowTableForAllFlowsOutput buildTxCapableResult(TransactionId emulatedTxId) -
transformToNotification
public AggregateFlowStatisticsUpdate transformToNotification(List<MultipartReply> result, TransactionId emulatedTxId)
-