Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.reply.multipart.reply.body.multipart.reply.flow._case.multipart.reply.flow.FlowStats
Packages that use FlowStats
Package
Description
-
Uses of FlowStats in org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.flow
Method parameters in org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.flow with type arguments of type FlowStatsModifier and TypeMethodDescriptionFlowStatsResponseConvertor.convert
(List<FlowStats> source, FlowStatsResponseConvertorData data) -
Uses of FlowStats in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.reply.multipart.reply.body.multipart.reply.flow._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.reply.multipart.reply.body.multipart.reply.flow._case that return types with arguments of type FlowStatsModifier and TypeMethodDescriptionMultipartReplyFlow.getFlowStats()
Return flowStats, ornull
if it is not present.MultipartReplyFlowBuilder.getFlowStats()
Return current value associated with the property corresponding toMultipartReplyFlow.getFlowStats()
.MultipartReplyFlow.nonnullFlowStats()
Return flowStats, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.reply.multipart.reply.body.multipart.reply.flow._case with type arguments of type FlowStatsModifier and TypeMethodDescriptionMultipartReplyFlowBuilder.setFlowStats
(List<FlowStats> values) Set the property corresponding toMultipartReplyFlow.getFlowStats()
to the specified value. -
Uses of FlowStats in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.reply.multipart.reply.body.multipart.reply.flow._case.multipart.reply.flow
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.reply.multipart.reply.body.multipart.reply.flow._case.multipart.reply.flow with type parameters of type FlowStatsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowStats>>
E$$FlowStatsBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.reply.multipart.reply.body.multipart.reply.flow._case.multipart.reply.flow that return FlowStatsModifier and TypeMethodDescription@NonNull FlowStats
FlowStatsBuilder.build()
A newFlowStats
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.reply.multipart.reply.body.multipart.reply.flow._case.multipart.reply.flow that return types with arguments of type FlowStatsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.reply.multipart.reply.body.multipart.reply.flow._case.multipart.reply.flow with parameters of type FlowStatsModifier and TypeMethodDescriptionstatic boolean
FlowStats.bindingEquals
(@NonNull FlowStats thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
FlowStats.bindingHashCode
(@NonNull FlowStats obj) Default implementation ofObject.hashCode()
contract for this interface.static String
FlowStats.bindingToString
(@NonNull FlowStats obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.reply.multipart.reply.body.multipart.reply.flow._case.multipart.reply.flow with type arguments of type FlowStatsModifier and TypeMethodDescriptionFlowStatsBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<FlowStats> augmentation) Add an augmentation to this builder's product.FlowStatsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowStats>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.reply.multipart.reply.body.multipart.reply.flow._case.multipart.reply.flow with parameters of type FlowStatsModifierConstructorDescriptionFlowStatsBuilder
(FlowStats base) Construct a builder initialized with state from specifiedFlowStats
.