Class SalFlatBatchServiceImpl
java.lang.Object
org.opendaylight.openflowplugin.impl.services.sal.SalFlatBatchServiceImpl
- All Implemented Interfaces:
SalFlatBatchService
,org.opendaylight.yangtools.yang.binding.RpcService
Default implementation of
SalFlowsBatchService
- delegates work to SalFlowService
.-
Constructor Summary
ConstructorDescriptionSalFlatBatchServiceImpl
(SalFlowsBatchService salFlowBatchService, SalGroupsBatchService salGroupsBatchService, SalMetersBatchService salMetersBatchService) -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ProcessFlatBatchOutput>>
Invokeprocess-flat-batch
RPC.
-
Constructor Details
-
SalFlatBatchServiceImpl
public SalFlatBatchServiceImpl(SalFlowsBatchService salFlowBatchService, SalGroupsBatchService salGroupsBatchService, SalMetersBatchService salMetersBatchService)
-
-
Method Details
-
processFlatBatch
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ProcessFlatBatchOutput>> processFlatBatch(ProcessFlatBatchInput input) Description copied from interface:SalFlatBatchService
Invokeprocess-flat-batch
RPC.Process add/update/remove of items in batch towards openflow device.
- Specified by:
processFlatBatch
in interfaceSalFlatBatchService
- Parameters:
input
- ofprocess-flat-batch
- Returns:
- output of
process-flat-batch
-