Interface SalTableService

  • 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
    Interface for implementing the following YANG RPCs defined in module sal-table
     rpc update-table {
       input input {
         uses tr:transaction-metadata;
         leaf table-ref {
           type table-type:table-ref;
         }
         uses table-update;
         uses tr:transaction-aware;
       }
       output output {
         uses tr:transaction-aware;
       }
     }
     
    • Method Detail

      • 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