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
All Methods Instance Methods Abstract 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
-
routeRefreshRequest
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RouteRefreshRequestOutput>> routeRefreshRequest(RouteRefreshRequestInput input)
Invokeroute-refresh-requestRPC.- 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-sessionRPC.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-gracefullyRPC.Perform graceful restart with peer- Parameters:
input- ofrestart-gracefully- Returns:
- output of
restart-gracefully
-
-