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
ConstructorsConstructorDescriptionSalFlatBatchServiceImpl(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-batchRPC.
-
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:SalFlatBatchServiceInvokeprocess-flat-batchRPC.Process add/update/remove of items in batch towards openflow device.- Specified by:
processFlatBatchin interfaceSalFlatBatchService- Parameters:
input- ofprocess-flat-batch- Returns:
- output of
process-flat-batch
-