Class PCEPTopologyProvider
- java.lang.Object
-
- org.opendaylight.protocol.concepts.DefaultInstanceReference<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.Topology>
-
- org.opendaylight.bgpcep.topology.DefaultTopologyReference
-
- org.opendaylight.bgpcep.pcep.topology.provider.PCEPTopologyProvider
-
- All Implemented Interfaces:
TopologyReference
,InstanceReference<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.Topology>
public final class PCEPTopologyProvider extends DefaultTopologyReference
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.util.concurrent.FluentFuture<? extends org.opendaylight.mdsal.common.api.CommitInfo>
closeServiceInstance()
static PCEPTopologyProvider
create(PCEPTopologyProviderDependencies dependenciesProvider, InstructionScheduler scheduler, PCEPTopologyConfiguration configDependencies)
void
instantiateServiceInstance()
-
Methods inherited from class org.opendaylight.protocol.concepts.DefaultInstanceReference
getInstanceIdentifier
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opendaylight.protocol.concepts.InstanceReference
getInstanceIdentifier
-
-
-
-
Method Detail
-
create
public static PCEPTopologyProvider create(PCEPTopologyProviderDependencies dependenciesProvider, InstructionScheduler scheduler, PCEPTopologyConfiguration configDependencies)
-
instantiateServiceInstance
public void instantiateServiceInstance() throws ExecutionException, InterruptedException
-
closeServiceInstance
public com.google.common.util.concurrent.FluentFuture<? extends org.opendaylight.mdsal.common.api.CommitInfo> closeServiceInstance()
-
-