Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707.PcepDispatcherConfig
Packages that use PcepDispatcherConfig
Package
Description
-
Uses of PcepDispatcherConfig in org.opendaylight.protocol.pcep.impl
Constructors in org.opendaylight.protocol.pcep.impl with parameters of type PcepDispatcherConfigModifierConstructorDescriptionDefaultPCEPSessionNegotiatorFactory(org.opendaylight.protocol.pcep.PCEPSessionProposalFactory spf, PcepDispatcherConfig config) -
Uses of PcepDispatcherConfig in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707 with type parameters of type PcepDispatcherConfigModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<PcepDispatcherConfig>>
E$$PcepDispatcherConfigBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707 that return PcepDispatcherConfigModifier and TypeMethodDescription@NonNull PcepDispatcherConfigPcepDispatcherConfigBuilder.build()A newPcepDispatcherConfiginstance.PcepAppConfigData.getPcepDispatcherConfig()Return pcepDispatcherConfig, ornullif it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707 that return types with arguments of type PcepDispatcherConfigModifier and TypeMethodDescriptiondefault Class<PcepDispatcherConfig>PcepDispatcherConfig.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707 with parameters of type PcepDispatcherConfigModifier and TypeMethodDescriptionstatic booleanPcepDispatcherConfig.bindingEquals(@NonNull PcepDispatcherConfig thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intPcepDispatcherConfig.bindingHashCode(@NonNull PcepDispatcherConfig obj) Default implementation ofObject.hashCode()contract for this interface.static StringPcepDispatcherConfig.bindingToString(@NonNull PcepDispatcherConfig obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707 with type arguments of type PcepDispatcherConfigModifier and TypeMethodDescriptionPcepDispatcherConfigBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<PcepDispatcherConfig> augmentation) Add an augmentation to this builder's product.PcepDispatcherConfigBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PcepDispatcherConfig>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707 with parameters of type PcepDispatcherConfigModifierConstructorDescriptionConstruct a builder initialized with state from specifiedPcepDispatcherConfig.