Class AllFlowsInTableService
- java.lang.Object
- 
- org.opendaylight.openflowplugin.impl.services.AbstractService<I,List<T>>
- 
- org.opendaylight.openflowplugin.impl.services.AbstractMultipartService<I,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 SummaryConstructors Constructor Description AllFlowsInTableService(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, ConvertorExecutor convertorExecutor)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OfHeaderbuildRequest(Xid xid, GetAllFlowStatisticsFromFlowTableInput input)GetAllFlowStatisticsFromFlowTableOutputbuildTxCapableResult(TransactionId emulatedTxId)FlowsStatisticsUpdatetransformToNotification(List<MultipartReply> mpResult, TransactionId emulatedTxId)- 
Methods inherited from class org.opendaylight.openflowplugin.impl.statistics.services.compatibility.AbstractCompatibleStatServicegetOfVersion, handleAndNotify
 - 
Methods inherited from class org.opendaylight.openflowplugin.impl.services.AbstractMultipartServicecreateCallback, handleServiceCall
 - 
Methods inherited from class org.opendaylight.openflowplugin.impl.services.AbstractServicecanUseSingleLayerSerialization, getDatapathId, getDeviceContext, getDeviceInfo, getDeviceRegistry, getEventIdentifier, getMessageSpy, getRequestContextStack, getTxFacade, getVersion, handleServiceCall, setEventIdentifier
 
- 
 
- 
- 
- 
Constructor Detail- 
AllFlowsInTableServicepublic AllFlowsInTableService(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, ConvertorExecutor convertorExecutor) 
 
- 
 - 
Method Detail- 
buildRequestprotected OfHeader buildRequest(Xid xid, GetAllFlowStatisticsFromFlowTableInput input) - Specified by:
- buildRequestin class- AbstractService<GetAllFlowStatisticsFromFlowTableInput,List<MultipartReply>>
 
 - 
buildTxCapableResultpublic GetAllFlowStatisticsFromFlowTableOutput buildTxCapableResult(TransactionId emulatedTxId) 
 - 
transformToNotificationpublic FlowsStatisticsUpdate transformToNotification(List<MultipartReply> mpResult, TransactionId emulatedTxId) 
 
- 
 
-