Class SalFlowsBatchServiceImpl
- java.lang.Object
-
- org.opendaylight.openflowplugin.impl.services.sal.SalFlowsBatchServiceImpl
-
- All Implemented Interfaces:
SalFlowsBatchService
,org.opendaylight.yangtools.yang.binding.RpcService
public class SalFlowsBatchServiceImpl extends Object implements SalFlowsBatchService
Default implementation ofSalFlowsBatchService
- delegates work toSalFlowService
.
-
-
Constructor Summary
Constructors Constructor Description SalFlowsBatchServiceImpl(SalFlowService salFlowService, FlowCapableTransactionService transactionService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddFlowsBatchOutput>>
addFlowsBatch(AddFlowsBatchInput input)
Batch adding flows to openflow device.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveFlowsBatchOutput>>
removeFlowsBatch(RemoveFlowsBatchInput input)
Batch removing flows from openflow device.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateFlowsBatchOutput>>
updateFlowsBatch(UpdateFlowsBatchInput input)
Batch updating flows on openflow device.
-
-
-
Constructor Detail
-
SalFlowsBatchServiceImpl
public SalFlowsBatchServiceImpl(SalFlowService salFlowService, FlowCapableTransactionService transactionService)
-
-
Method Detail
-
removeFlowsBatch
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveFlowsBatchOutput>> removeFlowsBatch(RemoveFlowsBatchInput input)
Description copied from interface:SalFlowsBatchService
Batch removing flows from openflow device.- Specified by:
removeFlowsBatch
in interfaceSalFlowsBatchService
-
addFlowsBatch
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddFlowsBatchOutput>> addFlowsBatch(AddFlowsBatchInput input)
Description copied from interface:SalFlowsBatchService
Batch adding flows to openflow device.- Specified by:
addFlowsBatch
in interfaceSalFlowsBatchService
-
updateFlowsBatch
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateFlowsBatchOutput>> updateFlowsBatch(UpdateFlowsBatchInput input)
Description copied from interface:SalFlowsBatchService
Batch updating flows on openflow device.- Specified by:
updateFlowsBatch
in interfaceSalFlowsBatchService
-
-