All Superinterfaces:
org.opendaylight.yangtools.yang.binding.RpcService
All Known Implementing Classes:
OpenflowpluginTableFeaturesTestServiceProvider, SalTableServiceImpl

@Generated("mdsal-binding-generator") public interface SalTableService 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<UpdateTableOutput>>
    Invoke update-table RPC.
  • Method Details

    • updateTable

      @CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateTableOutput>> updateTable(UpdateTableInput input)
      Invoke update-table RPC.
           
               Configuring openflow table.
           
       
      Parameters:
      input - of update-table
      Returns:
      output of update-table