Interface OpendaylightFlowTableStatisticsService

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

    @Generated("mdsal-binding-generator")
    public interface OpendaylightFlowTableStatisticsService
    extends org.opendaylight.yangtools.yang.binding.RpcService
    Interface for implementing the following YANG RPCs defined in module opendaylight-flow-table-statistics
     rpc get-flow-tables-statistics {
       status deprecated;
       input input {
         uses inv:node-context-ref;
       }
       output output {
         uses flow-table-and-statistics-map;
         uses tr:transaction-aware;
       }
     }
     
    • Method Detail

      • getFlowTablesStatistics

        @CheckReturnValue
        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetFlowTablesStatisticsOutput>> getFlowTablesStatistics​(GetFlowTablesStatisticsInput input)
        Invoke get-flow-tables-statistics RPC.
             
                 Fetch statistics of all the flow tables present on the tarnet node
             
         
        Parameters:
        input - of get-flow-tables-statistics
        Returns:
        output of get-flow-tables-statistics