Class BgpPeerRpc
- java.lang.Object
-
- org.opendaylight.protocol.bgp.rib.impl.BgpPeerRpc
-
- All Implemented Interfaces:
BgpPeerRpcService,org.opendaylight.yangtools.yang.binding.RpcService
public class BgpPeerRpc extends Object implements BgpPeerRpcService
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ResetSessionOutput>>resetSession(ResetSessionInput input)Resets the peer sessioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RestartGracefullyOutput>>restartGracefully(RestartGracefullyInput input)Perform graceful restart with peercom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RouteRefreshRequestOutput>>routeRefreshRequest(RouteRefreshRequestInput input)
-
-
-
Method Detail
-
resetSession
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ResetSessionOutput>> resetSession(ResetSessionInput input)
Description copied from interface:BgpPeerRpcServiceResets the peer session- Specified by:
resetSessionin interfaceBgpPeerRpcService
-
restartGracefully
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RestartGracefullyOutput>> restartGracefully(RestartGracefullyInput input)
Description copied from interface:BgpPeerRpcServicePerform graceful restart with peer- Specified by:
restartGracefullyin interfaceBgpPeerRpcService
-
routeRefreshRequest
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RouteRefreshRequestOutput>> routeRefreshRequest(RouteRefreshRequestInput input)
- Specified by:
routeRefreshRequestin interfaceBgpPeerRpcService
-
-