Class SingleLayerAggregateFlowMultipartService
- 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.singlelayer.SingleLayerAggregateFlowMultipartService
-
public class SingleLayerAggregateFlowMultipartService extends AbstractAggregateFlowMultipartService<MultipartReply>
-
-
Constructor Summary
Constructors Constructor Description SingleLayerAggregateFlowMultipartService(RequestContextStack requestContextStack, DeviceContext deviceContext)
-
Method Summary
All 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.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 Detail
-
SingleLayerAggregateFlowMultipartService
public SingleLayerAggregateFlowMultipartService(RequestContextStack requestContextStack, DeviceContext deviceContext)
-
-
Method Detail
-
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
-
-