Class MultiLayerAggregateFlowMultipartService
java.lang.Object
org.opendaylight.openflowplugin.impl.services.AbstractService<GetAggregateFlowStatisticsFromFlowTableForGivenMatchInput,List<MultipartReply>>
org.opendaylight.openflowplugin.impl.services.AbstractMultipartService<GetAggregateFlowStatisticsFromFlowTableForGivenMatchInput,MultipartReply>
org.opendaylight.openflowplugin.impl.services.AbstractAggregateFlowMultipartService<MultipartReply>
org.opendaylight.openflowplugin.impl.services.multilayer.MultiLayerAggregateFlowMultipartService
public class MultiLayerAggregateFlowMultipartService
extends AbstractAggregateFlowMultipartService<MultipartReply>
-
Constructor Summary
ConstructorDescriptionMultiLayerAggregateFlowMultipartService
(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, TranslatorLibrary translatorLibrary) -
Method Summary
Modifier and TypeMethodDescriptionprotected OfHeader
com.google.common.util.concurrent.ListenableFuture
<org.opendaylight.yangtools.yang.common.RpcResult<GetAggregateFlowStatisticsFromFlowTableForGivenMatchOutput>> Process input and return reply.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
-
MultiLayerAggregateFlowMultipartService
public MultiLayerAggregateFlowMultipartService(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, TranslatorLibrary translatorLibrary)
-
-
Method Details
-
buildRequest
protected OfHeader buildRequest(Xid xid, GetAggregateFlowStatisticsFromFlowTableForGivenMatchInput input) - Specified by:
buildRequest
in classAbstractService<GetAggregateFlowStatisticsFromFlowTableForGivenMatchInput,
List<MultipartReply>>
-
handleAndReply
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAggregateFlowStatisticsFromFlowTableForGivenMatchOutput>> handleAndReply(GetAggregateFlowStatisticsFromFlowTableForGivenMatchInput input) Description copied from class:AbstractAggregateFlowMultipartService
Process input and return reply.- Specified by:
handleAndReply
in classAbstractAggregateFlowMultipartService<MultipartReply>
- Parameters:
input
- input- Returns:
- reply
-