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)Invokereset-sessionRPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RestartGracefullyOutput>>restartGracefully(RestartGracefullyInput input)Invokerestart-gracefullyRPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RouteRefreshRequestOutput>>routeRefreshRequest(RouteRefreshRequestInput input)Invokeroute-refresh-requestRPC.
-
-
-
Method Detail
-
resetSession
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ResetSessionOutput>> resetSession(ResetSessionInput input)
Description copied from interface:BgpPeerRpcServiceInvokereset-sessionRPC.Resets the peer session- Specified by:
resetSessionin interfaceBgpPeerRpcService- Parameters:
input- ofreset-session- Returns:
- output of
reset-session
-
restartGracefully
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RestartGracefullyOutput>> restartGracefully(RestartGracefullyInput input)
Description copied from interface:BgpPeerRpcServiceInvokerestart-gracefullyRPC.Perform graceful restart with peer- Specified by:
restartGracefullyin interfaceBgpPeerRpcService- Parameters:
input- ofrestart-gracefully- Returns:
- output of
restart-gracefully
-
routeRefreshRequest
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RouteRefreshRequestOutput>> routeRefreshRequest(RouteRefreshRequestInput input)
Description copied from interface:BgpPeerRpcServiceInvokeroute-refresh-requestRPC.- Specified by:
routeRefreshRequestin interfaceBgpPeerRpcService- Parameters:
input- ofroute-refresh-request- Returns:
- output of
route-refresh-request
-
-