All Superinterfaces:
org.opendaylight.yangtools.yang.binding.RpcService
All Known Implementing Classes:
SalFlatBatchServiceImpl

@Generated("mdsal-binding-generator") public interface SalFlatBatchService extends org.opendaylight.yangtools.yang.binding.RpcService
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ProcessFlatBatchOutput>>
    Invoke process-flat-batch RPC.
  • Method Details

    • processFlatBatch

      @CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ProcessFlatBatchOutput>> processFlatBatch(ProcessFlatBatchInput input)
      Invoke process-flat-batch RPC.
           
               Process add/update/remove of items in batch towards openflow device.
           
       
      Parameters:
      input - of process-flat-batch
      Returns:
      output of process-flat-batch