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 |
---|---|
Future<org.opendaylight.yangtools.yang.common.RpcResult<AddGroupsBatchOutput>> |
addGroupsBatch(AddGroupsBatchInput input)
Batch adding groups to openflow device.
|
Future<org.opendaylight.yangtools.yang.common.RpcResult<RemoveGroupsBatchOutput>> |
removeGroupsBatch(RemoveGroupsBatchInput input)
Batch removing groups from openflow device.
|
Future<org.opendaylight.yangtools.yang.common.RpcResult<UpdateGroupsBatchOutput>> |
updateGroupsBatch(UpdateGroupsBatchInput input)
Batch updating groups on openflow device.
|
public SalGroupsBatchServiceImpl(SalGroupService salGroupService, FlowCapableTransactionService transactionService)
public Future<org.opendaylight.yangtools.yang.common.RpcResult<UpdateGroupsBatchOutput>> updateGroupsBatch(UpdateGroupsBatchInput input)
SalGroupsBatchService
updateGroupsBatch
in interface SalGroupsBatchService
public Future<org.opendaylight.yangtools.yang.common.RpcResult<AddGroupsBatchOutput>> addGroupsBatch(AddGroupsBatchInput input)
SalGroupsBatchService
addGroupsBatch
in interface SalGroupsBatchService
public Future<org.opendaylight.yangtools.yang.common.RpcResult<RemoveGroupsBatchOutput>> removeGroupsBatch(RemoveGroupsBatchInput input)
SalGroupsBatchService
removeGroupsBatch
in interface SalGroupsBatchService
Copyright © 2018 OpenDaylight. All rights reserved.