Class SalGroupsBatchServiceImpl
- java.lang.Object
-
- org.opendaylight.openflowplugin.impl.services.sal.SalGroupsBatchServiceImpl
-
- All Implemented Interfaces:
SalGroupsBatchService
,org.opendaylight.yangtools.yang.binding.RpcService
public class SalGroupsBatchServiceImpl extends Object implements SalGroupsBatchService
Default implementation ofSalGroupsBatchService
- delegates work toSalGroupService
.
-
-
Constructor Summary
Constructors Constructor Description SalGroupsBatchServiceImpl(SalGroupService salGroupService, FlowCapableTransactionService transactionService)
-
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<AddGroupsBatchOutput>>
addGroupsBatch(AddGroupsBatchInput input)
Batch adding groups to openflow device.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveGroupsBatchOutput>>
removeGroupsBatch(RemoveGroupsBatchInput input)
Batch removing groups from openflow device.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateGroupsBatchOutput>>
updateGroupsBatch(UpdateGroupsBatchInput input)
Batch updating groups on openflow device.
-
-
-
Constructor Detail
-
SalGroupsBatchServiceImpl
public SalGroupsBatchServiceImpl(SalGroupService salGroupService, FlowCapableTransactionService transactionService)
-
-
Method Detail
-
updateGroupsBatch
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateGroupsBatchOutput>> updateGroupsBatch(UpdateGroupsBatchInput input)
Description copied from interface:SalGroupsBatchService
Batch updating groups on openflow device.- Specified by:
updateGroupsBatch
in interfaceSalGroupsBatchService
-
addGroupsBatch
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddGroupsBatchOutput>> addGroupsBatch(AddGroupsBatchInput input)
Description copied from interface:SalGroupsBatchService
Batch adding groups to openflow device.- Specified by:
addGroupsBatch
in interfaceSalGroupsBatchService
-
removeGroupsBatch
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveGroupsBatchOutput>> removeGroupsBatch(RemoveGroupsBatchInput input)
Description copied from interface:SalGroupsBatchService
Batch removing groups from openflow device.- Specified by:
removeGroupsBatch
in interfaceSalGroupsBatchService
-
-