Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511.GetFlowStatisticsOutput
Packages that use GetFlowStatisticsOutput
Package
Description
-
Uses of GetFlowStatisticsOutput in org.opendaylight.openflowplugin.impl.statistics.services.direct
Methods in org.opendaylight.openflowplugin.impl.statistics.services.direct that return types with arguments of type GetFlowStatisticsOutputModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetFlowStatisticsOutput>>
OpendaylightDirectStatisticsServiceImpl.getFlowStatistics
(GetFlowStatisticsInput input) -
Uses of GetFlowStatisticsOutput in org.opendaylight.openflowplugin.impl.statistics.services.direct.multilayer
Methods in org.opendaylight.openflowplugin.impl.statistics.services.direct.multilayer that return GetFlowStatisticsOutputModifier and TypeMethodDescriptionprotected GetFlowStatisticsOutput
FlowDirectStatisticsService.buildReply
(List<MultipartReply> input, boolean success) -
Uses of GetFlowStatisticsOutput in org.opendaylight.openflowplugin.impl.statistics.services.direct.singlelayer
Methods in org.opendaylight.openflowplugin.impl.statistics.services.direct.singlelayer that return GetFlowStatisticsOutputModifier and TypeMethodDescriptionprotected GetFlowStatisticsOutput
FlowDirectStatisticsService.buildReply
(List<MultipartReply> input, boolean success) -
Uses of GetFlowStatisticsOutput in org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511 with type parameters of type GetFlowStatisticsOutputModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<GetFlowStatisticsOutput>>
E$$GetFlowStatisticsOutputBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511 that return GetFlowStatisticsOutputModifier and TypeMethodDescription@NonNull GetFlowStatisticsOutput
GetFlowStatisticsOutputBuilder.build()
A newGetFlowStatisticsOutput
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511 that return types with arguments of type GetFlowStatisticsOutputModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetFlowStatisticsOutput>>
OpendaylightDirectStatisticsService.getFlowStatistics
(GetFlowStatisticsInput input) Invokeget-flow-statistics
RPC.default Class<GetFlowStatisticsOutput>
GetFlowStatisticsOutput.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511 with parameters of type GetFlowStatisticsOutputModifier and TypeMethodDescriptionstatic boolean
GetFlowStatisticsOutput.bindingEquals
(@NonNull GetFlowStatisticsOutput thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
GetFlowStatisticsOutput.bindingHashCode
(@NonNull GetFlowStatisticsOutput obj) Default implementation ofObject.hashCode()
contract for this interface.static String
GetFlowStatisticsOutput.bindingToString
(@NonNull GetFlowStatisticsOutput obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511 with type arguments of type GetFlowStatisticsOutputModifier and TypeMethodDescriptionGetFlowStatisticsOutputBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<GetFlowStatisticsOutput> augmentation) Add an augmentation to this builder's product.GetFlowStatisticsOutputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<GetFlowStatisticsOutput>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511 with parameters of type GetFlowStatisticsOutputModifierConstructorDescriptionConstruct a builder initialized with state from specifiedGetFlowStatisticsOutput
.