Class AllFlowsInAllTablesService
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<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 SummaryConstructorsConstructorDescriptionAllFlowsInAllTablesService(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, ConvertorExecutor convertorExecutor) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected OfHeaderbuildTxCapableResult(TransactionId emulatedTxId) transformToNotification(List<MultipartReply> result, TransactionId emulatedTxId) Methods inherited from class org.opendaylight.openflowplugin.impl.statistics.services.compatibility.AbstractCompatibleStatServicegetOfVersion, handleAndNotifyMethods inherited from class org.opendaylight.openflowplugin.impl.services.AbstractMultipartServicecreateCallback, handleServiceCallMethods inherited from class org.opendaylight.openflowplugin.impl.services.AbstractServicecanUseSingleLayerSerialization, getDatapathId, getDeviceContext, getDeviceInfo, getDeviceRegistry, getEventIdentifier, getMessageSpy, getRequestContextStack, getTxFacade, getVersion, handleServiceCall, setEventIdentifier
- 
Constructor Details- 
AllFlowsInAllTablesServicepublic AllFlowsInAllTablesService(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, ConvertorExecutor convertorExecutor) 
 
- 
- 
Method Details- 
buildRequest- Specified by:
- buildRequestin class- AbstractService<GetAllFlowsStatisticsFromAllFlowTablesInput,- List<MultipartReply>> 
 
- 
buildTxCapableResultpublic GetAllFlowsStatisticsFromAllFlowTablesOutput buildTxCapableResult(TransactionId emulatedTxId) 
- 
transformToNotificationpublic FlowsStatisticsUpdate transformToNotification(List<MultipartReply> result, TransactionId emulatedTxId) 
 
-