public class SalFlowsBatchServiceImpl extends Object implements SalFlowsBatchService
SalFlowsBatchService - delegates work to SalFlowService.| Constructor and Description |
|---|
SalFlowsBatchServiceImpl(SalFlowService salFlowService,
FlowCapableTransactionService transactionService) |
| Modifier and Type | Method and Description |
|---|---|
Future<org.opendaylight.yangtools.yang.common.RpcResult<AddFlowsBatchOutput>> |
addFlowsBatch(AddFlowsBatchInput input)
Batch adding flows to openflow device.
|
Future<org.opendaylight.yangtools.yang.common.RpcResult<RemoveFlowsBatchOutput>> |
removeFlowsBatch(RemoveFlowsBatchInput input)
Batch removing flows from openflow device.
|
Future<org.opendaylight.yangtools.yang.common.RpcResult<UpdateFlowsBatchOutput>> |
updateFlowsBatch(UpdateFlowsBatchInput input)
Batch updating flows on openflow device.
|
public SalFlowsBatchServiceImpl(SalFlowService salFlowService, FlowCapableTransactionService transactionService)
public Future<org.opendaylight.yangtools.yang.common.RpcResult<RemoveFlowsBatchOutput>> removeFlowsBatch(RemoveFlowsBatchInput input)
SalFlowsBatchServiceremoveFlowsBatch in interface SalFlowsBatchServicepublic Future<org.opendaylight.yangtools.yang.common.RpcResult<AddFlowsBatchOutput>> addFlowsBatch(AddFlowsBatchInput input)
SalFlowsBatchServiceaddFlowsBatch in interface SalFlowsBatchServicepublic Future<org.opendaylight.yangtools.yang.common.RpcResult<UpdateFlowsBatchOutput>> updateFlowsBatch(UpdateFlowsBatchInput input)
SalFlowsBatchServiceupdateFlowsBatch in interface SalFlowsBatchServiceCopyright © 2018 OpenDaylight. All rights reserved.