Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.flow.table.statistics.rev131215.FlowTableStatisticsUpdate
Packages that use FlowTableStatisticsUpdate
Package
Description
-
Uses of FlowTableStatisticsUpdate in org.opendaylight.openflowplugin.impl.statistics.services
Methods in org.opendaylight.openflowplugin.impl.statistics.services that return FlowTableStatisticsUpdateModifier and TypeMethodDescriptionOpendaylightFlowTableStatisticsServiceImpl.transformToNotification
(List<MultipartReply> mpReplyList, TransactionId emulatedTxId) -
Uses of FlowTableStatisticsUpdate 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 FlowTableStatisticsUpdateModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowTableStatisticsUpdate>>
E$$FlowTableStatisticsUpdateBuilder.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 FlowTableStatisticsUpdateModifier and TypeMethodDescription@NonNull FlowTableStatisticsUpdate
FlowTableStatisticsUpdateBuilder.build()
A newFlowTableStatisticsUpdate
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.table.statistics.rev131215 that return types with arguments of type FlowTableStatisticsUpdateModifier and TypeMethodDescriptiondefault Class<FlowTableStatisticsUpdate>
FlowTableStatisticsUpdate.implementedInterface()
Deprecated.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.table.statistics.rev131215 with parameters of type FlowTableStatisticsUpdateModifier and TypeMethodDescriptionstatic boolean
FlowTableStatisticsUpdate.bindingEquals
(@NonNull FlowTableStatisticsUpdate thisObj, Object obj) Deprecated.Default implementation ofObject.equals(Object)
contract for this interface.static int
FlowTableStatisticsUpdate.bindingHashCode
(@NonNull FlowTableStatisticsUpdate obj) Deprecated.Default implementation ofObject.hashCode()
contract for this interface.static String
FlowTableStatisticsUpdate.bindingToString
(@NonNull FlowTableStatisticsUpdate obj) Deprecated.Default implementation ofObject.toString()
contract for this interface.void
OpendaylightFlowTableStatisticsListener.onFlowTableStatisticsUpdate
(FlowTableStatisticsUpdate notification) Deprecated.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.table.statistics.rev131215 with type arguments of type FlowTableStatisticsUpdateModifier and TypeMethodDescriptionFlowTableStatisticsUpdateBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<FlowTableStatisticsUpdate> augmentation) Add an augmentation to this builder's product.FlowTableStatisticsUpdateBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowTableStatisticsUpdate>> 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 FlowTableStatisticsUpdateModifierConstructorDescriptionConstruct a builder initialized with state from specifiedFlowTableStatisticsUpdate
.