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:BgpPeerRpcService
Resets the peer session- Specified by:
resetSession
in interfaceBgpPeerRpcService
-
restartGracefully
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RestartGracefullyOutput>> restartGracefully(RestartGracefullyInput input)
Description copied from interface:BgpPeerRpcService
Perform graceful restart with peer- Specified by:
restartGracefully
in interfaceBgpPeerRpcService
-
routeRefreshRequest
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RouteRefreshRequestOutput>> routeRefreshRequest(RouteRefreshRequestInput input)
- Specified by:
routeRefreshRequest
in interfaceBgpPeerRpcService
-
-