Class SalGroupsBatchServiceImpl
java.lang.Object
org.opendaylight.openflowplugin.impl.services.sal.SalGroupsBatchServiceImpl
- All Implemented Interfaces:
SalGroupsBatchService
,org.opendaylight.yangtools.yang.binding.RpcService
Default implementation of
SalGroupsBatchService
- delegates work to SalGroupService
.-
Constructor Summary
ConstructorDescriptionSalGroupsBatchServiceImpl
(SalGroupService salGroupService, FlowCapableTransactionService transactionService) -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddGroupsBatchOutput>>
Invokeadd-groups-batch
RPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveGroupsBatchOutput>>
Invokeremove-groups-batch
RPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateGroupsBatchOutput>>
Invokeupdate-groups-batch
RPC.
-
Constructor Details
-
SalGroupsBatchServiceImpl
public SalGroupsBatchServiceImpl(SalGroupService salGroupService, FlowCapableTransactionService transactionService)
-
-
Method Details
-
updateGroupsBatch
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateGroupsBatchOutput>> updateGroupsBatch(UpdateGroupsBatchInput input) Description copied from interface:SalGroupsBatchService
Invokeupdate-groups-batch
RPC.Batch updating groups on openflow device.
- Specified by:
updateGroupsBatch
in interfaceSalGroupsBatchService
- Parameters:
input
- ofupdate-groups-batch
- Returns:
- output of
update-groups-batch
-
addGroupsBatch
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddGroupsBatchOutput>> addGroupsBatch(AddGroupsBatchInput input) Description copied from interface:SalGroupsBatchService
Invokeadd-groups-batch
RPC.Batch adding groups to openflow device.
- Specified by:
addGroupsBatch
in interfaceSalGroupsBatchService
- Parameters:
input
- ofadd-groups-batch
- Returns:
- output of
add-groups-batch
-
removeGroupsBatch
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveGroupsBatchOutput>> removeGroupsBatch(RemoveGroupsBatchInput input) Description copied from interface:SalGroupsBatchService
Invokeremove-groups-batch
RPC.Batch removing groups from openflow device.
- Specified by:
removeGroupsBatch
in interfaceSalGroupsBatchService
- Parameters:
input
- ofremove-groups-batch
- Returns:
- output of
remove-groups-batch
-