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)
SalFlowsBatchService
removeFlowsBatch
in interface SalFlowsBatchService
public Future<org.opendaylight.yangtools.yang.common.RpcResult<AddFlowsBatchOutput>> addFlowsBatch(AddFlowsBatchInput input)
SalFlowsBatchService
addFlowsBatch
in interface SalFlowsBatchService
public Future<org.opendaylight.yangtools.yang.common.RpcResult<UpdateFlowsBatchOutput>> updateFlowsBatch(UpdateFlowsBatchInput input)
SalFlowsBatchService
updateFlowsBatch
in interface SalFlowsBatchService
Copyright © 2018 OpenDaylight. All rights reserved.