Class SalFlatBatchServiceImpl
- java.lang.Object
 - 
- org.opendaylight.openflowplugin.impl.services.sal.SalFlatBatchServiceImpl
 
 
- 
- All Implemented Interfaces:
 SalFlatBatchService,org.opendaylight.yangtools.yang.binding.RpcService
public class SalFlatBatchServiceImpl extends Object implements SalFlatBatchService
Default implementation ofSalFlowsBatchService- delegates work toSalFlowService. 
- 
- 
Constructor Summary
Constructors Constructor Description SalFlatBatchServiceImpl(SalFlowsBatchService salFlowBatchService, SalGroupsBatchService salGroupsBatchService, SalMetersBatchService salMetersBatchService) 
- 
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<ProcessFlatBatchOutput>>processFlatBatch(ProcessFlatBatchInput input)Process add/update/remove of items in batch towards openflow device. 
 - 
 
- 
- 
Constructor Detail
- 
SalFlatBatchServiceImpl
public SalFlatBatchServiceImpl(SalFlowsBatchService salFlowBatchService, SalGroupsBatchService salGroupsBatchService, SalMetersBatchService salMetersBatchService)
 
 - 
 
- 
Method Detail
- 
processFlatBatch
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ProcessFlatBatchOutput>> processFlatBatch(ProcessFlatBatchInput input)
Description copied from interface:SalFlatBatchServiceProcess add/update/remove of items in batch towards openflow device.- Specified by:
 processFlatBatchin interfaceSalFlatBatchService
 
 - 
 
 -