Class MultiLayerAggregateFlowMultipartService
- java.lang.Object
- 
- org.opendaylight.openflowplugin.impl.services.AbstractService<I,List<T>>
- 
- org.opendaylight.openflowplugin.impl.services.AbstractMultipartService<GetAggregateFlowStatisticsFromFlowTableForGivenMatchInput,T>
- 
- org.opendaylight.openflowplugin.impl.services.AbstractAggregateFlowMultipartService<MultipartReply>
- 
- org.opendaylight.openflowplugin.impl.services.multilayer.MultiLayerAggregateFlowMultipartService
 
 
 
 
- 
 public class MultiLayerAggregateFlowMultipartService extends AbstractAggregateFlowMultipartService<MultipartReply> 
- 
- 
Constructor SummaryConstructors Constructor Description MultiLayerAggregateFlowMultipartService(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, TranslatorLibrary translatorLibrary)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OfHeaderbuildRequest(Xid xid, GetAggregateFlowStatisticsFromFlowTableForGivenMatchInput input)com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAggregateFlowStatisticsFromFlowTableForGivenMatchOutput>>handleAndReply(GetAggregateFlowStatisticsFromFlowTableForGivenMatchInput input)Process input and return reply.- 
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- 
MultiLayerAggregateFlowMultipartServicepublic MultiLayerAggregateFlowMultipartService(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, TranslatorLibrary translatorLibrary) 
 
- 
 - 
Method Detail- 
buildRequestprotected OfHeader buildRequest(Xid xid, GetAggregateFlowStatisticsFromFlowTableForGivenMatchInput input) - Specified by:
- buildRequestin class- AbstractService<GetAggregateFlowStatisticsFromFlowTableForGivenMatchInput,List<MultipartReply>>
 
 - 
handleAndReplypublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAggregateFlowStatisticsFromFlowTableForGivenMatchOutput>> handleAndReply(GetAggregateFlowStatisticsFromFlowTableForGivenMatchInput input) Description copied from class:AbstractAggregateFlowMultipartServiceProcess input and return reply.- Specified by:
- handleAndReplyin class- AbstractAggregateFlowMultipartService<MultipartReply>
- Parameters:
- input- input
- Returns:
- reply
 
 
- 
 
-