Interface SalGroupsBatchService
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.RpcService
- All Known Implementing Classes:
SalGroupsBatchServiceImpl
@Generated("mdsal-binding-generator")
public interface SalGroupsBatchService
extends org.opendaylight.yangtools.yang.binding.RpcService
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddGroupsBatchOutput>>Invokeadd-groups-batchRPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveGroupsBatchOutput>>Invokeremove-groups-batchRPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateGroupsBatchOutput>>Invokeupdate-groups-batchRPC.
-
Method Details
-
addGroupsBatch
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddGroupsBatchOutput>> addGroupsBatch(AddGroupsBatchInput input) Invokeadd-groups-batchRPC.Batch adding groups to openflow device.- Parameters:
input- ofadd-groups-batch- Returns:
- output of
add-groups-batch
-
removeGroupsBatch
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveGroupsBatchOutput>> removeGroupsBatch(RemoveGroupsBatchInput input) Invokeremove-groups-batchRPC.Batch removing groups from openflow device.- Parameters:
input- ofremove-groups-batch- Returns:
- output of
remove-groups-batch
-
updateGroupsBatch
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateGroupsBatchOutput>> updateGroupsBatch(UpdateGroupsBatchInput input) Invokeupdate-groups-batchRPC.Batch updating groups on openflow device.- Parameters:
input- ofupdate-groups-batch- Returns:
- output of
update-groups-batch
-