Class SalFlowsBatchServiceImpl
java.lang.Object
org.opendaylight.openflowplugin.impl.services.sal.SalFlowsBatchServiceImpl
- All Implemented Interfaces:
SalFlowsBatchService,org.opendaylight.yangtools.yang.binding.RpcService
Default implementation of
SalFlowsBatchService - delegates work to SalFlowService.-
Constructor Summary
ConstructorsConstructorDescriptionSalFlowsBatchServiceImpl(SalFlowService salFlowService, FlowCapableTransactionService transactionService) -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddFlowsBatchOutput>>addFlowsBatch(AddFlowsBatchInput input) Invokeadd-flows-batchRPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveFlowsBatchOutput>>Invokeremove-flows-batchRPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateFlowsBatchOutput>>Invokeupdate-flows-batchRPC.
-
Constructor Details
-
SalFlowsBatchServiceImpl
public SalFlowsBatchServiceImpl(SalFlowService salFlowService, FlowCapableTransactionService transactionService)
-
-
Method Details
-
removeFlowsBatch
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveFlowsBatchOutput>> removeFlowsBatch(RemoveFlowsBatchInput input) Description copied from interface:SalFlowsBatchServiceInvokeremove-flows-batchRPC.Batch removing flows from openflow device.- Specified by:
removeFlowsBatchin interfaceSalFlowsBatchService- Parameters:
input- ofremove-flows-batch- Returns:
- output of
remove-flows-batch
-
addFlowsBatch
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddFlowsBatchOutput>> addFlowsBatch(AddFlowsBatchInput input) Description copied from interface:SalFlowsBatchServiceInvokeadd-flows-batchRPC.Batch adding flows to openflow device.- Specified by:
addFlowsBatchin interfaceSalFlowsBatchService- Parameters:
input- ofadd-flows-batch- Returns:
- output of
add-flows-batch
-
updateFlowsBatch
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateFlowsBatchOutput>> updateFlowsBatch(UpdateFlowsBatchInput input) Description copied from interface:SalFlowsBatchServiceInvokeupdate-flows-batchRPC.Batch updating flows on openflow device.- Specified by:
updateFlowsBatchin interfaceSalFlowsBatchService- Parameters:
input- ofupdate-flows-batch- Returns:
- output of
update-flows-batch
-