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 |
|---|---|
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.
|
public SalFlowsBatchServiceImpl(SalFlowService salFlowService, FlowCapableTransactionService transactionService)
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveFlowsBatchOutput>> removeFlowsBatch(RemoveFlowsBatchInput input)
SalFlowsBatchServiceremoveFlowsBatch in interface SalFlowsBatchServicepublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddFlowsBatchOutput>> addFlowsBatch(AddFlowsBatchInput input)
SalFlowsBatchServiceaddFlowsBatch in interface SalFlowsBatchServicepublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateFlowsBatchOutput>> updateFlowsBatch(UpdateFlowsBatchInput input)
SalFlowsBatchServiceupdateFlowsBatch in interface SalFlowsBatchServiceCopyright © 2019 OpenDaylight. All rights reserved.