Class FlowsInTableService
- 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<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 SummaryConstructors Constructor Description FlowsInTableService(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, ConvertorExecutor convertorExecutor)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OfHeaderbuildRequest(Xid xid, GetFlowStatisticsFromFlowTableInput input)GetFlowStatisticsFromFlowTableOutputbuildTxCapableResult(TransactionId emulatedTxId)FlowsStatisticsUpdatetransformToNotification(List<MultipartReply> result, 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- 
FlowsInTableServicepublic FlowsInTableService(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, ConvertorExecutor convertorExecutor) 
 
- 
 - 
Method Detail- 
buildRequestprotected OfHeader buildRequest(Xid xid, GetFlowStatisticsFromFlowTableInput input) - Specified by:
- buildRequestin class- AbstractService<GetFlowStatisticsFromFlowTableInput,List<MultipartReply>>
 
 - 
buildTxCapableResultpublic GetFlowStatisticsFromFlowTableOutput buildTxCapableResult(TransactionId emulatedTxId) 
 - 
transformToNotificationpublic FlowsStatisticsUpdate transformToNotification(List<MultipartReply> result, TransactionId emulatedTxId) 
 
- 
 
-