Class FlowDirectStatisticsService
- java.lang.Object
-
- org.opendaylight.openflowplugin.impl.services.AbstractService<I,List<T>>
-
- org.opendaylight.openflowplugin.impl.services.AbstractMultipartService<I,T>
-
- org.opendaylight.openflowplugin.impl.statistics.services.direct.AbstractFlowDirectStatisticsService<MultipartReply>
-
- org.opendaylight.openflowplugin.impl.statistics.services.direct.singlelayer.FlowDirectStatisticsService
-
public class FlowDirectStatisticsService extends AbstractFlowDirectStatisticsService<MultipartReply>
-
-
Constructor Summary
Constructors Constructor Description FlowDirectStatisticsService(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected GetFlowStatisticsOutput
buildReply(List<MultipartReply> input, boolean success)
Build output from multipart reply input.protected OfHeader
buildRequest(Xid xid, GetFlowStatisticsInput input)
protected ConvertorExecutor
getConvertorExecutor()
Get convertor executor.protected MultipartType
getMultipartType()
Get multipart type.protected OpenflowVersion
getOfVersion()
Gets openflow version.-
Methods inherited from class org.opendaylight.openflowplugin.impl.statistics.services.direct.AbstractFlowDirectStatisticsService
generateFlowId
-
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
-
FlowDirectStatisticsService
public FlowDirectStatisticsService(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider)
-
-
Method Detail
-
buildReply
protected GetFlowStatisticsOutput buildReply(List<MultipartReply> input, boolean success)
Build output from multipart reply input.- Parameters:
input
- the input- Returns:
- the output
-
buildRequest
protected OfHeader buildRequest(Xid xid, GetFlowStatisticsInput input)
- Specified by:
buildRequest
in classAbstractService<GetFlowStatisticsInput,List<MultipartReply>>
-
getMultipartType
protected MultipartType getMultipartType()
Get multipart type.- Returns:
- multipart type
-
getConvertorExecutor
protected ConvertorExecutor getConvertorExecutor()
Get convertor executor.- Returns:
- convertor executor
-
getOfVersion
protected OpenflowVersion getOfVersion()
Gets openflow version.- Returns:
- the openflow version
-
-