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-session
RPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RestartGracefullyOutput>>
Invokerestart-gracefully
RPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RouteRefreshRequestOutput>>
Invokeroute-refresh-request
RPC.
-
Method Details
-
resetSession
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ResetSessionOutput>> resetSession(ResetSessionInput input) Description copied from interface:BgpPeerRpcService
Invokereset-session
RPC.Resets the peer session
- Specified by:
resetSession
in 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:BgpPeerRpcService
Invokerestart-gracefully
RPC.Perform graceful restart with peer
- Specified by:
restartGracefully
in 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:BgpPeerRpcService
Invokeroute-refresh-request
RPC.- Specified by:
routeRefreshRequest
in interfaceBgpPeerRpcService
- Parameters:
input
- ofroute-refresh-request
- Returns:
- output of
route-refresh-request
-