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 org.opendaylight.protocol.pcep.impl org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707 -
-
Uses of PcepDispatcherConfig in org.opendaylight.protocol.pcep.impl
Constructors in org.opendaylight.protocol.pcep.impl with parameters of type PcepDispatcherConfig Constructor Description DefaultPCEPSessionNegotiatorFactory(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 PcepDispatcherConfig Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<PcepDispatcherConfig>>
E$$PcepDispatcherConfigBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707 that return PcepDispatcherConfig Modifier and Type Method Description PcepDispatcherConfigPcepDispatcherConfigBuilder. build()@Nullable PcepDispatcherConfigPcepAppConfigData. getPcepDispatcherConfig()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 PcepDispatcherConfig Modifier and Type Method Description default Class<PcepDispatcherConfig>PcepDispatcherConfig. implementedInterface()Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707 with type arguments of type PcepDispatcherConfig Modifier and Type Method Description PcepDispatcherConfigBuilderPcepDispatcherConfigBuilder. addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PcepDispatcherConfig>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<PcepDispatcherConfig> augmentationValue)PcepDispatcherConfigBuilderPcepDispatcherConfigBuilder. addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PcepDispatcherConfig>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<PcepDispatcherConfig> augmentationValue)PcepDispatcherConfigBuilderPcepDispatcherConfigBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PcepDispatcherConfig>> augmentationType)Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707 with parameters of type PcepDispatcherConfig Constructor Description PcepDispatcherConfigBuilder(PcepDispatcherConfig base)
-