Interface SalFlowService
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.RpcService
- All Known Implementing Classes:
OpenflowpluginTestServiceProvider
,SalFlowServiceImpl
@Generated("mdsal-binding-generator")
public interface SalFlowService
extends org.opendaylight.yangtools.yang.binding.RpcService
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddFlowOutput>>
addFlow
(AddFlowInput input) Invokeadd-flow
RPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveFlowOutput>>
removeFlow
(RemoveFlowInput input) Invokeremove-flow
RPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateFlowOutput>>
updateFlow
(UpdateFlowInput input) Invokeupdate-flow
RPC.
-
Method Details
-
addFlow
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddFlowOutput>> addFlow(AddFlowInput input) Invokeadd-flow
RPC.Adding flow to openflow device.
- Parameters:
input
- ofadd-flow
- Returns:
- output of
add-flow
-
removeFlow
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveFlowOutput>> removeFlow(RemoveFlowInput input) Invokeremove-flow
RPC.Removing flow from openflow device.
- Parameters:
input
- ofremove-flow
- Returns:
- output of
remove-flow
-
updateFlow
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateFlowOutput>> updateFlow(UpdateFlowInput input) Invokeupdate-flow
RPC.Updating flow on openflow device.
- Parameters:
input
- ofupdate-flow
- Returns:
- output of
update-flow
-