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 Detail

      • addGroupsBatch

        @CheckReturnValue
        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddGroupsBatchOutput>> addGroupsBatch​(AddGroupsBatchInput input)
        Invoke add-groups-batch RPC.
             
                 Batch adding groups to openflow device.
             
         
        Parameters:
        input - of add-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)
        Invoke remove-groups-batch RPC.
             
                 Batch removing groups from openflow device.
             
         
        Parameters:
        input - of remove-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)
        Invoke update-groups-batch RPC.
             
                 Batch updating groups on openflow device.
             
         
        Parameters:
        input - of update-groups-batch
        Returns:
        output of update-groups-batch