Class TunnelProgramming
- java.lang.Object
-
- org.opendaylight.bgpcep.pcep.tunnel.provider.TunnelProgramming
-
- All Implemented Interfaces:
AutoCloseable,TopologyTunnelPcepProgrammingService,org.opendaylight.yangtools.yang.binding.RpcService
public final class TunnelProgramming extends Object implements TopologyTunnelPcepProgrammingService, AutoCloseable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<PcepCreateP2pTunnelOutput>>pcepCreateP2pTunnel(PcepCreateP2pTunnelInput p2pTunnelInput)com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<PcepDestroyTunnelOutput>>pcepDestroyTunnel(PcepDestroyTunnelInput destroyTunnelInput)com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<PcepUpdateTunnelOutput>>pcepUpdateTunnel(PcepUpdateTunnelInput updateTunnelInput)
-
-
-
Method Detail
-
pcepCreateP2pTunnel
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<PcepCreateP2pTunnelOutput>> pcepCreateP2pTunnel(PcepCreateP2pTunnelInput p2pTunnelInput)
- Specified by:
pcepCreateP2pTunnelin interfaceTopologyTunnelPcepProgrammingService
-
pcepDestroyTunnel
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<PcepDestroyTunnelOutput>> pcepDestroyTunnel(PcepDestroyTunnelInput destroyTunnelInput)
- Specified by:
pcepDestroyTunnelin interfaceTopologyTunnelPcepProgrammingService
-
pcepUpdateTunnel
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<PcepUpdateTunnelOutput>> pcepUpdateTunnel(PcepUpdateTunnelInput updateTunnelInput)
- Specified by:
pcepUpdateTunnelin interfaceTopologyTunnelPcepProgrammingService
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable
-
-