Interface SalFlowsBatchService
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.RpcService
- All Known Implementing Classes:
SalFlowsBatchServiceImpl
@Generated("mdsal-binding-generator")
public interface SalFlowsBatchService
extends org.opendaylight.yangtools.yang.binding.RpcService
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddFlowsBatchOutput>>
addFlowsBatch
(AddFlowsBatchInput input) Invokeadd-flows-batch
RPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveFlowsBatchOutput>>
Invokeremove-flows-batch
RPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateFlowsBatchOutput>>
Invokeupdate-flows-batch
RPC.
-
Method Details
-
addFlowsBatch
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddFlowsBatchOutput>> addFlowsBatch(AddFlowsBatchInput input) Invokeadd-flows-batch
RPC.Batch adding flows to openflow device.
- Parameters:
input
- ofadd-flows-batch
- Returns:
- output of
add-flows-batch
-
removeFlowsBatch
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveFlowsBatchOutput>> removeFlowsBatch(RemoveFlowsBatchInput input) Invokeremove-flows-batch
RPC.Batch removing flows from openflow device.
- Parameters:
input
- ofremove-flows-batch
- Returns:
- output of
remove-flows-batch
-
updateFlowsBatch
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateFlowsBatchOutput>> updateFlowsBatch(UpdateFlowsBatchInput input) Invokeupdate-flows-batch
RPC.Batch updating flows on openflow device.
- Parameters:
input
- ofupdate-flows-batch
- Returns:
- output of
update-flows-batch
-