Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819.GetAllFlowStatisticsFromFlowTableInput
Packages that use GetAllFlowStatisticsFromFlowTableInput
Package
Description
-
Uses of GetAllFlowStatisticsFromFlowTableInput in org.opendaylight.openflowplugin.impl.statistics.services
Methods in org.opendaylight.openflowplugin.impl.statistics.services with parameters of type GetAllFlowStatisticsFromFlowTableInputModifier and TypeMethodDescriptionprotected OfHeaderAllFlowsInTableService.buildRequest(Xid xid, GetAllFlowStatisticsFromFlowTableInput input) com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllFlowStatisticsFromFlowTableOutput>>OpendaylightFlowStatisticsServiceImpl.getAllFlowStatisticsFromFlowTable(GetAllFlowStatisticsFromFlowTableInput input) Deprecated.provided for Be-release as backward compatibility relic. -
Uses of GetAllFlowStatisticsFromFlowTableInput in org.opendaylight.openflowplugin.impl.statistics.services.compatibility
Methods in org.opendaylight.openflowplugin.impl.statistics.services.compatibility with parameters of type GetAllFlowStatisticsFromFlowTableInputModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllFlowStatisticsFromFlowTableOutput>>OpendaylightFlowStatisticsServiceDelegateImpl.getAllFlowStatisticsFromFlowTable(GetAllFlowStatisticsFromFlowTableInput input) -
Uses of GetAllFlowStatisticsFromFlowTableInput 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 GetAllFlowStatisticsFromFlowTableInputModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<GetAllFlowStatisticsFromFlowTableInput>>
E$$GetAllFlowStatisticsFromFlowTableInputBuilder.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 GetAllFlowStatisticsFromFlowTableInputModifier and TypeMethodDescriptionGetAllFlowStatisticsFromFlowTableInputBuilder.build()A newGetAllFlowStatisticsFromFlowTableInputinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819 that return types with arguments of type GetAllFlowStatisticsFromFlowTableInputMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819 with parameters of type GetAllFlowStatisticsFromFlowTableInputModifier and TypeMethodDescriptionstatic booleanGetAllFlowStatisticsFromFlowTableInput.bindingEquals(@NonNull GetAllFlowStatisticsFromFlowTableInput thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intGetAllFlowStatisticsFromFlowTableInput.bindingHashCode(@NonNull GetAllFlowStatisticsFromFlowTableInput obj) Default implementation ofObject.hashCode()contract for this interface.static StringGetAllFlowStatisticsFromFlowTableInput.bindingToString(@NonNull GetAllFlowStatisticsFromFlowTableInput obj) Default implementation ofObject.toString()contract for this interface.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllFlowStatisticsFromFlowTableOutput>>OpendaylightFlowStatisticsService.getAllFlowStatisticsFromFlowTable(GetAllFlowStatisticsFromFlowTableInput input) Invokeget-all-flow-statistics-from-flow-tableRPC.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819 with type arguments of type GetAllFlowStatisticsFromFlowTableInputModifier and TypeMethodDescriptionGetAllFlowStatisticsFromFlowTableInputBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<GetAllFlowStatisticsFromFlowTableInput> augmentation) Add an augmentation to this builder's product.GetAllFlowStatisticsFromFlowTableInputBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<GetAllFlowStatisticsFromFlowTableInput>> 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 GetAllFlowStatisticsFromFlowTableInputModifierConstructorDescriptionConstruct a builder initialized with state from specifiedGetAllFlowStatisticsFromFlowTableInput.