Class SingleGetFlowStatistics
java.lang.Object
org.opendaylight.openflowplugin.impl.services.AbstractService<GetFlowStatisticsInput,List<MultipartReply>>
org.opendaylight.openflowplugin.impl.services.AbstractMultipartService<GetFlowStatisticsInput,MultipartReply>
org.opendaylight.openflowplugin.impl.statistics.services.direct.AbstractGetFlowStatistics<MultipartReply>
org.opendaylight.openflowplugin.impl.statistics.services.direct.singlelayer.SingleGetFlowStatistics
- All Implemented Interfaces:
GetFlowStatistics,org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.Rpc<GetFlowStatisticsInput,,GetFlowStatisticsOutput>> org.opendaylight.yangtools.binding.Rpc<GetFlowStatisticsInput,GetFlowStatisticsOutput>
-
Field Summary
Fields inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511.GetFlowStatistics
QNAME -
Constructor Summary
ConstructorsConstructorDescriptionSingleGetFlowStatistics(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider statisticsWriterProvider) -
Method Summary
Modifier and TypeMethodDescriptionprotected GetFlowStatisticsOutputbuildReply(List<MultipartReply> input, boolean success) Build output from multipart reply input.protected OfHeaderbuildRequest(Xid xid, GetFlowStatisticsInput input) protected ConvertorExecutorGet convertor executor.protected MultipartTypeGet multipart type.protected OpenflowVersionGets openflow version.Methods inherited from class org.opendaylight.openflowplugin.impl.statistics.services.direct.AbstractGetFlowStatistics
generateFlowId, invokeMethods 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, setEventIdentifierMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511.GetFlowStatistics
implementedInterface
-
Constructor Details
-
SingleGetFlowStatistics
public SingleGetFlowStatistics(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:
buildRequestin 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
-