public class SalGroupsBatchServiceImpl extends Object implements SalGroupsBatchService
SalGroupsBatchService - delegates work to SalGroupService.| Constructor and Description |
|---|
SalGroupsBatchServiceImpl(SalGroupService salGroupService,
FlowCapableTransactionService transactionService) |
| Modifier and Type | Method and 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.
|
public SalGroupsBatchServiceImpl(SalGroupService salGroupService, FlowCapableTransactionService transactionService)
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateGroupsBatchOutput>> updateGroupsBatch(UpdateGroupsBatchInput input)
SalGroupsBatchServiceupdateGroupsBatch in interface SalGroupsBatchServicepublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddGroupsBatchOutput>> addGroupsBatch(AddGroupsBatchInput input)
SalGroupsBatchServiceaddGroupsBatch in interface SalGroupsBatchServicepublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveGroupsBatchOutput>> removeGroupsBatch(RemoveGroupsBatchInput input)
SalGroupsBatchServiceremoveGroupsBatch in interface SalGroupsBatchServiceCopyright © 2019 OpenDaylight. All rights reserved.