Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.flow.table.statistics.rev131215.GetFlowTablesStatisticsInput
Packages that use GetFlowTablesStatisticsInput
Package
Description
-
Uses of GetFlowTablesStatisticsInput in org.opendaylight.openflowplugin.impl.statistics.services
Methods in org.opendaylight.openflowplugin.impl.statistics.services with parameters of type GetFlowTablesStatisticsInputModifier and TypeMethodDescriptionprotected OfHeader
OpendaylightFlowTableStatisticsServiceImpl.buildRequest
(Xid xid, GetFlowTablesStatisticsInput input) com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetFlowTablesStatisticsOutput>>
OpendaylightFlowTableStatisticsServiceImpl.getFlowTablesStatistics
(GetFlowTablesStatisticsInput input) -
Uses of GetFlowTablesStatisticsInput in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.table.statistics.rev131215
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.table.statistics.rev131215 with type parameters of type GetFlowTablesStatisticsInputModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<GetFlowTablesStatisticsInput>>
E$$GetFlowTablesStatisticsInputBuilder.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.table.statistics.rev131215 that return GetFlowTablesStatisticsInputModifier and TypeMethodDescription@NonNull GetFlowTablesStatisticsInput
GetFlowTablesStatisticsInputBuilder.build()
A newGetFlowTablesStatisticsInput
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.table.statistics.rev131215 that return types with arguments of type GetFlowTablesStatisticsInputModifier and TypeMethodDescriptiondefault Class<GetFlowTablesStatisticsInput>
GetFlowTablesStatisticsInput.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.table.statistics.rev131215 with parameters of type GetFlowTablesStatisticsInputModifier and TypeMethodDescriptionstatic boolean
GetFlowTablesStatisticsInput.bindingEquals
(@NonNull GetFlowTablesStatisticsInput thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
GetFlowTablesStatisticsInput.bindingHashCode
(@NonNull GetFlowTablesStatisticsInput obj) Default implementation ofObject.hashCode()
contract for this interface.static String
GetFlowTablesStatisticsInput.bindingToString
(@NonNull GetFlowTablesStatisticsInput obj) Default implementation ofObject.toString()
contract for this interface.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetFlowTablesStatisticsOutput>>
OpendaylightFlowTableStatisticsService.getFlowTablesStatistics
(GetFlowTablesStatisticsInput input) Invokeget-flow-tables-statistics
RPC.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.table.statistics.rev131215 with type arguments of type GetFlowTablesStatisticsInputModifier and TypeMethodDescriptionGetFlowTablesStatisticsInputBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<GetFlowTablesStatisticsInput> augmentation) Add an augmentation to this builder's product.GetFlowTablesStatisticsInputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<GetFlowTablesStatisticsInput>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.table.statistics.rev131215 with parameters of type GetFlowTablesStatisticsInputModifierConstructorDescriptionConstruct a builder initialized with state from specifiedGetFlowTablesStatisticsInput
.