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)
Invokeprocess-flat-batch
RPC.
-
-
-
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: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
-
-