Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.flow.table.statistics.rev131215.GetFlowTablesStatisticsOutput
Packages that use GetFlowTablesStatisticsOutput
Package
Description
-
Uses of GetFlowTablesStatisticsOutput in org.opendaylight.openflowplugin.impl.statistics.services
Methods in org.opendaylight.openflowplugin.impl.statistics.services that return GetFlowTablesStatisticsOutputModifier and TypeMethodDescriptionOpendaylightFlowTableStatisticsServiceImpl.buildTxCapableResult
(TransactionId emulatedTxId) Methods in org.opendaylight.openflowplugin.impl.statistics.services that return types with arguments of type GetFlowTablesStatisticsOutputModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetFlowTablesStatisticsOutput>>
OpendaylightFlowTableStatisticsServiceImpl.getFlowTablesStatistics
(GetFlowTablesStatisticsInput input) -
Uses of GetFlowTablesStatisticsOutput 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 GetFlowTablesStatisticsOutputModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<GetFlowTablesStatisticsOutput>>
E$$GetFlowTablesStatisticsOutputBuilder.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 GetFlowTablesStatisticsOutputModifier and TypeMethodDescription@NonNull GetFlowTablesStatisticsOutput
GetFlowTablesStatisticsOutputBuilder.build()
A newGetFlowTablesStatisticsOutput
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.table.statistics.rev131215 that return types with arguments of type GetFlowTablesStatisticsOutputModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetFlowTablesStatisticsOutput>>
OpendaylightFlowTableStatisticsService.getFlowTablesStatistics
(GetFlowTablesStatisticsInput input) Invokeget-flow-tables-statistics
RPC.default Class<GetFlowTablesStatisticsOutput>
GetFlowTablesStatisticsOutput.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.table.statistics.rev131215 with parameters of type GetFlowTablesStatisticsOutputModifier and TypeMethodDescriptionstatic boolean
GetFlowTablesStatisticsOutput.bindingEquals
(@NonNull GetFlowTablesStatisticsOutput thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
GetFlowTablesStatisticsOutput.bindingHashCode
(@NonNull GetFlowTablesStatisticsOutput obj) Default implementation ofObject.hashCode()
contract for this interface.static String
GetFlowTablesStatisticsOutput.bindingToString
(@NonNull GetFlowTablesStatisticsOutput obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.table.statistics.rev131215 with type arguments of type GetFlowTablesStatisticsOutputModifier and TypeMethodDescriptionGetFlowTablesStatisticsOutputBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<GetFlowTablesStatisticsOutput> augmentation) Add an augmentation to this builder's product.GetFlowTablesStatisticsOutputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<GetFlowTablesStatisticsOutput>> 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 GetFlowTablesStatisticsOutputModifierConstructorDescriptionConstruct a builder initialized with state from specifiedGetFlowTablesStatisticsOutput
.