Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819.GetFlowStatisticsFromFlowTableOutput
Packages that use GetFlowStatisticsFromFlowTableOutput
Package
Description
-
Uses of GetFlowStatisticsFromFlowTableOutput in org.opendaylight.openflowplugin.impl.statistics.services
Methods in org.opendaylight.openflowplugin.impl.statistics.services that return GetFlowStatisticsFromFlowTableOutputModifier and TypeMethodDescriptionFlowsInTableService.buildTxCapableResult
(TransactionId emulatedTxId) Methods in org.opendaylight.openflowplugin.impl.statistics.services that return types with arguments of type GetFlowStatisticsFromFlowTableOutputModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetFlowStatisticsFromFlowTableOutput>>
OpendaylightFlowStatisticsServiceImpl.getFlowStatisticsFromFlowTable
(GetFlowStatisticsFromFlowTableInput input) Deprecated.provided for Be-release as backward compatibility relic. -
Uses of GetFlowStatisticsFromFlowTableOutput in org.opendaylight.openflowplugin.impl.statistics.services.compatibility
Methods in org.opendaylight.openflowplugin.impl.statistics.services.compatibility that return types with arguments of type GetFlowStatisticsFromFlowTableOutputModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetFlowStatisticsFromFlowTableOutput>>
OpendaylightFlowStatisticsServiceDelegateImpl.getFlowStatisticsFromFlowTable
(GetFlowStatisticsFromFlowTableInput input) -
Uses of GetFlowStatisticsFromFlowTableOutput in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819 with type parameters of type GetFlowStatisticsFromFlowTableOutputModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<GetFlowStatisticsFromFlowTableOutput>>
E$$GetFlowStatisticsFromFlowTableOutputBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819 that return GetFlowStatisticsFromFlowTableOutputModifier and TypeMethodDescription@NonNull GetFlowStatisticsFromFlowTableOutput
GetFlowStatisticsFromFlowTableOutputBuilder.build()
A newGetFlowStatisticsFromFlowTableOutput
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819 that return types with arguments of type GetFlowStatisticsFromFlowTableOutputModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetFlowStatisticsFromFlowTableOutput>>
OpendaylightFlowStatisticsService.getFlowStatisticsFromFlowTable
(GetFlowStatisticsFromFlowTableInput input) Invokeget-flow-statistics-from-flow-table
RPC.GetFlowStatisticsFromFlowTableOutput.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819 with parameters of type GetFlowStatisticsFromFlowTableOutputModifier and TypeMethodDescriptionstatic boolean
GetFlowStatisticsFromFlowTableOutput.bindingEquals
(@NonNull GetFlowStatisticsFromFlowTableOutput thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
GetFlowStatisticsFromFlowTableOutput.bindingHashCode
(@NonNull GetFlowStatisticsFromFlowTableOutput obj) Default implementation ofObject.hashCode()
contract for this interface.static String
GetFlowStatisticsFromFlowTableOutput.bindingToString
(@NonNull GetFlowStatisticsFromFlowTableOutput obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819 with type arguments of type GetFlowStatisticsFromFlowTableOutputModifier and TypeMethodDescriptionGetFlowStatisticsFromFlowTableOutputBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<GetFlowStatisticsFromFlowTableOutput> augmentation) Add an augmentation to this builder's product.GetFlowStatisticsFromFlowTableOutputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<GetFlowStatisticsFromFlowTableOutput>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819 with parameters of type GetFlowStatisticsFromFlowTableOutputModifierConstructorDescriptionConstruct a builder initialized with state from specifiedGetFlowStatisticsFromFlowTableOutput
.