Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.flow.topology.discovery.rev130819.LinkDiscovered
Packages that use LinkDiscovered
Package
Description
-
Uses of LinkDiscovered in org.opendaylight.openflowplugin.applications.topology.lldp
Methods in org.opendaylight.openflowplugin.applications.topology.lldp with parameters of type LinkDiscoveredModifier and TypeMethodDescriptionprotected booleanLLDPLinkAger.isLinkPresent(LinkDiscovered linkDiscovered) voidLLDPLinkAger.put(LinkDiscovered link) -
Uses of LinkDiscovered in org.opendaylight.openflowplugin.applications.topology.lldp.utils
Methods in org.opendaylight.openflowplugin.applications.topology.lldp.utils that return LinkDiscoveredModifier and TypeMethodDescriptionstatic LinkDiscoveredLLDPDiscoveryUtils.toLLDPLinkDiscovered(org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Link link) -
Uses of LinkDiscovered in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.topology.discovery.rev130819
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.topology.discovery.rev130819 with type parameters of type LinkDiscoveredModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<LinkDiscovered>>
E$$LinkDiscoveredBuilder.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.topology.discovery.rev130819 that return LinkDiscoveredModifier and TypeMethodDescription@NonNull LinkDiscoveredLinkDiscoveredBuilder.build()A newLinkDiscoveredinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.topology.discovery.rev130819 that return types with arguments of type LinkDiscoveredModifier and TypeMethodDescriptiondefault Class<LinkDiscovered>LinkDiscovered.implementedInterface()Deprecated.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.topology.discovery.rev130819 with parameters of type LinkDiscoveredModifier and TypeMethodDescriptionstatic booleanLinkDiscovered.bindingEquals(@NonNull LinkDiscovered thisObj, Object obj) Deprecated.Default implementation ofObject.equals(Object)contract for this interface.static intLinkDiscovered.bindingHashCode(@NonNull LinkDiscovered obj) Deprecated.Default implementation ofObject.hashCode()contract for this interface.static StringLinkDiscovered.bindingToString(@NonNull LinkDiscovered obj) Deprecated.Default implementation ofObject.toString()contract for this interface.voidFlowTopologyDiscoveryListener.onLinkDiscovered(LinkDiscovered notification) Deprecated.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.topology.discovery.rev130819 with type arguments of type LinkDiscoveredModifier and TypeMethodDescriptionLinkDiscoveredBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<LinkDiscovered> augmentation) Add an augmentation to this builder's product.LinkDiscoveredBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<LinkDiscovered>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.topology.discovery.rev130819 with parameters of type LinkDiscoveredModifierConstructorDescriptionConstruct a builder initialized with state from specifiedLinkDiscovered.