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.multilayer.FlowDirectStatisticsService
public final class FlowDirectStatisticsService
extends AbstractFlowDirectStatisticsService<MultipartReply>
-
Constructor Summary
ConstructorDescriptionFlowDirectStatisticsService
(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider) -
Method Summary
Modifier and TypeMethodDescriptionprotected GetFlowStatisticsOutput
buildReply
(List<MultipartReply> input, boolean success) Build output from multipart reply input.protected OfHeader
buildRequest
(Xid xid, GetFlowStatisticsInput input) protected ConvertorExecutor
Get convertor executor.protected MultipartType
Get multipart type.protected OpenflowVersion
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 Details
-
FlowDirectStatisticsService
public FlowDirectStatisticsService(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider)
-
-
Method Details
-
buildReply
Build output from multipart reply input.- Parameters:
input
- the input- Returns:
- the output
-
buildRequest
- Specified by:
buildRequest
in classAbstractService<GetFlowStatisticsInput,
List<MultipartReply>>
-
getMultipartType
Get multipart type.- Returns:
- multipart type
-
getConvertorExecutor
Get convertor executor.- Returns:
- convertor executor
-
getOfVersion
Gets openflow version.- Returns:
- the openflow version
-