Interface BgpPeerRpcService
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.RpcService
- All Known Implementing Classes:
BgpPeerRpc
@Generated("mdsal-binding-generator")
public interface BgpPeerRpcService
extends 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
-
routeRefreshRequest
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RouteRefreshRequestOutput>> routeRefreshRequest(RouteRefreshRequestInput input) Invokeroute-refresh-request
RPC.- Parameters:
input
- ofroute-refresh-request
- Returns:
- output of
route-refresh-request
-
resetSession
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ResetSessionOutput>> resetSession(ResetSessionInput input) Invokereset-session
RPC.Resets the peer session
- Parameters:
input
- ofreset-session
- Returns:
- output of
reset-session
-
restartGracefully
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RestartGracefullyOutput>> restartGracefully(RestartGracefullyInput input) Invokerestart-gracefully
RPC.Perform graceful restart with peer
- Parameters:
input
- ofrestart-gracefully
- Returns:
- output of
restart-gracefully
-