Class BgpPeerRpc
java.lang.Object
org.opendaylight.protocol.bgp.rib.impl.BgpPeerRpc
- All Implemented Interfaces:
BgpPeerRpcService,org.opendaylight.yangtools.yang.binding.RpcService
-
Method Summary
Modifier and TypeMethodDescriptioncom.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>>Invokerestart-gracefullyRPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RouteRefreshRequestOutput>>Invokeroute-refresh-requestRPC.
-
Method Details
-
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
-