Uses of Class
org.opendaylight.bgpcep.pcep.server.provider.ManagedTePath
-
Packages that use ManagedTePath Package Description org.opendaylight.bgpcep.pcep.server.provider -
-
Uses of ManagedTePath in org.opendaylight.bgpcep.pcep.server.provider
Methods in org.opendaylight.bgpcep.pcep.server.provider that return ManagedTePath Modifier and Type Method Description ManagedTePath
ManagedTeNode. getManagedTePath(ConfiguredLspKey key)
ManagedTePath
PathManagerProvider. registerTePath(org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId id, ConfiguredLsp rptPath, PathType ptype)
Register Reported LSP as a TE Path for the PCC identified by its Node ID.ManagedTePath
ManagedTeNode. removeManagedTePath(ConfiguredLspKey key)
ManagedTePath
ManagedTePath. setConfiguredLsp(ConfiguredLsp lsp)
ManagedTePath
ManagedTePath. setType(PathType type)
Methods in org.opendaylight.bgpcep.pcep.server.provider that return types with arguments of type ManagedTePath Modifier and Type Method Description ConcurrentMap<ConfiguredLspKey,ManagedTePath>
ManagedTeNode. getTePaths()
Methods in org.opendaylight.bgpcep.pcep.server.provider with parameters of type ManagedTePath Modifier and Type Method Description void
ManagedTeNode. addManagedTePath(ManagedTePath mngPath)
Constructors in org.opendaylight.bgpcep.pcep.server.provider with parameters of type ManagedTePath Constructor Description ManagedTePath(ManagedTeNode teNode, ManagedTePath mngPath)
-