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
ConstructorsConstructorDescriptionMultiLayerAggregateFlowMultipartService(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, TranslatorLibrary translatorLibrary) -
Method Summary
Modifier and TypeMethodDescriptionprotected OfHeadercom.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, handleServiceCallMethods 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:
buildRequestin 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:AbstractAggregateFlowMultipartServiceProcess input and return reply.- Specified by:
handleAndReplyin classAbstractAggregateFlowMultipartService<MultipartReply>- Parameters:
input- input- Returns:
- reply
-